summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* allow configuration of memcached options (#23729)Jörn Friedrich Dreyer2016-05-111-0/+30
* Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller2016-05-113-3/+4
|\
| * Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-113-3/+4
* | use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-0/+1
* | delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-112-5/+18
* | use the query builder instead of raw sql statementsChristoph Wurst2016-05-111-18/+27
* | fix PHPDoc and other minor issuesChristoph Wurst2016-05-118-32/+35
* | catch possible SessionNotAvailableExceptionsChristoph Wurst2016-05-111-6/+23
* | PHPDoc and other minor fixesChristoph Wurst2016-05-114-22/+51
* | pass in $request on OCS apiChristoph Wurst2016-05-112-1/+4
* | try apache auth tooChristoph Wurst2016-05-111-4/+3
* | Fix existing testsChristoph Wurst2016-05-112-22/+24
* | fix setupChristoph Wurst2016-05-114-44/+42
* | Add fallback to allow user:token basic authChristoph Wurst2016-05-111-0/+7
* | Add token auth for OCS APIsChristoph Wurst2016-05-116-41/+66
* | Add index on 'last_activity'Christoph Wurst2016-05-115-6/+22
* | Add controller to generate client tokensChristoph Wurst2016-05-111-1/+1
* | Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-115-22/+105
* | invalidate (delete) session token on logoutChristoph Wurst2016-05-118-8/+130
* | token based authChristoph Wurst2016-05-1110-51/+466
|/
* Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-1110-52/+97
|\
| * Add \OC\User\BackendRoeland Jago Douma2016-05-105-143/+186
| * Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-102-16/+18
| * Move \OC\User to PSR-4Roeland Jago Douma2016-05-105-0/+0
| * Move OC_User_XX to legacy folderRoeland Jago Douma2016-05-103-0/+0
* | Merge pull request #24379 from owncloud/remove-unneeded-codeLukas Reschke2016-05-102-35/+2
|\ \ | |/ |/|
| * Remove unneeded private wrapper methodsMorris Jobke2016-05-022-35/+2
* | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-20/+2
|\ \
| * | Send permalink in internal share notification emailsVincent Petry2016-05-061-20/+2
* | | Make update server URL configurableLukas Reschke2016-05-091-6/+2
* | | Merge pull request #24419 from owncloud/allow-di-for-migration-stepsThomas Müller2016-05-091-7/+12
|\ \ \
| * | | Allow migration steps to use automatic DIJoas Schilling2016-05-031-7/+12
* | | | Set higher timeout limitJarrett2016-05-051-4/+4
| |/ / |/| |
* | | Merge pull request #24432 from owncloud/issue-24270-never-save-app-language-i...Morris Jobke2016-05-041-1/+1
|\ \ \
| * | | Do not save the language as request lang for apps when we didn't find anyJoas Schilling2016-05-041-1/+1
| |/ /
* | | Merge pull request #24410 from owncloud/fix_24182Björn Schießle2016-05-041-2/+5
|\ \ \
| * | | first call the post_login hooks, before we call getUserFolder.Björn Schießle2016-05-031-2/+5
| |/ /
* | | Merge pull request #24411 from owncloud/share_psr4Roeland Douma2016-05-045-0/+0
|\ \ \
| * | | Move \OC\Share to PSR-4Roeland Jago Douma2016-05-035-0/+0
* | | | Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-034-31/+36
|\ \ \ \
| * | | | OCS API should catch LoginExceptionsRoeland Jago Douma2016-05-021-1/+5
| * | | | Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-023-30/+31
* | | | | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-032-3/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow login by email addressThomas Müller2016-05-021-3/+11
| * | | | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+14
* | | | | Merge pull request #24387 from owncloud/locking-mark-reload-freeThomas Müller2016-05-031-0/+3
|\ \ \ \ \
| * | | | | free up memory when releasing the last shared lockRobin Appelman2016-05-021-0/+3
* | | | | | Merge pull request #24392 from owncloud/declare-cron-jobs-in-info.xmlThomas Müller2016-05-033-4/+18
|\ \ \ \ \ \
| * | | | | | Allow declaration of background jobs in info.xmlThomas Müller2016-05-033-4/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #24408 from owncloud/improve-server-containerThomas Müller2016-05-031-3/+2
|\ \ \ \ \ \