Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Refactor `OC\Server::getLockingProvider` | Andrew Summers | 2024-03-15 | 2 | -5/+6 | |
|/ / / | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
* | | | refactor(mimeloader): modernize MimeTypeLoader | Thomas Citharel | 2024-03-14 | 1 | -6/+5 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | | | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 2 | -100/+108 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | test: Update test for PublicSectorBundle | Christopher Ng | 2024-03-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | fix: add missing copyrights and strict types | Andrey Borysenko | 2024-03-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | |||||
* | | | feat: Add declarative settings | jld3103 | 2024-03-12 | 1 | -0/+536 | |
| | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | |||||
* | | | feat(appconfig): switching integrity check to lazy config values | Maxence Lange | 2024-03-11 | 1 | -2/+8 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Merge pull request #44073 from nextcloud/fix/provide-correct-icon | Joas Schilling | 2024-03-08 | 1 | -11/+38 | |
|\ \ \ | | | | | | | | | fix(AppManager): Allow to query dark **or** bright icon | |||||
| * | | | fix(AppManager): Allow to query dark **or** bright icon | Ferdinand Thiessen | 2024-03-08 | 1 | -11/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The navigation needs the bright icon, while the notifications and activity need a dark icon. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 1 | -3/+6 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | Merge pull request #44064 from ↵ | Robin Appelman | 2024-03-08 | 1 | -21/+25 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/deprecate-getNumberOfUnreadCommentsForFolder refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's … | |||||
| * | | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's ↵ | Robin Appelman | 2024-03-07 | 1 | -21/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | implementation based on getNumberOfUnreadCommentsForObjects Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 3 | -23/+135 | |
|/ / / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #43114 from ↵ | Joas Schilling | 2024-03-07 | 2 | -82/+187 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/automatically-encrypt-sensitive-values feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database | |||||
| * | | | fix(appconfig): Make sure sensitive values stay sensitive | Joas Schilling | 2024-03-06 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵ | Joas Schilling | 2024-03-06 | 2 | -83/+179 | |
| | | | | | | | | | | | | | | | | | | | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppath | Ferdinand Thiessen | 2024-03-07 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | fix(JSResourceLocator): Consider configured app roots for files | |||||
| * | | | fix(JSResourceLocator): Consider configured app roots for files | Ferdinand Thiessen | 2024-02-29 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplication | John Molakvoæ | 2024-03-06 | 1 | -11/+11 | |
|\ \ \ \ | | | | | | | | | | | use lazy user in UserMountCache for getting user for cached mount instead of duplicating logic | |||||
| * | | | | fix: clearify logic around getMountsForFileId filtering | Robin Appelman | 2024-03-06 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | Merge pull request #44000 from nextcloud/more-sharing-cleaup | Robin Appelman | 2024-03-06 | 1 | -106/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | cleanup: remove long depricated share code | |||||
| * | | | | | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -106/+0 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / / / / | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -176/+19 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 8 | -103/+150 | |
|\ \ \ \ | | | | | | | | | | | Cache path by id | |||||
| * | | | | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 6 | -45/+92 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | | | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 2 | -58/+58 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | Merge pull request #43975 from nextcloud/search-optimize-fixes | Robin Appelman | 2024-03-05 | 1 | -0/+146 | |
|\ \ \ \ \ | | | | | | | | | | | | | Handle more cases in the MergeDistributive search query optimizer | |||||
| * | | | | | test: Additional tests for issue #35776 | Dariusz Olszewski | 2024-03-04 | 1 | -0/+146 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com> | |||||
* | | | | | Merge pull request #43791 from nextcloud/share-api-cleanup | Robin Appelman | 2024-03-04 | 1 | -1/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | Share api cleanup | |||||
| * | | | | | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 2 | -3/+11 | |
| |/ / / / |/| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | | | Merge pull request #43057 from nextcloud/feat/cache-authtoken | John Molakvoæ | 2024-03-01 | 2 | -17/+13 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | feat(perf): add cache for authtoken lookup | Benjamin Gaussorgues | 2024-02-28 | 2 | -17/+13 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | | | fix: Enforce forbidden filename characters on backend | Ferdinand Thiessen | 2024-02-28 | 1 | -3/+48 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / / / | feat(comments): Allow mentions of federated users, groups and teams in the ↵ | Joas Schilling | 2024-02-27 | 1 | -29/+38 | |
|/ / / | | | | | | | | | | | | | | | | future Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-time | Benjamin Gaussorgues | 2024-02-26 | 1 | -22/+76 | |
|\ \ \ | ||||||
| * | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -22/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | | Adjust tests to match new expected exception | Robin Kluth | 2024-02-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Robin Kluth <Commifreak@users.noreply.github.com> | |||||
* | | | | Merge pull request #42893 from nextcloud/file-info-key-location | John Molakvoæ | 2024-02-23 | 2 | -33/+45 | |
|\ \ \ \ | ||||||
| * | | | | add key location to info:file output | Robin Appelman | 2024-02-01 | 2 | -33/+45 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcher | John Molakvoæ | 2024-02-23 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Refactor `OC\Server::getAppFetcher` | Andrew Summers | 2024-02-23 | 1 | -3/+3 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | |||||
* | | | | | Merge pull request #30417 from nextcloud/sualko-patch-1 | John Molakvoæ | 2024-02-23 | 1 | -0/+39 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix xml ocs response for serializable objects | Klaus | 2024-02-23 | 1 | -0/+39 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org> Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | | Merge pull request #39607 from ↵ | John Molakvoæ | 2024-02-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | FedericoHeichou/fix-double-dots-with-pipe-sendmail | |||||
| * | | | | Add "-i" to MailTest's pipe | FedericoHeichou | 2024-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com> | |||||
* | | | | | add some comments for the distributive operation and add another test | Robin Appelman | 2024-02-16 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | add extra flatten step to improve "or eq" -> "in" optimization | Robin Appelman | 2024-02-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | add a search query step to split IN statements that are to large for oci | Robin Appelman | 2024-02-15 | 1 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 5 | -0/+341 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |