aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix: wrong redirect when skipping recommended appsDaniel Kesselberg2023-04-231-8/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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 pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-212-0/+267
|\ | | | | add command for getting fileinfo for debugging
| * validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add command for getting fileinfo for debuggingRobin Appelman2023-04-172-0/+251
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2114-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37597 from Jerome-Herbinet/patch-20Louis2023-04-202-4/+3
|\ \ | | | | | | Fix : Hides hidden files and folder in modal (beginning with a dot)
| * | npm run sassJérôme Herbinet2023-04-204-4/+4
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | Cancel initial changesJérôme Herbinet2023-04-201-4/+1
| | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | Merge branch 'master' into patch-20Jérôme Herbinet2023-04-19115-590/+707
| |\ \ | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | npm run sassJérôme Herbinet2023-04-054-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | Fix : Hides hidden files and folder in modalJérôme Herbinet2023-04-051-0/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2012-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Remove legacy systemtags codeChristopher Ng2023-04-193-3/+2
| |/ / |/| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0Andy Scherzinger2023-04-192-1/+9
|\ \ \ | | | | | | | | Deprecate PHP8.0
| * | | Deprecate PHP8.0fenn-cs2023-04-172-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP8.0 would stop receiving security support on 26 Nov 2023 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL. This commit also updates the message type from INFO to WARNING if the php on file has reached its EOL. See: https://www.php.net/supported-versions.php Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1976-116/+126
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-checkSimon L2023-04-182-0/+148
|\ \ \ \ | | | | | | | | | | add an admin check for db file locking
| * | | | address review and fix testsSimon L2023-04-182-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | | | add an admin check for db file lockingSimon L2023-04-172-0/+148
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | 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>