summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Automatic injection into the FetchersJoas Schilling2017-05-101-18/+2
* | Use distributed cache for SCSS dependencies as wellMorris Jobke2017-05-101-1/+1
|/
* Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-021-4/+3
* Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-291-1/+0
* Merge pull request #4515 from nextcloud/downstream-27643Morris Jobke2017-04-261-7/+8
|\
| * Adjust query/event logging code in favour of more complex owncloud/diagnostic...Piotr Mrówczyński2017-04-261-7/+8
* | Add app bundlesLukas Reschke2017-04-261-1/+7
|/
* Contacts menuChristoph Wurst2017-04-251-0/+11
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-1/+18
* Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-151-1/+13
|\
| * Fix server container registrationRoeland Jago Douma2017-04-131-1/+1
| * Fix commentsRoeland Jago Douma2017-04-131-0/+8
| * Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-131-1/+5
* | Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-141-2/+2
|\ \
| * | Allow to read the old email on the hook as wellJoas Schilling2017-04-131-2/+2
| |/
* / Register in ServerContainerLukas Reschke2017-04-131-0/+15
|/
* Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-121-0/+5
|\
| * Do proper DIRoeland Jago Douma2017-04-111-9/+1
| * provide public discovery service to discover OCS end-points on another serverBjoern Schiessle2017-04-111-0/+13
* | Add IEMailTemplate to public OCP APILukas Reschke2017-04-111-1/+3
|/
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+9
* Add support for themingLukas Reschke2017-04-071-2/+2
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-2/+4
* Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-7/+1
* Move a lot of stuff over to the ServerContainerRoeland Jago Douma2017-03-211-42/+136
* Fix settings testsRoeland Jago Douma2017-03-211-3/+17
* Add DI intergration testsRoeland Jago Douma2017-03-211-2/+7