summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34140 from ↵Carl Schwan2022-09-202-3/+3
|\ | | | | | | | | nextcloud/fix/carl/clean-search-result-when-resetting Clear search results when remove search query
| * Clear search results when remove search queryCarl Schwan2022-09-192-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Remove completed refresh avatar FIXMEChristopher Ng2022-09-192-3/+3
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #34118 from nextcloud/fix/locale-stylingCarl Schwan2022-09-192-3/+3
|\ | | | | Fix styling of locale dropdown
| * Fix styling of locale dropdownChristopher Ng2022-09-162-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | l10n: Spelling unificationValdnet2022-09-192-3/+3
|/ | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remake locale saving with VueChristopher Ng2022-09-164-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34110 from nextcloud/update-nextcloud-vue-7.0.0-beta.4Vincent Petry2022-09-162-3/+3
|\ | | | | Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4
| * Bump @nextcloud/vue from 7.0.0-beta.2 to 7.0.0-beta.4Vincent Petry2022-09-162-3/+3
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry2022-09-162-3/+3
|\ \ | | | | | | Fix translation of user exists error server-side
| * | Fix translation of user exists error server-sideChristopher Ng2022-09-152-3/+3
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-164-6/+6
|\ \ \ | |_|/ |/| | Tag loading
| * | Compile core-systemtags.js and systemtags-systemtags.jsDaniel Kesselberg2022-09-154-6/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #34050 from nextcloud/bug/noid/login-form-focusVincent Petry2022-09-164-6/+6
|\ \ \ | | | | | | | | Set focus to input field for login form
| * | | Set focus to input fieldDaniel Kesselberg2022-09-164-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: - TypeError: this.$refs.user.focus is not a function - TypeError: this.$refs.password.focus is not a function Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Compile assetsnextcloud-command2022-09-162-3/+3
|/ / / | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #34100 from nextcloud/fix/reset-global-searchVincent Petry2022-09-162-3/+3
|\ \ \ | | | | | | | | Reset global search on files sidebar navigation change
| * | | Reset global search on files sidebar navigation changeChristopher Ng2022-09-152-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / | Remake group and quota details section with VueChristopher Ng2022-09-154-6/+6
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33947 from nextcloud/updatenotificaiton-cleanupVincent Petry2022-09-152-3/+3
|\ \ | | | | | | Cleanup updatenotification
| * | Cleanup updatenotificationCarl Schwan2022-09-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port away from jquery inside vue - Use modern vue components when possible - Fix some readability isssues particularly on dark theme - Use IInitialState - Use php7.4 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-155-9/+8
| | | | | | | | | | | | | | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add a global setting to disable keyboard shortcutsJoas Schilling2022-09-152-3/+3
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34084 from nextcloud/bundling-adjustments-25Vincent Petry2022-09-152-3/+3
|\ \ | | | | | | Adjust recommended apps page
| * | Adjust recommended apps pageVincent Petry2022-09-142-3/+3
| |/ | | | | | | | | | | | | | | Removed collabora code. Added description for richdocuments as the name will be "Nextcloud Office" pulled from the app store. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-144-6/+6
| | | | | | | | | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-1423-33/+79
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34042 from nextcloud/profile/section-pluginCarl Schwan2022-09-143-3/+25
|\ | | | | Add api to load additional section in profile page
| * Add api to load additional section in profile pageCarl Schwan2022-09-143-3/+25
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Align sharing tab content and increase spacingChristopher Ng2022-09-142-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Increase spacing between additional sharing tab contentChristopher Ng2022-09-132-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34039 from nextcloud/enh/34037/heading-login-formSimon L2022-09-122-3/+3
|\ \ | | | | | | add a heading to the login form
| * | Compile assetsnextcloud-command2022-09-122-3/+3
| |/ | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttonsSimon L2022-09-122-3/+3
|\ \ | | | | | | fix ldap ui buttons
| * | Compile assetsnextcloud-command2022-09-122-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-128-12/+12
| |/ |/| | | | | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34022 from nextcloud/fix/dark-avatar-user-listVincent Petry2022-09-124-6/+6
|\ \ | | | | | | Fix avatar icons in user list when using dark theme
| * | Fix avatar icons in user list when using dark themeCarl Schwan2022-09-124-6/+6
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #34024 from nextcloud/make-profile-page-scrollableVincent Petry2022-09-122-3/+3
|\ \ \ | |_|/ |/| | Make profile page scrollable again
| * | Make profile page scrollable againCarl Schwan2022-09-122-3/+3
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33993 from nextcloud/remove-scrollbar-default-dashbordCarl Schwan2022-09-122-3/+3
|\ \ | |/ |/| Improve dashboard default scrollbar behavior
| * Improve dashboard default scrollbar behaviorCarl Schwan2022-09-092-3/+3
| | | | | | | | | | | | | | | | | | - Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Bump nc vue to beta2Carl Schwan2022-09-0949-74/+72
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update avatars on updateCarl Schwan2022-09-092-3/+3
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visibilityblizzz2022-09-092-3/+3
|\ \ | |/ |/| fix versions icons
| * fix versions iconsszaimen2022-09-092-3/+3
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33954 from nextcloud/enh/33868/dashboard-scrollbarSimon L2022-09-092-3/+3
|\ \ | | | | | | dashboard should not have a scrollbar by default
| * | dashboard should not have a scrollbar by defaultszaimen2022-09-082-3/+3
| |/ | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33974 from nextcloud/fix/search-menuCarl Schwan2022-09-092-3/+3
|\ \ | | | | | | Fix UnifiedSearch
| * | Fix UnifiedSearchCarl Schwan2022-09-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix too big margins - Fix horizontal scrolbar (caused by margin in text field) - Add some spacing between the items (4px) - Center items (I love flex) Signed-off-by: Carl Schwan <carl@carlschwan.eu>