Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-21Merge pull request #24696 from owncloud/lock-jobs-while-executingVincent Petry
2016-05-21Lock jobs while executing them, to allow multiple executors to run in parallelJoas Schilling
2016-05-21Add a method to lock a tableJoas Schilling
2016-05-20Some tweaks for systemtagmanagerVincent Petry
2016-05-20Act on effective system tag canAssign permissionVincent Petry
2016-05-20Add system tag assignability check with groupsVincent Petry
2016-05-20Add systemtag_group table and get/set methodsVincent Petry
2016-05-20Updated canUser* functions in SystemTagManager to accept objectsVincent Petry
2016-05-20Add interface methods for permission checkVincent Petry
2016-05-19Merge pull request #24721 from owncloud/public_psr4Vincent Petry
2016-05-19Merge pull request #24725 from owncloud/ocs-provider-psr4Vincent Petry
2016-05-19Merge pull request #24660 from owncloud/no-token-login-for-disabled-usersVincent Petry
2016-05-19Move OCS Provider to PSR-4 namespaceJoas Schilling
2016-05-19Fix broken exception namingRoeland Jago Douma
2016-05-18don't allow token login for disabled usersChristoph Wurst
2016-05-18add method to query all user auth tokensChristoph Wurst
2016-05-18Merge pull request #24691 from owncloud/fixchunkttlVincent Petry
2016-05-18Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry
2016-05-18a single token provider sufficesChristoph Wurst
2016-05-17use mount providers to setup home storages (#24567)Robin Appelman
2016-05-17Group fixup (#24621)Roeland Douma
2016-05-17Merge pull request #24370 from owncloud/iclientservice-dicontainerJörn Friedrich Dreyer
2016-05-17Merge pull request #24083 from owncloud/fix-race-conditionJörn Friedrich Dreyer
2016-05-13Merge pull request #24600 from owncloud/http-client-lazy-configVincent Petry
2016-05-13Merge pull request #24614 from owncloud/token-validation-logVincent Petry
2016-05-13don't spam the log file with failed token validation entriesChristoph Wurst
2016-05-13Move \OC\Template to PSR-4Roeland Jago Douma
2016-05-13Move functions.php to legacyRoeland Jago Douma
2016-05-12only configure the http client once we start using itRobin Appelman
2016-05-12Merge pull request #24563 from owncloud/redis-factoryMorris Jobke
2016-05-12lib/private/ocs to PSR-4 (#24558)Roeland Douma
2016-05-12Do not automatically try to enable index.php-less URLs (#24539)Lukas Reschke
2016-05-11allow configuration of memcached options (#23729)Jörn Friedrich Dreyer
2016-05-11Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller
2016-05-11use the UID for creating the session token, not the login nameChristoph Wurst
2016-05-11delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst
2016-05-11use the query builder instead of raw sql statementsChristoph Wurst
2016-05-11fix PHPDoc and other minor issuesChristoph Wurst
2016-05-11catch possible SessionNotAvailableExceptionsChristoph Wurst
2016-05-11PHPDoc and other minor fixesChristoph Wurst
2016-05-11pass in $request on OCS apiChristoph Wurst
2016-05-11try apache auth tooChristoph Wurst
2016-05-11Fix existing testsChristoph Wurst
2016-05-11fix setupChristoph Wurst
2016-05-11Add fallback to allow user:token basic authChristoph Wurst
2016-05-11Add token auth for OCS APIsChristoph Wurst
2016-05-11Add index on 'last_activity'Christoph Wurst
2016-05-11Add controller to generate client tokensChristoph Wurst
2016-05-11Check if session token is valid and log user out if the check failsChristoph Wurst
2016-05-11invalidate (delete) session token on logoutChristoph Wurst