Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(files): Add tests for path handlingbackport/47905/stable30 | Ferdinand Thiessen | 2024-10-17 | 3 | -4/+137 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Ensure children are removed from folder and not duplicated | Ferdinand Thiessen | 2024-10-17 | 2 | -13/+64 |
| | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/47904 We need to make sure that we only add one source (unique!) once as a child, this is ensured by simply use a native `Set`. Also we need to remove children on from folders when the `files:node:deleted` event is emitted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Add more visual move / copy notification | Ferdinand Thiessen | 2024-10-17 | 3 | -4/+36 |
| | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/46645 This adds loading toast notification while the move operation is running. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Make `openMenu` watcher null safe | Ferdinand Thiessen | 2024-10-17 | 1 | -3/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Reset context menu position on close | Ferdinand Thiessen | 2024-10-17 | 1 | -0/+17 |
| | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/46934 Ensure that after a right-click the context menu position is resetted, so that pressing the "actions"-menu button it is displayed on the correct location. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | 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> |