summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37770 from nextcloud/enh/32032/follow-upSimon L2023-04-181-1/+1
|\ | | | | l10n: Change to a capital letter
| * 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>
* | Merge pull request #37522 from nextcloud/fix/css-placeholder-colorSimon L2023-04-185-8/+21
|\ \ | | | | | | Ungroup `placeholder` css rules to prevent browsers from removing all rules
| * | fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-04-175-8/+21
| |/ | | | | | | | | | | | | | | | | | | | | all rules When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1]. In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied. [1]: https://www.w3.org/TR/selectors-3/#grouping Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-186-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Drop broken unit testAlexander A. Klimov2023-04-171-24/+0
| | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* | Omit "Accessing site insecurely via HTTP." warning if HTTP is secure enoughAlexander A. Klimov2023-04-171-1/+1
|/ | | | | | This is the case for localhost and Tor hidden services. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-174-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1610-2/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1592-172/+208
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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
* feat(translation): Allow guests to use translations as wellJoas Schilling2023-04-131-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(translation): Use 400 as status code to be distinguishable from server ↵Joas Schilling2023-04-131-2/+2
| | | | | | errors Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(translation): Properly set the numbers as HTTP status codeJoas Schilling2023-04-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(translation): Translate error messages on translations APIJoas Schilling2023-04-131-4/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-134-4/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37647 from nextcloud/bugfix/noid/filepickerJulius Härtl2023-04-116-7/+8
|\
| * fix: Fix filepicker breadcrumbsJulius Härtl2023-04-076-7/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-092-8/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-082-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add type hints for mappersjld31032023-04-072-0/+6
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #37584 from Jerome-Herbinet/patch-17Julius Härtl2023-04-065-4/+15
|\ | | | | Fix icon size in contact search popup (way too big)
| * Fix icons at 16px width and heightJérôme Herbinet2023-04-065-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Fix icon size Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run sass Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Rever + add exception Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run sass Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> 16px fixed dimentions instead of auto Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | fix(tests): update jsunit tests after dep and files updateJohn Molakvoæ2023-04-061-52/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | 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>
* | Merge pull request #37583 from ↵Julia Kirschenheuter2023-04-061-3/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/37174-place-heading-inside_of_the_main_content Move heading to the main content
| * | Move heading to the main contentjulia.kirschenheuter2023-04-051-3/+3
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #37588 from nextcloud/bugfix/noid/filepicker-a11yJohn Molakvoæ2023-04-062-5/+10
|\ \ \ | | | | | | | | fix: Adjust filepicker breadcrumb structure to recent a11y changes
| * | | fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-052-5/+10
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-066-42/+46
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37495 from joshtrichards/jr-trim-pw-reset-usernameCôme Chilliet2023-04-051-0/+2
|\ \ \ | |/ / |/| | Trim the user/email provided for password resets
| * | Trim user earlierJosh Richards2023-04-041-1/+3
| | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | Trim the user/email provided for password resetsJosh Richards2023-03-301-1/+1
| | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-056-4/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37559 from nextcloud/preview-generate-cmdRobin Appelman2023-04-042-0/+142
|\ \ \ | | | | | | | | add command to generate a preview for a file
| * | | add command to generate a preview for a fileRobin Appelman2023-04-032-0/+142
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #37453 from ↵Julia Kirschenheuter2023-04-045-5/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/36918-The_breadcrumb_navigation_represents_a_list_and_should_best_be_implemented_as_such the breadcrumb navigation represents a list and should best be implemented as such
| * | | Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-045-5/+6
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-043-3/+154
|\ \ \ | |/ / |/| | Migrate metadata JSON column to new value TEXT column
| * | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-033-3/+154
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #37417 from nextcloud/bugfix/scroll-firefoxJulius Härtl2023-04-035-5/+5
|\ \ \ | | | | | | | | fix: Avoid scrolling the #content wrapper container
| * | | fix: Avoid scrolling the #content wrapper containerJulius Härtl2023-03-285-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-012-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #37497 from nextcloud/enh/profile-fieldsArthur Schiwon2023-03-311-0/+1
|\ \ \ \ | | | | | | | | | | Improve handling of profile fields
| * | | | Improve handling of profile fieldsChristopher Ng2023-03-301-0/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-3152-74/+74
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-30128-232/+234
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Add label for logo linkChristopher Ng2023-03-291-5/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>