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 "<". However, the "jQuery.text()" parameter
does not need to be escaped, as "<" is shown literally as "<"
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
blizzz
d710831a8e
Merge pull request #33121 from nextcloud/backport/33109/stable22
...
[stable22] Fix translation of home breadcrumb
2022-07-06 13:50:41 +02:00
blizzz
90d603de6f
Merge pull request #32891 from nextcloud/backport/32584/stable22
...
[stable22] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
2022-07-06 13:34:47 +02:00
blizzz
4a7775f78b
Merge pull request #32793 from nextcloud/backport/32675/stable22
...
[stable22] Validate custom dashboard background image
2022-07-06 13:33:35 +02:00
blizzz
6509c841b3
Merge pull request #32681 from nextcloud/backport/32510/stable22
...
[stable22] Properly calculate primary element based on background luminance
2022-07-06 13:32:49 +02:00
Nextcloud bot
112ea188ad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06 02:24:05 +00:00
Christopher Ng
1bac3c5694
Fix translation of home breadcrumb
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-05 18:36:39 +00:00
Julien Veyssier
3d6f228aa7
add missing GET param to getstoragestats url
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
(cherry picked from commit ca6a724503 )
2022-07-05 15:58:14 +00:00
Carl Schwan
51151487b4
Fix 404 when using index.php in the url
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit ee793572cb )
2022-07-05 15:58:13 +00:00
Carl Schwan
bed164801e
Remove .php from url
...
Probably here for legacy reasons, but it is a bit weird to call an .php
endpoint that doesn't correspond to a .php file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit c7931086cc )
2022-07-05 15:58:11 +00:00
blizzz
1c83b2bc50
Merge pull request #32976 from nextcloud/backport/32016/stable22
...
[stable22] Use stored user for PasswordUpdatedEvent
2022-07-05 12:32:37 +02:00
Nextcloud bot
6c76080c3a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05 02:23:53 +00:00
Nextcloud bot
d2b16ce1c7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04 02:24:05 +00:00
Nextcloud bot
eb1f2f3d21
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03 02:23:06 +00:00
Nextcloud bot
85ec1df07a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02 02:25:27 +00:00
Nextcloud bot
a3cc499899
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01 02:35:05 +00:00
Nextcloud bot
1f5dbfae45
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30 02:24:18 +00:00
Nextcloud bot
f126c00441
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29 02:27:55 +00:00
Nextcloud bot
567a5970b8
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-28 02:28:58 +00:00
Nextcloud bot
3008908b0a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-27 02:27:42 +00:00
Nextcloud bot
7bb93542d6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-25 02:27:57 +00:00
blizzz
d427ea1830
Merge pull request #32918 from nextcloud/backport/32874/stable22
...
[stable22] Mention missing files subdir
2022-06-24 10:11:23 +02:00
Nextcloud bot
9d24c2df1a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-24 02:27:41 +00:00
Nextcloud bot
6ee1265468
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-23 02:28:02 +00:00
Louis Chemineau
673cef97c0
Use stored user for PasswordUpdatedEvent
...
When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.
This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-22 10:27:50 +00:00
Nextcloud bot
f861a99542
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-22 02:28:36 +00:00
Nextcloud bot
2c084ec1e6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-21 02:29:21 +00:00
Nextcloud bot
a57359dc2c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-20 02:27:49 +00:00
Nextcloud bot
04b3bd00a5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-19 02:28:14 +00:00
Nextcloud bot
be0305f8cb
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-18 02:27:51 +00:00
Bill McGonigle
8a3c19f894
Mention missing files subdir
...
Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7
By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case.
Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
2022-06-17 10:46:32 +00:00
Nextcloud bot
7ffcca7e1f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-17 02:28:11 +00:00
Nextcloud bot
ca35739ee4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-16 02:27:59 +00:00
Thomas Citharel
0184352127
Update tests after ResetTokenBackgroundJob changes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-15 13:55:44 +00:00
Thomas Citharel
7050cbcb17
Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJob
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-15 13:55:43 +00:00
Thomas Citharel
bdb15df5db
Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
...
No need to try to delete the config key in config.php if we aren't
allowed to.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-15 13:55:41 +00:00
Nextcloud bot
f3872c6626
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-15 02:28:23 +00:00
Nextcloud bot
893619b69c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-14 02:28:42 +00:00
Vincent Petry
5130bf736f
Merge pull request #32851 from nextcloud/backport/32806/stable22
...
[stable22] Revert "Remove inefficient fed share scanner"
2022-06-13 14:09:03 +02:00
Joas Schilling
fa2d3ede52
Correctly log failed attempts
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-13 08:38:40 +00:00
Carl Schwan
a25e765d97
Revert "Remove inefficient fed share scanner"
...
This reverts commit ce31914314 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit 6667007bf2 )
2022-06-13 10:10:09 +02:00
blizzz
be236efd2b
Merge pull request #32835 from nextcloud/backport/32799/stable22
...
[stable22] Fix exception handling when profile data is too long
2022-06-13 09:39:05 +02:00
Nextcloud bot
5b4341ae79
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-13 02:28:41 +00:00
Joas Schilling
3189626a81
Fix exception handling when profile data is too long
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-12 13:53:14 +02:00
Nextcloud bot
e8ab9d1e6d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-12 02:28:20 +00:00
Carl Schwan
4fdf08727b
Merge pull request #32809 from nextcloud/backport/32594/stable22
...
[stable22] Fix loading groupfolder info when share api is disabled
2022-06-11 17:37:45 +02:00
Nextcloud bot
d830da0e18
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11 02:28:59 +00:00
Carl Schwan
953b9cfb14
Fix loading groupfolder info when share api is disabled
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit 3ea740e13753bc3e742f1da34041ff6014c7d287)
2022-06-10 22:02:22 +00:00
Vincent Petry
7bc2042628
Merge pull request #32694 from nextcloud/backport/32471/stable22
...
[stable22] Make sure activities are not created when a deleted calendar object expires
2022-06-10 15:28:15 +02:00
Carl Schwan
31d00c4cc1
Merge pull request #32760 from nextcloud/backport/stable22/upload-speed
...
[stable22] Make X-HAS-{MD5/SHA256} opt-in
2022-06-10 11:35:35 +02:00