aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-222-0/+2
|
* fix for sharingDaniel Hansson2017-05-201-0/+1
| | | | Signed-off-by: Daniel Hansson <daniel@techandme.se>
* Merge pull request #4812 from nextcloud/move-sharing-to-migrationBjörn Schießle2017-05-187-526/+310
|\ | | | | Move the file sharing app to migration
| * Fix the share type of guest shares when migrating from ownCloudJoas Schilling2017-05-122-0/+83
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move the file sharing app to migrationJoas Schilling2017-05-126-526/+227
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-172-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-172-0/+2
| |
* | Remove primary class from public link download buttonJan-Christoph Borchardt2017-05-161-1/+1
| |
* | Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-4/+3
| |
* | Merge pull request #4685 from nextcloud/fix_4683Morris Jobke2017-05-151-3/+4
|\ \ | | | | | | fix permissions of mountpoints - take 2
| * | update comment to codeRobin Appelman2017-05-151-2/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Fix SharedStorage TestRoeland Jago Douma2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | A moveable mount point (What a SharedStorage is) always has DELETE + UPDATE permissions. Since you can either delete (unshare) or update (rename) it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-132-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-122-0/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-05-116-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-1012-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-082-12/+12
|/
* Merge pull request #4545 from individual-it/access-control-3726blizzz2017-05-031-10/+19
|\ | | | | show error message when "files-drop" upload fails
| * some small refactoring and reformatingArtur Neumann2017-04-271-6/+16
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * use jqXHR.fail() to check for failuresArtur Neumann2017-04-271-10/+9
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
* | Merge pull request #4620 from nextcloud/preview-error-handlingRoeland Jago Douma2017-05-021-0/+2
|\ \ | | | | | | better handling of preview generation errors
| * | Handle more error casesMorris Jobke2017-05-021-0/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-022-108/+160
|/ /
* | add missing translation and other small fixesBjoern Schiessle2017-04-281-0/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | use configured lookup serverBjoern Schiessle2017-04-281-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix share indicator handlingVincent Petry2017-04-262-7/+88
| | | | | Properly update the fileInfoModel with the updated share types, which also updates the file list row indicator properly
* [tx-robot] updated from transifexNextcloud bot2017-04-252-2/+2
|
* Merge pull request #4463 from ↵Roeland Jago Douma2017-04-241-2/+3
|\ | | | | | | | | danxuliu/fix-working-icon-placement-on-password-save Fix working icon placement on password save
| * Fix working icon placement on password saveDaniel Calviño Sánchez2017-04-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Before, the icon appeared below the text input for the password. Now, it appears inside the text input, to the right end. The CSS was adjusted based on other icons shown in that position for other text inputs in the Share tab view, like the information icon or the clipboard icon. Fixes #4135 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-244-4/+0
|\ \ | |/ |/| Remove unused use statements
| * Remove unused use statementsMorris Jobke2017-04-224-4/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-234-84/+168
|/
* Merge pull request #4406 from nextcloud/fix-unit-test-problemsRoeland Jago Douma2017-04-211-3/+4
|\ | | | | Fix unit test problems
| * Don't use deprecated getMock() anymoreJoas Schilling2017-04-201-3/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4412 from individual-it/masterMorris Jobke2017-04-201-1/+0
|\ \ | | | | | | deleted forgotten code in test
| * | deleted forgotten code in testArtur Neumann2017-04-201-1/+0
| | | | | | | | | | | | how embarrassing, left code from before I've done the loop around the test Signed-off-by: Artur Neumann <info@individual-it.net>
* | | Merge pull request #4402 from nextcloud/fix-clickable-areaBjörn Schießle2017-04-201-0/+11
|\ \ \ | |_|/ |/| | Fix clickable area in share permissions menu
| * | Fix clickable area in share permissions menuMorris Jobke2017-04-191-0/+11
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4212 from individual-it/masterJoas Schilling2017-04-202-38/+149
|\ \ \ | |/ / |/| / | |/ validate file name before uploading in upload only folder
| * remove accidently left over *f*itArtur Neumann2017-04-181-1/+1
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * JS tests for upload only functionArtur Neumann2017-04-181-0/+99
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * refactor to make it easier to testArtur Neumann2017-04-181-45/+50
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * validate file name before uploading in upload only folderArtur Neumann2017-04-051-1/+8
| | | | | | | | | | fixes #4211 Signed-off-by: Artur Neumann <info@individual-it.net>
* | Improve menu CSSMorris Jobke2017-04-191-7/+0
| | | | | | | | | | | | | | | | * fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>