aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "Add minimumInputLength for tags select"Daniel Kesselberg2022-11-071-1/+0
| | | | | | | | | | | | This reverts commit e1d9b0bae20510526b0d00c2afe464945847face. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Generate proper URL for unsupported browsers pageJulius Härtl2022-11-221-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Compile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix warnings on login pageVincent Petry2022-11-182-3/+9
| | | | | | | | | | | | | | | | | | Check for app menu container before mounting. Fix "isError" in LoginForm being a number when the throttleDelay is zero. In fact, there is no need for existence check because both undefined and null are not greater than a number. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #35227 from ↵Simon L2022-11-171-2/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/35152/fix-toggle-grid-file-picker Limit toggle grid view button scope
| * | Limit toggle grid view button scopeVincent Petry2022-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | Limit the button action scope to the file picker dialog so that it doesn't touch the file list present in the page. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Close global search menu when focus leavesChristopher Ng2022-11-172-2/+13
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefoxSimon L2022-11-161-0/+1
|\ \ | | | | | | Fix AppMenu icons for firefox
| * | Fix AppMenu icons for firefoxSimon L2022-11-081-0/+1
| |/ | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35014 from nextcloud/fix/login-headlineJohn Molakvoæ2022-11-151-1/+2
|\ \ | | | | | | Fix rendering of login headline
| * | Fix rendering of login headlineChristopher Ng2022-11-081-1/+2
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / Allow single character search by defaultChristopher Ng2022-11-111-1/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Only check unsupported browsers on user renderingJohn Molakvoæ2022-10-285-11/+41
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Address reviewSimon L2022-10-251-1/+1
| | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
* 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>