summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-084-16/+18
|
* Merge pull request #1568 from nextcloud/test-running-coverage-also-for-dbLukas Reschke2016-10-053-3/+3
|\ | | | | [Test] Generate coverage for DB group
| * Generate coverage for quick DB testsLukas Reschke2016-10-053-3/+3
| | | | | | | | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Add icons to activity navigationJoas Schilling2016-10-051-0/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix sharing icon's alignment and add padding to the unshare iconChristoph Wurst2016-10-031-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2016-10-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-024-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-10-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-308-0/+8
|
* Inject IHTTPClientServiceLukas Reschke2016-09-293-3/+24
| | | | | | | | | | Otherwise the unit test execution will do a ton of external HTTP requests which fail and then timeout… See https://blackfire.io/profiles/compare/3c67acfa-a11e-4aec-bcd4-c945b006f01e/graph for reference Pretty similar to https://github.com/nextcloud/server/pull/1565 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-281-55/+1
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-271-55/+1
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Merge pull request #1512 from nextcloud/share-alttextMorris Jobke2016-09-281-0/+1
|\ \ | |/ |/| Display "Share" alt text for share action icon (#26158)
| * Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-0/+1
| | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1460 from nextcloud/fed-share-retryJoas Schilling2016-09-262-7/+23
|\ \ | |/ |/| [upstream] Fix fed share test call to return proper result
| * Fix fed share test call to return proper resultVincent Petry2016-09-202-7/+23
| | | | | | | | | | | | Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
* | [tx-robot] updated from transifexNextcloud bot2016-09-252-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-232-6/+48
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-222-28/+84
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-192-4/+42
|
* [tx-robot] updated from transifexNextcloud bot2016-09-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-162-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2016-09-152-66/+160
|
* Fix testsRoeland Jago Douma2016-09-131-23/+17
|
* Allow increasing permissions for share ownerVincent Petry2016-09-132-1/+109
| | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation.
* Move remote_shares OCS endpoint to AppFrameworkRoeland Jago Douma2016-09-094-260/+217
|
* [tx-robot] updated from transifexNextcloud bot2016-09-094-4/+4
|
* Merge pull request #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-084-2/+22
|\ | | | | Adding a optional disclaimer to the anonymous upload page
| * Adjust testLukas Reschke2016-09-081-1/+7
| |
| * Fix testsLukas Reschke2016-09-081-2/+1
| |
| * Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-083-1/+16
| |
* | Merge pull request #1247 from nextcloud/storage-id-global-cacheMorris Jobke2016-09-081-0/+1
|\ \ | | | | | | more efficient querying of numeric storage ids
| * | more efficient querying of numeric storage idsRobin Appelman2016-09-071-0/+1
| |/
* / dont show shares you own in "shared with you"Robin Appelman2016-09-071-0/+5
|/
* Deprecate getEditionString()Joas Schilling2016-09-061-7/+1
|
* Fix getMock files_sharingRoeland Jago Douma2016-09-061-5/+7
|
* [tx-robot] updated from transifexNextcloud bot2016-09-052-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-044-2/+84
|
* [tx-robot] updated from transifexNextcloud bot2016-09-034-32/+90
|
* [tx-robot] updated from transifexNextcloud bot2016-09-0110-10/+144
|
* Merge pull request #1201 from nextcloud/usermountcache-orphanedshareRoeland Jago Douma2016-08-311-1/+7
|\ | | | | [master] Usermountcache orphanedshare
| * Added closeCursor in SharedMount numeric idVincent Petry2016-08-301-0/+1
| |
| * Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+6
| |
* | Allow space for federated share id searchVincent Petry2016-08-302-1/+53
|/
* A shared storage is never a home storage - fixes #25582Thomas Müller2016-08-291-0/+10
|
* Sharee API to AppFrameworkRoeland Jago Douma2016-08-263-93/+79
| | | | | | | | * Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests
* Fix testsRoeland Jago Douma2016-08-241-13/+44
|
* HTTPHelper is deprecatedRoeland Jago Douma2016-08-244-16/+30
| | | | Use the IClientService instead
* Do not error on NotFoundExceptionRoeland Jago Douma2016-08-241-0/+4
| | | | | | | Since this exception can be thrown when a shared file is in the trashbin there is no need to spam the log like crazy. Fixes #938
* prevent infinite recursion while getting storage from mountRobin Appelman2016-08-231-0/+4
|