summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-07114-398/+106
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0620-14/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43293 from nextcloud/backport/42811/stable27Côme Chilliet2024-02-051-1/+8
|\ \ \ \ | | | | | | | | | | [stable27] make failure to load app commands non-fatal
| * | | | make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0510-8/+20
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43279 from nextcloud/backport/43024/stable27Ferdinand Thiessen2024-02-047-35/+47
|\ \ \ \ | | | | | | | | | | [stable27] Consider admin defaults when creating shares
| * | | | chore(assets): Recompile assetsnextcloud-command2024-02-0472-131/+217
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-0474-236/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove redundant initial state added - Call `getCapabilities()` in share config file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | Consider admin defaults when creating sharesfenn-cs2024-02-043-12/+34
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL` which includes everything. This commit updates share creation logic to use `defaultPermissions` if set by admin for the creation of new shares. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-046-0/+86
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43259 from nextcloud/fix/erroneous-nextcloud-files-updateMarcel Klehr2024-02-037-10/+10
|\ \ \ \ | | | | | | | | | | [stable27] Roll back erroneous nextcloud/files update
| * | | | chore(assets): Recompile assetsnextcloud-command2024-02-034-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Merge branch 'stable27' into fix/erroneous-nextcloud-files-updateMarcel Klehr2024-02-0348-20/+698
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0348-20/+698
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Update package-lock.jsonMarcel Klehr2024-02-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | Partially revert "fix(Users/Quota setting): Prevent floating point value ↵Marcel Klehr2024-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from getting truncated in locales other than english" This partially reverts commit fa2cf8d80538348b9a9c969f350ae49e2260b80c. Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | Revert "fix(trashbin) Switch parseWebdavPermissions->davParsePermissions"Marcel Klehr2024-02-021-2/+2
|/ / / | | | | | | | | | | | | | | | This reverts commit b76f446679b131096f02cabca722ac457e91f93f. Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0226-20/+332
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0132-6/+90
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3196-86/+124
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43216 from nextcloud/fix/missing-dialogs-translationsPytal2024-01-3018-43/+43
|\ \ | | | | | | fix: Update `@nextcloud/dialogs` to 4.2.4 to include missing translations
| * | fix: Update `@nextcloud/dialogs` to 4.2.4 to include missing translationsFerdinand Thiessen2024-01-3018-43/+43
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43182 from nextcloud/backport/42930/stable27Arthur Schiwon2024-01-302-8/+7
|\ \ | | | | | | [stable27] Fix: config param 'overwritecondaddr' not working
| * | test(unit): fix RequestTestArthur Schiwon2024-01-291-3/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | code style: ommited space, reverted [code review]Pavel Kryl2024-01-291-1/+1
| | |
| * | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-291-6/+4
| | | | | | | | | | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu>
* | | Merge pull request #43193 from nextcloud/backport/42794/stable27Joas Schilling2024-01-301-1/+8
|\ \ \ | | | | | | | | [stable27] fix(Request): Catch exceptions in `isTrustedProxy`
| * | | fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-291-1/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw. But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-30150-76/+216
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43128 from nextcloud/backport/43047/stable27Louis2024-01-291-0/+14
|\ \ | | | | | | [stable27] Buffer chunked requests
| * | Buffer chunked requestsLouis Chemineau2024-01-251-0/+14
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2910-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-28120-142/+110
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-27110-274/+1136
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43125 from nextcloud/backport/43078/stable27Robin Appelman2024-01-261-0/+5
|\ \ \ | | | | | | | | [stable27] handle storage not available when expiring versions
| * | | handle storage not available when expiring versionsRobin Appelman2024-01-251-0/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43136 from nextcloud/jr/fix/trashbin-parse-files-apiFerdinand Thiessen2024-01-265-8/+8
|\ \ \ | | | | | | | | [stable27 ONLY] fix(trashbin) Switch parseWebdavPermissions->davParsePermissions
| * | | fix(trashbin) Switch parseWebdavPermissions->davParsePermissionsJosh2024-01-255-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #43134 Signed-off-by: Josh <josh.t.richards@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-26630-2746/+2846
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43092 from nextcloud/fix/27-routerFerdinand Thiessen2024-01-258-25/+25
|\ \ \ | |/ / |/| | [stable27] chore: Update `@nextcloud/router` to 2.2.1
| * | fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-244-13/+13
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore: Update `@nextcloud/router` to 2.2.1Ferdinand Thiessen2024-01-244-12/+12
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43096 from nextcloud/release/27.1.6v27.1.6Benjamin Gaussorgues2024-01-251-2/+2
|\ \ \ | | | | | | | | 27.1.6
| * | | 27.1.6Arthur Schiwon2024-01-241-2/+2
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2524-8/+162
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43068 from ↵Matthieu Gallien2024-01-241-10/+11
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/stable27-update-code-signing-crl [stable27] fix(security): Update code signing revocation list
| * | fix(security): Update code signing revocation listnextcloud-command2024-01-241-10/+11
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-24138-244/+336
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2332-82/+118
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43023 from nextcloud/release/27.1.6_rc2v27.1.6rc2Arthur Schiwon2024-01-221-2/+2
|\ | | | | 27.1.6 RC2