summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Fix undefined loggerChristopher Ng2022-06-284-6/+6
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #32561 from nextcloud/port/vue-personal-federationPytal2022-06-274-3/+6
|\
| * Port federatedfilesharing personal settings to vueCarl Schwan2022-06-154-3/+6
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Rename setting name to reduce its lengthLouis Chemineau2022-06-272-3/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann2022-06-212-3/+3
|/ | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32774 from nextcloud/enh/a11y/keyboard-legacy-contacts-menuLouis2022-06-132-3/+3
|\ | | | | Enable keyboard activation of legacy contacts menu
| * Enable keyboard activation of legacy contacts menuChristopher Ng2022-06-102-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Use unique key to prevent email component reuseChristopher Ng2022-06-102-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-106-9/+9
|\ \ | |/ |/| l10n: Delete apostrophe
| * RecompileJoas Schilling2022-06-076-9/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepickerVincent Petry2022-06-094-6/+6
|\ \ | | | | | | Augment file picker modal accessibility
| * | Rename a11y helper functionChristopher Ng2022-06-092-2/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Update variable nameChristopher Ng2022-06-092-2/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Set circular radius on close buttonChristopher Ng2022-06-092-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Add a11y utility functionChristopher Ng2022-06-094-6/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Activate the primary dialog button on enter if there is a single inputChristopher Ng2022-06-092-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Use keyboard controls with the action buttonsChristopher Ng2022-06-092-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Use keyboard controls for new folder creationChristopher Ng2022-06-094-6/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-094-6/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Prevent pressing enter key without control focus from activating the primary ↵Christopher Ng2022-06-092-3/+3
| | | | | | | | | | | | | | | | | | button Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Fix focus stylingChristopher Ng2022-06-092-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Restore grid view toggleChristopher Ng2022-06-094-6/+6
| | | | | | | | | | | | | | | | | | 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-094-6/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Handle keyboard navigation in the file pickerChristopher Ng2022-06-084-6/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #32769 from nextcloud/enh/32749/regex-universal-searchVincent Petry2022-06-092-3/+3
|\ \ \ | |/ / |/| | Specify the filter first for unified search
| * | Specify the filter first for unified searchDaniel Kesselberg2022-06-082-3/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #32736 from nextcloud/enh/a11y/keyboard-contacts-menuPytal2022-06-084-6/+6
|\ \ \ | |/ / |/| |
| * | Augment keyboard accessibility of contacts menuChristopher Ng2022-06-074-6/+6
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-082-3/+3
|/ | | | | | | | | | | | | | | for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Properly calculate carret positionLouis Chemineau2022-06-072-3/+3
| | | | | | | | The carret position is currently hard coded based on the position of the icon in the header. This PR calculate its position relatively to the header icon. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump webpack from 5.72.0 to 5.73.0dependabot[bot]2022-06-0682-123/+123
| | | | | | | | | | | | | | | | 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>
* l10n: Fix escaping issuerakekniven2022-06-032-3/+3
| | | | | | | | | | | At Transifex the string is cut and shown `For the server to work properly, it` I modified this without vue knowledge. @CarlSchwan Can you check please? 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 #32620 from nextcloud/bugfix/noid/reset-status-on-clearAtJoas Schilling2022-06-034-6/+6
|\ | | | | Also reset the status on clearAt
| * Also reset the status on clearAtJoas Schilling2022-05-274-6/+6
| | | | | | | | | | | | | | | | | | When you set yourself to "DND - In a meeting" for one hour, the expectation is that you are also "online"/normal again when the meeting is over. So we extend the logic to also include the status itself to be reverted. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix share permissions renderingLouis Chemineau2022-05-312-3/+3
| | | | | | | | | | | | | | | | The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #32502 from nextcloud/cleanup/worflow-adminLouis2022-05-312-3/+3
|\ \ | | | | | | Use SettingsSection in workflowengine settings
| * | Use SettingsSection in workflowengine settingsCarl Schwan2022-05-312-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #32583 from jld3103/fix/nextcloud-android-user-agent-matchJoas Schilling2022-05-312-3/+3
|\ \ \ | |/ / |/| | Fix Nextcloud Android app not showing proper name
| * | Fix Nextcloud Android app not showing proper namejld31032022-05-302-3/+3
| | |
* | | Bump core-js from 3.22.5 to 3.22.7dependabot[bot]2022-05-302-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.7. - [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.5...v3.22.7) --- 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 #32594 from ↵Carl Schwan2022-05-272-3/+3
|\ \ | |/ |/| | | | | nextcloud/fix/groupfolder-not-loading-when-share-disabled Fix loading groupfolder info when share api is disabled
| * Fix loading groupfolder info when share api is disabledCarl Schwan2022-05-272-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>