summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-10-10100-100/+100
|
* Merge pull request #11716 from ↵Morris Jobke2018-10-091-2/+2
|\ | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-2/+2
| | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix usage of deprecated OC.webrootChristoph Wurst2018-10-093-17/+17
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-10-092-4/+4
|
* Remove deprecated SVG helpers for old IEsChristoph Wurst2018-10-081-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-10-074-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+6
|
* Allow userId to be nullRoeland Jago Douma2018-10-041-1/+1
| | | | | | | | | | | | Fixes #10852 A quick hack. Still ensures some type safety however now also accepts null. Else we'd need to add a whole new layer of middlewares. This can only happen when a guest user wants to access a controller that requries the user_id. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move sharetabview to compiled handlebarsRoeland Jago Douma2018-10-041-4/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11538 from nextcloud/heading-boldMarin Treselj2018-10-031-1/+0
|\ | | | | Set headings to Semibold for better information architecture
| * Change heading weights from Light to Semibold for better information ↵Jan-Christoph Borchardt2018-10-011-1/+0
| | | | | | | | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-0/+6
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move to 1 template file for filesRoeland Jago Douma2018-10-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2018-09-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-292-2/+2
|
* Compile filesummary handlebarsRoeland Jago Douma2018-09-271-0/+2
| | | | | | | | | | Fixes #11030 For https://github.com/orgs/nextcloud/projects/18 This template is now compiled so this no longer has to happen in the browser. Another step towards a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-09-272-2/+2
|
* do not explode when getting permissions from a FailedStorageArthur Schiwon2018-09-261-1/+9
| | | | | | | for instance if a user of an external user backend is not available currently, the whole Files UI would be frozen. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-09-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-254-6/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-09-232-8/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-09-226-22/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-09-214-0/+10
|
* Merge pull request #11041 from ↵Joas Schilling2018-09-193-11/+18
|\ | | | | | | | | nextcloud/fix/noid/get_permission_of_storage_for_shares Check the permission of the underlying storage
| * Update test now that we check permissions properlyRoeland Jago Douma2018-09-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | Now that we actually check thepermissions properly we have to update the tests. * We checked an invalid path * We checked from wrong permissions (files never have CREATE permissions for example) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Properly check share permissionsRoeland Jago Douma2018-09-061-2/+8
| | | | | | | | | | | | | | | | isCreatable only works on folders isUpdatable if the file is not there but it is a part file also has to be checked on the folder Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix shared cacheRoeland Jago Douma2018-09-061-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Check the permission of the underlying storageRoeland Jago Douma2018-09-061-1/+2
| | | | | | | | | | | | | | Else shares might expose more permissions than the storage actually providers. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-09-176-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-162-0/+140
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-134-6/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-122-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-082-30/+30
|/
* [tx-robot] updated from transifexNextcloud bot2018-09-062-0/+4
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-08-312-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-276-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2610-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2524-24/+0
|
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-244-9/+61
|\ | | | | Header fixes and public note
| * Tests fixesJohn Molakvoæ (skjnldsv)2018-08-241-4/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-244-6/+46
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-3/+12
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix testsRoeland Jago Douma2018-08-241-2/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>