summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update vue-template-compiler tooJohn Molakvoæ (skjnldsv)2018-12-102-38/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update vue-template-compiler tooJohn Molakvoæ (skjnldsv)2018-12-092-15/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump vue from 2.5.17 to 2.5.18 in /apps/accessibilitydependabot[bot]2018-12-092-8/+13
| | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.17 to 2.5.18. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.17...v2.5.18) Signed-off-by: dependabot[bot] <support@dependabot.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-098-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-12-0832-2/+72
|
* Merge pull request #12907 from ↵Roeland Jago Douma2018-12-075-61/+0
|\ | | | | | | | | nextcloud/td/securerandom/remove_deprecated_functions Remove deprecated functions from SecureRandom
| * Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-075-61/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12916 from nextcloud/l10n-interfaceRoeland Jago Douma2018-12-071-1/+2
|\ | | | | Add optional locale parameter to \OCP\L10N\IFactory
| * Add optional locale parameter to interface as wellJulius Härtl2018-12-071-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #12910 from nextcloud/td/oauth/strictMorris Jobke2018-12-075-16/+10
|\ \ | | | | | | Make OAuth2 app strict
| * | Strict controllersRoeland Jago Douma2018-12-072-15/+6
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Strict repair stepRoeland Jago Douma2018-12-071-1/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Strict ExceptionsRoeland Jago Douma2018-12-072-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12897 from ↵Roeland Jago Douma2018-12-073-3/+212
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-unread-comment-icon-not-shown-for-the-sharee Fix unread comment icon not shown for the sharee
| * | | If the parent is not cached we should request the fileRoeland Jago Douma2018-12-061-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-062-0/+209
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #12912 from nextcloud/td/oauth2/nextcloud-axiosRoeland Jago Douma2018-12-075-23/+27
|\ \ \ \ | |_|/ / |/| | | Switch to nextcloud-axios for oauth2 app
| * | | Switch to nextcloud-axios for oauth2 appRoeland Jago Douma2018-12-075-23/+27
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12889 from nextcloud/fix/12888/fix-logo-pathRoeland Jago Douma2018-12-071-1/+1
|\ \ \ | | | | | | | | Fix logo path in non-themed instance
| * | | Fix logo path in non-themed instanceMorris Jobke2018-12-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #12886 from nextcloud/td/oauth2/strict_dbRoeland Jago Douma2018-12-072-30/+35
|\ \ \ \ | | | | | | | | | | Move OAuth2 db code to QBMapper and make it strict
| * | | | Move OAuth2 db code to QBMapper and make it strictRoeland Jago Douma2018-12-072-30/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #12902 from nextcloud/issue-template-labelsMorris Jobke2018-12-072-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add labels to issue templates
| * | | | Add labels to issue templatesJulius Härtl2018-12-072-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #12891 from nextcloud/theming-cachingRoeland Jago Douma2018-12-072-3/+14
|\ \ \ \ | | | | | | | | | | more caching for theming
| * | | | more caching for themingRobin Appelman2018-12-072-3/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #12895 from nextcloud/bugfix/12890/log-openssl-errorsRoeland Jago Douma2018-12-071-1/+11
|\ \ \ \ \ | |_|/ / / |/| | | | Read openssl error and log
| * | | | Read openssl error and logDaniel Kesselberg2018-12-061-1/+11
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #12887 from nextcloud/abstract_appframework_mapper_exceptionsRoeland Jago Douma2018-12-075-2/+36
|\ \ \ \ | | | | | | | | | | Abstract appframework mapper exceptions
| * | | | Add IMapperExceptionRoeland Jago Douma2018-12-065-2/+36
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This way code using the DB mappers can have try catch blocks on this type of exceptions if they do not care if there was non or to many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-0716-2/+118
| | | |
* | | | Merge pull request #12884 from nextcloud/fix/gracefull_oauth2_errorRoeland Jago Douma2018-12-062-4/+26
|\ \ \ \ | |/ / / |/| | | Fail gracefull if an unkown oauth2 client tries to authenticate
| * | | Fail gracefull if an unkown oauth2 client tries to authenticateRoeland Jago Douma2018-12-062-4/+26
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12866 from ↵Morris Jobke2018-12-062-2/+3
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix/12588/show_proper_not_enough_space_message 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-051-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>
* | | Merge pull request #12872 from ↵Roeland Jago Douma2018-12-062-13/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.27.1 Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
| * | | Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibilitydependabot[bot]2018-12-062-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #12871 from ↵Roeland Jago Douma2018-12-062-13/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.27.1 Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
| * | | | Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2dependabot[bot]2018-12-062-13/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #12870 from ↵Roeland Jago Douma2018-12-062-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.27.1 Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
| * | | | Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotificationdependabot[bot]2018-12-062-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-062-4/+14
|\ \ \ \ | |/ / / |/| | | No need to propogate changes in appdata
| * | | No need to propogate changes in appdataRoeland Jago Douma2018-12-052-4/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | Right now we propogate a lof of changes in appdata. So for example we propogate each and every preview that is added to the system. This has no real added value as far as I can tell. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #12859 from ↵Roeland Jago Douma2018-12-067-25/+19
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/nextcloud-password-confirmation-0.4.1 Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
| * | | Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settingsdependabot[bot]2018-12-057-31/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #12858 from ↵Roeland Jago Douma2018-12-062-13/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.27.1 Bump webpack from 4.27.0 to 4.27.1 in /settings
| * | | | Bump webpack from 4.27.0 to 4.27.1 in /settingsdependabot[bot]2018-12-052-13/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-0620-574/+64
| | | |
* | | | Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touchMorris Jobke2018-12-051-1/+1
|\ \ \ \ | | | | | | | | | | Emit write update only once on touch