Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix(OCM): Make the OCM provider stateful so apps can add resources | Joas Schilling | 2023-10-13 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils library | Joas Schilling | 2023-09-25 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #40288 from nextcloud/feat/appframework/rate-limiter | Joas Schilling | 2023-09-21 | 1 | -0/+4 | |
|\ \ | | | | | | | feat(appframework): Expose programmatic rate limiter | |||||
| * | | feat(appframework): Expose programmatic rate limiter | Christoph Wurst | 2023-09-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Merge pull request #40508 from nextcloud/fix/migrate-apps-away-from-ilogger | Côme Chilliet | 2023-09-21 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Migrate applications away from deprecated ILogger | |||||
| * | | | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* / / | ocm controller | Maxence Lange | 2023-09-20 | 1 | -0/+5 | |
|/ / | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | fix(ratelimit): Only use memory cache backend for redis | Joas Schilling | 2023-09-06 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -1/+3 | |
|\ \ | |/ |/| | move share permission logic to storage wrapper | |||||
| * | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | feat(security): Add a bruteforce protection backend base on memcache | Joas Schilling | 2023-08-21 | 1 | -0/+12 | |
| | | | | | | | | | | | | Similar to the ratelimit backend Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | feat: redirect to the mime icon if no preview available | John Molakvoæ | 2023-08-17 | 1 | -0/+3 | |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | chore!: Remove legacy SymfonyAdapter | Joas Schilling | 2023-07-28 | 1 | -16/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix: Remove legacy dispatcher from share manager | Joas Schilling | 2023-07-28 | 1 | -1/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix!: Remove symfony EventDispatcherInterface from Group | Joas Schilling | 2023-07-27 | 1 | -52/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -16/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix: Move Node HookConnecter events to IEventDispatcher | Joas Schilling | 2023-07-27 | 1 | -1/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix: Move AppManager events to IEventDispatcher | Joas Schilling | 2023-07-27 | 1 | -1/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix!: Remove legacy event dispatching Symfony's GenericEvent | Joas Schilling | 2023-07-27 | 1 | -1/+0 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 1 | -3/+1 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-07-07 | 1 | -0/+4 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | refactor: migrate OC_EventSource to dependency injection | Daniel Kesselberg | 2023-06-03 | 1 | -10/+3 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Avoid db connection when logging db connection errors | fenn-cs | 2023-05-22 | 1 | -1/+7 | |
| | | | | | | | | `\OC\Log\LogDetails::logDetails` depends on `\OC_App::getAppVersions()` which makes a database connection causing the logger to break when the database service is unavaiable. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 1 | -0/+4 | |
|\ | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | |||||
| * | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -5/+5 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 1 | -1/+1 | |
|\ | | | | | Tidy up typing in OC\Files\View | |||||
| * | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #37542 from ↵ | Joas Schilling | 2023-04-03 | 1 | -0/+2 | |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing feat(security): Allow to opt-out of ratelimit protection, e.g. for te… | |||||
| * | | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI | Joas Schilling | 2023-04-03 | 1 | -0/+2 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / | Revert "Dark autoloader magic for ThemingDefaults" | Christoph Wurst | 2023-03-27 | 1 | -10/+4 | |
|/ | | | | This reverts commit 4e1d50169651f608e4728d72c07e463c62a39b87. | |||||
* | public interface to invalidate tokens of user | Artur Neumann | 2023-03-14 | 1 | -0/+2 | |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> | |||||
* | Introduced app enable/disable/update typed events | Thomas Citharel | 2023-03-13 | 1 | -0/+1 | |
| | | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
* | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface | Joas Schilling | 2023-03-03 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 1 | -0/+4 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -1/+0 | |
| | ||||||
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -0/+1 | |
| | | | | | | Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | Merge pull request #36603 from nextcloud/imagick-cache-formats | Robin Appelman | 2023-02-14 | 1 | -1/+3 | |
|\ | | | | | cache formats supported by imagick | |||||
| * | cache formats supported by imagick | Robin Appelman | 2023-02-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | turns out this can be quite slow Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #36656 from nextcloud/route-instrumentation | Julius Härtl | 2023-02-14 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | DI for Router | Robin Appelman | 2023-02-13 | 1 | -3/+3 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | more filesystem setup performance instrumentation | Robin Appelman | 2023-02-10 | 1 | -7/+5 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | 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> |