summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-1/+1
* Expose isCLI to DIRoeland Jago Douma2018-05-081-0/+3
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-4/+3
* revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-261-2/+1
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-1/+15
* destaticfy Log classesArthur Schiwon2018-04-261-2/+3
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-191-3/+4
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-1/+7
* Merge pull request #8804 from nextcloud/remove_httphelperRoeland Jago Douma2018-03-141-17/+0
|\
| * Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-17/+0
* | Properly provide local memcache check to ICacheFactoryMorris Jobke2018-03-131-2/+2
|/
* Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-121-10/+0
* Actually clear cache values for all base urlsJulius Härtl2018-03-071-2/+2
* Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-071-3/+3
* Fix proper typesRoeland Jago Douma2018-02-221-1/+1
* Add repair step to clear frontend related cachesJulius Härtl2018-02-031-0/+12
* Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-2/+0
* Use ::class statement instead of stringMorris Jobke2018-01-291-14/+17
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-3/+1
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-1/+2
* Don't polute log when loggin into dav with emailRoeland Jago Douma2018-01-231-1/+10
* Remove old repair steps that aren't executed anymoreMorris Jobke2018-01-221-1/+0
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+1
* Use \OC\User\Manager internally in the avatarmanagerRoeland Jago Douma2018-01-141-3/+4
* Remove generated avatar on displayname changeRoeland Jago Douma2017-12-191-1/+18
* Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma2017-12-181-1/+1
|\
| * Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* | Let DI handle the background jobRoeland Jago Douma2017-12-181-10/+0
|/
* The user displayNameResolver is specific to users, not the comments appArthur Schiwon2017-12-121-1/+15
* Register ContactsStore using alias + run autoloaderchecker.shTobia De Koninck2017-12-111-1/+3
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+10
* handle not found mounts when cleaning avatarsRobin Appelman2017-12-111-0/+3
* Remove avatar on user deletionRoeland Jago Douma2017-12-111-0/+23
* Dispatch event on User predeleteRoeland Jago Douma2017-12-111-1/+5
* Add public api for remote apiRobin Appelman2017-12-081-0/+27
* Get the Installer via DIMorris Jobke2017-11-251-0/+10
* Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-161-0/+10
|\
| * implement CalendarManagerGeorg Ehrke2017-11-091-0/+10