Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -0/+2 |
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(OCP): Remove deprecated dashboard interfaces and classes | Julius Härtl | 2023-01-03 | 1 | -3/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cache available languages locally | Julius Härtl | 2022-12-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add group display name cache | Anna Larch | 2022-11-28 | 1 | -1/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Fix logo invert | John Molakvoæ | 2022-11-16 | 1 | -9/+10 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add remote host validation API | Christoph Wurst | 2022-10-31 | 1 | -14/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | LDAP to no register new users when outside of fair use or over limits | Arthur Schiwon | 2022-10-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -2/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use color preset of shipped background as primary color | Christopher Ng | 2022-10-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix avatar cleanup on user delete | Joas Schilling | 2022-09-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #33764 from nextcloud/cloudid-cache | Vincent Petry | 2022-09-01 | 1 | -1/+7 |
|\ | | | | | cache cloud id data in CloudIdManager | ||||
| * | adjusts tests for CloudIdManager | Robin Appelman | 2022-08-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | cache cloud id data in CloudIdManager | Robin Appelman | 2022-08-31 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Cleanup | Julius Härtl | 2022-08-31 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #33593 from nextcloud/improve-binary-caching | Carl Schwan | 2022-08-24 | 1 | -1/+5 |
|\ | | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | ||||
| * | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Use user displayname cache for comment mentions | Joas Schilling | 2022-08-19 | 1 | -7/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge branch 'master' into display-name-cache-public | Carl Schwan | 2022-08-15 | 1 | -49/+13 |
|\ | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | Add a public interface for the bruteforce throttler and register for injection | Joas Schilling | 2022-07-28 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Cleanup avatar related code | Carl Schwan | 2022-06-22 | 1 | -48/+10 |
| | | | | | | | | | | | | | | | | - Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | expose displayname cache trough a public interface | Robin Appelman | 2022-05-18 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #32077 from nextcloud/cleanup/lock | Carl Schwan | 2022-05-12 | 1 | -1/+0 |
|\ | | | | | Cleanup lock related code | ||||
| * | Cleanup lock related code | Carl Schwan | 2022-05-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | - Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Make it possible to get the appdata folder using the public API | Carl Schwan | 2022-05-11 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Extract the EmojiService from user status and add an OCP interface | Joas Schilling | 2022-04-28 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -4/+8 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #31676 from nextcloud/enh/ocp-owner-lock | Vincent Petry | 2022-04-08 | 1 | -0/+6 |
|\ | | | | | Add public API for owner based file locking | ||||
| * | Add public API for owner based locking | Julius Härtl | 2022-04-04 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -6/+12 |
|/ | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Adapted Server to logger migration in constructors | Côme Chilliet | 2022-03-24 | 1 | -17/+25 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 1 | -3/+12 |
|\ | | | | | Extract request id handling to dedicated class so it can be injected without DB dependency | ||||
| * | Extract request id handling to dedicated class so it can be injected manually | Joas Schilling | 2022-02-23 | 1 | -3/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix unknown Talk broker interface | Christoph Wurst | 2022-03-15 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | move user mountpoint setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -0/+2 |
|\ \ | | | | | | | move root mount setup to mountproviders | ||||
| * | | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add event logging for db and redis connection | Julius Härtl | 2022-02-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Diagnostics event logging to Nextcloud log | Julius Härtl | 2022-02-28 | 1 | -6/+1 |
|/ | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add config samples Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #30016 from ↵ | Joas Schilling | 2021-12-02 | 1 | -4/+4 |
|\ | | | | | | | | | nextcloud/techdebt/noid/remove-default-token-provider Remove default token which is deprecated since Nextcloud 13 | ||||
| * | Remove default token which is deprecated since Nextcloud 13 | Joas Schilling | 2021-12-01 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #30028 from nextcloud/bugfix/noid/fix-log_query | Joas Schilling | 2021-12-02 | 1 | -1/+10 |
|\ \ | | | | | | | Fix log_query config flag | ||||
| * | | Fix log_query config flag | Joas Schilling | 2021-12-01 | 1 | -1/+10 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Allow to log DB, redis and LDAP requests into files | Joas Schilling | 2021-12-01 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move common logic to share manager | Joas Schilling | 2021-11-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to inject the trusted domain helper by public interface | Joas Schilling | 2021-11-03 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |