summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix tooltips - they now properly change on clickMorris Jobke2016-11-166-35/+63
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adds copy tooltip to clipboardsRoeland Jago Douma2016-11-153-4/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-11-156-22/+26
|
* Merge pull request #2125 from nextcloud/downstream-26546Morris Jobke2016-11-151-3/+3
|\ | | | | Transfer ownership now returns exit code on error
| * Transfer ownership now returns exit code on error (#26546)Vincent Petry2016-11-141-3/+3
| |
* | Merge pull request #2119 from nextcloud/downstream-26555Roeland Jago Douma2016-11-141-1/+5
|\ \ | | | | | | disabling dropping on dragging objects temporarily
| * | disabling dropping on dragging objects temporarilyMichael Jobst2016-11-141-1/+5
| |/ | | | | | | better solution
* | Merge pull request #2117 from ↵Roeland Jago Douma2016-11-141-0/+3
|\ \ | | | | | | | | | | | | nextcloud/master-add-bruteforce-check-to-person-endpoint Add bruteforce checker to Person.php
| * | Add bruteforce checker to Person.phpLukas Reschke2016-11-141-0/+3
| | | | | | | | | | | | | | | | | | Also check for attempts on this endpoint Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2084 from nextcloud/files_drop_avatars_disabledMorris Jobke2016-11-141-1/+1
|\ \ \ | | | | | | | | Fixes files_drop when avatars are disabled
| * | | Fixes files_drop when avatars are disabledRoeland Jago Douma2016-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #2080 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2115 from nextcloud/oc_26527Roeland Jago Douma2016-11-141-15/+21
|\ \ \ \ | | | | | | | | | | Skip broken shares when transferring ownership (#26527)
| * | | | Skip broken shares when transferring ownership (#26527)Vincent Petry2016-11-141-15/+21
| | |_|/ | |/| |
* | | | Merge pull request #2114 from nextcloud/downstream-26498Roeland Jago Douma2016-11-143-5/+13
|\ \ \ \ | | | | | | | | | | make object prefix configurable
| * | | | make object prefix configurableJörn Friedrich Dreyer2016-11-143-5/+13
| |/ / /
* | | | Merge pull request #2110 from nextcloud/oc_26526Roeland Jago Douma2016-11-141-1/+1
|\ \ \ \ | | | | | | | | | | First process group shares and then user shares
| * | | | First process group shares and then user sharesVincent Petry2016-11-141-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share.
* | | | Merge pull request #2111 from nextcloud/oc_26549Roeland Jago Douma2016-11-145-19/+1
|\ \ \ \ | | | | | | | | | | Remove unused $view from FilesPlugin (#26549)
| * | | | Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-145-19/+1
| |/ / / | | | | | | | | | | | | The Sabre FilesPlugin never uses the view so remove it.
* | | | Merge pull request #2113 from nextcloud/downstream-26299Roeland Jago Douma2016-11-141-0/+5
|\ \ \ \ | | | | | | | | | | We need to ensure that the app holding the objectstore implementation…
| * | | | We need to ensure that the app holding the objectstore implementation is ↵Thomas Müller2016-11-141-0/+5
| |/ / / | | | | | | | | | | | | loaded - fixes owncloud/objectstore#38
* | | | Merge pull request #2112 from nextcloud/downstream-26206Roeland Jago Douma2016-11-1411-41/+57
|\ \ \ \ | |_|_|/ |/| | | Introduce an event for first time login based on the last login time …
| * | | Introduce an event for first time login based on the last login time stampThomas Müller2016-11-1411-41/+57
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* | | Merge pull request #2100 from nextcloud/do_not_increse_link_share_permsRoeland Jago Douma2016-11-143-1/+74
|\ \ \ | |/ / |/| | Fixes not allowed increasing of link share permissions
| * | Add intergration testRoeland Jago Douma2016-11-141-0/+17
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fixes not allowed increasing of link share permissionsRoeland Jago Douma2016-11-132-1/+57
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following: 1. user0 shares folder with user1 (RO but with sharing permissions) 2. user1 shares by link 3. user1 send 'publicUpload=true' OCS request to the link share before this increased the permissions of the link share. Which should not happen. now: API reponds with an error that the permissions can't be increased. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2106 from nextcloud/proper-empty-message-for-tagsMorris Jobke2016-11-142-0/+6
|\ \ | | | | | | Show specific empty message for tag input fields
| * | Show specific empty message for tag input fieldsMorris Jobke2016-11-142-0/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2068 from ↵Morris Jobke2016-11-143-23/+27
|\ \ \ | |/ / |/| | | | | | | | nextcloud/sharetypesinfolder-no-getdirectorycontent remove unneeded getDirectoryContent when getting share types for a folder
| * | fix testsRobin Appelman2016-11-101-8/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove unneeded getDirectoryContent when getting share types for a folderRobin Appelman2016-11-091-14/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix phpdocRobin Appelman2016-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2067 from nextcloud/fileinfo-lazy-substoragesMorris Jobke2016-11-145-23/+62
|\ \ \ | | | | | | | | only query substorages to calculate the final mtime/size/etag when we need it
| * | | only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-105-23/+62
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2093 from nextcloud/fix-single-author-with-detailsJoas Schilling2016-11-142-11/+33
|\ \ \ | | | | | | | | Fix single author with details
| * | | Fixes javascript tests for apps.jsRoeland Jago Douma2016-11-131-10/+21
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix single author with detailsJoas Schilling2016-11-111-1/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2016-11-1420-70/+232
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-11-1322-2/+184
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-11-1270-182/+262
| | |
* | | Merge pull request #2094 from nextcloud/prevent-downgrade-attacksMorris Jobke2016-11-113-2/+103
|\ \ \ | | | | | | | | Prevent downgrade attacks for apps
| * | | Prevent downgrade attacks for appsLukas Reschke2016-11-113-2/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature. Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #2088 from nextcloud/issue-2079-breadcrumb-paddingLukas Reschke2016-11-111-1/+2
|\ \ \ \ | |/ / / |/| | | Restore the padding on the home icon
| * | | Restore the padding on the home iconJoas Schilling2016-11-111-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #2082 from nextcloud/files_drop_sabre32Joas Schilling2016-11-111-2/+2
|\ \ \ \ | |_|/ / |/| | | Fixes files_drop for sabre 3.2
| * | | Fixes files_drop for sabre 3.2Roeland Jago Douma2016-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the new sabre (3.2) the order of beforeMethod is switched. it used to be that beforeMethod:METHOD was called after beforeMethod. But now it is called before. Since we need the view this was broken. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2087 from nextcloud/fix-more-vendor-namingLukas Reschke2016-11-112-2/+2
|\ \ \ \ | |_|/ / |/| | | Replace more vendor naming
| * | | Replace more vendor namingJoas Schilling2016-11-112-2/+2
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / [tx-robot] updated from transifexNextcloud bot2016-11-1114-14/+48
|/ /
* | Merge pull request #2077 from ↵Roeland Jago Douma2016-11-102-24/+54
|\ \ | | | | | | | | | | | | nextcloud/allow-sharees-to-be-used-for-other-things Only check the sharing backends for file/folder items