summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* dont needlessly triger the propgator in the scannerRobin Appelman2016-05-231-2/+4
* Merge pull request #24766 from owncloud/mmccarn-patch-2Vincent Petry2016-05-231-10/+13
|\
| * Update imagePath to prefer theme, then app, then core imagesmmccarn2016-05-231-10/+13
* | Merge pull request #24603 from owncloud/federated_reshareVincent Petry2016-05-234-9/+28
|\ \
| * | use share initiator as fall back to access the fileBjörn Schießle2016-05-204-9/+28
* | | Merge pull request #24356 from owncloud/scanner-recursion-memoryVincent Petry2016-05-231-22/+25
|\ \ \ | |_|/ |/| |
| * | Free up folder content from memory before recursing in the file scannerRobin Appelman2016-04-291-22/+25
* | | Merge pull request #24696 from owncloud/lock-jobs-while-executingVincent Petry2016-05-217-36/+149
|\ \ \
| * | | Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling2016-05-212-34/+58
| * | | Add a method to lock a tableJoas Schilling2016-05-215-2/+91
| | |/ | |/|
* | | Some tweaks for systemtagmanagerVincent Petry2016-05-201-4/+1
* | | Act on effective system tag canAssign permissionVincent Petry2016-05-201-1/+1
* | | Add system tag assignability check with groupsVincent Petry2016-05-201-0/+13
* | | Add systemtag_group table and get/set methodsVincent Petry2016-05-201-0/+55
* | | Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-202-33/+6
* | | Add interface methods for permission checkVincent Petry2016-05-202-1/+75
|/ /
* | Merge pull request #24721 from owncloud/public_psr4Vincent Petry2016-05-191-3/+3
|\ \
| * | Fix broken exception namingRoeland Jago Douma2016-05-191-3/+3
* | | Merge pull request #24725 from owncloud/ocs-provider-psr4Vincent Petry2016-05-191-0/+96
|\ \ \
| * | | Move OCS Provider to PSR-4 namespaceJoas Schilling2016-05-191-0/+96
* | | | Merge pull request #24660 from owncloud/no-token-login-for-disabled-usersVincent Petry2016-05-191-0/+4
|\ \ \ \
| * | | | don't allow token login for disabled usersChristoph Wurst2016-05-181-0/+4
| |/ / /
* / / / add method to query all user auth tokensChristoph Wurst2016-05-183-0/+54
|/ / /
* | | 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
* | | a single token provider sufficesChristoph Wurst2016-05-186-58/+85
|/ /
* | use mount providers to setup home storages (#24567)Robin Appelman2016-05-175-33/+167
* | Group fixup (#24621)Roeland Douma2016-05-177-431/+502
* | 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-171-2/+3
|\ \ \
| * | | Read only onceLukas Reschke2016-05-021-2/+3
* | | | 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
|/ / / /
* | | | 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
* | | | | 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
* | | | | 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