summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix creation of the ManagerJoas Schilling2019-07-151-1/+2
* | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groupsMorris Jobke2019-07-171-1/+2
|\ \ | |/ |/|
| * Properly inject the loggerMorris Jobke2019-07-161-1/+2
* | Merge pull request #15730 from nextcloud/enh/14179/event_for_cspRoeland Jago Douma2019-07-091-4/+2
|\ \
| * | Add an event to edit the CSPRoeland Jago Douma2019-07-081-4/+2
* | | allow injecting CsrfTokenManager by classRobin Appelman2019-07-091-2/+3
|/ /
* | Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-071-1/+2
|\ \
| * | Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-1/+2
| |/
* | Allow IProviderV2 for previews as wellJohn Molakvoæ (skjnldsv)2019-07-051-7/+18
* | Add event dispatcher to OCPChristoph Wurst2019-06-251-8/+4
|/
* Fix l10n for SettingsManager by injecting the l10n factoryMorris Jobke2019-05-211-1/+1
* Add interfaces to interact with subscription from support appMorris Jobke2019-05-131-0/+1
* Remove unnecessary event dispatcherJoas Schilling2019-04-091-2/+1
* Don't get the avatar when we don't operate anywayJoas Schilling2019-04-091-0/+5
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-6/+0
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-3/+4
* Add guest navigation typeJulius Härtl2019-02-181-1/+2
* Implement guest avatar endpointMichael Weimann2019-02-071-0/+1
* Provide initial stateRoeland Jago Douma2019-01-291-0/+3
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+3
* Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-231-2/+2
* Use the real logger in the settingsRoeland Jago Douma2019-01-071-2/+3
* Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)2018-11-081-2/+3
* The identityproof manager should be in ServerRoeland Jago Douma2018-11-021-0/+8
* The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-021-1/+2
* SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-021-0/+1
* The UserSession is constructed in the serverRoeland Jago Douma2018-11-021-2/+3
* fix pathMaxence Lange2018-11-011-1/+1
* public interfaces FullTextSearchMaxence Lange2018-10-301-0/+3
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-301-1/+2
* Register IAccountManager as a serviceJulius Härtl2018-10-241-0/+2
* expose storagefactory in server containerRobin Appelman2018-10-171-0/+13
* include dashboard into coreMaxence Lange2018-10-151-0/+4
* Remove unused constructor argumentChristoph Wurst2018-09-271-1/+0
* Reduce settings manager complexity by loading sections via DIChristoph Wurst2018-09-271-9/+1
* cache isCached state for scss resourcesRobin Appelman2018-07-241-1/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+3
* start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+2
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-1/+1
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-1/+1
* check if cloud federation api is readyBjoern Schiessle2018-07-021-1/+1
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-0/+38
* Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-291-0/+20
|\
| * hook up calendar resource managers/backends with server containerGeorg Ehrke2018-06-251-0/+20
* | Make 2FA providers statefulChristoph Wurst2018-06-201-12/+1
|/
* Abstract the Provider via a managerRoeland Jago Douma2018-06-181-9/+1
* Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-141-1/+1