Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #44041 from nextcloud/artonge/revert/twofactor_cleanup_change | Louis | 2024-03-06 | 1 | -6/+1 |
|\ \ | | | | | | | Revert change in TwoFactorAuth CleanupTest.php | ||||
| * | | Revert change in TwoFactorAuth CleanupTest.php | Louis Chemineau | 2024-03-06 | 1 | -6/+1 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | 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> | ||||
* | | | | Merge pull request #44029 from nextcloud/share-manager-build | Robin Appelman | 2024-03-06 | 1 | -176/+19 |
|\ \ \ \ | |_|/ / |/| | | | refactor: make share manager buildable | ||||
| * | | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -176/+19 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / / | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 1 | -1/+6 |
|/ / | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | 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 #40726 from nextcloud/feat/new-user-email | Côme Chilliet | 2024-02-26 | 1 | -0/+170 |
|\ | | | | | feat: Email option in `occ user:add` command | ||||
| * | add generate-password option and flow fixes | Anupam Kumar | 2024-02-24 | 1 | -40/+82 |
| | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
| * | new user password email option, improved on #29368 | Anupam Kumar | 2024-02-24 | 1 | -27/+29 |
| | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
| * | Enable adding E-Mail addresses to new user accounts using the CLI | Philip Gatzka | 2024-02-24 | 1 | -0/+126 |
| | | | | | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org> | ||||
* | | 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> | ||||
* | | | feat(core): Add OCS endpoint for confirming the user password | provokateurin | 2024-02-20 | 1 | -1/+19 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | 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> | ||||
* | | | Merge pull request #43552 from ↵ | Joas Schilling | 2024-02-15 | 1 | -288/+119 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/rfc7239-compatible-proxy-handling fix(request): Handle reverse proxy setting a port in Forwarded-For | ||||
| * | | | test(request): Add tests to strip the port when forwarding requests | Joas Schilling | 2024-02-13 | 1 | -288/+119 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix: phpunit | John Molakvoæ | 2024-02-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |