| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #49833 from nextcloud/chore/noid/coverage | Daniel | 2024-12-17 | 1 | -0/+1 |
|\ \ |
|
| * | | chore: ignore vendor-bin for coverage | Daniel Kesselberg | 2024-12-16 | 1 | -0/+1 |
* | | | fix(lexicon): renaming and minor fixesfeature/noid/config-lexicon | Maxence Lange | 2024-12-13 | 1 | -4/+0 |
* | | | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 7 | -2/+314 |
|/ / |
|
* | | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 |
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 1 | -2/+3 |
|\ \ |
|
| * | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 1 | -2/+3 |
* | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -0/+35 |
|\ \ \ |
|
| * | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -0/+35 |
| | |/
| |/| |
|
* | | | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 1 | -3/+5 |
* | | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 1 | -20/+28 |
|/ / |
|
* | | test(View): Copy preserves content | Louis Chemineau | 2024-12-03 | 1 | -0/+8 |
* | | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #49515 from nextcloud/bugfix/noid/boolean-false-in-multipa... | Joas Schilling | 2024-11-28 | 1 | -3/+38 |
|\ |
|
| * | fix(controller): Fix false booleans in multipart/form-data | Joas Schilling | 2024-11-28 | 1 | -3/+38 |
* | | Merge pull request #49493 from nextcloud/artonge/feat/pwd_confirmation_allow_... | John Molakvoæ | 2024-11-28 | 1 | -5/+14 |
|\ \ |
|
| * | | test:(PasswordConfirmationMiddleware): Fix constructor call | Louis Chemineau | 2024-11-28 | 1 | -5/+14 |
| |/ |
|
* / | fix(migration): Decrypt ownCloud secrets v2 | Christoph Wurst | 2024-11-28 | 1 | -0/+13 |
|/ |
|
* | Merge pull request #49073 from nextcloud/feat/files_sharing/co-owner | Kate | 2024-11-25 | 2 | -4/+183 |
|\ |
|
| * | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -4/+29 |
| * | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -0/+69 |
| * | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -0/+85 |
* | | Merge pull request #49433 from nextcloud/artonge/feat/maintenance_warn_encryp... | Louis | 2024-11-25 | 1 | -9/+0 |
|\ \
| |/
|/| |
|
| * | feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_all | Louis Chemineau | 2024-11-25 | 1 | -9/+0 |
* | | fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entry | Louis Chemineau | 2024-11-21 | 1 | -3/+4 |
|/ |
|
* | feat(Mailer): add "null" SMTP transport mode | Thomas Lehmann | 2024-11-19 | 1 | -0/+20 |
* | feat(Mailer): implement caching | Thomas Lehmann | 2024-11-19 | 1 | -0/+6 |
* | feat(user-prefs): renaming to IUserConfigenh/noid/user-preferences | Maxence Lange | 2024-11-18 | 1 | -165/+165 |
* | feat(user-prefs): switching to NCU/ | Maxence Lange | 2024-11-18 | 1 | -4/+4 |
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 1 | -10/+10 |
* | fix(user-prefs): adding sensitive and indexed as flags | Maxence Lange | 2024-11-18 | 1 | -59/+62 |
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 2 | -3/+1836 |
* | Merge pull request #48675 from georglauterbach/master | Côme Chilliet | 2024-11-14 | 1 | -2/+3 |
|\ |
|
| * | fix: do not query CNAME if A succeeded already | georglauterbach | 2024-11-06 | 1 | -2/+3 |
* | | fix(profile): make sure the app cannot be disabled as it was in core | skjnldsv | 2024-11-14 | 2 | -2/+12 |
* | | chore(profile): move profile app from core to apps | skjnldsv | 2024-11-14 | 1 | -78/+0 |
* | | feat: add iMip Request Handling | SebastianKrupinski | 2024-11-07 | 1 | -10/+336 |
* | | test: add some minimal testing for metadata storagemetadata-storage-id | Robin Appelman | 2024-11-07 | 1 | -0/+98 |
* | | fix(richobjectstrings): Add missing placeholder validation | Joas Schilling | 2024-11-06 | 1 | -1/+46 |
* | | Merge pull request #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-local | John Molakvoæ | 2024-11-06 | 2 | -0/+3 |
|\ \ |
|
| * | | fix(tests): Add IpAddressClassifier v6 zone ID testjtr/fix-ipv6-zone-ids-link-local | Josh | 2024-11-04 | 1 | -0/+1 |
| * | | fix(tests): Add RemoteAddress v6 zone ID test | Josh | 2024-11-04 | 1 | -0/+2 |
* | | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors | John Molakvoæ | 2024-11-06 | 1 | -0/+76 |
|\ \ \ |
|
| * | | | feat(DeclarativeSettings): Allow to implement value getter and setter directl... | Ferdinand Thiessen | 2024-10-15 | 1 | -0/+76 |
* | | | | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configuration | Daniel Calviño Sánchez | 2024-11-05 | 1 | -0/+32 |
* | | | | fix: Clear pending two factor tokens also from configuration | Daniel Calviño Sánchez | 2024-11-05 | 1 | -0/+26 |
* | | | | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-... | Côme Chilliet | 2024-11-04 | 1 | -3/+187 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownership | Côme Chilliet | 2024-10-14 | 1 | -10/+14 |
| * | | | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-10-14 | 1 | -16/+84 |
| * | | | fix(tests): Fix share tests to test new reshare promotion system | Côme Chilliet | 2024-10-14 | 1 | -17/+17 |