summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1788 from nextcloud/share-link-whitespaceMorris Jobke2016-10-181-0/+4
|\ | | | | add whitespace above share link so it's visually distinguished more
| * add whitespace above share link so it's visually distinguished moreJan-Christoph Borchardt2016-10-181-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-181-1/+0
|\ \ | |/ |/| search design details
| * search design detailsJan-Christoph Borchardt2016-09-091-1/+0
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-154-2/+4
| |
* | remove unneeded unlockRobin Appelman2016-10-121-2/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove duplicate traitRobin Appelman2016-10-121-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | get node by path as fallbackRobin Appelman2016-10-121-6/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix getting recipient share in ocs apiRobin Appelman2016-10-121-14/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix share tests not passing pathRobin Appelman2016-10-121-4/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | re-use the share node while formating if we already have itRobin Appelman2016-10-121-7/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more robust test setupRobin Appelman2016-10-123-11/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | phpunit is weirdRobin Appelman2016-10-121-3/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-106-34/+146
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-092-0/+4
| |
* | [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
| |/