summaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | add 'last_activity' column to session tokens and delete old ones via a background job
* token based authChristoph Wurst2016-05-111-2/+17
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Merge pull request #24408 from owncloud/improve-server-containerThomas Müller2016-05-031-3/+2
|\ | | | | Improve server container
| * 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 typehint for the IProviderFactory
| * 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
| | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file.
* 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 instead
| * 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