summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move OCS Provider to PSR-4 namespaceJoas Schilling2016-05-191-0/+96
* Merge pull request #24707 from owncloud/l10n_psr4Vincent Petry2016-05-181-0/+0
|\
| * Move \OCP\L10N to PSR-4Roeland Jago Douma2016-05-181-0/+0
* | Merge pull request #24691 from owncloud/fixchunkttlVincent Petry2016-05-181-1/+3
|\ \
| * | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-1/+3
* | | Merge pull request #24706 from owncloud/http_psr4Vincent Petry2016-05-183-0/+0
|\ \ \ | |_|/ |/| |
| * | Move \OCP\Http to PSR-4Roeland Jago Douma2016-05-183-0/+0
| |/
* | Merge pull request #24677 from owncloud/single-token-providerVincent Petry2016-05-186-58/+85
|\ \
| * | a single token provider sufficesChristoph Wurst2016-05-186-58/+85
| |/
* / Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-1844-0/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-184-0/+12
* Move \OCP\Encryption to PSR-4 (#24680)Roeland Douma2016-05-175-0/+0
* use mount providers to setup home storages (#24567)Robin Appelman2016-05-177-33/+227
* \OCP\DB to PSR-4 (#24650)Roeland Douma2016-05-176-2/+2
* Merge pull request #24597 from owncloud/run-upgrade-in-incognito-modeVincent Petry2016-05-171-0/+3
|\
| * run upgrades in incognito modeChristoph Wurst2016-05-121-0/+3
* | Group fixup (#24621)Roeland Douma2016-05-178-432/+503
* | Move \OCP\Diagnostics to PSR-4 (#24667)Roeland Douma2016-05-174-0/+0
* | Move \OCP\Authentication to PSR-4 (#24632)Roeland Douma2016-05-171-0/+0
* | Move \OCP\Console to PSR-4 (#24636)Roeland Douma2016-05-171-0/+0
* | Move \OCP\Contacts to PSR-4 (#24645)Roeland Douma2016-05-171-0/+0
* | Merge pull request #24370 from owncloud/iclientservice-dicontainerJörn Friedrich Dreyer2016-05-171-0/+4
|\ \
| * | add IClientService to DI containerChristoph Wurst2016-05-011-0/+4
* | | Merge pull request #24083 from owncloud/fix-race-conditionJörn Friedrich Dreyer2016-05-172-2/+4
|\ \ \
| * | | Read only onceLukas Reschke2016-05-022-2/+4
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-174-2/+16
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-162-0/+14
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-152-2/+2
* | | | Merge pull request #24617 from owncloud/autoloader_no_privateVincent Petry2016-05-131-18/+0
|\ \ \ \
| * | | | All \OC\ classes are handled by the composer autoloaderRoeland Jago Douma2016-05-131-17/+0
| * | | | OC_xx all live in the legacy folderRoeland Jago Douma2016-05-131-1/+0
* | | | | Merge pull request #24600 from owncloud/http-client-lazy-configVincent Petry2016-05-131-6/+23
|\ \ \ \ \
| * | | | | only configure the http client once we start using itRobin Appelman2016-05-121-6/+23
* | | | | | Merge pull request #24614 from owncloud/token-validation-logVincent Petry2016-05-131-3/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | don't spam the log file with failed token validation entriesChristoph Wurst2016-05-131-3/+1
* | | | | | Move \OC\Template to PSR-4Roeland Jago Douma2016-05-136-0/+0
* | | | | | Move functions.php to legacyRoeland Jago Douma2016-05-132-1/+1
|/ / / / /
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2016-05-134-0/+16
|/ / / /
* | | | Merge pull request #24563 from owncloud/redis-factoryMorris Jobke2016-05-123-29/+101
|\ \ \ \
| * | | | factor out redis configuration into it's own factoryRobin Appelman2016-05-033-29/+101
* | | | | Log user out correctly if max session lifetime is reached (#24552)Christoph Wurst2016-05-121-1/+1
| |_|_|/ |/| | |
* | | | Move \OCP\Comments to PSR-4 (#24565)Roeland Douma2016-05-127-0/+0
* | | | lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-1212-24/+168
* | | | Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke2016-05-121-20/+30
* | | | [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
* | | | 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