Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 1 | -2/+4 |
| | |||||
* | fix setup | Christoph Wurst | 2016-05-11 | 1 | -5/+12 |
| | |||||
* | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 1 | -4/+4 |
| | | | | add 'last_activity' column to session tokens and delete old ones via a background job | ||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -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-container | Thomas Müller | 2016-05-03 | 1 | -3/+2 |
|\ | | | | | Improve server container | ||||
| * | Fix doc block | Joas Schilling | 2016-05-03 | 1 | -1/+1 |
| | | |||||
| * | Use internal tag so IDEs highlight the usage | Joas Schilling | 2016-05-03 | 1 | -2/+1 |
| | | |||||
* | | Move OC_Log_xx to \OC\Log namespace | Roeland Jago Douma | 2016-05-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #24381 from owncloud/correc_typehint | Roeland Douma | 2016-05-03 | 1 | -1/+1 |
|\ | | | | | Use correct typehint for the IProviderFactory | ||||
| * | Use correct typehint | Roeland Jago Douma | 2016-05-02 | 1 | -1/+1 |
| | | |||||
* | | Move activity manager to the namespace | Joas Schilling | 2016-05-02 | 1 | -1/+1 |
|/ | |||||
* | mount custom cache folder using mount providers | Robin Appelman | 2016-04-29 | 1 | -1/+9 |
| | |||||
* | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 1 | -1/+2 |
| | |||||
* | Add lazyRootFolder | Roeland Jago Douma | 2016-04-13 | 1 | -1/+18 |
| | |||||
* | Make lock ttl configurable | Robin Appelman | 2016-04-07 | 1 | -3/+6 |
| | |||||
* | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 1 | -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-failure | Thomas Müller | 2016-03-24 | 1 | -1/+2 |
|\ | | | | | dont die when we cant save the resized avatar, log instead | ||||
| * | dont die when we cant save the resized avatar, log instead | Robin Appelman | 2016-03-11 | 1 | -1/+2 |
| | | |||||
* | | Inject server root - allows proper testing and separation of concerns | Morris Jobke | 2016-03-18 | 1 | -1/+2 |
| | | |||||
* | | Add support for custom values in integrity checker | Lukas Reschke | 2016-03-15 | 1 | -1/+2 |
|/ | |||||
* | POC for PSR-4 autoloader server.php => Server.php | Roeland Jago Douma | 2016-03-09 | 1 | -0/+1274 |