summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12959 from nextcloud/stable15-15finalv15.0.0Roeland Jago Douma2018-12-101-2/+2
|\ | | | | Bump to 15.0.0 final
| * Bump to 15.0.0 finalRoeland Jago Douma2018-12-101-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-12-1016-18/+70
|
* [tx-robot] updated from transifexNextcloud bot2018-12-098-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-12-0832-2/+72
|
* Merge pull request #12913 from nextcloud/backport/12897/stable15Morris Jobke2018-12-073-3/+212
|\ | | | | [stable15] Fix unread comment icon not shown for the sharee
| * If the parent is not cached we should request the fileRoeland Jago Douma2018-12-071-3/+3
| | | | | | | | | | | | Else we ignore all incomming shares. Which basically does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add acceptance tests for comments on shared files and foldersDaniel Calviño Sánchez2018-12-072-0/+209
|/ | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #12908 from nextcloud/backport/12889/stable15Morris Jobke2018-12-071-1/+1
|\ | | | | [stable15] Fix logo path in non-themed instance
| * Fix logo path in non-themed instanceMorris Jobke2018-12-071-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-12-0716-2/+118
|
* Merge pull request #12847 from nextcloud/version/noid/15.0.0RC3v15.0.0RC3Morris Jobke2018-12-061-2/+2
|\ | | | | 15.0.0 RC 3
| * 15.0.0 RC 3Morris Jobke2018-12-061-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #12882 from nextcloud/3rdparty-updateMorris Jobke2018-12-061-0/+0
|\ | | | | Set 3rdparty to pr187
| * Set 3rdparty to pr187Joas Schilling2018-12-061-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #12880 from nextcloud/backport/12866/stable15Morris Jobke2018-12-062-2/+3
|\ \ | |/ |/| [stable15] Do not show general warning on free space error
| * Add abort stub in JSUnitMorris Jobke2018-12-061-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Do not show general warning on free space errorRoeland Jago Douma2018-12-061-1/+1
|/ | | | | | | | Fixes #12588 Probably needs more fixing for the other cases. But this is the quick fix I could come up with for now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-12-0620-574/+64
|
* Merge pull request #12868 from nextcloud/backport/12857/stable15Morris Jobke2018-12-061-1/+1
|\ | | | | [stable15] Emit write update only once on touch
| * Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
| | | | | | | | | | | | | | | | When a touch is done (i.e. when creating a new file in the node API) The hooks contain 'write' and 'touch' (and the operation is touch as well). This would cause a double write update. Which doesn't make sense. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12867 from nextcloud/backport/12854/stable15Morris Jobke2018-12-063-12/+32
|\ \ | | | | | | [stable15] Log and continue on Dav reader failure (repair uid)
| * | Log and continue on Dav reader failureJohn Molakvoæ (skjnldsv)2018-12-053-12/+32
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12863 from ↵Morris Jobke2018-12-067-29/+16
|\ \ | | | | | | | | | | | | nextcloud/fix/stable15-fix-password-confirmation-ie11 [stable15] Fix password confirmation lib for ie11
| * | Fix password confirmation lib for ie11Christoph Wurst2018-12-057-29/+16
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #12861 from nextcloud/backport/12855/stable15Morris Jobke2018-12-051-2/+2
|\ \ \ | |_|/ |/| | [stable15] Only execute query in propagateChange once
| * | Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
| |/ | | | | | | | | | | | | The second execute statement should be inside the if block. Else it gets executed twice which makes no sense. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12836 from nextcloud/backport/12624/stable15Morris Jobke2018-12-054-5/+11
|\ \ | | | | | | [stable15] Validate all rich objects
| * | Fix wrong used typeJoas Schilling2018-12-053-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Validate all rich objects not only the used onesJoas Schilling2018-12-051-2/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12828 from nextcloud/backport/12626/stable15Morris Jobke2018-12-053-3/+64
|\ \ \ | | | | | | | | [stable15] Unshare from mail activity is missing
| * | | Unshare from mail activity is missingJoas Schilling2018-12-043-3/+64
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #12856 from nextcloud/backport/12814/stable15Morris Jobke2018-12-054-1/+61
|\ \ \ \ | | | | | | | | | | [stable15] No user enumeration on DAV if disabled
| * | | | No DAV user enumeration if disabledRoeland Jago Douma2018-12-054-1/+61
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9058 If the option to autocomplete users is disabled. We also should not enumerate the users on this endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #12853 from nextcloud/backport/12824/stable15Morris Jobke2018-12-055-15/+96
|\ \ \ \ | |/ / / |/| | | [stable15] Add setup check for pending bigint conversion
| * | | Add setup check for pending bigint conversionMorris Jobke2018-12-055-13/+86
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix bigint conversion on SQLiteMorris Jobke2018-12-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Show columns to update in CLI interfaceMorris Jobke2018-12-051-1/+5
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #12849 from nextcloud/stb15-missing-click-apps-updateRoeland Jago Douma2018-12-056-6/+6
|\ \ \ | |/ / |/| | [stable15] Fix missing click event on update button
| * | Fix missing click event on update buttonJulius Härtl2018-12-056-6/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #12848 from nextcloud/stb15-whatsNew-to-buttonJohn Molakvoæ2018-12-053-10/+10
|\ \ \ | |/ / |/| | [stable15] Make a button out of 'What's new' so it's obvious it can be clicked on
| * | make a button out of 'What's new' so it's obvious it can be clicked on #12757John Molakvoæ (skjnldsv)2018-12-053-10/+10
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12833 from nextcloud/backport/12831/stable15Morris Jobke2018-12-051-0/+1
|\ \ | | | | | | [stable15] Do not update child all child shares on group share update
| * | Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | Else we overwrite the whole share for link shares. Basically breaking them. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12837 from nextcloud/backport/12821/stable15Morris Jobke2018-12-054-21/+76
|\ \ \ | | | | | | | | [stable15] Add setup check for recommended PHP modules (i.e. Imagick, intl)
| * | | Update casing of PHP inside method nameMorris Jobke2018-12-043-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-044-12/+67
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #12816 from nextcloud/backport/12813/stable15Roeland Jago Douma2018-12-051-7/+8
|\ \ \ | | | | | | | | [stable15] Fix the system address book
| * | | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | c23a66cda46d9a1f0ce8dc60a6c160809c87d9f6 broke the system address book. We now move the ACL rules for this special case up and all is good in the world again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-0520-16/+28
| |/ |/|