summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-19144-364/+770
|
* [tx-robot] updated from transifexNextcloud bot2019-11-1812-12/+18
|
* Merge pull request #17945 from nextcloud/backport/17926/stable17Roeland Jago Douma2019-11-172-3/+36
|\ | | | | [stable17] re-acquired expired shared locks on large file uploads
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-142-3/+36
| | | | | | | | | | | | | | during large file uploads, the shared lock that we get at the begining can expire leading to locked errors later on, instead of erroring, try to re-get the lock Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17952 from nextcloud/backport/17942/stable17Roeland Jago Douma2019-11-171-0/+4
|\ \ | | | | | | [stable17] 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
|
* Merge pull request #17925 from nextcloud/backport/17873/stable17Roeland Jago Douma2019-11-131-0/+1
|\ | | | | [stable17] Make timeout a optional parameter
| * Make timeout a optional parameterDaniel Kesselberg2019-11-131-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17928 from nextcloud/backport/17924/stable17Roeland Jago Douma2019-11-131-2/+14
|\ \ | | | | | | [stable17] Check quota before transfer ownership
| * | Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
|/ / | | | | | | | | | | Fixes #15664 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17916 from nextcloud/backport/17735/stable17Roeland Jago Douma2019-11-131-0/+1
|\ \ | |/ |/| [stable17] Fix reshare with circle
| * Fix reshare with circleThibault Coupin2019-11-121-0/+1
| | | | | | | | Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-13140-248/+380
|/
* Force save share link password if click outside (#17848)John Molakvoæ2019-11-123-3/+27
|\ | | | | Force save share link password if click outside
| * Force save share link password if click outsideJohn Molakvoæ (skjnldsv)2019-11-083-3/+27
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #17883 from nextcloud/backport/17843/stable17Roeland Jago Douma2019-11-121-0/+4
|\ \ | | | | | | [stable17] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
| * | 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation ↵Jonas Sulzer2019-11-101-0/+4
| | | | | | | | | | | | | | | | | | 'skip to content' positioned at a fixed position Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | | Merge pull request #17851 from nextcloud/backport/17830/stable17Roeland Jago Douma2019-11-121-2/+7
|\ \ \ | | | | | | | | [stable17] 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>
* | | Merge pull request #17858 from nextcloud/backport/17847/stable17Roeland Jago Douma2019-11-121-0/+4
|\ \ \ | | | | | | | | [stable17] Also set X-OC-Mtime header for files that are smaller than 10MB
| * | | Also set X-OC-Mtime header for files that are smaller than 10MBJulius Härtl2019-11-081-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [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
|/ /
* / [tx-robot] updated from transifexNextcloud bot2019-11-08144-146/+270
|/
* Merge pull request #17825 from nextcloud/version/17.0.1/finalv17.0.1Roeland Jago Douma2019-11-071-2/+2
|\ | | | | 17.0.1
| * 17.0.1Roeland Jago Douma2019-11-061-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17840 from nextcloud/backport/17822/stable17Roeland Jago Douma2019-11-071-4/+15
|\ \ | | | | | | [stable17] switch to Files Node API for zip generation
| * | switch to Files Node API for zip generationArthur Schiwon2019-11-071-4/+15
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [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
|
* Merge pull request #17766 from nextcloud/backport/17756/stable17Roeland Jago Douma2019-11-011-1/+4
|\ | | | | [stable17] fix action menu on mobile
| * fix action menu on mobileGreta Doci2019-10-311-1/+4
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Merge pull request #17767 from nextcloud/backport/17755/stable17Roeland Jago Douma2019-11-011-0/+10
|\ \ | | | | | | [stable17] Bring back external storage group select delete
| * | Bring back external storage group select deleteJohn Molakvoæ (skjnldsv)2019-10-311-0/+10
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2019-11-01184-242/+284
|/
* Merge pull request #17721 from nextcloud/version/17.0.1/rc1v17.0.1rc1Roeland Jago Douma2019-10-312-48/+4
|\ | | | | 17.0.1 RC1
| * Bump ca-bundleRoeland Jago Douma2019-10-301-46/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * 17.0.1 RC1Roeland Jago Douma2019-10-301-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17688 from nextcloud/backport/17626/stable17Roeland Jago Douma2019-10-301-4/+0
|\ | | | | [stable17] Fix weird KDE bug with loginflowv2
| * Fix weird KDE bug with loginflowv2Roeland Jago Douma2019-10-261-4/+0
| | | | | | | | | | | | | | It seems that KDE by default opens the url in secret. Should fix: https://github.com/nextcloud/desktop/issues/1412 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17748 from nextcloud/backport/17674/stable17Roeland Jago Douma2019-10-301-1/+9
|\ \ | | | | | | [stable17] Do not show 'Get your own free account' on services under subscription