summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-06-154-12/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-06-112-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-06-104-12/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-06-094-8/+8
|
* Bump @nextcloud/auth from 1.2.3 to 1.3.0dependabot-preview[bot]2020-06-078-8/+8
| | | | | | | | | | Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.3...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21254 from nextcloud/td/js/remove/_capabilitiesRoeland Jago Douma2020-06-065-12/+11
|\ | | | | Actually remove _capabilities
| * Actually remove _capabilitiesRoeland Jago Douma2020-06-055-12/+11
| | | | | | | | | | | | Leftover from a previous PR. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21257 from nextcloud/td/js/systemtags_linterRoeland Jago Douma2020-06-064-8/+10
|\ \ | | | | | | Fix linting on systemtags and use @nextcloud/router
| * | Fix linting on systemtags and use @nextcloud/routerRoeland Jago Douma2020-06-054-8/+10
| |/ | | | | | | | | | | | | Makes the linter happy. And thus me a bit happy since it now is complaining less. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-06-064-0/+30
|/
* Do not import the full OC since we don't need itRoeland Jago Douma2020-06-0514-603/+91
| | | | | | | Import what we need. Saves off a bunch of bytes of the bundle (600 kilobytes to be exact) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-0521-312/+105
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-06-058-12/+12
|
* OC.routing is just a @nextcloud/routing proxyRoeland Jago Douma2020-06-0419-307/+97
| | | | | | So lets kill the duplicate code! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-06-044-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-06-034-2/+22
|
* Fix some linter warningRoeland Jago Douma2020-06-0220-159/+101
| | | | | | | Part of my ongoing battle against deprecation messages. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21164 from ↵Roeland Jago Douma2020-06-026-9/+9
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.3.1 Bump @nextcloud/dialogs from 1.3.0 to 1.3.1
| * Bump @nextcloud/dialogs from 1.3.0 to 1.3.1dependabot-preview[bot]2020-05-316-9/+9
| | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-06-022-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-014-2/+112
|/
* Merge pull request #21155 from nextcloud/td/move_to_capabilities_packageRoeland Jago Douma2020-05-3018-83/+85
|\ | | | | Move to @nextcloud/capabilities package
| * Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-2918-83/+85
| | | | | | | | | | | | And kill of oc_capabilities and _oc_capabilities globals Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-05-30130-904/+1116
|/
* Remove the escape-html globalRoeland Jago Douma2020-05-2913-55/+53
| | | | | | | Already announced for 19 that it would go. So now it realy does go. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21118 from nextcloud/td/move_systemtagsRoeland Jago Douma2020-05-2914-134/+19
|\ | | | | Move systemtags to a proper location
| * Move the systemtags to core/srcRoeland Jago Douma2020-05-2814-134/+19
| | | | | | | | | | | | | | * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-296-18/+68
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-288-10/+68
|
* Merge pull request #21112 from nextcloud/techdebt/noid/remove-db-prefixJoas Schilling2020-05-271-7/+0
|\ | | | | Remove db prefix option from cli install command
| * Remove db prefix option from cli install commandJoas Schilling2020-05-261-7/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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-276-33/+33
|\ \ | | | | | | Bump moment from 2.25.3 to 2.26.0
| * | Bump moment from 2.25.3 to 2.26.0dependabot-preview[bot]2020-05-266-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2720-0/+20
|/ /
* / [tx-robot] updated from transifexNextcloud bot2020-05-2650-50/+60
|/
* 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-251-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke2020-05-252-0/+63
|\ | | | | Implement occ command to reset bruteforce attemps from a given IP address
| * Implement occ command security:bruteforceattemps:reset-for-ipJohannes Riedel2020-03-192-0/+63
| | | | | | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-252-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-242-6/+6
| |
* | Merge pull request #20989 from nextcloud/td/js/move_core_files_webpackRoeland Jago Douma2020-05-2323-572/+615
|\ \ | | | | | | Move core/js/files to webpack
| * | Move core/js/files to webpackRoeland Jago Douma2020-05-2223-572/+615
| | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-234-28/+28
|/ /
* | Merge pull request #21001 from rubo77/pngsRoeland Jago Douma2020-05-229-33/+33
|\ \ | | | | | | compress some images with tinypng.com
| * | compress some images with tinypng.comRuben Barkow-Kuder2020-05-229-33/+33
| | | | | | | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-222-16/+16
| | |