summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | dont get the group details if we only ask for the idRobin Appelman2020-05-072-32/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currenty when getting the groups for a user, the full group object is always created (and cached) even if only the groupid is required Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #20586 from ↵Roeland Jago Douma2020-05-211-15/+59
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/make-image-optimization.sh-better-readable Improve build/image-optimization.sh
| * | | | | Allow to specify a directory and skip node_modules and testsJoas Schilling2020-04-211-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Don't error when the directory is brokenJoas Schilling2020-04-211-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | FIx glob usage to avoid problems with directories that contain spacesJoas Schilling2020-04-211-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Make the script better readableJoas Schilling2020-04-211-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #21018 from nextcloud/bug/20498/add-defaults-on-emptyRoeland Jago Douma2020-05-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Create account structure also for empty record
| * | | | | | Create account structure also for empty recordDaniel Kesselberg2020-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-05-2118-86/+90
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #21054 from ↵Morris Jobke2020-05-204-47/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/default-gzip-encoding-for-http-clients Allow gzip encoded requests by default
| * | | | | | Revert "Compress the appstore requests by default"Morris Jobke2020-05-202-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ffde128ad17a1ebe38f8d18b21a37d01b47c46b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Allow gzip encoded requests by defaultMorris Jobke2020-05-202-3/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #21050 from ↵Morris Jobke2020-05-202-17/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/caching-and-gzipping-of-appstore-requests Caching and compression for app store requests
| * | | | | | Compress the appstore requests by defaultMorris Jobke2020-05-202-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Cache appstore requests for 60 instead of 5 minutesMorris Jobke2020-05-202-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-05-2024-48/+154
|/ / / / / /