summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* Fix maintenance modeJoas Schilling2016-07-191-1/+1
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Merge pull request #59 from nextcloud/theming-appLukas Reschke2016-06-271-0/+20
|\
| * Check if server is installedLukas Reschke2016-06-271-1/+1
| * Migrate logic to dynamic controllerLukas Reschke2016-06-271-0/+20
* | check password for link sharesBjoern Schiessle2016-06-271-2/+3
|/
* Update license headersLukas Reschke2016-05-261-3/+3
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-1/+1
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-231-0/+12
|\
| * add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-1/+1
| * Add two factor auth to coreChristoph Wurst2016-05-231-0/+12
* | list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+2
|/
* Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-211-1/+5
* a single token provider sufficesChristoph Wurst2016-05-181-5/+1
* use mount providers to setup home storages (#24567)Robin Appelman2016-05-171-0/+4
* Merge pull request #24563 from owncloud/redis-factoryMorris Jobke2016-05-121-0/+14
|\
| * factor out redis configuration into it's own factoryRobin Appelman2016-05-031-0/+14
* | PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
* | fix setupChristoph Wurst2016-05-111-5/+12
* | invalidate (delete) session token on logoutChristoph Wurst2016-05-111-4/+4
* | token based authChristoph Wurst2016-05-111-2/+17
|/
* Merge pull request #24408 from owncloud/improve-server-containerThomas Müller2016-05-031-3/+2
|\
| * Fix doc blockJoas Schilling2016-05-031-1/+1
| * Use internal tag so IDEs highlight the usageJoas Schilling2016-05-031-2/+1
* | Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
|/
* Merge pull request #24381 from owncloud/correc_typehintRoeland Douma2016-05-031-1/+1
|\
| * Use correct typehintRoeland Jago Douma2016-05-021-1/+1
* | Move activity manager to the namespaceJoas Schilling2016-05-021-1/+1
|/
* mount custom cache folder using mount providersRobin Appelman2016-04-291-1/+9
* Translate contacts birthday - fixes #23982Thomas Müller2016-04-141-1/+2
* Add lazyRootFolderRoeland Jago Douma2016-04-131-1/+18
* Make lock ttl configurableRobin Appelman2016-04-071-3/+6
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+3
* Merge pull request #23154 from owncloud/avatar-save-failureThomas Müller2016-03-241-1/+2
|\
| * dont die when we cant save the resized avatar, log insteadRobin Appelman2016-03-111-1/+2
* | Inject server root - allows proper testing and separation of concernsMorris Jobke2016-03-181-1/+2
* | Add support for custom values in integrity checkerLukas Reschke2016-03-151-1/+2
|/
* POC for PSR-4 autoloader server.php => Server.phpRoeland Jago Douma2016-03-091-0/+1274