Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 2 | -2/+1 |
| | |||||
* | Merge pull request #24073 from owncloud/move_federated_sharing_settings_to_app | Björn Schießle | 2016-04-25 | 24 | -806/+71 |
|\ | | | | | move federated sharing settings to the federatedfilesharing app | ||||
| * | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 24 | -806/+71 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-24 | 2 | -0/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-23 | 2 | -0/+18 |
| | | |||||
* | | Merge pull request #24124 from owncloud/encryped-size-progation | Thomas Müller | 2016-04-22 | 2 | -14/+68 |
|\ \ | |/ |/| | dont do optimized size propagation for encrypted files | ||||
| * | Add unit tests for shared size propagation with encryption | Robin Appelman | 2016-04-21 | 2 | -14/+68 |
| | | |||||
* | | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 2 | -3/+27 |
|\ \ | |/ |/| | bring back CRUDS permissions for federated shares | ||||
| * | ask for share-permissions on propfind | Björn Schießle | 2016-04-20 | 1 | -0/+16 |
| | | |||||
| * | set correct permissions in shareinfo | Björn Schießle | 2016-04-18 | 1 | -3/+11 |
| | | |||||
* | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 1 | -1/+0 |
|\ \ | | | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
| |/ | |||||
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 21 | -1151/+789 |
|\ \ | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -4/+0 |
| | | | |||||
| * | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -20/+0 |
| | | | |||||
| * | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -7/+16 |
| | | | |||||
| * | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 2 | -13/+1 |
| | | | |||||
| * | | Fix tests | Roeland Jago Douma | 2016-04-19 | 14 | -681/+656 |
| | | | |||||
| * | | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 8 | -456/+146 |
| |/ | |||||
* | | Merge pull request #23952 from owncloud/hide-hidden-files | Thomas Müller | 2016-04-20 | 1 | -3/+6 |
|\ \ | | | | | | | Add option to hide hidden files | ||||
| * | | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -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 test | Roeland Jago Douma | 2016-04-19 | 1 | -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 Douma | 2016-04-14 | 2 | -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 transifex | Jenkins for ownCloud | 2016-04-13 | 2 | -0/+2 |
| | |||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 4 | -7/+7 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix Share20OCSTest | Roeland Jago Douma | 2016-04-08 | 1 | -4/+3 |
| | |||||
* | Merge pull request #23444 from owncloud/add-loading-spinner | Jan-Christoph Borchardt | 2016-04-07 | 1 | -0/+19 |
|\ | | | | | Add loading spinner to "Add to owncloud" | ||||
| * | add loading spinner to add to owncloud input field | Erik Pellikka | 2016-04-07 | 1 | -0/+19 |
| | | | | | | | | | | | | Update public.js Update public.js | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-07 | 2 | -0/+8 |
|/ | |||||
* | Add capability to show if group sharing is enabled | Roeland Jago Douma | 2016-04-04 | 2 | -0/+20 |
| | | | | | | | fixes #23477 Now clients can correct wording to properly reflect who a user can share with. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-01 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-31 | 4 | -8/+100 |
| | |||||
* | Fix displaying owner before share icon in file list | Vincent Petry | 2016-03-30 | 2 | -3/+4 |
| | | | | Initial display of owner was missing | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-28 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-27 | 2 | -2/+6 |
| | |||||
* | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -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-referer | Thomas Müller | 2016-03-23 | 2 | -3/+3 |
|\ | | | | | Consistently use rel=noreferrer | ||||
| * | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 2 | -3/+3 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Merge pull request #23398 from owncloud/block_group_sharing | Thomas Müller | 2016-03-22 | 5 | -36/+122 |
|\ \ | | | | | | | Allow blocking of group sharing | ||||
| * | | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 3 | -35/+69 |
| | | | | | | | | | | | | * Fix tests | ||||
| * | | Block group sharing in API and in share manager | Roeland Jago Douma | 2016-03-22 | 2 | -1/+53 |
| | | | | | | | | | | | | * Fix tests | ||||
* | | | When the Share API is disabled do not return shares | Roeland Jago Douma | 2016-03-22 | 2 | -1/+91 |
|/ / | | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API | ||||
* | | Merge pull request #22789 from owncloud/dav-sharesproperty | Thomas Müller | 2016-03-21 | 3 | -45/+55 |
|\ \ | | | | | | | Add webdav property for share info in PROPFIND response | ||||
| * | | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 3 | -45/+55 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-21 | 2 | -2/+2 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-20 | 2 | -8/+8 |
|/ | |||||
* | Merge pull request #23287 from owncloud/issue-22786-absolute-paths | Thomas Müller | 2016-03-17 | 1 | -2/+2 |
|\ | | | | | Fix absolute path creation for remote shares with /oc webroot | ||||
| * | Make sure to append the web root as per doc | Joas Schilling | 2016-03-16 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #23155 from owncloud/fed-unshare-with | Thomas Müller | 2016-03-16 | 2 | -1/+33 |
|\ \ | |/ |/| | Specify the target user when unsharing a federated share |