nextcloud/core
Ferdinand Thiessen f8d558e24f fix(core): Ungroup placeholder css rules to prevent browsers from removing 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>
2023-04-17 22:25:03 +00:00
..
ajax update wording for disabled web updater 2023-03-04 16:24:46 +01:00
BackgroundJobs also use updatedir for cleanup of backups 2022-10-01 17:01:28 +02:00
Command add command to generate a preview for a file 2023-04-03 17:30:57 +02:00
Controller feat(translation): Allow guests to use translations as well 2023-04-13 09:02:46 +02:00
css fix(core): Ungroup placeholder css rules to prevent browsers from removing all rules 2023-04-17 22:25:03 +00:00
Data composer run cs:fix 2023-01-20 11:45:08 +01:00
Db Add type hints for mappers 2023-04-07 09:49:42 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
Events Add password reset typed events 2022-06-10 16:41:41 +02:00
Exception Update php licenses 2021-06-04 22:02:41 +02:00
fonts Include additional scripts in Noto fonts 2021-03-01 19:15:01 +01:00
img feat: Add notes as recommended app 2023-03-02 23:04:43 +00:00
js fix(tests): update jsunit tests after dep and files update 2023-04-06 15:31:37 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-04-17 02:27:34 +00:00
Listener Only check unsupported browsers on user rendering 2022-10-28 12:23:02 +02:00
Middleware composer run cs:fix 2023-01-20 11:45:08 +01:00
Migrations Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_value 2023-04-04 10:23:54 +02:00
Notification update notifications for one-click instances 2022-10-24 18:28:00 +02:00
Service Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
src More honest reset password request response 2023-04-13 17:31:49 -04:00
templates Merge pull request #37583 from nextcloud/fix/37174-place-heading-inside_of_the_main_content 2023-04-06 14:39:49 +02:00
vendor Remove jstz usage from server 2023-01-04 17:40:40 +00:00
.l10nignore Add core/js/dist/ to l10nignore 2019-06-13 13:55:22 +02:00
Application.php Add parent index on filecache 2023-03-20 15:02:23 +00:00
register_command.php add command to generate a preview for a file 2023-04-03 17:30:57 +02:00
routes.php feat(translations): Add translation provider API 2023-02-27 16:52:03 +01:00
shipped.json set theming app to alwaysEnabled 2022-10-17 17:51:39 +02:00
strings.php core: add more strict_types 2021-04-26 12:44:37 +02:00