summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Change to a capital letterValdnet2022-09-171-2/+2
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Merge pull request #34096 from nextcloud/bug/noid/tag-loadingVincent Petry2022-09-163-11/+18
|\ | | | | Tag loading
| * Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-152-10/+13
| | | | | | | | | | | | | | For every tag a deprecation warning is emitted. With 10k tags the ui becomes unresponsive and inspector crashed occasionally. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Improve loading for tagsDaniel Kesselberg2022-09-151-1/+4
| | | | | | | | | | | | | | | | | | When opening the tag select and type something the tags are loaded. If you continue to type but the tags are not finally loaded yet (the first xhr request is still running) another xhr request is triggered. This happens for every keystroke. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Add minimumInputLength for tags selectDaniel Kesselberg2022-09-151-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Set focus to input fieldDaniel Kesselberg2022-09-161-2/+2
| | | | | | | | | | | | | | | | 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>
* | Reset global search on files sidebar navigation changeChristopher Ng2022-09-151-1/+10
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-154-0/+43
|/ | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust recommended apps pageVincent Petry2022-09-141-21/+35
| | | | | | | | 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>
* Merge pull request #34042 from nextcloud/profile/section-pluginCarl Schwan2022-09-143-3/+65
|\ | | | | Add api to load additional section in profile page
| * Add api to load additional section in profile pageCarl Schwan2022-09-143-3/+65
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34039 from nextcloud/enh/34037/heading-login-formSimon L2022-09-121-0/+5
|\ \ | | | | | | add a heading to the login form
| * | add a heading to the login formszaimen2022-09-121-0/+5
| |/ | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #34031 from nextcloud/enh/33866/ldap-ui-buttonsSimon L2022-09-121-0/+5
|\ \ | |/ |/| fix ldap ui buttons
| * fix ldap ui buttonsszaimen2022-09-121-0/+5
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Make profile page scrollable againCarl Schwan2022-09-121-0/+1
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix UnifiedSearchCarl Schwan2022-09-083-4/+17
| | | | | | | | | - 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>
* More cleaning up of the login componentCarl Schwan2022-09-064-75/+92
| | | | | | | - Move css in scopped vue components - Port to NcNoteCard all the warning messages Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Use new vue components in login formCarl Schwan2022-09-053-107/+102
| | | | | | | - Improve accessibility - Simply code Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33826 from nextcloud/enh/a11y-unified-searchVincent Petry2022-09-023-54/+76
|\ | | | | Accessibility and design improvements to unified search
| * Accessibility improvements to unified searchChristopher Ng2022-09-023-54/+76
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Remake profile picture saving with VueChristopher Ng2022-09-021-2/+0
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fallback to root if the picker folder doesn't existsJohn Molakvoæ2022-09-011-102/+119
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Some more fixesJulius Härtl2022-09-011-74/+74
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix profile page renderingJulius Härtl2022-09-011-5/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CleanupJulius Härtl2022-08-311-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix active app indicator positionJulius Härtl2022-08-311-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix jsunit failuresJulius Härtl2022-08-311-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Address some more accessibility concernsJulius Härtl2022-08-311-1/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use resize observerJulius Härtl2022-08-311-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix focus border and adjust active app indicatorJulius Härtl2022-08-311-5/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move app menu to vueJulius Härtl2022-08-313-165/+282
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More dark theme fixesCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Various fixesCarl Schwan2022-08-262-3/+3
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove old ie polifyCarl Schwan2022-08-261-15/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-257-53/+53
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-254-18/+18
| | | | | | | | 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>
* Update typehint for confirmDestructiveDaniel Kesselberg2022-08-241-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-172-1/+4
| | | | | | | | | | | | 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>
* Allow to manually specify a theme to apply to a section of an appJohn Molakvoæ2022-08-161-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add share attrs + download permission support in frontendVincent Petry2022-07-282-0/+33
| | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix caldav invitation related public pagesCarl Schwan2022-07-271-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-276-184/+166
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix contrast of the search iconCarl Schwan2022-07-251-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
| | | | | | | | | | 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>
* LoginForm: Fix password label translation callMarcel Klehr2022-07-181-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix HTML validation of material design iconsJoas Schilling2022-07-151-8/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix duplicate id "hole"Joas Schilling2022-07-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-071-13/+37
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-011-0/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>