Jonas
f3cd03b141
fix(dialogs): Make sure conflict dialog is loaded before adding conflicts
...
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
2024-06-04 15:56:23 +02:00
John Molakvoæ
737084ea3e
fix(core): remove unwanted unsupported browser import
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-04 13:29:02 +00:00
John Molakvoæ
fa85d065e6
fix(core): unsupported browser getRootUrl import
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-06-04 13:26:56 +00:00
John Molakvoæ (skjnldsv)
a2f7b59d34
fix(core): unsupported browser redirect url
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2024-06-04 13:26:56 +00:00
fenn-cs
806141e49c
feat: Limit email input on auth pages to 255 chars
...
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>
2024-05-28 21:29:58 +00:00
Julien Veyssier
687e9418d4
stop the auto-logout loop after redirecting to the logout
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-02-21 09:35:00 +00:00
Christopher Ng
c020561a72
fix(settings): Fix incorrect user quota on page reload in non-English locales
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-02-08 16:16:06 -08:00
Marcel Klehr
fa2cf8d805
fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english
...
fixes #18468
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-01-18 09:11:21 +01:00
Ferdinand Thiessen
a46e34c56c
fix: Adjust colors of app menu and dashboard
...
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>
2023-12-20 15:25:05 +00:00
Christoph Wurst
32a02b0ec7
fix: Show error message when CSRF check fails at login
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-12-04 19:09:01 +00:00
Christoph Wurst
84fd8b16fc
fix(ui): Do not close all menus on right click
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-28 19:00:40 +00:00
Ferdinand Thiessen
eb73c0bafa
fix: Revert change that made OC.Util.humanFileSize return base 10 instead 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>
2023-09-24 17:13:00 +02:00
Richard Steinmetz
664f2aa807
fix: content info footer on guest pages
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-09-20 09:27:53 +02:00
fenn-cs
41819791f9
Wrap long productName on login form
...
Backport : #39848
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-08-14 20:18:08 +00:00
Ferdinand Thiessen
b73586563d
feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.
...
Still providing the legacy one until the Vue FilePicker is out of beta.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-10 23:47:40 +02:00
ZetaTom
bd28a0abfc
Fix app menu flicker
...
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>
2023-08-03 11:50:17 +02:00
Marcel Klehr
763453803d
Fix(OC/password-confirmation): Hide the correct button
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-04 14:20:49 +02:00
John Molakvoæ
bbeed21430
fix: restore AppsSlideToggle feature
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-06-28 15:00:19 +00:00
Simon L
ff40cd7563
Move deprecation warnings to debug
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-06-24 16:25:58 +00:00
Ferdinand Thiessen
cdea2d0d01
fix(core): Do not invert app menu text color
...
* Also fixes other cypress test
* Build assets
Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-20 11:10:31 +02:00
Ferdinand Thiessen
8d0fd6fa9d
fix(login): Make login form and footer look like a dashboard panel
...
Also adjust border radius to match new main content box.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-16 19:47:10 +02:00
John Molakvoæ
7e51305ae4
fix(search): fix load more
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-16 11:45:50 +02:00
Simon L
f5e8268ced
Use the color-primary-element* variables
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-13 10:15:33 +00:00
John Molakvoæ
68abba8d73
fix: prevent malicious url in unsupported browser redirect
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-05-11 08:56:15 +02:00
Ferdinand Thiessen
88f344339d
fix(AppMenu): On bright color theme the app icons in the overflow menu must be inverted
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-03 14:42:14 +00:00
julia.kirschenheuter
ad7264ee5a
Add aria-hidden attr to the whole navigation depending on a sidebar state
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-03 11:56:48 +02:00
Simon L
4df145a6bc
Merge pull request #37806 from nextcloud/fix/37410
...
Fix profile view edit button overlapping status text
2023-04-26 17:05:04 +02:00
Christoph Wurst
defbd23cbf
Merge pull request #37206 from nextcloud/fix-skip-recommended-apps-wrong-url
...
fix: wrong redirect when skipping recommended apps
2023-04-26 15:43:35 +02:00
Ferdinand Thiessen
f79131aea3
fix(core): Fix profile view edit button overlapping status text
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-26 13:01:33 +02:00
Christopher Ng
79310bd545
Trap focus in dialogs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-04-24 15:45:40 -07:00
Daniel Kesselberg
e025cf067f
fix: wrong redirect when skipping recommended apps
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-04-23 22:15:51 +02:00
dependabot[bot]
dafda594ec
chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0
...
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>
2023-04-22 12:16:01 +02:00
Jérôme Herbinet
16361bed5e
Merge branch 'master' into patch-20
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-04-19 16:32:01 +02:00
Jérôme Herbinet
461fa9a1da
Following Artonge suggestion
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-04-19 16:15:17 +02:00
Simon L
c4ab4018cf
l10n: Change to a capital letter
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-17 16:03:25 +00:00
Josh Richards
fb25cd4b0a
More honest reset password request response
...
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
2023-04-13 17:31:49 -04:00
Julius Härtl
389c6dc30b
fix: Fix filepicker breadcrumbs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-04-07 16:04:50 +02:00
John Molakvoæ
a66cae02ef
fix(deps): update webdav 5 usage
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-04-06 14:49:32 +02:00
John Molakvoæ
29a7f7f6ef
feat(files_trashbin): migrate to vue
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-04-06 14:49:29 +02:00
Julius Härtl
837622cb87
fix: Adjust filepicker breadcrumb structure to recent a11y changes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-04-05 11:40:40 +02:00
julia.kirschenheuter
ccf92975f3
Replace custom tooltips with native ones of entries in contacts menu.
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-29 10:41:53 +02:00
julia.kirschenheuter
db0670f0cb
Change contactsmenu structure to a list
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-27 10:48:59 +02:00
John Molakvoæ
40f18c6359
chore(eslint): replace node/no-unpublished-import by n/no-unpublished-import
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
John Molakvoæ
ad6dcea779
chore(eslint): replace node/no-extraneous-import by n/no-extraneous-import
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
John Molakvoæ
8633f13e0a
chore(eslint): fix missing import extensions
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +01:00
Julius Härtl
e23aa8883e
feat(s3): Use multipart upload for chunked uploading
...
This allows to stream file chunks directly to S3 during upload.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-03-08 14:00:04 +01:00
Joas Schilling
188e486bc0
fix(docs): Fix URL to docs of deprecated function humanFileSize
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-08 10:23:22 +01:00
julia.kirschenheuter
0cfbe54a5a
Create headings for settings pages
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-07 17:51:19 +01:00
Christopher Ng
864fb3fe63
Add label and switch ocdialog close button to button element
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-06 12:56:12 -08:00
Christopher Ng
9d904b144b
Add avatar contact img description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-03 13:22:14 -08:00