aboutsummaryrefslogtreecommitdiffstats
path: root/dist/core-main.js
Commit message (Collapse)AuthorAgeFilesLines
* Compile assetsnextcloud-command2022-04-211-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add extra filter for file pickerVincent Petry2022-04-141-2/+2
| | | | | | | | Makes it possible to be more flexible when filtering entries to be displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Wrap contact search result in a linkGnana Sekar2022-04-111-2/+2
| | | | | Signed-off-by: Gnana Sekar <developersekar1992@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump moment from 2.29.1 to 2.29.2dependabot[bot]2022-04-091-2/+2
| | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [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.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Explicitly close div elementLouis Chemineau2022-04-041-2/+2
| | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump sass from 1.49.9 to 1.49.11dependabot[bot]2022-04-031-2/+2
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.49.9 to 1.49.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/moment from 1.1.1 to 1.2.0dependabot[bot]2022-03-191-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add profile default setting for adminChristopher Ng2022-03-181-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Center dialog new file menuJohn Molakvoæ2022-03-071-2/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Target_Blank option to open External linkschristophe canovas2022-02-151-2/+2
| | | | | Signed-off-by: christophe canovas <christophecanovas66@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use asset-loader instead of url-loaderLouis Chemineau2022-02-141-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump style-loader from 2.0.0 to 3.3.1dependabot[bot]2022-01-191-2/+2
| | | | | | | | | | | | | | | | | Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 2.0.0 to 3.3.1. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.3.1) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Move jsunit dependencies to main package.jsonLouis Chemineau2022-01-181-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump webpack from 5.46.0 to 5.66.0dependabot[bot]2022-01-171-2/+2
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.66.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.66.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* RecompileJoas Schilling2022-01-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix file picker not respecting hidden files settingsCarl Schwan2022-01-131-2/+2
| | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix undescore versionLouis Chemineau2022-01-081-2/+2
| | | | | Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Don't import $ in every file that needs itLouis Chemineau2022-01-081-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix webpack versionLouis Chemineau2022-01-081-2/+2
| | | | | Reason: https://github.com/webpack/webpack/pull/14628 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Compile bundleLouis Chemineau2022-01-081-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Ensure mapfile consistencyJohn Molakvoæ (skjnldsv)2022-01-081-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-0/+3
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>