Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 14 | -68/+77 |
* | show login error | Christoph Wurst | 2016-05-11 | 1 | -5/+12 |
* | catch possible SessionNotAvailableExceptions | Christoph Wurst | 2016-05-11 | 1 | -6/+23 |
* | add auth integration tests | Christoph Wurst | 2016-05-11 | 3 | -0/+198 |
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 6 | -36/+74 |
* | fix mock builder for old phpunit versions | Christoph Wurst | 2016-05-11 | 3 | -6/+18 |
* | add unit tests for all new classes | Christoph Wurst | 2016-05-11 | 5 | -3/+441 |
* | pass in $request on OCS api | Christoph Wurst | 2016-05-11 | 2 | -1/+4 |
* | try apache auth too | Christoph Wurst | 2016-05-11 | 2 | -8/+24 |
* | increase token column width | Christoph Wurst | 2016-05-11 | 5 | -7/+6 |
* | Fix existing tests | Christoph Wurst | 2016-05-11 | 3 | -119/+139 |
* | fix LoginController unit tests | Christoph Wurst | 2016-05-11 | 2 | -2/+70 |
* | fix setup | Christoph Wurst | 2016-05-11 | 5 | -48/+53 |
* | increase version number to trigger db migration | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
* | 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 | 8 | -44/+73 |
* | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 7 | -8/+42 |
* | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 4 | -1/+94 |
* | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 7 | -25/+107 |
* | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 9 | -8/+139 |
* | token based auth | Christoph Wurst | 2016-05-11 | 16 | -250/+596 |
* | Merge pull request #24493 from owncloud/command_psr4 | Thomas Müller | 2016-05-11 | 2 | -0/+0 |
|\ | |||||
| * | Move \OCP\Command to PSR-4 | Roeland Jago Douma | 2016-05-10 | 2 | -0/+0 |
* | | Merge pull request #24433 from owncloud/user_psr4 | Thomas Müller | 2016-05-11 | 19 | -107/+152 |
|\ \ | |||||
| * | | fix usage of legacy class in LDAP | Morris Jobke | 2016-05-10 | 1 | -5/+5 |
| * | | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 10 | -185/+228 |
| * | | Move OC_User_Database to \OC\User\Database | Roeland Jago Douma | 2016-05-10 | 6 | -24/+26 |
| * | | 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 #24550 from owncloud/kill-en@pirate | Thomas Müller | 2016-05-11 | 14 | -72/+0 |
|\ \ | |||||
| * | | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 14 | -72/+0 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-11 | 12 | -6/+100 |
* | | 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 #24397 from owncloud/sort-share-links | Morris Jobke | 2016-05-10 | 1 | -9/+9 |
|\ \ | |||||
| * | | Reordered share link settings | Vincent Chan | 2016-05-02 | 1 | -9/+9 |
* | | | Merge pull request #24401 from owncloud/trash-list-cache | Vincent Petry | 2016-05-10 | 1 | -46/+38 |
|\ \ \ | |||||
| * | | | use the cache for trash listing | Robin Appelman | 2016-05-03 | 1 | -46/+38 |
* | | | | Merge pull request #24534 from owncloud/fix_phpdoc | Thomas Müller | 2016-05-10 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Fix phpdoc | Roeland Jago Douma | 2016-05-10 | 1 | -2/+1 |
|/ / / / | |||||
* | | | | Merge pull request #24434 from owncloud/permalinks | Lukas Reschke | 2016-05-10 | 15 | -52/+367 |
|\ \ \ \ | |||||
| * | | | | Do not encode slashes in "dir" URL param in files JS | Vincent Petry | 2016-05-06 | 3 | -17/+39 |
| * | | | | Send permalink in internal share notification emails | Vincent Petry | 2016-05-06 | 2 | -24/+5 |
| * | | | | Add anchor icon in sidebar to copy permalink | Vincent Petry | 2016-05-06 | 3 | -3/+53 |
| * | | | | Auto-add fileid in URL for currently displayed folder | Vincent Petry | 2016-05-06 | 6 | -15/+111 |
| * | | | | Add route to resolve fileid to files app URL | Vincent Petry | 2016-05-06 | 4 | -3/+169 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-10 | 260 | -738/+670 |
* | | | | | Merge pull request #24500 from owncloud/updater-server-configurable | Thomas Müller | 2016-05-09 | 3 | -65/+38 |
|\ \ \ \ \ | |||||
| * | | | | | Make update server URL configurable | Lukas Reschke | 2016-05-09 | 3 | -65/+38 |
* | | | | | | Merge pull request #24491 from owncloud/new-animated-full-css-spinner | Thomas Müller | 2016-05-09 | 8 | -12/+88 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |