aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* Declare OCA.Search directly, not via a monkey patchChristoph Wurst2020-08-316-6/+6
| | | | | | | | | | | | | | Apps could use OCA.Search very early on a page load without a problem prior to Nextcloud 20 (current master). Since the unified search work moved some code around, it now was added later, resulting in `TypeError: OCA.Search is not a constructor` errors if the apps did not wrap their calls in a `DOMLoaded` event handler. To ensure existing code continues to work without modification, this patch moves the declaration of the `OCA.Search` API to where we defined `OCA`, instead of monkey-patching it later on. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make ellipsized unified search results visible on hoverChristoph Wurst2020-08-262-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide from on the search query tooJoas Schilling2020-08-262-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-256-6/+6
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix dark-theme selectorJoas Schilling2020-08-212-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump lodash from 4.17.19 to 4.17.20dependabot-preview[bot]2020-08-1711-11/+11
| | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump bootstrap from 4.5.0 to 4.5.2dependabot-preview[bot]2020-08-102-2/+2
| | | | | | | | | Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.5.0...v4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-0512-12/+12
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-0418-18/+18
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix browser freeze on long password inputJoas Schilling2020-08-034-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-0318-16/+19
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)2020-07-315-5/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-3110-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-316-6/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-3117-17/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not double encode the userid in webauthn loginRoeland Jago Douma2020-07-222-2/+2
| | | | | | | | * Else login fails with webauthn devices that send the userid - Like windows hello Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Recompile JS assetsGeorg Ehrke2020-07-2210-10/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Bump @nextcloud/axios from 1.3.2 to 1.3.3dependabot-preview[bot]2020-07-2016-16/+16
| | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21846 from nextcloud/dependabot/npm_and_yarn/p-limit-3.0.2Morris Jobke2020-07-202-2/+2
|\ | | | | Bump p-limit from 2.3.0 to 3.0.2
| * Bump p-limit from 2.3.0 to 3.0.2dependabot-preview[bot]2020-07-202-2/+2
| | | | | | | | | | | | | | | | | | Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.3.0 to 3.0.2. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v2.3.0...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-206-6/+6
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* RebuildJoas Schilling2020-07-1510-10/+10
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Compile assetsnpmbuildbot[bot]2020-07-1416-16/+25
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Up the limit for the header app menu, fix #21635Jan-Christoph Borchardt2020-07-101-1/+1
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Compile assetsDaniel Kesselberg2020-07-092-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Set the moment locale even earlierChristoph Wurst2020-07-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix placeholder issues with multiplace spaces in the nameJulius Härtl2020-07-092-2/+2
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump bundlesJulius Härtl2020-07-079-1923/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump @nextcloud/router from 1.0.2 to 1.1.0dependabot-preview[bot]2020-07-0318-102/+102
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make closing dialogs callback with falseGary Kim2020-06-304-5/+5
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump dompurify from 2.0.11 to 2.0.12dependabot-preview[bot]2020-06-304-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump css-vars-ponyfill from 2.3.1 to 2.3.2dependabot-preview[bot]2020-06-302-5/+5
| | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.3.1...v2.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump bundlesJulius Härtl2020-06-246-19/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump moment from 2.26.0 to 2.27.0dependabot-preview[bot]2020-06-2116-85/+89
| | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.27.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.26.0...2.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Darker background for dark modeJoas Schilling2020-06-162-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rebuild JS filesJoas Schilling2020-06-154-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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-064-10/+10
|\ | | | | Actually remove _capabilities
| * Actually remove _capabilitiesRoeland Jago Douma2020-06-054-10/+10
| | | | | | | | | | | | Leftover from a previous PR. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix linting on systemtags and use @nextcloud/routerRoeland Jago Douma2020-06-052-3/+3
|/ | | | | | | 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>
* Do not import the full OC since we don't need itRoeland Jago Douma2020-06-0513-600/+89
| | | | | | | 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-0516-160/+97
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* OC.routing is just a @nextcloud/routing proxyRoeland Jago Douma2020-06-0416-153/+90
| | | | | | So lets kill the duplicate code! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix some linter warningRoeland Jago Douma2020-06-0216-155/+92
| | | | | | | 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>
* 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>
* Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-2916-80/+80
| | | | | | And kill of oc_capabilities and _oc_capabilities globals Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove the escape-html globalRoeland Jago Douma2020-05-2912-53/+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>
* Move the systemtags to core/srcRoeland Jago Douma2020-05-282-2/+9
| | | | | | | * 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>
* Make the translation sanitization optionalChristoph Wurst2020-05-2716-131/+131
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>