Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-10 | 100 | -100/+100 |
| | |||||
* | Merge pull request #11716 from ↵ | Morris Jobke | 2018-10-09 | 1 | -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 Schilling | 2018-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix usage of deprecated OC.webroot | Christoph Wurst | 2018-10-09 | 3 | -17/+17 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-09 | 2 | -4/+4 |
| | |||||
* | Remove deprecated SVG helpers for old IEs | Christoph Wurst | 2018-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-07 | 4 | -20/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-05 | 2 | -0/+6 |
| | |||||
* | Allow userId to be null | Roeland Jago Douma | 2018-10-04 | 1 | -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 handlebars | Roeland Jago Douma | 2018-10-04 | 1 | -4/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #11538 from nextcloud/heading-bold | Marin Treselj | 2018-10-03 | 1 | -1/+0 |
|\ | | | | | Set headings to Semibold for better information architecture | ||||
| * | Change heading weights from Light to Semibold for better information ↵ | Jan-Christoph Borchardt | 2018-10-01 | 1 | -1/+0 |
| | | | | | | | | | | | | architecture Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Fix header overflow, fix more apps menu, fix #11552 | Jan-Christoph Borchardt | 2018-10-02 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Move to 1 template file for files | Roeland Jago Douma | 2018-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Ellipsize long filenames and sharee names in public share page header | Jan-Christoph Borchardt | 2018-10-01 | 1 | -1/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Compile filesummary handlebars | Roeland Jago Douma | 2018-09-27 | 1 | -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 transifex | Nextcloud bot | 2018-09-27 | 2 | -2/+2 |
| | |||||
* | do not explode when getting permissions from a FailedStorage | Arthur Schiwon | 2018-09-26 | 1 | -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 transifex | Nextcloud bot | 2018-09-26 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-25 | 4 | -6/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-23 | 2 | -8/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-22 | 6 | -22/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-21 | 4 | -0/+10 |
| | |||||
* | Merge pull request #11041 from ↵ | Joas Schilling | 2018-09-19 | 3 | -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 properly | Roeland Jago Douma | 2018-09-06 | 1 | -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 permissions | Roeland Jago Douma | 2018-09-06 | 1 | -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 cache | Roeland Jago Douma | 2018-09-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Check the permission of the underlying storage | Roeland Jago Douma | 2018-09-06 | 1 | -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 transifex | Nextcloud bot | 2018-09-17 | 6 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-16 | 2 | -0/+140 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 2 | -0/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-13 | 4 | -6/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-12 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-08 | 2 | -30/+30 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 2 | -0/+4 |
| | |||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-31 | 2 | -0/+34 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 6 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-26 | 10 | -0/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-25 | 24 | -24/+0 |
| | |||||
* | Merge pull request #10838 from nextcloud/header-fixes-and-public-note | Morris Jobke | 2018-08-24 | 4 | -9/+61 |
|\ | | | | | Header fixes and public note | ||||
| * | Tests fixes | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix mobile view and add public share note view | John Molakvoæ (skjnldsv) | 2018-08-24 | 4 | -6/+46 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix header calculation and better public design | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -3/+12 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix tests | Roeland Jago Douma | 2018-08-24 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add rooms in the default candidate types to look for when sharing | Daniel Calviño Sánchez | 2018-08-24 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |