summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* do propagation in a single queryRobin Appelman2016-04-252-2/+1
|
* Merge pull request #24073 from owncloud/move_federated_sharing_settings_to_appBjörn Schießle2016-04-2524-806/+71
|\ | | | | move federated sharing settings to the federatedfilesharing app
| * move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-2224-806/+71
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-242-0/+34
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-232-0/+18
| |
* | Merge pull request #24124 from owncloud/encryped-size-progationThomas Müller2016-04-222-14/+68
|\ \ | |/ |/| dont do optimized size propagation for encrypted files
| * Add unit tests for shared size propagation with encryptionRobin Appelman2016-04-212-14/+68
| |
* | Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-3/+27
|\ \ | |/ |/| bring back CRUDS permissions for federated shares
| * ask for share-permissions on propfindBjörn Schießle2016-04-201-0/+16
| |
| * set correct permissions in shareinfoBjörn Schießle2016-04-181-3/+11
| |
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-201-1/+0
|\ \ | | | | | | migrate deprecated jQuery 1.x functions
| * | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+0
| |/
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-2021-1151/+789
|\ \ | | | | | | SharedStorage to new sharing code + cleanup
| * | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-4/+0
| | |
| * | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-20/+0
| | |
| * | Only construct the storage when we start using itRobin Appelman2016-04-191-7/+16
| | |
| * | Fix resolve pathRoeland Jago Douma2016-04-192-13/+1
| | |
| * | Fix testsRoeland Jago Douma2016-04-1914-681/+656
| | |
| * | Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma2016-04-198-456/+146
| |/
* | Merge pull request #23952 from owncloud/hide-hidden-filesThomas Müller2016-04-201-3/+6
|\ \ | | | | | | Add option to hide hidden files
| * | filter hidden files on the web interfaceChristoph Wurst2016-04-191-3/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* / Move the group dummy backend to testRoeland Jago Douma2016-04-191-1/+1
|/ | | | | The dummy backend is only used for testing and should thus reside in tests.
* On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-142-15/+49
| | | | | | | | | | | | Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-0/+2
|
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-124-7/+7
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix Share20OCSTestRoeland Jago Douma2016-04-081-4/+3
|
* Merge pull request #23444 from owncloud/add-loading-spinnerJan-Christoph Borchardt2016-04-071-0/+19
|\ | | | | Add loading spinner to "Add to owncloud"
| * add loading spinner to add to owncloud input fieldErik Pellikka2016-04-071-0/+19
| | | | | | | | | | | | Update public.js Update public.js
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-072-0/+8
|/
* Add capability to show if group sharing is enabledRoeland Jago Douma2016-04-042-0/+20
| | | | | | | fixes #23477 Now clients can correct wording to properly reflect who a user can share with.
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-012-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-314-8/+100
|
* Fix displaying owner before share icon in file listVincent Petry2016-03-302-3/+4
| | | | Initial display of owner was missing
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-282-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-272-2/+6
|
* Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-0/+2
| | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-232-3/+3
|\ | | | | Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-202-3/+3
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-225-36/+122
|\ \ | | | | | | Allow blocking of group sharing
| * | Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-223-35/+69
| | | | | | | | | | | | * Fix tests
| * | Block group sharing in API and in share managerRoeland Jago Douma2016-03-222-1/+53
| | | | | | | | | | | | * Fix tests
* | | When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-222-1/+91
|/ / | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API
* | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-213-45/+55
|\ \ | | | | | | Add webdav property for share info in PROPFIND response
| * | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-173-45/+55
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-212-2/+2
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-202-8/+8
|/
* Merge pull request #23287 from owncloud/issue-22786-absolute-pathsThomas Müller2016-03-171-2/+2
|\ | | | | Fix absolute path creation for remote shares with /oc webroot
| * Make sure to append the web root as per docJoas Schilling2016-03-161-2/+2
| |
* | Merge pull request #23155 from owncloud/fed-unshare-withThomas Müller2016-03-162-1/+33
|\ \ | |/ |/| Specify the target user when unsharing a federated share