summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-11-021-1/+2
* Actually clear cache values for all base urlsJulius Härtl2018-03-091-2/+2
* Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-091-3/+3
* Merge pull request #8197 from nextcloud/stable13-8144Roeland Jago Douma2018-02-071-0/+12
|\
| * Add repair step to clear frontend related cachesJulius Härtl2018-02-061-0/+12
* | Don't polute log when loggin into dav with emailRoeland Jago Douma2018-01-251-1/+10
|/
* 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
* | Add a mechanism to register crach reportersChristoph Wurst2017-11-141-1/+5
|/
* Update license headersMorris Jobke2017-11-061-2/+7
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-2/+2
|\
| * Use local cache for the CachingRouterRoeland Jago Douma2017-10-251-2/+2
* | simplify registration of manager in server containerArthur Schiwon2017-10-311-5/+3
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+12
|/
* split off former searchSharee unit testArthur Schiwon2017-09-261-1/+14
* Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-0/+12
* Use IAppManager instead of private APIJulius Härtl2017-09-121-1/+2
* Use the language of the recipient for the share notificationJoas Schilling2017-09-081-4/+2
* Merge pull request #6254 from nextcloud/async-bus-splitMorris Jobke2017-09-041-31/+42
|\
| * allow configuring the command busRobin Appelman2017-08-241-30/+41
| * split async test bus for easier subclassingRobin Appelman2017-08-241-2/+2
* | Improve 2FARoeland Jago Douma2017-08-291-1/+10
|/
* Merge pull request #5897 from nextcloud/add-share-mail-for-user-shareRoeland Jago Douma2017-08-011-1/+4
|\
| * Send an email once a file/folder is shared with a userMorris Jobke2017-07-281-1/+4
* | Stricter phan config fixesLukas Reschke2017-08-011-1/+0
|/
* Proper DI for ILockingProviderRoeland Jago Douma2017-07-241-1/+3
* Fix error message on untrusted domain error pageMorris Jobke2017-07-211-1/+1
* Add bruteforce capabilitiesRoeland Jago Douma2017-07-131-0/+3
* Write cert bundle to tmp file firstRoeland Jago Douma2017-07-121-2/+14
* take over changes from #5084Arthur Schiwon2017-06-231-1/+2
* completing PersonalInfoArthur Schiwon2017-06-231-1/+6
* Add tests and inject IRequestJulius Härtl2017-06-161-2/+6
* Do not open version file againJulius Härtl2017-06-151-1/+1
* Make cache and scss caching depend on the baseUrlJulius Härtl2017-06-151-6/+8
* Merge pull request #4892 from nextcloud/fix/encryption-remembered-login-hookLukas Reschke2017-05-171-0/+4
|\
| * Fix encryption + remembered login due to missing login hookChristoph Wurst2017-05-161-0/+4
* | Use appdata logo when generating iconsJulius Härtl2017-05-171-1/+1
|/
* Merge pull request #4783 from nextcloud/lite-application-classesMorris Jobke2017-05-101-18/+2
|\