Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17766 from nextcloud/backport/17756/stable17 | Roeland Jago Douma | 2019-11-01 | 1 | -1/+4 |
|\ | | | | | [stable17] fix action menu on mobile | ||||
| * | fix action menu on mobile | Greta Doci | 2019-10-31 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | | Merge pull request #17767 from nextcloud/backport/17755/stable17 | Roeland Jago Douma | 2019-11-01 | 1 | -0/+10 |
|\ \ | | | | | | | [stable17] Bring back external storage group select delete | ||||
| * | | Bring back external storage group select delete | John Molakvoæ (skjnldsv) | 2019-10-31 | 1 | -0/+10 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-01 | 184 | -242/+284 |
|/ | |||||
* | Merge pull request #17721 from nextcloud/version/17.0.1/rc1v17.0.1rc1 | Roeland Jago Douma | 2019-10-31 | 2 | -48/+4 |
|\ | | | | | 17.0.1 RC1 | ||||
| * | Bump ca-bundle | Roeland Jago Douma | 2019-10-30 | 1 | -46/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | 17.0.1 RC1 | Roeland Jago Douma | 2019-10-30 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #17688 from nextcloud/backport/17626/stable17 | Roeland Jago Douma | 2019-10-30 | 1 | -4/+0 |
|\ | | | | | [stable17] Fix weird KDE bug with loginflowv2 | ||||
| * | Fix weird KDE bug with loginflowv2 | Roeland Jago Douma | 2019-10-26 | 1 | -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/stable17 | Roeland Jago Douma | 2019-10-30 | 1 | -1/+9 |
|\ \ | | | | | | | [stable17] Do not show 'Get your own free account' on services under subscription | ||||
| * | | Do not show 'Get your own free account' on services under subscription | Roeland Jago Douma | 2019-10-30 | 1 | -1/+9 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #17742 from nextcloud/backport/17740/stable17 | Roeland Jago Douma | 2019-10-30 | 1 | -1/+3 |
|\ \ | | | | | | | [stable17] Return null from migration to match with typehint | ||||
| * | | Return $schema on change and null otherwise | Daniel Kesselberg | 2019-10-29 | 1 | -1/+3 |
|/ / | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #17731 from nextcloud/backport/17730/stable17 | Roeland Jago Douma | 2019-10-29 | 1 | -4/+7 |
|\ \ | | | | | | | [stable17] Fix DAV mimetype search | ||||
| * | | Fix DAV mimetype search | Roeland Jago Douma | 2019-10-29 | 1 | -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 transifex | Nextcloud bot | 2019-10-29 | 10 | -14/+206 |
| | | |||||
* | | Merge pull request #17716 from nextcloud/backport/17712/stable17 | Roeland Jago Douma | 2019-10-28 | 1 | -0/+10 |
|\ \ | | | | | | | [stable17] Make sure limit is never negative | ||||
| * | | Make sure limit is never negative | Roeland Jago Douma | 2019-10-28 | 1 | -0/+10 |
|/ / | | | | | | | | | | | | | | | | | There were some cases where a negative limit could be passed in. Which would happily make the query explode. This is just a quick hack to make sure it never is negative. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-28 | 4 | -10/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-27 | 4 | -2/+4 |
| | | |||||
* | | Merge pull request #17686 from nextcloud/backport/17673/stable17 | Roeland Jago Douma | 2019-10-26 | 3 | -8/+6 |
|\ \ | |/ |/| | [stable17] Fix jsConfigHelper lang/locale mixup | ||||
| * | Cleanup theming mess | Roeland Jago Douma | 2019-10-26 | 2 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Don't pass in the locale as the language | Roeland Jago Douma | 2019-10-26 | 1 | -2/+1 |
|/ | | | | | | This messes with the translation of the date names etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-26 | 8 | -2/+50 |
| | |||||
* | Merge pull request #17676 from nextcloud/backport/17469/stable17 | Roeland Jago Douma | 2019-10-25 | 1 | -4/+5 |
|\ | | | | | [stable17] fix filename overlapping on mobile | ||||
| * | add comment | Greta Doci | 2019-10-25 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
| * | fix filename overlapping on mobile ref #17364 | Greta Doci | 2019-10-25 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | | Merge pull request #17681 from nextcloud/backport/17678/stable17 | Roeland Jago Douma | 2019-10-25 | 3 | -4/+98 |
|\ \ | |/ |/| | [stable17] Harden middleware check | ||||
| * | Harden middleware check | Roeland Jago Douma | 2019-10-25 | 3 | -4/+98 |
|/ | | | | | | | These annotations will allow for extra checks. And thus make it harder to break things. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-25 | 6 | -24/+68 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-24 | 10 | -178/+234 |
| | |||||
* | Merge pull request #17300 from nextcloud/backport/17110/stable17 | Roeland Jago Douma | 2019-10-23 | 1 | -1/+1 |
|\ | | | | | [stable17] Position fixed for .toastify.toast | ||||
| * | Position fixed for .toastify.toast | zorn-v | 2019-10-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-23 | 12 | -12/+16 |
| | | |||||
* | | Merge pull request #17305 from nextcloud/backport/15557/stable17 | Roeland Jago Douma | 2019-10-22 | 1 | -9/+8 |
|\ \ | |/ |/| | [stable17] Fix fetching additional search results on scrolling down | ||||
| * | Fix fetching additional search results on scrolling down | René Bühlmann | 2019-10-22 | 1 | -9/+8 |
|/ | | | | Signed-off-by: René Bühlmann <rene@buehlmann.net> | ||||
* | Merge pull request #17156 from nextcloud/stable17-16976 | Roeland Jago Douma | 2019-10-22 | 4 | -6/+10 |
|\ | | | | | [stable17] Always use the folder icon depending on the mount type if not a share mount | ||||
| * | Bump bundles | Julius Härtl | 2019-10-22 | 2 | -2/+2 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | Fallback to directory icon based on the mount type | Julius Härtl | 2019-10-22 | 2 | -4/+8 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #17578 from nextcloud/stable17-help-about | Roeland Jago Douma | 2019-10-22 | 1 | -0/+3 |
|\ \ | | | | | | | [stable17] Load additional scripts on help page | ||||
| * | | Load additional scripts on help page | Julius Härtl | 2019-10-17 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #17617 from nextcloud/backport/17595/stable17 | Roeland Jago Douma | 2019-10-22 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | [stable17] treat LDAP error 50 as auth issue, prevents lost server connection errors | ||||
| * | | treat LDAP error 50 as auth issue, prevents lost server connection errors | Arthur Schiwon | 2019-10-21 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #17638 from nextcloud/backport/stable17/17627 | Roeland Jago Douma | 2019-10-22 | 7 | -266/+295 |
|\ \ \ | | | | | | | | | [stable17] Fix browser back button | ||||
| * | | | Fix browser back button | Roeland Jago Douma | 2019-10-22 | 7 | -266/+295 |
|/ / / | | | | | | | | | | | | | | | | | | | Fixes #17108 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | | Merge pull request #17621 from nextcloud/backport/17450/stable17 | blizzz | 2019-10-22 | 7 | -41/+54 |
|\ \ \ | | | | | | | | | [stable17] hide strange Everyone and Disabled group numbers with LDAP | ||||
| * | | | Compile assets | npmbuildbot[bot] | 2019-10-21 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | | | backport of #17450 | Arthur Schiwon | 2019-10-21 | 3 | -34/+47 |
| |/ / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #17581 from nextcloud/backport/stable17/17548 | Roeland Jago Douma | 2019-10-22 | 5 | -2/+16 |
|\ \ \ | | | | | | | | | [stable17] Pass on direct query parameter during login |