Skip to content

Commit 6201e47

Browse files
Merge branch 'develop' into feature/sc-24347
2 parents 513c78a + bef5498 commit 6201e47

File tree

1,719 files changed

+302112
-12730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,719 files changed

+302112
-12730
lines changed

.all-contributorsrc

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,6 +3235,78 @@
32353235
"contributions": [
32363236
"code"
32373237
]
3238+
},
3239+
{
3240+
"login": "sgross-emlix",
3241+
"name": "Sebastian Groß",
3242+
"avatar_url": "https://avatars.githubusercontent.com/u/143394709?v=4",
3243+
"profile": "https://github.com/sgross-emlix",
3244+
"contributions": [
3245+
"code"
3246+
]
3247+
},
3248+
{
3249+
"login": "AnouarTouati",
3250+
"name": "Anouar Touati",
3251+
"avatar_url": "https://avatars.githubusercontent.com/u/41107778?v=4",
3252+
"profile": "https://github.com/AnouarTouati",
3253+
"contributions": [
3254+
"code"
3255+
]
3256+
},
3257+
{
3258+
"login": "aHVzY2g",
3259+
"name": "aHVzY2g",
3260+
"avatar_url": "https://avatars.githubusercontent.com/u/25596663?v=4",
3261+
"profile": "https://github.com/aHVzY2g",
3262+
"contributions": [
3263+
"code"
3264+
]
3265+
},
3266+
{
3267+
"login": "brlin-tw",
3268+
"name": "林博仁 Buo-ren Lin",
3269+
"avatar_url": "https://avatars.githubusercontent.com/u/13408130?v=4",
3270+
"profile": "https://brlin.me",
3271+
"contributions": [
3272+
"code"
3273+
]
3274+
},
3275+
{
3276+
"login": "addex12",
3277+
"name": "Adugna Gizaw",
3278+
"avatar_url": "https://avatars.githubusercontent.com/u/18550946?v=4",
3279+
"profile": "https://orbalia.pythonanywhere.com/",
3280+
"contributions": [
3281+
"translation"
3282+
]
3283+
},
3284+
{
3285+
"login": "jostrander",
3286+
"name": "Jesse Ostrander",
3287+
"avatar_url": "https://avatars.githubusercontent.com/u/760989?v=4",
3288+
"profile": "https://github.com/jostrander",
3289+
"contributions": [
3290+
"code"
3291+
]
3292+
},
3293+
{
3294+
"login": "azmcnutt",
3295+
"name": "James M",
3296+
"avatar_url": "https://avatars.githubusercontent.com/u/31522486?v=4",
3297+
"profile": "https://github.com/azmcnutt",
3298+
"contributions": [
3299+
"code"
3300+
]
3301+
},
3302+
{
3303+
"login": "Fiala06",
3304+
"name": "Fiala06",
3305+
"avatar_url": "https://avatars.githubusercontent.com/u/5183146?v=4",
3306+
"profile": "https://github.com/Fiala06",
3307+
"contributions": [
3308+
"code"
3309+
]
32383310
}
32393311
]
32403312
}

.env.dev.docker

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ MYSQL_ROOT_PASSWORD=changeme1234
1111
# REQUIRED: BASIC APP SETTINGS
1212
# --------------------------------------------
1313
APP_ENV=develop
14-
APP_DEBUG=false
14+
APP_DEBUG=true
1515
# please regenerate the APP_KEY value by calling `docker-compose run --rm snipeit bash` and then `php artisan key:generate --show` and then copy paste the value here
1616
APP_KEY=base64:3ilviXqB9u6DX1NRcyWGJ+sjySF+H18CPDGb3+IVwMQ=
1717
APP_URL=http://localhost:8000
1818
APP_TIMEZONE='UTC'
19-
APP_LOCALE=en
19+
APP_LOCALE=en-US
2020
MAX_RESULTS=500
2121

2222
# --------------------------------------------
@@ -158,7 +158,7 @@ RESET_PASSWORD_LINK_EXPIRES=900
158158
# --------------------------------------------
159159
# OPTIONAL: MISC
160160
# --------------------------------------------
161-
LOG_CHANNEL=stderr
161+
LOG_CHANNEL=single
162162
LOG_MAX_DAYS=10
163163
APP_LOCKED=false
164164
APP_CIPHER=AES-256-CBC

.env.docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# --------------------------------------------
22
# REQUIRED: DOCKER SPECIFIC SETTINGS
33
# --------------------------------------------
4-
APP_VERSION=v6.4.1
4+
APP_VERSION=
55
APP_PORT=8000
66

77
# --------------------------------------------
88
# REQUIRED: BASIC APP SETTINGS
99
# --------------------------------------------
1010
APP_ENV=production
1111
APP_DEBUG=false
12-
# Please regenerate the APP_KEY value by calling `docker compose run --rm snipeit php artisan key:generate --show`. Copy paste the value here
12+
# Please regenerate the APP_KEY value by calling `docker compose run --rm app php artisan key:generate --show`. Copy paste the value here
1313
APP_KEY=base64:3ilviXqB9u6DX1NRcyWGJ+sjySF+H18CPDGb3+IVwMQ=
1414
APP_URL=http://localhost:8000
1515
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - TZ identifier

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ MAIL_BACKUP_NOTIFICATION_ADDRESS=null
8080
BACKUP_ENV=true
8181
ALLOW_BACKUP_DELETE=false
8282
ALLOW_DATA_PURGE=false
83+
ALL_BACKUP_KEEP_DAYS=7
84+
DAILY_BACKUP_KEEP_DAYS=16
85+
WEEKLY_BACKUP_KEEP_WEEKS=8
86+
MONTHLY_BACKUP_KEEP_MONTHS=4
87+
YEARLY_BACKUP_KEEP_YEARS=2
88+
BACKUP_PURGE_OLDEST_AT_MEGS=5000
8389

8490
# --------------------------------------------
8591
# OPTIONAL: SESSION SETTINGS
@@ -93,7 +99,7 @@ PASSPORT_COOKIE_NAME='snipeit_passport_token'
9399
COOKIE_DOMAIN=null
94100
SECURE_COOKIES=false
95101
API_TOKEN_EXPIRATION_YEARS=15
96-
BS_TABLE_STORAGE=cookieStorage
102+
BS_TABLE_STORAGE=localStorage
97103
BS_TABLE_DEEPLINK=true
98104

99105
# --------------------------------------------

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 129 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/travis-memory.ini

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)