aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Pluggable share providerLouis Chemineau2023-02-021-0/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-031-3/+1
* Cache available languages locallyJulius Härtl2022-12-071-0/+1
* Add group display name cacheAnna Larch2022-11-281-1/+2
* Fix logo invertJohn Molakvoæ2022-11-161-9/+10
* Add remote host validation APIChristoph Wurst2022-10-311-14/+1
* Emit typed event when preview is requestedJulius Härtl2022-10-271-0/+1
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+1
* Improve container return type annotationsJulius Härtl2022-10-141-2/+3
* Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
* Fix avatar cleanup on user deleteJoas Schilling2022-09-191-3/+3
* Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry2022-09-011-1/+7
|\
| * adjusts tests for CloudIdManagerRobin Appelman2022-08-311-1/+1
| * cache cloud id data in CloudIdManagerRobin Appelman2022-08-311-1/+7
* | CleanupJulius Härtl2022-08-311-0/+4
|/
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-1/+5
|\
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-1/+5
* | Use user displayname cache for comment mentionsJoas Schilling2022-08-191-7/+5
|/
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-49/+13
|\