aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
...
* Use autowiring where possible in server containerMorris Jobke2020-08-131-125/+19
* Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-111-1/+3
|\
| * allow grouping of activity settingsRobin Appelman2020-08-051-1/+3
* | Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-061-0/+3
* | Provide a PHP Api for UserStatusGeorg Ehrke2020-08-051-0/+2
|/
* Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke2020-07-211-1/+3
|\
| * allow admin to configure the max trashbin sizeRobin Appelman2020-07-071-1/+3
* | Deprecate the server container gettersChristoph Wurst2020-07-161-0/+91
* | Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-7/+11
* | Add new dashboard public APIJulius Härtl2020-07-151-0/+1
|/
* Remove old deprecated getAppFolderRoeland Jago Douma2020-07-061-17/+0
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-2/+15
* Move over the IConfig for globalscaleRoeland Jago Douma2020-05-081-3/+1
* Move to subfolders for preview filesRoeland Jago Douma2020-04-191-2/+2
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-1/+2
* Check all remotes for local accessJoas Schilling2020-04-141-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-10/+10
* Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-081-0/+4
|\
| * Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-261-0/+4
* | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+1
|\ \
| * | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-0/+6
|/ /
* / Use the short array syntax, everywhereChristoph Wurst2020-03-261-18/+18
|/
* Added Hook before Message is sendArne Hamann2020-03-241-1/+2
* Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-153/+194
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-64/+64
* Add a deprecated alias registration to find deprecated usagesRoeland Jago Douma2020-03-151-0/+17
* disable timeout on app install via cliArthur Schiwon2020-02-121-1/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #17018 from nextcloud/feature/noid/allow-to-force-enable-v...Joas Schilling2019-12-161-0/+1
|\
| * Allow to force enable apps via CLIJoas Schilling2019-12-131-0/+1
* | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-1/+2
|/
* Merge pull request #18350 from nextcloud/enhancement/typed-group-events-IIRoeland Jago Douma2019-12-111-2/+44
|\
| * Add typed events for all group hooks and legacy eventsChristoph Wurst2019-12-111-2/+44
* | Merge pull request #18348 from nextcloud/enhancement/typed-user-events-IIChristoph Wurst2019-12-111-5/+71
|\ \
| * | Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-111-5/+71
| |/
* / Deprecate hooks, emitter and Symfony dispatcher mechanismsChristoph Wurst2019-12-111-0/+1
|/
* Ensure that we don't merge broken json.Daniel Kesselberg2019-12-091-0/+1
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-0/+1
* Update license headersChristoph Wurst2019-12-051-3/+8
* Add typed create user eventsChristoph Wurst2019-12-031-3/+0
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-271-0/+2
* Harden identifyproof openssl codeRoeland Jago Douma2019-09-141-8/+0
* emit file events via Dispatcher, tooArthur Schiwon2019-09-091-1/+1
* Fix report of phpstan in LimiterRoeland Jago Douma2019-08-191-8/+0
* Make sure SystemConfig class can be injected and syslog_tag is fetched properlyJulius Härtl2019-08-131-1/+2
* Add proper PostLoginEventRoeland Jago Douma2019-07-291-1/+3
* Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif...Morris Jobke2019-07-171-1/+2
|\