summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-0514-0/+64
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-042-0/+6
|
* Merge pull request #22989 from owncloud/lock_sharing_opsMorris Jobke2016-05-032-43/+222
|\ | | | | Add locking to modifying operation of the OCS Share API
| * Unlock before all returnsRoeland Jago Douma2016-04-301-7/+50
| |
| * Add locking to modifying operation of the OCS Share APIRoeland Jago Douma2016-04-302-39/+175
| | | | | | | | | | | | | | | | | | | | Fixes #17243 This is done in the OCS Share API instead of the share manager since we want lazy shares in general. However when doing modifying calls via the OCS Share API it is fine to force real nodes. * Updated unit tests to work with logging
* | Cleanup Files_Sharing CLASSPATHRoeland Jago Douma2016-05-027-19/+11
| | | | | | | | | | | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy
* | Merge pull request #24376 from owncloud/remove_dead_codeRoeland Douma2016-05-021-15/+0
|\ \ | | | | | | Remove dead code
| * | Remove dead codeRoeland Jago Douma2016-05-021-15/+0
| | | | | | | | | | | | Ancient files_sharing updater code I came across.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-022-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-016-8/+66
| |
* | There is no need to do old etag propagationRoeland Jago Douma2016-04-302-101/+0
|/ | | | Etags are calculated differently now and don't require manual updating.
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2910-0/+104
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2814-0/+148
|
* Merge pull request #24027 from owncloud/translate_ocs_shareThomas Müller2016-04-264-63/+94
|\ | | | | Translate OCS Share API error messages
| * Translate OCS Share API error messagesRoeland Jago Douma2016-04-254-63/+94
| | | | | | | | For https://github.com/owncloud/core/issues/22209
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2692-994/+116
| |
* | 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