summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* fix(dialogs): Make sure conflict dialog is loaded before adding conflictsJonas2024-06-041-19/+20
| | | | | | | | | | Fixes a possible race condition where conflicts are added and the dialog loading finishes only afterwards. The race condition sometimes led to missing files in the conflict dialog when uploading several existing files at once. Fixes: #45661
* fix(core): remove unwanted unsupported browser importJohn Molakvoæ2024-06-041-2/+0
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(core): unsupported browser `getRootUrl` importJohn Molakvoæ2024-06-041-1/+4
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-041-1/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-05-283-0/+46
| | | | | | | | | Excessively long emails reported make server unresponsive. We could at some point, consider adding a configuration for sysadmins to bypass this setting on their instance if they want. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* stop the auto-logout loop after redirecting to the logoutJulien Veyssier2024-02-211-2/+5
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(settings): Fix incorrect user quota on page reload in non-English localesChristopher Ng2024-02-081-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(Users/Quota setting): Prevent floating point value from getting ↵Marcel Klehr2024-01-181-2/+2
| | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Adjust colors of app menu and dashboardFerdinand Thiessen2023-12-201-3/+5
| | | | | | | Those elements are shown directly on the background which has the `color-primary`, so they need to use `color-primary-text` instead of `color-primary-element-text` for guranteed contrast. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-12-041-0/+8
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(ui): Do not close all menus on right clickChristoph Wurst2023-11-281-0/+4
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Revert change that made `OC.Util.humanFileSize` return base 10 instead ↵Ferdinand Thiessen2023-09-241-8/+6
| | | | | | | | | | of base 2 Previously the `OC.Util.humanFileSize` was returning file sizes base 2, meaning 1024 bytes = 1 KiB, but the `@nextcloud/files` library had a regression that set the default to base 10. Meaning 1000 bytes = 1 KB. This is fixed for current `@nextcloud/libraries` but for stable27 we need to fix this manually by wrapping the function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-201-27/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Wrap long productName on login formfenn-cs2023-08-141-0/+1
| | | | | | | Backport : #39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-102-1/+31
| | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix app menu flickerZetaTom2023-08-031-1/+0
| | | | | | Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Jonas <jonas@freesources.org>
* Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-283-1/+139
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Move deprecation warnings to debugSimon L2023-06-248-11/+11
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-201-1/+1
| | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(login): Make login form and footer look like a dashboard panelFerdinand Thiessen2023-05-161-5/+35
| | | | | | Also adjust border radius to match new main content box. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(search): fix load moreJohn Molakvoæ2023-05-161-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Use the color-primary-element* variablesSimon L2023-05-135-19/+19
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: prevent malicious url in unsupported browser redirectJohn Molakvoæ2023-05-111-2/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(AppMenu): On bright color theme the app icons in the overflow menu must ↵Ferdinand Thiessen2023-05-031-4/+10
| | | | | | | be inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add `aria-hidden` attr to the whole navigation depending on a sidebar statejulia.kirschenheuter2023-05-031-0/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #37806 from nextcloud/fix/37410Simon L2023-04-261-2/+7
|\ | | | | Fix profile view edit button overlapping status text
| * fix(core): Fix profile view edit button overlapping status textFerdinand Thiessen2023-04-261-2/+7
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #37206 from nextcloud/fix-skip-recommended-apps-wrong-urlChristoph Wurst2023-04-261-8/+3
|\ \ | |/ |/| fix: wrong redirect when skipping recommended apps
| * fix: wrong redirect when skipping recommended appsDaniel Kesselberg2023-04-231-8/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Trap focus in dialogsChristopher Ng2023-04-241-1/+20
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0dependabot[bot]2023-04-221-2/+2
| | | | | | | | | | | | | | | | Bumps [browserslist-useragent-regexp](https://github.com/browserslist/browserslist-useragent-regexp) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/browserslist/browserslist-useragent-regexp/releases) - [Changelog](https://github.com/browserslist/browserslist-useragent-regexp/blob/master/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist-useragent-regexp/commits/v4.0.0) --- updated-dependencies: - dependency-name: browserslist-useragent-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'master' into patch-20Jérôme Herbinet2023-04-196-148/+11
|\ | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * l10n: Change to a capital letterSimon L2023-04-171-1/+1
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * More honest reset password request responseJosh Richards2023-04-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses request in additional comments of #37408 * Honest but still won't leak information * Also reminds user to verify the provided user id email address/user Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Refine reset password response copy Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Wrap honest password reset request response
| * fix: Fix filepicker breadcrumbsJulius Härtl2023-04-071-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-062-16/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-064-153/+16
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-051-4/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
|/ | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Replace custom tooltips with native ones of entries in contacts menu.julia.kirschenheuter2023-03-292-7/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Change contactsmenu structure to a listjulia.kirschenheuter2023-03-271-1/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(eslint): replace node/no-unpublished-import by n/no-unpublished-importJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): replace node/no-extraneous-import by n/no-extraneous-importJohn Molakvoæ2023-03-232-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2335-115/+115
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-4/+5
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(docs): Fix URL to docs of deprecated function humanFileSizeJoas Schilling2023-03-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-0/+13
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add label and switch ocdialog close button to button elementChristopher Ng2023-03-062-3/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add avatar contact img descriptionChristopher Ng2023-03-032-2/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>