nextcloud/apps/files
Daniel Calviño Sánchez 9acc1ea8a1 Fix quota text shown escaped
"t()" escapes and sanitizes the returned text by default, so strings
like "<" are converted to "&lt;". However, the "jQuery.text()" parameter
does not need to be escaped, as "&lt;" is shown literally as "&lt;"
rather than "<". Now "jQuery.html()" is used instead, which "unescapes"
the given text and sets it as a new text node (as the text in the
parameter does not contain markup for elements, only text).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06 13:28:51 +00:00
..
ajax Update php licenses 2021-06-04 22:02:41 +02:00
appinfo Remove .php from url 2022-07-05 15:58:11 +00:00
composer ran autoloaderchecker.sh 2022-03-31 14:15:16 +02:00
css Fix uploading text position 2022-01-04 08:49:38 +00:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Fix quota text shown escaped 2022-07-06 13:28:51 +00:00
l10n [tx-robot] updated from transifex 2022-07-06 02:24:05 +00:00
lib Mention missing files subdir 2022-06-17 10:46:32 +00:00
src Fix JS tests after test lib updates 2022-01-10 17:42:19 +01:00
templates Fix "No entries in this …" template 2021-10-26 10:58:25 +02:00
tests Redirection now only happens when dir is empty 2022-02-21 22:47:36 +01:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php Update php licenses 2021-06-04 22:02:41 +02:00
recentlist.php Update php licenses 2021-06-04 22:02:41 +02:00
simplelist.php Update php licenses 2021-06-04 22:02:41 +02:00
webpack.js Move to combined files entrypoint 2021-10-26 10:51:42 +02:00