summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* PoC of moving the interface classes to the servercontainerRoeland Jago Douma2017-03-211-2/+10
* Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-201-1/+1
|\
| * Use DIJoas Schilling2017-03-171-1/+1
* | Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-2/+2
* | Always suggest the overwrite.cli.urlJoas Schilling2017-03-171-0/+1
|/
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-0/+13
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-1/+15
|\
| * do not hard-require the token providerChristoph Wurst2017-01-111-2/+6
| * replace session implementation if it changes at runtimeChristoph Wurst2017-01-111-1/+2
| * add login credential storeChristoph Wurst2017-01-111-0/+9
* | Merge pull request #2822 from nextcloud/add-navigation-via-info.xmlMorris Jobke2017-01-271-2/+6
|\ \
| * | Add navigation via info.xml (#26785)Thomas Müller2016-12-221-2/+6
* | | Merge pull request #3046 from nextcloud/issue-2190-imagepath-is-root-sensitiveLukas Reschke2017-01-271-1/+1
|\ \ \
| * | | Make sure different webroots use different cached pathsJoas Schilling2017-01-121-1/+1
| | |/ | |/|
* / | Add the icon for the default sectionsJoas Schilling2017-01-191-1/+2
|/ /
* | Merge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefullyRoeland Jago Douma2017-01-111-3/+2
|\ \
| * | Handle log_type "nextcloud" more gracefullyJoas Schilling2017-01-051-3/+2
* | | Merge pull request #2943 from nextcloud/kill_old_preview_codeMorris Jobke2017-01-101-1/+2
|\ \ \
| * | | Rewrite old preview endpoint for PreviewManagerRoeland Jago Douma2017-01-041-1/+2
| |/ /
* | | dont write a certificate bundle if the shipped ca bundle is emptyRobin Appelman2017-01-091-2/+2
* | | Do not add ICssManager to OCPRoeland Jago Douma2017-01-061-14/+0
* | | Code cleanupRoeland Jago Douma2017-01-061-2/+2
* | | Fix php docsJohn Molakvoæ (skjnldsv)2017-01-061-2/+0
* | | Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-061-1/+1
* | | Appdata integration 2John Molakvoæ (skjnldsv)2017-01-061-0/+15
|/ /
* | split db logic from settings managerRobin Appelman2016-12-281-1/+2
* | fix minor issuesChristoph Wurst2016-12-191-1/+1
* | Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-191-1/+1
|/
* Clear appstore cache on version upgradeRoeland Jago Douma2016-12-151-1/+2
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-14/+0
* Merge pull request #2152 from nextcloud/preview_cleanupjobMorris Jobke2016-11-301-0/+12
|\
| * Adds background job to cleanup all previews.Roeland Jago Douma2016-11-191-0/+12
* | Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+5
|/
* Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-181-1/+2
|\
| * Dispatch event on preview requestRoeland Jago Douma2016-11-101-1/+2
* | Improve cachingJulius Haertl2016-11-181-1/+2
* | basic lockdown logicRobin Appelman2016-11-161-0/+11
* | Fix activity manager testsJoas Schilling2016-11-161-2/+5
* | Get correct L10N for Settings ManagerRoeland Jago Douma2016-11-101-1/+1
|/
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-2/+5
* Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-1/+5
* Watch for file modification/deletionRoeland Jago Douma2016-11-031-0/+10
* DI for root.phpLukas Reschke2016-11-021-1/+8
* Fix missing update of session, when it was already used.Joas Schilling2016-11-021-2/+5
* Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-021-2/+2
|\
| * inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-1/+1