summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2486 from nextcloud/shared-storage-maskLukas Reschke2016-12-022-6/+16
|\ | | | | apply permissions mask for shared storage
| * apply permissions mask for shared storageRobin Appelman2016-12-022-6/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix loader position and visibilityJohn Molakvoæ (skjnldsv)2016-12-021-4/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix popover arrowJohn Molakvoæ (skjnldsv)2016-12-021-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix unshare delete iconJohn Molakvoæ (skjnldsv)2016-12-021-1/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove white background from loading iconMorris Jobke2016-12-021-2/+0
| | | | | | | * allows to use the loading icon on non-white background (disabled input fields for example) * fixes #2466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2432 from nextcloud/activity-mail-languageMorris Jobke2016-12-015-22/+55
|\ | | | | Make sure the activity emails can be sent in the users language
| * Adjust all implementations in the server repoJoas Schilling2016-12-015-22/+55
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2371 from ↵Lukas Reschke2016-12-011-1/+12
|\ \ | |/ |/| | | | | nextcloud/issue-2369-add-share-indicator-for-mail-shares Add share indicator for mail shares
| * Display link share icon when toggling shareRoeland Jago Douma2016-11-301-1/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add an icon when the file is shared by mailJoas Schilling2016-11-301-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-12-012-0/+16
|/
* Fix missing text for downloads on mobileMorris Jobke2016-11-291-1/+1
| | | | | | * fixes #2362 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix #2384John Molakvoæ (skjnldsv)2016-11-291-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2016-11-294-170/+444
|
* Fix image_src linkLukas Reschke2016-11-281-1/+1
| | | | | | The link in the image_src link (used for previews on Social Media such as Facebook) was still using the old route. This changes it to use the new route. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-284-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2710-0/+162
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2610-440/+866
|
* fix some outdated namingJan-Christoph Borchardt2016-11-241-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix placeholder typo in public link activityJoas Schilling2016-11-231-1/+1
| | | https://www.transifex.com/nextcloud/nextcloud/translate/#152/files_sharing/101548786/
* Merge pull request #2281 from nextcloud/fix-translationMorris Jobke2016-11-232-4/+4
|\ | | | | Fix language typo
| * Fix language typoJoas Schilling2016-11-232-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2262 from nextcloud/specify-parameters-on-public-downloadLukas Reschke2016-11-231-3/+9
|\ \ | | | | | | Specify the parameters on public download
| * | Specify the parameters on public downloadJoas Schilling2016-11-221-3/+9
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Only do stuff when its a remote-share activityJoas Schilling2016-11-221-2/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-2214-589/+1622
|\ | | | | Move file sharing activities to the new API
| * Move file sharing activities to the new APIJoas Schilling2016-11-1614-589/+1622
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-224-0/+26
| |
* | Add config switchLukas Reschke2016-11-212-18/+48
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix lookup urlRoeland Jago Douma2016-11-211-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Search on lookup serverRoeland Jago Douma2016-11-211-4/+40
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-11-212-0/+6
| |
* | Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\ \ | | | | | | cache the displayname of the share owner
| * | cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2184 from nextcloud/share-join-cacheMorris Jobke2016-11-183-23/+36
|\ \ \ | | | | | | | | Get the share root info directly when querying for shares
| * | | fix getting root entry when not provided by the share providerRobin Appelman2016-11-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-172-8/+27
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-184-0/+8
| | |
* | | Merge pull request #2136 from nextcloud/sharing-layoutJan-Christoph Borchardt2016-11-181-18/+30
|\ \ \ | |/ / |/| | Sharing layout fixes
| * | use copy icon for local link rather than link icon to prevent confusion with ↵Jan-Christoph Borchardt2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | properly align input box items in share tab viewJan-Christoph Borchardt2016-11-171-9/+14
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | fix layout of sharing listJan-Christoph Borchardt2016-11-171-9/+16
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-173-2/+35
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-11-174-0/+4
| |
* | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-0/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-152-0/+2
|
* Merge pull request #2084 from nextcloud/files_drop_avatars_disabledMorris Jobke2016-11-141-1/+1
|\ | | | | Fixes files_drop when avatars are disabled