aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-031-0/+10
| |/ | | | | | | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Work around snap.js state messVincent Petry2020-11-0213-13/+17
|/ | | | | | | | | | | | | | | | | | | Snap.js is not robust enough to prevent multiple calls to open() or close(), so we added more checks to prevent these happening even when an animation is in progress. Because if we let this through, snap.js will not notice that the animation is already done (or a duplicate animation was started), so the "transitionend" event will not fire a second time. During an animation, snap.js sets up a setInterval() that hogs the CPU during the animation. Since a transition doesn't always end due to the above conditions, that CPU hogging would stay forever. This is the best workaround so far, it seems it's not possible to cancel that interval from the outside nor to trigger events to make it do so. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add SVG support check to setup checknhirokinet2020-11-029-8/+17
| | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* Bump vue-loader from 15.9.3 to 15.9.4dependabot-preview[bot]2020-10-3110-10/+10
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.4. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* catch errors when closing file conflict dialogRobin Appelman2020-10-284-4/+4
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Compile assetsnpmbuildbot[bot]2020-10-2813-17/+17
| | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump dompurify from 2.1.1 to 2.2.0dependabot-preview[bot]2020-10-274-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.1.1...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 3.0.0 to 3.1.0dependabot-preview[bot]2020-10-272-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-202-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump v-click-outside from 3.1.1 to 3.1.2dependabot-preview[bot]2020-10-192-2/+2
| | | | | | | | | Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ndelvalle/v-click-outside/releases) - [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump file-loader from 6.1.0 to 6.1.1dependabot-preview[bot]2020-10-198-8/+8
| | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump dompurify from 2.0.15 to 2.1.1dependabot-preview[bot]2020-10-134-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.15 to 2.1.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.15...2.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Encode requesttoken for logout url in auto logoutJulius Härtl2020-10-132-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump moment from 2.29.0 to 2.29.1dependabot-preview[bot]2020-10-124-4/+4
| | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.0 to 2.29.1. - [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.29.0...2.29.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue from 2.6.9 to 2.7.0dependabot-preview[bot]2020-10-122-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.9 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.9...v2.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix password visibility togglesRichard Steinmetz2020-10-1018-18/+18
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #23161 from nextcloud/enh/noid/setup-checks2Roeland Jago Douma2020-10-081-12/+0
|\ | | | | Remove setup check for php mail
| * Remove setup check for php mailDaniel Kesselberg2020-10-031-12/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Bump @nextcloud/vue to v2.6.9John Molakvoæ (skjnldsv)2020-10-072-2/+2
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump moment from 2.27.0 to 2.29.0dependabot-preview[bot]2020-10-0318-18/+18
| | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.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.27.0...2.29.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/vue to v2.6.8John Molakvoæ (skjnldsv)2020-10-022-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update @nextcloud/vue to 2.6.7Joas Schilling2020-10-022-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/vue to 2.6.6Joas Schilling2020-09-302-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add padding to the empty content and center itJoas Schilling2020-09-222-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent empty search placeholderJohn Molakvoæ (skjnldsv)2020-09-184-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-1816-16/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Recommendations recompileJan C. Borchardt2020-09-152-2/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Bump dompurify from 2.0.14 to 2.0.15dependabot-preview[bot]2020-09-144-4/+4
| | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-1412-12/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 2.6.4 to 2.6.5dependabot-preview[bot]2020-09-142-2/+2
| | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #22635 from ↵Roeland Jago Douma2020-09-102-2/+2
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1 Bump @nextcloud/l10n from 1.4.0 to 1.4.1
| * Bump @nextcloud/l10n from 1.4.0 to 1.4.1dependabot-preview[bot]2020-09-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "Bump query-string from 5.1.1 to 6.13.1"Morris Jobke2020-09-102-2/+2
|/
* Compile assetsnpmbuildbot[bot]2020-09-102-2/+2
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #22687 from ↵Morris Jobke2020-09-102-2/+2
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/query-string-6.13.1 Bump query-string from 5.1.1 to 6.13.1
| * Bump query-string from 5.1.1 to 6.13.1dependabot[bot]2020-09-082-2/+2
| | | | | | | | | | | | | | | | | | Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 6.13.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v6.13.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Clarify PHP warning in admin settingsMorris Jobke2020-09-101-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move unified search to OCS apiJoas Schilling2020-09-072-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-078-8/+8
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez2020-09-0312-12/+12
| | | | | | | | | | | | | | | | The menu button and the menu of a share are no longer direct childs of the actions of the share row. The menu button is now a child of a ".trigger" element, while the menu is a direct child of the body and has an id defined in the "aria-describedby" attribute of the ".trigger" element. In XPath 1.0 it does not seem possible to "backreference" a value or create variables, so when the share menu or one of its item is needed now the ".trigger" element is first found and then its XPath expression is used to compose its "aria-describedby" attribute in the XPath expression for the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Bump @nextcloud/vue to v2.6.3John Molakvoæ (skjnldsv)2020-09-036-6/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Emit unified search queryRaimund Schlüßler2020-09-0212-12/+12
| | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump dompurify from 2.0.12 to 2.0.14dependabot-preview[bot]2020-09-014-4/+4
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.12 to 2.0.14. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.12...2.0.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump underscore from 1.10.2 to 1.11.0dependabot-preview[bot]2020-08-3118-18/+18
| | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.10.2...1.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/dialogs from 1.4.0 to 2.0.1dependabot-preview[bot]2020-08-3118-18/+18
| | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.4.0 to 2.0.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.4.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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>