| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 1 | -0/+4 |
* | Merge pull request #49880 from nextcloud/fix/view/catch-mkdir-exception-non-e... | Kate | 2024-12-17 | 1 | -4/+11 |
|\ |
|
| * | fix(View): Catch exceptions when executing mkdir for non-existent parentsfix/view/catch-mkdir-exception-non-existent-parents | provokateurin | 2024-12-16 | 1 | -4/+11 |
* | | Merge pull request #49399 from nextcloud/feature/noid/config-lexicon | Maxence Lange | 2024-12-16 | 3 | -1/+262 |
|\ \
| |/
|/| |
|
| * | fix(lexicon): renaming and minor fixesfeature/noid/config-lexicon | Maxence Lange | 2024-12-13 | 2 | -9/+9 |
| * | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 3 | -1/+262 |
* | | Revert "fix: don't recalculate folder size in Cache::delete if the entry didn...ci/revert/47342 | Daniel Kesselberg | 2024-12-16 | 1 | -0/+3 |
* | | Merge pull request #49451 from nextcloud/ensureTemplateFolder | Git'Fellow | 2024-12-16 | 1 | -2/+6 |
|\ \ |
|
| * | | fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolder | Git'Fellow | 2024-12-13 | 1 | -2/+6 |
| |/ |
|
* / | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 2 | -0/+70 |
|/ |
|
* | Merge pull request #49832 from nextcloud/sharding-select-fixes | John Molakvoæ | 2024-12-12 | 1 | -3/+24 |
|\ |
|
| * | fix: improve logic for ensuring join columns are selected for partitioned que...sharding-select-fixes | Robin Appelman | 2024-12-12 | 1 | -3/+21 |
| * | fix: handle calling select on partitioned queries with an array of columns | Robin Appelman | 2024-12-12 | 1 | -0/+3 |
* | | Merge pull request #47342 from nextcloud/cache-delete-notfound-size | Robin Appelman | 2024-12-12 | 1 | -3/+0 |
|\ \ |
|
| * | | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-size | Robin Appelman | 2024-08-20 | 1 | -3/+0 |
* | | | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 |
* | | | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 |
| |/
|/| |
|
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 2 | -27/+31 |
|\ \ |
|
| * | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 2 | -27/+31 |
* | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug | Kate | 2024-12-11 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 |
* | | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -9/+13 |
|\ \ \ \ |
|
| * | | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -9/+13 |
* | | | | | Merge pull request #49695 from nextcloud/copy-update-cache-excluded | John Molakvoæ | 2024-12-11 | 1 | -1/+9 |
|\ \ \ \ \ |
|
| * | | | | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excluded | Robin Appelman | 2024-12-06 | 1 | -1/+9 |
| |/ / / / |
|
* | | | | | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 1 | -10/+9 |
* | | | | | Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -7/+10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30 | Joas Schilling | 2024-12-09 | 1 | -1/+2 |
| * | | | | fix(federation): Restore compatibility with Nextcloud 30 servers | Joas Schilling | 2024-12-09 | 1 | -6/+8 |
* | | | | | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Merge pull request #49599 from nextcloud/feat/bruteforce-max-attempts | Benjamin Gaussorgues | 2024-12-06 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | chore(bruteforce): allows to configure max attempts before request abort | Benjamin Gaussorgues | 2024-12-03 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 2 | -51/+14 |
* | | | | Merge pull request #49352 from nextcloud/s3-disable-multipart | Julius Knorr | 2024-12-06 | 2 | -10/+31 |
|\ \ \ \ |
|
| * | | | | fix: get object size from stream where possible | Robin Appelman | 2024-12-05 | 1 | -0/+8 |
| * | | | | fix: don't perform the extra buffering in s3 stream write when the stream siz... | Robin Appelman | 2024-12-05 | 1 | -10/+23 |
| * | | | | fix: use php://temp instead of php://memory for multi-part upload buffer | Robin Appelman | 2024-12-05 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insert | Maxence Lange | 2024-12-05 | 2 | -2/+4 |
|\ \ \ \ |
|
| * | | | | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 1 | -1/+2 |
| * | | | | fix(signed-request): trigger metadata insert with default value manually | Maxence Lange | 2024-12-05 | 1 | -1/+2 |
| |/ / / |
|
* | | | | Merge pull request #49262 from nextcloud/move-from-encryption-no-opt | Robin Appelman | 2024-12-05 | 1 | -1/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-opt | Robin Appelman | 2024-11-13 | 1 | -1/+5 |
* | | | | Merge pull request #48769 from nextcloud/copy-share-unmasked | Robin Appelman | 2024-12-04 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | fix: use scan_permissions when copying cache items | Robin Appelman | 2024-12-04 | 1 | -1/+5 |
| * | | | | fix: store unmaked source permissions as scan_permissions when loading share ... | Robin Appelman | 2024-12-04 | 1 | -0/+3 |
* | | | | | Merge pull request #49551 from nextcloud/dont-propagate-future-time | John Molakvoæ | 2024-12-04 | 1 | -2/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | fix: don't propagate future mtimes | Robin Appelman | 2024-11-28 | 1 | -2/+9 |
* | | | | | Merge pull request #49293 from nextcloud/artonge/fix/handle_folders_copy_live... | Louis | 2024-12-04 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | fix: Correctly create NonExistingFolder during copy | Louis Chemineau | 2024-12-04 | 1 | -3/+3 |
* | | | | | | Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_o... | Louis | 2024-12-04 | 3 | -11/+41 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|