summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* fix(ocp): register IAvailabilityCoordinator service aliasRichard Steinmetz2023-11-151-0/+4
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-8/+0
* IFilesMetadataMaxence Lange2023-11-071-0/+5
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+2
|\
| * fix(TextToImage): Add autoloader changes and registerAliasMarcel Klehr2023-10-191-0/+2
* | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-0/+4
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-0/+4
|/
* fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-131-0/+4
* feat(phonenumber): Add OCP wrapper for PhoneNumber utils libraryJoas Schilling2023-09-251-0/+3
* Merge pull request #40288 from nextcloud/feat/appframework/rate-limiterJoas Schilling2023-09-211-0/+4
|\
| * feat(appframework): Expose programmatic rate limiterChristoph Wurst2023-09-201-0/+4
* | Merge pull request #40508 from nextcloud/fix/migrate-apps-away-from-iloggerCôme Chilliet2023-09-211-1/+1
|\ \
| * | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-1/+1
| |/
* / ocm controllerMaxence Lange2023-09-201-0/+5
|/
* fix(ratelimit): Only use memory cache backend for redisJoas Schilling2023-09-061-2/+2
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-1/+3
|\
| * cleanup di for share permissions wrapperRobin Appelman2023-08-161-1/+3
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-1/+1
* | feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-211-0/+12
* | feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-171-0/+3
|/
* chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-281-16/+0
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-281-1/+0
* fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-271-52/+1
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-16/+1
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-1/+0
* fix: Move AppManager events to IEventDispatcherJoas Schilling2023-07-271-1/+0
* fix!: Remove legacy event dispatching Symfony's GenericEventJoas Schilling2023-07-271-1/+0
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-3/+1
* LLM OCP API: Implement ocs APIMarcel Klehr2023-07-071-0/+4
* refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-031-10/+3
* Avoid db connection when logging db connection errorsfenn-cs2023-05-221-1/+7
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-0/+4
|\
| * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+4
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-5/+5
|/
* Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-051-1/+1
|\
| * Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
* | Merge pull request #37542 from nextcloud/bugfix/noid/allow-to-opt-out-of-rate...Joas Schilling2023-04-031-0/+2
|\ \
| * | feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CIJoas Schilling2023-04-031-0/+2
| |/
* / Revert "Dark autoloader magic for ThemingDefaults"Christoph Wurst2023-03-271-10/+4
|/
* public interface to invalidate tokens of userArtur Neumann2023-03-141-0/+2
* Introduced app enable/disable/update typed eventsThomas Citharel2023-03-131-0/+1
* feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-0/+1
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+4
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-1/+0
* Do not set up filesystem on every callAnna Larch2023-02-171-0/+1
* Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-141-1/+3
|\
| * cache formats supported by imagickRobin Appelman2023-02-131-1/+3
* | Merge pull request #36656 from nextcloud/route-instrumentationJulius Härtl2023-02-141-3/+3
|\ \
| * | DI for RouterRobin Appelman2023-02-131-3/+3
| |/
* / more filesystem setup performance instrumentationRobin Appelman2023-02-101-7/+5
|/