Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken exception naming | Roeland Jago Douma | 2016-05-19 | 1 | -3/+3 |
* | a single token provider suffices | Christoph Wurst | 2016-05-18 | 6 | -58/+85 |
* | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 5 | -33/+167 |
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 7 | -431/+502 |
* | Merge pull request #24370 from owncloud/iclientservice-dicontainer | Jörn Friedrich Dreyer | 2016-05-17 | 1 | -0/+4 |
|\ | |||||
| * | add IClientService to DI container | Christoph Wurst | 2016-05-01 | 1 | -0/+4 |
* | | Merge pull request #24083 from owncloud/fix-race-condition | Jörn Friedrich Dreyer | 2016-05-17 | 1 | -2/+3 |
|\ \ | |||||
| * | | Read only once | Lukas Reschke | 2016-05-02 | 1 | -2/+3 |
* | | | Merge pull request #24600 from owncloud/http-client-lazy-config | Vincent Petry | 2016-05-13 | 1 | -6/+23 |
|\ \ \ | |||||
| * | | | only configure the http client once we start using it | Robin Appelman | 2016-05-12 | 1 | -6/+23 |
* | | | | Merge pull request #24614 from owncloud/token-validation-log | Vincent Petry | 2016-05-13 | 1 | -3/+1 |
|\ \ \ \ | |||||
| * | | | | don't spam the log file with failed token validation entries | Christoph Wurst | 2016-05-13 | 1 | -3/+1 |
| |/ / / | |||||
* | | | | Move \OC\Template to PSR-4 | Roeland Jago Douma | 2016-05-13 | 6 | -0/+0 |
* | | | | Move functions.php to legacy | Roeland Jago Douma | 2016-05-13 | 2 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #24563 from owncloud/redis-factory | Morris Jobke | 2016-05-12 | 3 | -29/+101 |
|\ \ \ | |||||
| * | | | factor out redis configuration into it's own factory | Robin Appelman | 2016-05-03 | 3 | -29/+101 |
* | | | | lib/private/ocs to PSR-4 (#24558) | Roeland Douma | 2016-05-12 | 12 | -24/+168 |
* | | | | Do not automatically try to enable index.php-less URLs (#24539) | Lukas Reschke | 2016-05-12 | 1 | -20/+30 |
* | | | | allow configuration of memcached options (#23729) | Jörn Friedrich Dreyer | 2016-05-11 | 1 | -0/+30 |
* | | | | Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commands | Thomas Müller | 2016-05-11 | 3 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | Correctly register autoloading before install.php and loading commands | Joas Schilling | 2016-05-11 | 3 | -3/+4 |
* | | | | | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -0/+1 |
* | | | | | delete the token in case an exception is thrown when decrypting the password | Christoph Wurst | 2016-05-11 | 2 | -5/+18 |
* | | | | | use the query builder instead of raw sql statements | Christoph Wurst | 2016-05-11 | 1 | -18/+27 |
* | | | | | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 8 | -32/+35 |
* | | | | | catch possible SessionNotAvailableExceptions | Christoph Wurst | 2016-05-11 | 1 | -6/+23 |
* | | | | | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 4 | -22/+51 |
* | | | | | pass in $request on OCS api | Christoph Wurst | 2016-05-11 | 2 | -1/+4 |
* | | | | | try apache auth too | Christoph Wurst | 2016-05-11 | 1 | -4/+3 |
* | | | | | Fix existing tests | Christoph Wurst | 2016-05-11 | 2 | -22/+24 |
* | | | | | fix setup | Christoph Wurst | 2016-05-11 | 4 | -44/+42 |
* | | | | | Add fallback to allow user:token basic auth | Christoph Wurst | 2016-05-11 | 1 | -0/+7 |
* | | | | | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 6 | -41/+66 |
* | | | | | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 5 | -6/+22 |
* | | | | | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
* | | | | | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 5 | -22/+105 |
* | | | | | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 8 | -8/+130 |
* | | | | | token based auth | Christoph Wurst | 2016-05-11 | 10 | -51/+466 |
|/ / / / | |||||
* | | | | Merge pull request #24433 from owncloud/user_psr4 | Thomas Müller | 2016-05-11 | 10 | -52/+97 |
|\ \ \ \ | |||||
| * | | | | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 5 | -143/+186 |
| * | | | | Move OC_User_Database to \OC\User\Database | Roeland Jago Douma | 2016-05-10 | 2 | -16/+18 |
| * | | | | Move \OC\User to PSR-4 | Roeland Jago Douma | 2016-05-10 | 5 | -0/+0 |
| * | | | | Move OC_User_XX to legacy folder | Roeland Jago Douma | 2016-05-10 | 3 | -0/+0 |
* | | | | | Merge pull request #24379 from owncloud/remove-unneeded-code | Lukas Reschke | 2016-05-10 | 2 | -35/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove unneeded private wrapper methods | Morris Jobke | 2016-05-02 | 2 | -35/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #24434 from owncloud/permalinks | Lukas Reschke | 2016-05-10 | 1 | -20/+2 |
|\ \ \ \ | |||||
| * | | | | Send permalink in internal share notification emails | Vincent Petry | 2016-05-06 | 1 | -20/+2 |
* | | | | | Make update server URL configurable | Lukas Reschke | 2016-05-09 | 1 | -6/+2 |
* | | | | | Merge pull request #24419 from owncloud/allow-di-for-migration-steps | Thomas Müller | 2016-05-09 | 1 | -7/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Allow migration steps to use automatic DI | Joas Schilling | 2016-05-03 | 1 | -7/+12 |