Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix invalid recursion | Daniel Kesselberg | 2019-07-24 | 2 | -3/+3 | |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Allow hidden smb shares | Daniel Kesselberg | 2019-07-24 | 2 | -1/+48 | |
| | | | | | | | A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-24 | 4 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-23 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-22 | 20 | -52/+72 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-21 | 40 | -108/+176 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-20 | 8 | -8/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-19 | 28 | -4/+58 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-18 | 286 | -286/+310 | |
| | ||||||
* | Update operationprogressbar.js | James Lao | 2019-07-17 | 1 | -1/+3 | |
| | | | | | | To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-17 | 54 | -100/+104 | |
| | ||||||
* | Only prevent disabling encrytion via the API | Joas Schilling | 2019-07-16 | 2 | -18/+28 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-16 | 6 | -118/+126 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-15 | 4 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-14 | 20 | -40/+102 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-13 | 18 | -2/+32 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-12 | 50 | -128/+160 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-11 | 12 | -48/+48 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-10 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-09 | 4 | -0/+4 | |
| | ||||||
* | Merge pull request #16249 from nextcloud/backport/16170/stable16 | Roeland Jago Douma | 2019-07-08 | 1 | -1/+1 | |
|\ | | | | | [stable16] fix permissions for drag-n-drop uploads | |||||
| * | fix permissions for drag-n-drop uploads | Robin Appelman | 2019-07-05 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [stable16] Properly load permissions in showActions (#16282) | John Molakvoæ | 2019-07-08 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable16] Properly load permissions in showActions | |||||
| * | | Properly load permissions in showActions | Julius Härtl | 2019-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-08 | 16 | -2/+18 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-07 | 82 | -114/+114 | |
| | | ||||||
* | | [stable16] dont use part files for dav writes when the target… (#16223) | John Molakvoæ | 2019-07-06 | 2 | -10/+53 | |
|\ \ | | | | | | | [stable16] dont use part files for dav writes when the target folder doesn't have create permissions | |||||
| * | | add test for overwriting in non creatable directory | Robin Appelman | 2019-07-03 | 1 | -8/+46 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | dont use part files for dav writes when the target folder doesn't have ↵ | Robin Appelman | 2019-07-03 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-06 | 4 | -2/+14 | |
| |/ |/| | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-05 | 8 | -4/+100 | |
| | | ||||||
* | | Merge pull request #16189 from nextcloud/backport/16183/stable16 | Roeland Jago Douma | 2019-07-04 | 1 | -2/+3 | |
|\ \ | | | | | | | [stable16] Do not fail hard on new user mail error | |||||
| * | | Do not fail hard on new user mail error | John Molakvoæ (skjnldsv) | 2019-07-02 | 1 | -2/+3 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-04 | 112 | -104/+8 | |
| |/ |/| | ||||||
* | | Remove duplicate tests | Joas Schilling | 2019-07-03 | 1 | -144/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Unify the permission checking in one place only | Joas Schilling | 2019-07-03 | 2 | -34/+11 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #16201 from nextcloud/backport/16199/stable16 | Morris Jobke | 2019-07-03 | 2 | -3/+20 | |
|\ \ | | | | | | | [stable16] RefreshWebcalJob: replace ugly Regex with standard php utils | |||||
| * | | RefreshWebcalJob: replace ugly Regex with standard php utils | Georg Ehrke | 2019-07-02 | 2 | -3/+20 | |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-03 | 36 | -12/+46 | |
|/ / | ||||||
* / | Forward OCSException to initiator | Daniel Kesselberg | 2019-07-02 | 1 | -1/+8 | |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-02 | 164 | -290/+324 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-30 | 2 | -2/+8 | |
| | ||||||
* | Merge pull request #16133 from nextcloud/backport/16121/stable16 | Roeland Jago Douma | 2019-06-28 | 1 | -1/+1 | |
|\ | | | | | [stable16] Don't allow to disable encryption via the API | |||||
| * | Don't allow to disable encryption via the API | Joas Schilling | 2019-06-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-28 | 10 | -12/+12 | |
| | | ||||||
* | | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus | Roeland Jago Douma | 2019-06-27 | 1 | -1/+0 | |
|\ \ | |/ |/| | Remove auto focus of share input field on dialog open, fix #15261 | |||||
| * | Remove auto focus of share input field on dialog open, fix #15261 | Jan-Christoph Borchardt | 2019-06-26 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | |||||
* | | Merge pull request #16125 from nextcloud/backport/16114/stable16 | Roeland Jago Douma | 2019-06-27 | 1 | -3/+5 | |
|\ \ | | | | | | | [stable16] Fix download link included in public share page with hidden download | |||||
| * | | Fix download link included in public share page with hidden download | Daniel Calviño Sánchez | 2019-06-27 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The preview element in the public share page was always wrapped with a link to download the file; now that link is included only if the "Hide download" option of the share is not enabled. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
* | | | Fix sharing tests | Roeland Jago Douma | 2019-06-27 | 1 | -0/+230 | |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |