summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-233-14/+27
|\ | | | | Add wrapper for NFD encoding workaround
| * Fixes for encoding wrapperVincent Petry2016-05-202-3/+4
| | | | | | | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo
| * Add encoding wrapper as opt-in mount optionVincent Petry2016-05-203-12/+24
| | | | | | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default.
| * Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-1/+1
| |
* | Merge pull request #24514 from owncloud/federation-psr4Vincent Petry2016-05-2323-11/+21
|\ \ | | | | | | Move federation app to PSR-4
| * | Fix errors in the testsJoas Schilling2016-05-195-10/+20
| | |
| * | Move federation tests to PSR-4Joas Schilling2016-05-1910-4/+4
| | |
| * | Move federation code to PSR-4Joas Schilling2016-05-1913-1/+1
| | |
* | | Merge pull request #24603 from owncloud/federated_reshareVincent Petry2016-05-2321-453/+1524
|\ \ \ | | | | | | | | flat federated re-share
| * | | remove reshares and the mapping in the federated_reshares table on unshare ↵Björn Schießle2016-05-201-1/+34
| | | | | | | | | | | | | | | | from self
| * | | add missung return valueBjörn Schießle2016-05-201-3/+4
| | | |
| * | | improved error messagesBjörn Schießle2016-05-203-21/+27
| | | |
| * | | move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-203-13/+18
| | | |
| * | | fall back to old re-sharing behaviour in case the remote server doesn't ↵Björn Schießle2016-05-202-35/+70
| | | | | | | | | | | | | | | | support flat-reshares
| * | | update share permissionsBjörn Schießle2016-05-203-12/+56
| | | |
| * | | use share initiator as fall back to access the fileBjörn Schießle2016-05-205-10/+72
| | | | | | | | | | | | | | | | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
| * | | close cursor after select to avoid db lockBjörn Schießle2016-05-201-0/+1
| | | |
| * | | create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-2014-124/+774
| | | | | | | | | | | | | | | | correctly accross share owner and share initiator
| * | | use query builder for getShare and add testsBjörn Schießle2016-05-202-10/+99
| | | |
| * | | move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-203-10/+155
| | | |
* | | | Fix unit testsJoas Schilling2016-05-233-30/+37
| | | |
* | | | Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-234-30/+47
| | | |
* | | | Remove unused UserFolderJoas Schilling2016-05-232-15/+5
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2318-0/+34
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2268-136/+148
| | | |
* | | | Merge pull request #24307 from owncloud/systemtags-perminterfaceVincent Petry2016-05-2114-363/+685
|\ \ \ \ | | | | | | | | | | Add interface methods for permission check for system tags
| * | | | Rename "not-assignble" to "restricted"Vincent Petry2016-05-201-1/+1
| | | | |
| * | | | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-202-79/+244
| | | | |
| * | | | Fix system tags DAV plugin testsVincent Petry2016-05-201-50/+20
| | | | |
| * | | | Fix system tag update codeVincent Petry2016-05-201-0/+4
| | | | |
| * | | | Add admin-only system tag groups propertyVincent Petry2016-05-201-4/+39
| | | | | | | | | | | | | | | | | | | | For setting/getting system tag groups
| * | | | Act on effective system tag canAssign permissionVincent Petry2016-05-203-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the server returns true for the can-assign Webdav property of a system tag, it means the current user is allowed to assign, regardless of the value of user-assignable. This commit brings the proper logic to the web UI to make it possible for users to assign when they have the permission.
| * | | | Fix system tags DAV unit testsVincent Petry2016-05-206-160/+269
| | | | |
| * | | | Bring back admin permissions to change system tag permissionsVincent Petry2016-05-202-9/+19
| | | | |
| * | | | Updated canUser* functions in SystemTagManager to accept objectsVincent Petry2016-05-205-64/+47
| | | | |
| * | | | Add interface methods for permission checkVincent Petry2016-05-205-77/+91
| |/ / / | | | | | | | | | | | | | | | | | | | | Instead of checking for admin perm, use interface method canUserAssignTag and canUserSeeTag to check for permissions. Allows for more flexible implementation.
* / / / [tx-robot] updated from transifexJenkins for ownCloud2016-05-214-20/+100
|/ / /
* | | Merge pull request #22576 from owncloud/folder_scroll_fixVincent Petry2016-05-201-0/+21
|\ \ \ | |_|/ |/| | Add scrolling when dragging files. Fixes #12329
| * | added back the jquery animationsErik Pellikka2016-05-131-6/+11
| | |
| * | code style fixErik Pellikka2016-05-131-11/+3
| | |
| * | code style fixErik Pellikka2016-05-131-3/+2
| | |
| * | code style fixErik Pellikka2016-05-131-2/+6
| | |
| * | added elseifErik Pellikka2016-05-131-1/+1
| | |
| * | fixed to work with share links as wellErik Pellikka2016-05-131-3/+4
| | |
| * | typo fixErik Pellikka2016-05-131-2/+2
| | |
| * | TweakingErik Pellikka2016-05-131-7/+7
| | |
| * | Avoids jumping if window is smaller than 300 pixels in heightMorris Jobke2016-05-131-2/+3
| | | | | | | | | | | | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300
| * | Add scrolling when dragging filesErik Pellikka2016-05-131-0/+19
| | |
* | | Merge pull request #24702 from owncloud/background-scan-occVincent Petry2016-05-201-3/+12
|\ \ \ | | | | | | | | add --unscanned option to files:scan to triger a background scan
| * | | add "unscanned" option to files:scan to triger a background scanRobin Appelman2016-05-191-3/+12
| | |/ | |/|