summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* load authentication apps first (#25126)Christoph Wurst2016-06-161-0/+2
| | | | | | * load authentication apps first * load session apps before all other apps
* Merge pull request #24415 from owncloud/optimize_sharingdisabled_for_userVincent Petry2016-06-163-16/+46
|\ | | | | Optimize isSharingDisabledForUser
| * Fix unit testsRoeland Jago Douma2016-06-141-0/+7
| |
| * Fix case with no userRoeland Jago Douma2016-06-142-1/+10
| |
| * Optimize isSharingDisabledForuserRoeland Jago Douma2016-06-142-16/+30
| |
* | Merge pull request #25075 from owncloud/fix_23265Vincent Petry2016-06-163-0/+353
|\ \ | | | | | | Remove shares of the root folder
| * | Remove shares of the root folderRoeland Jago Douma2016-06-133-0/+353
| | | | | | | | | | | | | | | | | | Fixes #23265 (A possibly costly) repair job to remove cyclic shares.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-162-0/+2
| | |
* | | Merge pull request #25056 from owncloud/fs-usermountcache-cappedVincent Petry2016-06-151-3/+14
|\ \ \ | | | | | | | | Capped cache for cache info in UserMountCache
| * | | Capped cache for cache info in UserMountCacheVincent Petry2016-06-131-3/+14
| | | |
* | | | Merge pull request #25093 from ↵Vincent Petry2016-06-153-5/+82
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/issue-12816-clean-tags-from-deleted-users Clean up tags of deleted users
| * | | | Clean up tags of deleted usersJoas Schilling2016-06-143-5/+82
| | | | |
* | | | | Merge pull request #25102 from owncloud/preview-delete-performanceVincent Petry2016-06-152-12/+27
|\ \ \ \ \ | | | | | | | | | | | | Preview delete performance
| * | | | | optimized size propagation on deletesRobin Appelman2016-06-141-4/+14
| | | | | |
| * | | | | propagator batching when removing thumbnailsRobin Appelman2016-06-141-7/+13
| | | | | |
| * | | | | remvoe duplicate rmdirRobin Appelman2016-06-141-1/+0
| | | | | |
* | | | | | Merge pull request #25082 from owncloud/fix-sessionless-clientsVincent Petry2016-06-155-20/+68
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix sessionless clients
| * | | | | | create session token only for clients that support cookiesChristoph Wurst2016-06-133-17/+61
| | | | | | |
| * | | | | | create session token on all APIsChristoph Wurst2016-06-133-5/+9
| |/ / / / /
* | | | | | Update start-swift-ceph.sh (#25109)Jürgen Weigert2016-06-151-0/+3
| | | | | | | | | | | | | | | | | | fix failing https://ci.owncloud.org/job/server-master-linux-externals/database=sqlite,external=swift-ceph,label=SLAVE/
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-1516-2/+80
| |/ / / / |/| | | |
* | | | | Merge pull request #25076 from owncloud/mount-cache-invalidVincent Petry2016-06-142-8/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | | handle invalid storages in LazyStorageMountInfo
| * | | | handle invalid storages in LazyStorageMountInfoRobin Appelman2016-06-132-8/+16
| | | | |
* | | | | Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵Thomas Müller2016-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | fixes #25087 (#25088)
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-1420-2/+98
| | | | |
* | | | | Use proper namespaces - fixes #25078 (#25079)Thomas Müller2016-06-131-1/+2
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-1364-20/+188
| | | |
* | | | fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-132-4/+27
|/ / /
* | / Fix typo (found by codespell) (#25073)Stefan Weil2016-06-131-1/+1
| |/ |/| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-104-1/+235
|\ \ | | | | | | Propagator batching for the file scanner
| * | fix mtime propagation on sqliteRobin Appelman2016-06-021-3/+3
| | |
| * | add tests for propagator batchingRobin Appelman2016-06-021-0/+125
| | |
| * | use propagator batching in the scannerRobin Appelman2016-06-021-0/+4
| | |
| * | add propagator batchingRobin Appelman2016-06-022-0/+105
| | |
* | | Merge pull request #24898 from owncloud/avatar_repairVincent Petry2016-06-103-0/+306
|\ \ \ | | | | | | | | Repair job to fix permissions for avatars
| * | | Empty string is null on oracleRoeland Jago Douma2016-06-101-1/+9
| | | |
| * | | Add not-null columns for oracleJoas Schilling2016-06-101-0/+9
| | | |
| * | | Repair job to fix permissions for avatarsRoeland Jago Douma2016-06-103-0/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22978 On some older installations the permissions for the userRoot and the avatars are not correct. This breaks since we now use the Node API in the avatar code. This repair job makes sure that the permissions are set correctly. * Unit tests added
* | | | Merge pull request #25003 from owncloud/fix_ocs_path_responseVincent Petry2016-06-103-21/+65
|\ \ \ \ | | | | | | | | | | Fix OCS Share API path response
| * | | | Extend unit testsRoeland Jago Douma2016-06-071-1/+33
| | | | |
| * | | | Fix unit testsRoeland Jago Douma2016-06-072-9/+21
| | | | |
| * | | | Show the path relative to the requesting userRoeland Jago Douma2016-06-071-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A share can only be requested by 3 'types' of people * owner * initiator * recipient So we have to get the path as the current user. Since that is the only path that has any meaning to the user.
* | | | | Merge pull request #25055 from owncloud/enc-cappedcache-getaccesslistVincent Petry2016-06-101-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Use capped cache for encryption's user access list
| * | | | Use capped cache for encryption's user access listVincent Petry2016-06-101-0/+3
| | | | |
* | | | | fetchall appconfig entries (#23835)Jörn Friedrich Dreyer2016-06-101-1/+3
| | | | |
* | | | | Add developer documentation, website and bug to the applist (#25041)Joas Schilling2016-06-101-0/+14
| | | | |
* | | | | Merge pull request #24990 from owncloud/fix_24868Vincent Petry2016-06-101-6/+3
|\ \ \ \ \ | | | | | | | | | | | | Wrap publicwebdav in sharePermission mask
| * | | | | Wrap publicwebdav in sharePermission maskRoeland Jago Douma2016-06-061-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #24868 The writable mask was a bit misleading. We should wrap with the sharepermissions (as they are used everywhere else). The PERMISSIONS_SHARE are added since that is required for the public link check plugin.
* | | | | | map oracle driver options to params (#23938)Jörn Friedrich Dreyer2016-06-101-0/+4
| |_|_|/ / |/| | | |
* | | | | Merge pull request #25051 from owncloud/2fa-raw-php-filesVincent Petry2016-06-102-1/+8
|\ \ \ \ \ | |_|/ / / |/| | | | Check 2FA state for raw php files too