summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Multiple fixesCarl Schwan2022-07-3110-15/+15
| | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump core-js from 3.22.0 to 3.22.3dependabot[bot]2022-07-272-3/+3
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.0 to 3.22.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.22.0...v3.22.3) --- updated-dependencies: - dependency-name: core-js 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>
* Merge pull request #33316 from ↵Vincent Petry2022-07-272-3/+3
|\ | | | | | | | | nextcloud/bugfix/noid/aria-label-share-link-buttons Accessible names for share panel buttons
| * Accessible names for share panel buttonsVincent Petry2022-07-262-3/+3
| | | | | | | | | | | | | | Added aria-label for the buttons on the share panel. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33265 from nextcloud/fix/carl/login-boxesCarl Schwan2022-07-278-12/+12
|\ \ | | | | | | Redesign guest pages for better accessibility
| * | Fix login flowCarl Schwan2022-07-272-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix caldav invitation related public pagesCarl Schwan2022-07-272-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Redesign guest pages for better accessibilityCarl Schwan2022-07-276-9/+9
| | | | | | | | | | | | | | | | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-themeLouis2022-07-272-3/+3
|\ \ \ | |/ / |/| | dashboard: Fix dark theme detection
| * | dashboard: Fix dark theme detectionFerdinand Thiessen2022-07-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Bump nextcloud-dialogs from 3.1.2 to 3.1.4Vincent Petry2022-07-264-6/+6
| |/ |/| | | | | | | Signed-off-by: Vincent Petry <vincent@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-2610-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Replace files app ids to classesVincent Petry2022-07-268-12/+12
|/ | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry2022-07-262-3/+3
|\ | | | | Consolidate account property getters
| * Consolidate account property gettersChristopher Ng2022-07-212-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33338 from nextcloud/fix/contrast-search-iconCarl Schwan2022-07-252-3/+3
|\ \ | | | | | | Fix contrast of the search icon
| * | Fix contrast of the search iconCarl Schwan2022-07-252-3/+3
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Recompilation attempt with updated npmVincent Petry2022-07-224-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | node v14.20.0 npm 8.15.0 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix sharing panel lighthouse warningsVincent Petry2022-07-226-9/+9
|/ / | | | | | | | | | | | | Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33297 from nextcloud/fix/filepicker-new-buttonVincent Petry2022-07-214-6/+6
|\ \ | | | | | | FilePicker: Hide `newButton` outline if only picking is allowed
| * | FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-204-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #32646 from jld3103/fix/user-status-heartbeat-apiCarl Schwan2022-07-212-3/+3
|\ \ \ | | | | | | | | Make user status heartbeat API publicly accessible
| * | | Make user status heartbeat API publicly accessiblejld31032022-07-212-3/+3
| | |/ | |/| | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* / | Add Neon user-agentjld31032022-07-212-3/+3
|/ / | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* / Use material design icons in Email componentChristopher Ng2022-07-214-6/+6
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #33255 from nextcloud/fix/login-password-translationJulius Härtl2022-07-182-3/+3
|\ | | | | LoginForm: Fix password label translation call
| * LoginForm: Fix password label translation callMarcel Klehr2022-07-182-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-settingCarl Schwan2022-07-184-6/+6
|\ \ | |/ |/| Cleanup oauth2 admin settings
| * Cleanup oauth2 admin settingsCarl Schwan2022-07-144-6/+6
| | | | | | | | | | | | | | - Use more vue components - Add link to doc Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | RecompileJoas Schilling2022-07-154-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #33222 from ↵Pytal2022-07-142-3/+3
|\ \ | | | | | | | | | nextcloud/bugfix/noid/fix-translation-of-user-exists-error
| * | RecompileJoas Schilling2022-07-142-3/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / RecompileJoas Schilling2022-07-142-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Port encryption admin settings to vueCarl Schwan2022-07-134-6/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Compile assetsnextcloud-command2022-07-126-9/+9
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #33163 from nextcloud/enh/a11y-account-property-labelsJohn Molakvoæ2022-07-082-3/+3
|\
| * Add current scope to scope actions labelChristopher Ng2022-07-072-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33148 from nextcloud/enh/a11y-login-show-passwordPytal2022-07-074-6/+6
|\ \
| * | Use Button component to show password for improved accessibilityChristopher Ng2022-07-074-6/+6
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / Add expanded attribute to button for listing others with accessChristopher Ng2022-07-072-3/+3
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump core-js from 3.22.7 to 3.23.3dependabot[bot]2022-07-052-3/+3
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.7 to 3.23.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.22.7...v3.23.3) --- updated-dependencies: - dependency-name: core-js 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>
* l10n: Fixed typorakekniven2022-07-042-3/+3
| | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32576 from ↵Joas Schilling2022-07-013-3/+24
|\ | | | | | | | | nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
| * Fix typo of availabilityJoas Schilling2022-07-012-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add UI to opt-in on the status automationJoas Schilling2022-07-013-3/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #33043 from nextcloud/Valdnet-patch-2Carl Schwan2022-07-012-3/+3
|\ \ | |/ |/| l10n: Separate words
| * l10n: Separate wordsValdnet2022-07-012-3/+3
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-014-6/+6
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | use an en-dash for the userstatus panelszaimen2022-06-304-6/+6
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Use Button component to show more workflowsChristopher Ng2022-06-294-6/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>