summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* List ext-pdo as hard requirement for composerChristoph Wurst2020-05-282-3/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20597 from nextcloud/enh/lazy_node_eventsRoeland Jago Douma2020-05-2821-63/+753
|\ | | | | Add lazy events for the Node API
| * Add lazy events for the Node APIRoeland Jago Douma2020-05-2821-63/+753
| | | | | | | | | | | | | | | | | | | | | | Right now if you want to get events via the Node API you have to have a real instance of the Root. Which in turns sets up the whole FS. We should make sure this is done lazy. Else enabling the preview generator for example makes you setup the whole FS on each and every authenticated call. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21124 from ↵Roeland Jago Douma2020-05-284-0/+40
|\ \ | |/ |/| | | | | nextcloud/feature/20612/add-capability-for-file-comments Add a capability when file comments are enabled
| * Add a capability when file comments are enabledJoas Schilling2020-05-284-0/+40
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-2814-18/+276
| |
* | Merge pull request #21122 from ↵Roeland Jago Douma2020-05-274-17/+24
|\ \ | | | | | | | | | | | | nextcloud/enhancement/auth-token-exception-reporting Improve traces of invalid token exceptions
| * | Log why a token is not valid during password checkChristoph Wurst2020-05-271-0/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Improve traces of invalid token exceptionsChristoph Wurst2020-05-273-17/+20
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21123 from nextcloud/fix/noid/fix-retrieval-of-groupsRoeland Jago Douma2020-05-271-50/+7
|\ \ \ | | | | | | | | simplify getGroups, fixing wrong chunking logic
| * | | simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
| | |/ | |/| | | | | | | | | | | | | pagination is taken care of properly in the search logic in Access class Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #21112 from nextcloud/techdebt/noid/remove-db-prefixJoas Schilling2020-05-273-9/+2
|\ \ \ | | | | | | | | Remove db prefix option from cli install command
| * | | Remove the prefix setting attempt from our CIJoas Schilling2020-05-262-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Remove db prefix option from cli install commandJoas Schilling2020-05-261-7/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20976 from ↵Christoph Wurst2020-05-2720-143/+145
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/make-translation-sanitization-optional Make the translation sanitization optional
| * | | Fix devices & sessions sanitizationChristoph Wurst2020-05-273-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Make the translation sanitization optionalChristoph Wurst2020-05-2717-139/+141
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21079 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0Roeland Jago Douma2020-05-2710-48/+48
|\ \ \ | | | | | | | | Bump moment from 2.25.3 to 2.26.0
| * | | Bump moment from 2.25.3 to 2.26.0dependabot-preview[bot]2020-05-2610-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #21117 from nextcloud/design/text-variables-simplifyMorris Jobke2020-05-272-4/+4
|\ \ \ \ | |_|_|/ |/| | | Simplify text variables from 4 to 2, map -lighter to -maxcontrast
| * | | Simplify text variables from 4 to 2, map -lighter to -maxcontrastJan-Christoph Borchardt2020-05-262-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-2732-6/+298
|/ / /
* | | Merge pull request #21106 from nextcloud/fix/10809/user-pwd-change-loginnameRoeland Jago Douma2020-05-262-6/+29
|\ \ \ | |_|/ |/| | use the loginname to verify the old password in user password changes
| * | use the loginname to verify the old password in user password changesArthur Schiwon2020-05-262-6/+29
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-apiRoeland Jago Douma2020-05-261-0/+6
|\ \ | | | | | | fixes infinitely repeating LDPA search results with PHP <= 7.2
| * | fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2020-05-2660-50/+84
|/
* Merge pull request #21092 from nextcloud/enh/noid/recommended-appsRoeland Jago Douma2020-05-255-9/+10
|\ | | | | Update recommended apps
| * Bump bundlesJulius Härtl2020-05-252-4/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-253-5/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #21090 from ↵Roeland Jago Douma2020-05-252-10/+9
|\ \ | | | | | | | | | | | | nextcloud/bug/noid/do-not-read-cert-from-datadir-by-default Do not read certificate bundle from data dir by default
| * | Do not read certificate bundle from data dir by defaultMorris Jobke2020-05-252-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the resources/config/ca-bundle.crt was only used when the list of custom certificates was empty and the instance was not installed. But it should also be used when the list is empty and the instance is installed. This is inverting the logic to stop if the instance is not installed to use the default bundle. And it also does this when the list is empty. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21078 from ↵Roeland Jago Douma2020-05-254-9/+9
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.2.0 Bump vue-router from 3.1.6 to 3.2.0
| * | Bump vue-router from 3.1.6 to 3.2.0dependabot-preview[bot]2020-05-254-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.6 to 3.2.0. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.6...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-255-6/+94
|\ \ \ | |_|/ |/| | Implement occ command to reset bruteforce attemps from a given IP address
| * | Fix code styleMorris Jobke2020-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-195-6/+94
| | | | | | | | | | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-2512-4/+44
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-2416-26/+40
| |/ |/|
* | Merge pull request #20989 from nextcloud/td/js/move_core_files_webpackRoeland Jago Douma2020-05-2325-575/+620
|\ \ | | | | | | Move core/js/files to webpack
| * | Move core/js/files to webpackRoeland Jago Douma2020-05-2225-575/+620
| | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #21065 from ↵Roeland Jago Douma2020-05-231-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/cleanstatscache_before_fetching_metadata Clear the statscache before fetching the metadata
| * | | Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else if a lot of writes happen. It might happen that an old stat result is used. Resulting in a wrong file size for the file. For example the text app when a lot of people edit at the same time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-2346-70/+242
| |/ / |/| |
* | | Merge pull request #21001 from rubo77/pngsRoeland Jago Douma2020-05-2220-33/+33
|\ \ \ | | | | | | | | compress some images with tinypng.com
| * | | compress some images with tinypng.comRuben Barkow-Kuder2020-05-2220-33/+33
| |/ / | | | | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #20776 from nextcloud/enh/limit_group_queriesRoeland Jago Douma2020-05-221-6/+20
|\ \ \ | | | | | | | | Improve group queries
| * | | Improve group queriesRoeland Jago Douma2020-05-021-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we'd also get the diplayname for each group in the backend. In a separate query. This is of course not ideal as this information is obtained on each and every query. Now this is queried once and properly cached. Also added more caching to the manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-2238-40/+192
| | | |
* | | | Merge pull request #20814 from nextcloud/group-id-onlyRoeland Jago Douma2020-05-212-32/+39
|\ \ \ \ | | | | | | | | | | dont get the group details if we only ask for the id