Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 18 | -4/+92 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-24 | 40 | -10/+280 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-23 | 22 | -10/+124 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49406 from nextcloud/avoidStatusSessions | Joas Schilling | 2024-11-22 | 1 | -0/+7 |
|\ | | | | | fix(status): Avoid session creation for status requests | ||||
| * | fix(status): Avoid session creation for status requestsavoidStatusSessions | Git'Fellow | 2024-11-21 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-22 | 24 | -8/+90 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49434 from nextcloud/artonge/fix/getting_cache_entry | Louis | 2024-11-21 | 2 | -5/+6 |
|\ \ | | | | | | | fix: Wrap partial cache entry in CacheEntry | ||||
| * | | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entry | Louis Chemineau | 2024-11-21 | 2 | -5/+6 |
|/ / | | | | | | | | | | | | | | | Because it is returned here: https://github.com/nextcloud/server/blob/7b7d07c5750583ab3a7b29112af475f5c8891143/lib/private/Files/Cache/Cache.php#L136-L137 And some implementation got stricter: https://github.com/nextcloud/groupfolders/blob/df95bf6ba807da5171de91108879b6d8aa9f3611/lib/Mount/RootEntryCache.php#L23-L28 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #47832 from nextcloud/fix/issue-12387-delete-invitations | Sebastian Krupinski | 2024-11-21 | 1 | -2/+51 |
|\ \ | | | | | | | fix: (CalDav) Delete invitation link when deleting Calendars or Events | ||||
| * | | fix: (CalDav) Delete invitation when deleting Calendars or Eventsfix/issue-12387-delete-invitations | SebastianKrupinski | 2024-11-21 | 1 | -2/+51 |
|/ / | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #49417 from nextcloud/refactSmallAdjust | John Molakvoæ | 2024-11-21 | 4 | -242/+68 |
|\ \ | |||||
| * | | refactor(storage): Code adjustements and simplificationsrefactSmallAdjust | Git'Fellow | 2024-11-21 | 4 | -242/+68 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge pull request #49420 from nextcloud/fix/etag-constraint-search-query | John Molakvoæ | 2024-11-21 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix(cache): etag constraint violationfix/etag-constraint-search-query | skjnldsv | 2024-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help | Daniel | 2024-11-21 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | feat(files): Add help to / update description of `files:cleanup` | ||||
| * | | | | feat(occ): Add help and update description for `files:cleanup`feat/occ-files-cleanup-help | Josh | 2024-11-20 | 1 | -1/+2 |
| | |_|/ | |/| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | Merge pull request #49380 from nextcloud/fix/files-page-title | John Molakvoæ | 2024-11-21 | 3 | -4/+16 |
|\ \ \ \ | |||||
| * | | | | chore(assets): Recompile assetsfix/files-page-title | nextcloud-command | 2024-11-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files): Restore page title (folder - view - product) | Ferdinand Thiessen | 2024-11-21 | 1 | -1/+13 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Folder: Current folder if not root * View: Name of current view * Product: Nextcloud Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #49408 from nextcloud/refactor/files-cleanup | Julius Knorr | 2024-11-21 | 1 | -12/+18 |
|\ \ \ \ | |_|_|/ |/| | | | refactor(files): Use functions for all in `occ files:cleanup` | ||||
| * | | | refactor(files): Use functions for all in `occ files:cleanup`refactor/files-cleanup | Josh | 2024-11-20 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | Tidying. Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | Merge pull request #49396 from nextcloud/dav-webcal-default-refresh-rate | Christoph Wurst | 2024-11-21 | 2 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | feat(dav): increase default calendar subscription refresh rate to one day | ||||
| * | | | | feat(dav): increase default calendar subscription refresh rate to one daydav-webcal-default-refresh-rate | Thomas Citharel | 2024-11-20 | 2 | -3/+3 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | With the performance benefits from #43541 it makes sense Reference https://github.com/nextcloud/server/issues/46171#issuecomment-2487910923 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-21 | 50 | -48/+564 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49305 from nextcloud/refactor/files-filelist-width | Ferdinand Thiessen | 2024-11-20 | 14 | -87/+158 |
|\ \ \ | | | | | | | | | refactor(files): Provide `useFileListWidth` composable | ||||
| * | | | chore: Compile assetsrefactor/files-filelist-width | Ferdinand Thiessen | 2024-11-20 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | refactor(files): Provide `useFileListWidth` composable | Ferdinand Thiessen | 2024-11-20 | 12 | -84/+155 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Replace the mixin with a composable, this is better typed and works in both: Options- and Composition API. Also added component tests for it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #49315 from nextcloud/deleteExistingTarget | Kate | 2024-11-20 | 2 | -10/+15 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix(storage): Try to delete existing targetdeleteExistingTarget | Git'Fellow | 2024-11-20 | 2 | -10/+15 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Add same logic to common storage | ||||
* | | | Merge pull request #49285 from nextcloud/3rdparty/justinrainbow/json-schema | Joas Schilling | 2024-11-20 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | fix(3rdparty): bump justinrainbow/json-schema to 5.3.0 | ||||
| * | | fix(3rdparty): bump justinrainbow/json-schema to 5.3.03rdparty/justinrainbow/json-schema | grnd-alt | 2024-11-20 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-20 | 214 | -410/+312 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49387 from nextcloud/backport/49384/master | John Molakvoæ | 2024-11-19 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/master | skjnldsv | 2024-11-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #49308 from nextcloud/feat/46528/ask-confirm-extension-change | F. E Noel Nfebe | 2024-11-19 | 3 | -4/+81 |
|\ \ \ \ | |/ / / |/| | | | feat: add confirmation dialog for file extension changes | ||||
| * | | | chore(assets): Recompile assetsfeat/46528/ask-confirm-extension-change | nextcloud-command | 2024-11-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | feat: add confirmation dialog for file extension changes | nfebe | 2024-11-19 | 1 | -1/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduced a dialog to confirm if users want to proceed with changing the file extension. - Added handling for dialog visibility to prevent recursion. (Since it looks like use must press escape to stop rename???) Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | | | Merge pull request #49332 from wolandtel/master | John Molakvoæ | 2024-11-19 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | fix(job): Check if carddata is resource and read it to string | Mikhail Kotelnikov | 2024-11-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes nextcloud/server#46100 Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Mikhail Kotelnikov <fox@woland.me> | ||||
* | | | | | Merge pull request #49376 from nextcloud/fix/47658/upgrade-version-3100005 | Joas Schilling | 2024-11-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(userconfig): incrementing version to trigger migration | ||||
| * | | | | | fix(userconfig): incrementing version to trigger migrationfix/47658/upgrade-version-3100005 | Maxence Lange | 2024-11-19 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | Merge pull request #49386 from ↵ | Joas Schilling | 2024-11-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/47658/dont-fail-precondition-if-unset fix(userconfig): Don't fail the precondition if the value is not set at all | ||||
| * | | | | | fix(userconfig): Don't fail the precondition if the value is not set at allbugfix/47658/dont-fail-precondition-if-unset | Joas Schilling | 2024-11-19 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #49372 from nextcloud/feat/php-setup-file-upload | John Molakvoæ | 2024-11-19 | 4 | -0/+84 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | feat(settings): add big file upload setup checksfeat/php-setup-file-upload | skjnldsv | 2024-11-19 | 4 | -0/+84 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | Merge pull request #49347 from nextcloud/fix/typo-recommended-apps | Ferdinand Thiessen | 2024-11-19 | 3 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(recommended-apps): Typo "screen sharing" vs "screensharing" | ||||
| * | | | | | chore(assets): Recompile assetsfix/typo-recommended-apps | nextcloud-command | 2024-11-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | fix(recommended-apps): Typo "screen sharing" vs "screensharing" | Ferdinand Thiessen | 2024-11-19 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | Merge pull request #48977 from IONOS-Productivity/tl/dev/disable-mailing | Louis | 2024-11-19 | 4 | -4/+45 |
|\ \ \ \ \ | | | | | | | | | | | | | feat: add "null" SMTP transport mode | ||||
| * | | | | | feat(Mailer): hide admin settings for "null" transportartonge/local/IONOS/tl/dev/disable-mailing | Thomas Lehmann | 2024-11-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the mail transport is configured as null transport, the configuration UI would not work. == Background The null transport is meant for situations where operators implement mail delivery via custom mechanisms like REST APIs. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de> |