Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-17 | 260 | -778/+850 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-16 | 44 | -56/+210 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-15 | 80 | -194/+270 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-14 | 36 | -90/+206 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-13 | 70 | -184/+208 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-12 | 48 | -106/+330 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 70 | -208/+342 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48630 from nextcloud/backport/48628/stable30 | Stephan Orbaugh | 2024-10-10 | 1 | -6/+10 |
|\ | | | | | [stable30] fix(dav): Public WebDAV endpoint should allow `GET` requests | ||||
| * | fix(dav): Public WebDAV endpoint should allow `GET` requestsbackport/48628/stable30 | Ferdinand Thiessen | 2024-10-09 | 1 | -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 Transifex | Nextcloud bot | 2024-10-10 | 40 | -4/+318 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48553 from nextcloud/backport/48543/stable30 | Stephan Orbaugh | 2024-10-09 | 2 | -7/+0 |
|\ | | | | | [stable30] fix(theming): Fix layout of themes | ||||
| * | fix(theming): Fix layout of themes | Christopher Ng | 2024-10-03 | 2 | -7/+0 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-09 | 138 | -544/+776 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(settings): Use axios directly for health check to preven URL sanitizing | Ferdinand Thiessen | 2024-10-08 | 1 | -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/stable30 | Stephan Orbaugh | 2024-10-08 | 2 | -56/+10 |
|\ \ | | | | | | | [stable30] fix(admin_audit): Listen to the right events | ||||
| * | | fix(admin_audit): Listen to the right eventsbackport/48548/stable30 | Côme Chilliet | 2024-10-03 | 2 | -56/+10 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 96 | -2/+208 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-07 | 20 | -56/+86 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 18 | -4/+128 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-05 | 16 | -0/+42 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 48 | -512/+564 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 218 | -286/+364 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48529 from nextcloud/backport/48519/stable30 | Daniel | 2024-10-02 | 2 | -4/+11 |
|\ | | | | | [stable30] fix(dav): don't crash subscription on invalid calendar object | ||||
| * | fix(dav): don't crash subscription on invalid calendar objectbackport/48519/stable30 | escoand | 2024-10-02 | 2 | -4/+11 |
| | | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com> | ||||
* | | fix(caldav): add missing handlersbackport/48508/stable30 | Anna Larch | 2024-10-02 | 3 | -108/+66 |
|/ | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #48516 from nextcloud/backport/48512/stable30 | Benjamin Gaussorgues | 2024-10-02 | 1 | -12/+11 |
|\ | |||||
| * | fix(files): Fix folders not being selectable in the smart picker | Christopher Ng | 2024-10-02 | 1 | -12/+11 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #48506 from nextcloud/backport/48451/stable30 | Daniel | 2024-10-02 | 2 | -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/stable30 | Daniel Kesselberg | 2024-10-01 | 2 | -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/stable30 | fenn-cs | 2024-10-02 | 1 | -7/+7 |
| |/ |/| | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30 | Ferdinand Thiessen | 2024-10-02 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 28 | -8/+44 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-01 | 124 | -244/+292 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: correctly count disabled users for subadminsbackport/48437/stable30 | Maksim Sukharev | 2024-09-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 104 | -298/+432 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 22 | -6/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48394 from nextcloud/backport/48375/stable30 | Andy Scherzinger | 2024-09-27 | 1 | -0/+3 |
|\ | | | | | [stable30] Skip future shipped apps from updatenotification check | ||||
| * | fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30 | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-27 | 24 | -18/+256 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48401 from nextcloud/backport/48366/stable30 | Kate | 2024-09-26 | 1 | -6/+13 |
|\ \ | |||||
| * | | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable30 | provokateurin | 2024-09-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | refactor(files_sharing): Make permissions prop checks less error prone | provokateurin | 2024-09-26 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | provokateurin | 2024-09-26 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* / | fix: Use hashed password in files_external settingsbackport/48359/stable30 | Louis Chemineau | 2024-09-26 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #48365 from nextcloud/backport/48345/stable30 | Daniel | 2024-09-26 | 1 | -7/+9 |
|\ | | | | | [stable30] fix(files_external): Catch correct exception | ||||
| * | fix(files_external): Catch correct exceptionbackport/48345/stable30 | Marcel Klehr | 2024-09-26 | 1 | -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/stable30 | Louis Chemineau | 2024-09-26 | 1 | -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 Transifex | Nextcloud bot | 2024-09-26 | 98 | -108/+194 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |