Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 11 | -221/+472 |
* | 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 | 11 | -53/+98 |
|\ \ | |||||
| * | | 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 | 3 | -17/+19 |
| * | | 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 |
| |/ | |||||
* | | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-11 | 2 | -2/+2 |
* | | 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 |
* | | Fix phpdoc | Roeland Jago Douma | 2016-05-10 | 1 | -2/+1 |
* | | 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 |
* | | | | Merge pull request #24457 from JetUni/patch-1 | Thomas Müller | 2016-05-09 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Set higher timeout limit | Jarrett | 2016-05-05 | 1 | -4/+4 |
* | | | | | Merge pull request #24490 from owncloud/capability_psr4 | Thomas Müller | 2016-05-09 | 1 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Move \OCP\Capabilities to PSR-4 | Roeland Jago Douma | 2016-05-09 | 1 | -0/+0 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-09 | 2 | -0/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #24483 from owncloud/backgroundjob_psr4 | Thomas Müller | 2016-05-09 | 2 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Move \OCP\BackgroundJob to PSR-4 | Roeland Jago Douma | 2016-05-07 | 2 | -0/+0 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-08 | 2 | -0/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #24475 from owncloud/appframework_psr4 | Morris Jobke | 2016-05-07 | 30 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Move \OCP\AppFramework to PSR-4 | Roeland Jago Douma | 2016-05-06 | 30 | -0/+0 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-07 | 2 | -0/+4 |
|/ / / / / | |||||
* | | | | | Move \OCP\App to PSR-4 | Roeland Jago Douma | 2016-05-06 | 2 | -0/+0 |
* | | | | | Merge pull request #24455 from owncloud/activity_psr4 | Thomas Müller | 2016-05-06 | 4 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Move \OCP\Activity to PSR-4 | Roeland Jago Douma | 2016-05-05 | 4 | -0/+0 |
| | |_|/ / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-06 | 4 | -0/+8 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-05 | 18 | -0/+50 |
|/ / / | |||||
* | | | Merge pull request #24432 from owncloud/issue-24270-never-save-app-language-i... | Morris Jobke | 2016-05-04 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Do not save the language as request lang for apps when we didn't find any | Joas Schilling | 2016-05-04 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #24410 from owncloud/fix_24182 | Björn Schießle | 2016-05-04 | 1 | -2/+5 |
|\ \ \ | |||||
| * | | | first call the post_login hooks, before we call getUserFolder. | Björn Schießle | 2016-05-03 | 1 | -2/+5 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-04 | 114 | -3086/+3088 |
* | | | Merge pull request #24411 from owncloud/share_psr4 | Roeland Douma | 2016-05-04 | 5 | -0/+0 |
|\ \ \ | |||||
| * | | | Move \OC\Share to PSR-4 | Roeland Jago Douma | 2016-05-03 | 5 | -0/+0 |
* | | | | Merge pull request #23844 from owncloud/disable-user | Thomas Müller | 2016-05-03 | 5 | -31/+37 |
|\ \ \ \ | |||||
| * | | | | OCS API should catch LoginExceptions | Roeland Jago Douma | 2016-05-02 | 1 | -1/+5 |
| * | | | | Add occ commands to enable and disable a user + a disabled user can no longer... | Thomas Müller | 2016-05-02 | 4 | -30/+32 |