aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* update browser warningszaimen2022-10-251-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix more icon colorChristopher Ng2022-10-211-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-192-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-197-42/+16
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-1911-84/+349
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #34614 from nextcloud/bugfix/34441/fix-search-in-regexpSimon L2022-10-181-4/+11
|\ | | | | Fix regexp for unified searching in apps
| * Fix regexp for unified searching in appsVincent Petry2022-10-141-4/+11
| | | | | | | | | | | | | | | | Use the correct match for operators. Prevent the dropdown to close itself when selecting an app to filter by. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix icon of encrypted folders in filepickerCarl Schwan2022-10-171-1/+6
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix empty password string being submitted to serverChristopher Ng2022-10-131-1/+1
| | | | | | - Fix reveal password not working Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-httpsJulius Härtl2022-09-301-1/+1
|\ | | | | Only match http(s) URLs for references
| * Only match http(s) URLs for referencesJoas Schilling2022-09-291-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix starred favourite iconJohn Molakvoæ (skjnldsv)2022-09-291-2/+6
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Clear search results when remove search queryCarl Schwan2022-09-191-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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>