summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix public sharing buttonsChristoph Wurst2017-01-231-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix log and app nameChristoph Wurst2017-01-231-5/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* more cleanupChristoph Wurst2017-01-231-30/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #3190 from nextcloud/fix-sharing-popoverJohn Molakvoæ2017-01-221-9/+7
|\ | | | | Fix #3174
| * Fix #3174John Molakvoæ (skjnldsv)2017-01-211-9/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #3187 from nextcloud/inputs-scss-optimisationMorris Jobke2017-01-224-53/+28
|\ \ | | | | | | Inputs.scss rewritting and optimisation
| * | Fixed public share download buttonJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed sharing jsJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed public share header buttonsJohn Molakvoæ (skjnldsv)2017-01-222-44/+23
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Login and authenticate inputs fixesJohn Molakvoæ (skjnldsv)2017-01-221-6/+2
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2017-01-222-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-01-182-48/+274
|
* [tx-robot] updated from transifexNextcloud bot2017-01-172-50/+50
|
* [tx-robot] updated from transifexNextcloud bot2017-01-112-150/+218
|
* Merge pull request #2955 from ↵Roeland Jago Douma2017-01-103-7/+61
|\ | | | | | | | | nextcloud/make-share-by-mail-work-without-linkshares share by mail should continue to work, even if public links are disabled
| * allow to access mail shares even if public links are disabledBjoern Schiessle2017-01-043-7/+61
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2017-01-094-60/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2017-01-052-86/+266
|/
* Merge pull request #2850 from nextcloud/downstream-26603Roeland Jago Douma2017-01-021-8/+20
|\ | | | | Fixed size issues on main detail view and disappearing of share recipients (#26603)
| * Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-231-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-01-024-288/+442
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-292-48/+216
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-2616-496/+16
|/
* fix testsArthur Schiwon2016-12-221-2/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use group display name in sharing API + UIVincent Petry2016-12-224-16/+112
|
* Merge pull request #2759 from nextcloud/kill-appconfig-delete-share-linkMorris Jobke2016-12-222-48/+0
|\ | | | | Remove config change hook that deletes link shares (#26612)
| * Remove config change hook that deletes link shares (#26612)Vincent Petry2016-12-192-48/+0
| | | | | | | | | | | | | | | | | | Seems broken. But also if link shares are not allowed, the link shares will continue to exist but will be denied. A future cleanup could be done through a background job. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
|/ | | | | | | If share times are equal, the first share should still win instead of having the shares swapped. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activityLukas Reschke2016-12-164-4/+4
|\ | | | | Remove leading slash from sharing activity
| * Remove leading slash from sharing activityJoas Schilling2016-12-154-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2673 from nextcloud/shared-scanner-unmaskedLukas Reschke2016-12-153-3/+37
|\ \ | |/ |/| use unmasked permissions in shared scanner
| * use unmasked permissions in shared scannerRobin Appelman2016-12-143-3/+37
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2654 from nextcloud/increase-master-versionRoeland Jago Douma2016-12-141-2/+2
|\ \ | | | | | | Update app versions and requirements
| * | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix overwriting parameterRoeland Jago Douma2016-12-131-3/+3
|/ / | | | | | | | | | | Fixes #2641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2637 from nextcloud/mount-cache-storageidLukas Reschke2016-12-131-15/+19
|\ \ | | | | | | also compare storage ids when checking for changed mounts
| * | reuse cacheentryRobin Appelman2016-12-131-15/+19
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | update phpdocMaxence Lange2016-12-121-0/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@pontapreta.net>
* | Download a file in a subfolder in a sharedlink is not workingMaxence Lange2016-12-111-3/+3
|/ | | the $node created using the path (GET) parameter is not used when executing fileListDownloaded()
* [tx-robot] updated from transifexNextcloud bot2016-12-082-2/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-12-072-80/+186
|
* [tx-robot] updated from transifexNextcloud bot2016-12-042-2/+2
|
* 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>