summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-17260-778/+850
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1644-56/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1580-194/+270
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1436-90/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1370-184/+208
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1248-106/+330
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1170-208/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48630 from nextcloud/backport/48628/stable30Stephan Orbaugh2024-10-101-6/+10
|\ | | | | [stable30] fix(dav): Public WebDAV endpoint should allow `GET` requests
| * fix(dav): Public WebDAV endpoint should allow `GET` requestsbackport/48628/stable30Ferdinand Thiessen2024-10-091-6/+10
| | | | | | | | | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1040-4/+318
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48553 from nextcloud/backport/48543/stable30Stephan Orbaugh2024-10-092-7/+0
|\ | | | | [stable30] fix(theming): Fix layout of themes
| * fix(theming): Fix layout of themesChristopher Ng2024-10-032-7/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-09138-544/+776
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(settings): Use axios directly for health check to preven URL sanitizingFerdinand Thiessen2024-10-081-1/+2
| | | | | | | | | | | | | | | | When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash. But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48551 from nextcloud/backport/48548/stable30Stephan Orbaugh2024-10-082-56/+10
|\ \ | | | | | | [stable30] fix(admin_audit): Listen to the right events
| * | fix(admin_audit): Listen to the right eventsbackport/48548/stable30Côme Chilliet2024-10-032-56/+10
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0896-2/+208
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0720-56/+86
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0618-4/+128
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0516-0/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0448-512/+564
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03218-286/+364
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48529 from nextcloud/backport/48519/stable30Daniel2024-10-022-4/+11
|\ | | | | [stable30] fix(dav): don't crash subscription on invalid calendar object
| * fix(dav): don't crash subscription on invalid calendar objectbackport/48519/stable30escoand2024-10-022-4/+11
| | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | fix(caldav): add missing handlersbackport/48508/stable30Anna Larch2024-10-023-108/+66
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #48516 from nextcloud/backport/48512/stable30Benjamin Gaussorgues2024-10-021-12/+11
|\
| * fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-021-12/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48506 from nextcloud/backport/48451/stable30Daniel2024-10-022-10/+91
|\ \ | | | | | | [stable30] fix: make federation address book sync work with allow_local_remote_servers = false
| * | fix: make federation address book sync work with allow_local_remote_servers ↵backport/48451/stable30Daniel Kesselberg2024-10-012-10/+91
| | | | | | | | | | | | | | | | | | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | chore: Move from Twitter to Xbackport/48486/stable30fenn-cs2024-10-021-7/+7
| |/ |/| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30Ferdinand Thiessen2024-10-021-1/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0228-8/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: correctly count disabled users for subadminsbackport/48437/stable30Maksim Sukharev2024-09-301-4/+4
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29104-298/+432
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2822-6/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48394 from nextcloud/backport/48375/stable30Andy Scherzinger2024-09-271-0/+3
|\ | | | | [stable30] Skip future shipped apps from updatenotification check
| * fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate files_downloadlimit as shipped in 29+Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2724-18/+256
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48401 from nextcloud/backport/48366/stable30Kate2024-09-261-6/+13
|\ \
| * | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable30provokateurin2024-09-261-0/+4
| | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / fix: Use hashed password in files_external settingsbackport/48359/stable30Louis Chemineau2024-09-261-0/+8
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #48365 from nextcloud/backport/48345/stable30Daniel2024-09-261-7/+9
|\ | | | | [stable30] fix(files_external): Catch correct exception
| * fix(files_external): Catch correct exceptionbackport/48345/stable30Marcel Klehr2024-09-261-7/+9
| | | | | | | | | | | | SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception. Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Show storage full warning when storage is actually fullbackport/48354/stable30Louis Chemineau2024-09-261-2/+2
|/ | | | | | | | | | < 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2698-108/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>