summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix invalid recursionDaniel Kesselberg2019-07-242-3/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Allow hidden smb sharesDaniel Kesselberg2019-07-242-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 transifexNextcloud bot2019-07-244-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-07-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-2220-52/+72
|
* [tx-robot] updated from transifexNextcloud bot2019-07-2140-108/+176
|
* [tx-robot] updated from transifexNextcloud bot2019-07-208-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1928-4/+58
|
* [tx-robot] updated from transifexNextcloud bot2019-07-18286-286/+310
|
* Update operationprogressbar.jsJames Lao2019-07-171-1/+3
| | | | | | To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-07-1754-100/+104
|
* Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-07-166-118/+126
|
* [tx-robot] updated from transifexNextcloud bot2019-07-154-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1420-40/+102
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1318-2/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1250-128/+160
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1112-48/+48
|
* [tx-robot] updated from transifexNextcloud bot2019-07-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-094-0/+4
|
* Merge pull request #16249 from nextcloud/backport/16170/stable16Roeland Jago Douma2019-07-081-1/+1
|\ | | | | [stable16] fix permissions for drag-n-drop uploads
| * fix permissions for drag-n-drop uploadsRobin Appelman2019-07-051-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [stable16] Properly load permissions in showActions (#16282)John Molakvoæ2019-07-081-1/+1
|\ \ | | | | | | [stable16] Properly load permissions in showActions
| * | Properly load permissions in showActionsJulius Härtl2019-07-071-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 transifexNextcloud bot2019-07-0816-2/+18
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-07-0782-114/+114
| |
* | [stable16] dont use part files for dav writes when the target… (#16223)John Molakvoæ2019-07-062-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 directoryRobin Appelman2019-07-031-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 Appelman2019-07-031-2/+7
| | | | | | | | | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-064-2/+14
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-07-058-4/+100
| |
* | Merge pull request #16189 from nextcloud/backport/16183/stable16Roeland Jago Douma2019-07-041-2/+3
|\ \ | | | | | | [stable16] Do not fail hard on new user mail error
| * | Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-04112-104/+8
| |/ |/|
* | Remove duplicate testsJoas Schilling2019-07-031-144/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Unify the permission checking in one place onlyJoas Schilling2019-07-032-34/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16201 from nextcloud/backport/16199/stable16Morris Jobke2019-07-032-3/+20
|\ \ | | | | | | [stable16] RefreshWebcalJob: replace ugly Regex with standard php utils
| * | RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-022-3/+20
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-0336-12/+46
|/ /
* / Forward OCSException to initiatorDaniel Kesselberg2019-07-021-1/+8
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2019-07-02164-290/+324
|
* [tx-robot] updated from transifexNextcloud bot2019-06-302-2/+8
|
* Merge pull request #16133 from nextcloud/backport/16121/stable16Roeland Jago Douma2019-06-281-1/+1
|\ | | | | [stable16] Don't allow to disable encryption via the API
| * Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2810-12/+12
| |
* | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocusRoeland Jago Douma2019-06-271-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 #15261Jan-Christoph Borchardt2019-06-261-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #16125 from nextcloud/backport/16114/stable16Roeland Jago Douma2019-06-271-3/+5
|\ \ | | | | | | [stable16] Fix download link included in public share page with hidden download
| * | Fix download link included in public share page with hidden downloadDaniel Calviño Sánchez2019-06-271-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 testsRoeland Jago Douma2019-06-271-0/+230
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>