summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-2238-124/+196
|
* Merge pull request #18052 from nextcloud/backport/18035/stable15Roeland Jago Douma2019-11-211-14/+15
|\ | | | | [stable15] Update the CRL
| * Update the CRLRoeland Jago Douma2019-11-211-14/+15
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-2140-304/+446
|
* [tx-robot] updated from transifexNextcloud bot2019-11-20124-180/+358
|
* [tx-robot] updated from transifexNextcloud bot2019-11-19144-364/+770
|
* [tx-robot] updated from transifexNextcloud bot2019-11-1812-12/+18
|
* Merge pull request #17954 from nextcloud/backport/17942/stable15Roeland Jago Douma2019-11-171-0/+4
|\ | | | | [stable15] pass through ServerNotAvailableException on app init
| * pass through ServerNotAvailableException on app initArthur Schiwon2019-11-141-0/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-11-1712-4/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-166-24/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-1518-96/+168
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-1438-22/+108
|
* [tx-robot] updated from transifexNextcloud bot2019-11-13140-248/+380
|
* Merge pull request #17911 from nextcloud/backport/16846/stable15Roeland Jago Douma2019-11-121-1/+13
|\ | | | | [stable15] Always check via http and https whether htaccess is working
| * Always check via http and https whether htaccess is workingJoas Schilling2019-11-121-1/+13
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-11-1244-338/+394
|
* [tx-robot] updated from transifexNextcloud bot2019-11-1030-0/+188
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0918-22/+364
|
* Merge pull request #17853 from nextcloud/backport/17830/stable15blizzz2019-11-081-2/+7
|\ | | | | [stable15] actually return the quote when getting global storage info
| * actually return the quote when getting global storage infoRobin Appelman2019-11-071-2/+7
| | | | | | | | | | | | prevents 'undefined' index errors when 'include external storage in quota' is enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-08144-146/+270
|/
* Merge pull request #17826 from nextcloud/version/15.0.13/finalv15.0.13Roeland Jago Douma2019-11-071-2/+2
|\ | | | | 15.0.13
| * 15.0.13Roeland Jago Douma2019-11-061-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-07138-8814/+8992
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-0640-4/+254
|
* [tx-robot] updated from transifexNextcloud bot2019-11-05130-188/+182
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0454-130/+414
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0342-172/+270
|
* [tx-robot] updated from transifexNextcloud bot2019-11-0240-10/+1206
|
* [tx-robot] updated from transifexNextcloud bot2019-11-01184-242/+284
|
* Merge pull request #17723 from nextcloud/version/15.0.13/RC1v15.0.13rc1Roeland Jago Douma2019-10-312-79/+4
|\ | | | | 15.0.13 RC1
| * Bump ca-bundleRoeland Jago Douma2019-10-301-77/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * 15.0.13 RC1Roeland Jago Douma2019-10-301-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17760 from nextcloud/fix/stable15/typehintmagicRoeland Jago Douma2019-10-311-1/+1
|\ \ | |/ |/| [stable15] Fix to strict typehint in FileMimeType
| * [stable15] Fix to strict typehint in FileMimeTypeRoeland Jago Douma2019-10-301-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17733 from nextcloud/backport/17730/stable15Roeland Jago Douma2019-10-291-4/+7
|\ | | | | [stable15] Fix DAV mimetype search
| * Fix DAV mimetype searchRoeland Jago Douma2019-10-291-4/+7
|/ | | | | | | | | Fixes #15048 Catches the case where a full mimetype is sumbitted in the where like clause. Before we didn't catch this and it was just forwarded as is causing invalid queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-2910-14/+206
|
* [tx-robot] updated from transifexNextcloud bot2019-10-284-10/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-10-274-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-10-268-2/+50
|
* [tx-robot] updated from transifexNextcloud bot2019-10-256-24/+68
|
* Merge pull request #17660 from nextcloud/backport/17619/stable15blizzz2019-10-241-1/+1
|\ | | | | [stable15] [stable16] fix method scope
| * fix call of a protected method by a different classArthur Schiwon2019-10-231-1/+1
| | | | | | | | | | | | was due to a backport while relying on not backported changes Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [stable15] Reset and init new user form language (#17652)John Molakvoæ2019-10-2411-4308/+6436
|\ \ | | | | | | [stable15] Reset and init new user form language
| * | Fix handlebar compileJohn Molakvoæ (skjnldsv)2019-10-242-1/+7083
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Remove breaking typehintJohn Molakvoæ (skjnldsv)2019-10-241-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix node and compile assetsJohn Molakvoæ (skjnldsv)2019-10-249-5143/+160
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Reset and init new user form languageJohn Molakvoæ (skjnldsv)2019-10-231-19/+48
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>