summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-12112-448/+448
|
* allow configuration of memcached options (#23729)Jörn Friedrich Dreyer2016-05-111-0/+30
| | | | | | | | | | | | | | | | | | * allow configuration of memcache options Use production values for memcached as explained in http://apprize.info/php/scaling/15.html The current implementiation uses ascii based serialization. This PR should reduce traffic to the memcached server. cc @MorrisJobke @FelixBoehm * add config sample * merge config options, throw hint on config error * fix typo * fix config sample
* Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller2016-05-113-3/+4
|\ | | | | Correctly register PSR-4 autoloading before install.php and loading commands
| * 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-112-8/+24
| |
* | 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 token type column and delete only temporary tokens in the background job debounce token updates; fix wrong class import
* | 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
| | | | | | | | | | * Update last_activity timestamp of the session token * Check user backend credentials once in 5 minutes
* | invalidate (delete) session token on logoutChristoph Wurst2016-05-118-8/+130
| | | | | | | | add 'last_activity' column to session tokens and delete old ones via a background job
* | token based authChristoph Wurst2016-05-1111-221/+472
|/ | | | | | | | * 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 #24493 from owncloud/command_psr4Thomas Müller2016-05-112-0/+0
|\ | | | | Move \OCP\Command to PSR-4
| * Move \OCP\Command to PSR-4Roeland Jago Douma2016-05-102-0/+0
| |
* | Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-1111-53/+98
|\ \ | | | | | | lib/private/user to PSR-4
| * | Add \OC\User\BackendRoeland Jago Douma2016-05-105-143/+186
| | | | | | | | | | | | | | | Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach.
| * | Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-103-17/+19
| | |
| * | 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
| |/
* | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-112-2/+2
| |
* | Merge pull request #24379 from owncloud/remove-unneeded-codeLukas Reschke2016-05-102-35/+2
|\ \ | |/ |/| Remove unneeded private wrapper methods
| * Remove unneeded private wrapper methodsMorris Jobke2016-05-022-35/+2
| |
* | Fix phpdocRoeland Jago Douma2016-05-101-2/+1
| |
* | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-20/+2
|\ \ | | | | | | Permalinks
| * | Send permalink in internal share notification emailsVincent Petry2016-05-061-20/+2
| | |
* | | Make update server URL configurableLukas Reschke2016-05-091-6/+2
| | | | | | | | | | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
* | | Merge pull request #24419 from owncloud/allow-di-for-migration-stepsThomas Müller2016-05-091-7/+12
|\ \ \ | | | | | | | | Allow migration steps to use automatic DI
| * | | Allow migration steps to use automatic DIJoas Schilling2016-05-031-7/+12
| | | |
* | | | Merge pull request #24457 from JetUni/patch-1Thomas Müller2016-05-091-4/+4
|\ \ \ \ | | | | | | | | | | Set higher timeout limit
| * | | | Set higher timeout limitJarrett2016-05-051-4/+4
| | | | | | | | | | | | | | | Set the timeout limit to be 20 instead of 5 for machines that take longer to load the apps from apps.owncloud.org so that it doesn't show up blank.
* | | | | Merge pull request #24490 from owncloud/capability_psr4Thomas Müller2016-05-091-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Move \OCP\Capabilities to PSR-4
| * | | | | Move \OCP\Capabilities to PSR-4Roeland Jago Douma2016-05-091-0/+0
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-092-0/+6
|/ / / / /
* | | | | Merge pull request #24483 from owncloud/backgroundjob_psr4Thomas Müller2016-05-092-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Move \OCP\BackgroundJob to PSR-4
| * | | | | Move \OCP\BackgroundJob to PSR-4Roeland Jago Douma2016-05-072-0/+0
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-082-0/+2
|/ / / / /
* | | | | Merge pull request #24475 from owncloud/appframework_psr4Morris Jobke2016-05-0730-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Move \OCP\AppFramework to PSR-4
| * | | | | Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-0630-0/+0
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-072-0/+4
|/ / / / /
* | | | | Move \OCP\App to PSR-4Roeland Jago Douma2016-05-062-0/+0
| | | | |