Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Merge pull request #10724 from nextcloud/large-share-count-performance | Morris Jobke | 2018-08-24 | 3 | -24/+49 |
|\ \ | | | | | | | Improve performance when dealing with large numbers of shares | ||||
| * | | cache parent exists status during share setup | Robin Appelman | 2018-08-16 | 3 | -10/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | only determine is sharing is disabled for a user once | Robin Appelman | 2018-08-16 | 2 | -2/+12 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | don't check if target dir exists when using the default share target directory | Robin Appelman | 2018-08-16 | 2 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | re-use view instances for shared storages | Robin Appelman | 2018-08-16 | 2 | -6/+17 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-16 | 1 | -4/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | more efficient unique share target generation | Robin Appelman | 2018-08-16 | 2 | -13/+10 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+10 |
| | | | |||||
* | | | Merge pull request #10815 from nextcloud/fix/noid/missingreturnval | Morris Jobke | 2018-08-23 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | returning of $tr is expected, otherwise ending up in a JS error | ||||
| * | | | returning of $tr is expected, otherwise ending up in a JS error | Arthur Schiwon | 2018-08-23 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 24 | -30/+14 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-21 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #10700 from nextcloud/fix/10516/sharepermissions | Morris Jobke | 2018-08-20 | 1 | -21/+4 |
|\ \ | | | | | | | Fix share dialog sidebar in share views | ||||
| * | | remove unexecutable code | Arthur Schiwon | 2018-08-15 | 1 | -21/+4 |
| | | | | | | | | | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-20 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #10707 from nextcloud/dark-theme-fixes | Julius Härtl | 2018-08-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix public pages background | ||||
| * | | | Fix public pages background | John Molakvoæ (skjnldsv) | 2018-08-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |