Skip to content

Commit 3461bbf

Browse files
committed
Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <[email protected]> # Conflicts: # public/css/build/app.css # public/css/build/app.css.map # public/css/build/overrides.css # public/css/build/overrides.css.map # public/css/dist/all.css # public/mix-manifest.json
2 parents 00a17cd + d1eefc3 commit 3461bbf

File tree

120 files changed

+2107
-1127
lines changed

Some content is hidden

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

120 files changed

+2107
-1127
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,24 @@
42164216
"contributions": [
42174217
"code"
42184218
]
4219+
},
4220+
{
4221+
"login": "nickwest",
4222+
"name": "Nicky West",
4223+
"avatar_url": "https://avatars.githubusercontent.com/u/634790?v=4",
4224+
"profile": "http://nickwest.me",
4225+
"contributions": [
4226+
"code"
4227+
]
4228+
},
4229+
{
4230+
"login": "akaspeh1",
4231+
"name": "akaspeh1",
4232+
"avatar_url": "https://avatars.githubusercontent.com/u/1347327?v=4",
4233+
"profile": "https://github.com/akaspeh1",
4234+
"contributions": [
4235+
"code"
4236+
]
42194237
}
42204238
]
42214239
}

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,17 @@ LDAP_TIME_LIM=600
193193
IMPORT_TIME_LIMIT=600
194194
IMPORT_MEMORY_LIMIT=500M
195195
REPORT_TIME_LIMIT=12000
196-
REQUIRE_SAML=false
197196
API_THROTTLE_PER_MINUTE=120
198197
CSV_ESCAPE_FORMULAS=true
199198
LIVEWIRE_URL_PREFIX=null
200199

200+
201+
# --------------------------------------------
202+
# OPTIONAL: SAML SETTINGS
203+
# --------------------------------------------
204+
REQUIRE_SAML=false
205+
SAML_KEY_SIZE=2048
206+
201207
# --------------------------------------------
202208
# OPTIONAL: HASHING
203209
# --------------------------------------------

.github/workflows/SA-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
language: [ 'javascript' ]
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
# Checkout the repository to the GitHub Actions runner
3434
- name: Checkout code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3838
- name: Run Codacy Analysis CLI

.github/workflows/crowdin-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Crowdin push
1515
uses: crowdin/github-action@v2

.github/workflows/docker-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# https://github.com/actions/checkout
4444
- name: Checkout codebase
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
# https://github.com/docker/setup-buildx-action
4848
- name: Setup Docker Buildx

.github/workflows/docker-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
# https://github.com/actions/checkout
4444
- name: Checkout codebase
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
# https://github.com/docker/setup-buildx-action
4848
- name: Setup Docker Buildx

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dockerHubDescription:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Docker Hub Description
1717
uses: grokability/dockerhub-description@7ea9d275c7cdbe2b676a093a0308c50665e3b8b4

.github/workflows/tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
php-version: "${{ matrix.php-version }}"
3838
coverage: none
3939

40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Get Composer Cache Directory
4343
id: composer-cache

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
php-version: "${{ matrix.php-version }}"
3535
coverage: none
3636

37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- name: Get Composer Cache Directory
4040
id: composer-cache

0 commit comments

Comments
 (0)