summaryrefslogtreecommitdiffstats
path: root/dist/core-main.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump @nextcloud/event-bus from 2.1.1 to 3.0.2dependabot[bot]2022-12-071-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production 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>
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-11-301-2/+2
| | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix warnings on login pageVincent Petry2022-11-181-2/+2
| | | | | | | | | Check for app menu container before mounting. Fix "isError" in LoginForm being a number when the throttleDelay is zero. In fact, there is no need for existence check because both undefined and null are not greater than a number. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Limit toggle grid view button scopeVincent Petry2022-11-171-2/+2
| | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Compile assetsnextcloud-command2022-11-081-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Only check unsupported browsers on user renderingJohn Molakvoæ2022-10-281-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix more icon colorChristopher Ng2022-10-211-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-191-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsJohn Molakvoæ2022-10-191-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 🤖 RebuildJoas Schilling2022-10-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump @nextcloud/moment from 1.2.0 to 1.2.1dependabot[bot]2022-10-131-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1. - [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.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/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>
* Only match http(s) URLs for referencesJoas Schilling2022-09-291-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-151-2/+2
| | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* Compile assetsnextcloud-command2022-09-121-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump nc vue to beta2Carl Schwan2022-09-091-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake profile picture saving with VueChristopher Ng2022-09-021-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-2/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix active app indicator positionJulius Härtl2022-08-311-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix jsunit failuresJulius Härtl2022-08-311-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile assetsnextcloud-command2022-08-311-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove old ie polifyCarl Schwan2022-08-261-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update to @nextcloud/vue-6.0.0-beta.4Vincent Petry2022-08-251-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-2/+2
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-2/+2
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump underscore from 1.12.0 to 1.13.4dependabot[bot]2022-07-261-2/+2
| | | | | | | | | | | | | | | | Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.13.4. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.4) --- updated-dependencies: - dependency-name: underscore 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>
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-2/+2
| | | | | | | | | | If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE` currently only the button but not the outline of it is hidden. This also hides the outline to fix #33142 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* RecompileJoas Schilling2022-07-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Enable keyboard activation of legacy contacts menuChristopher Ng2022-06-101-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Set circular radius on close buttonChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add a11y utility functionChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Activate the primary dialog button on enter if there is a single inputChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use keyboard controls with the action buttonsChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use keyboard controls for new folder creationChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Prevent pressing enter key without control focus from activating the primary ↵Christopher Ng2022-06-091-2/+2
| | | | | | button Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix focus stylingChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Restore grid view toggleChristopher Ng2022-06-091-2/+2
| | | | | | Removed in https://github.com/nextcloud/server/pull/29966 and partially restored in https://github.com/nextcloud/server/pull/30452 Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Prepend file picker to be initial keyboard focus targetChristopher Ng2022-06-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Handle keyboard navigation in the file pickerChristopher Ng2022-06-081-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Augment keyboard accessibility of contacts menuChristopher Ng2022-06-071-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump webpack from 5.72.0 to 5.73.0dependabot[bot]2022-06-061-2/+2
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.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>
* Port share by mail settings to vueCarl Schwan2022-05-191-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-2/+2
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Compile themingJohn Molakvoæ2022-05-111-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Compile assetsnextcloud-command2022-04-211-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>