Daniel Calviño Sánchez
f19b44d595
Fix quota text not updated after copying or moving a file
...
Note that the quota may change too when files are moved if the file is
moved, for example, to or from a folder shared by other user.
Besides the quota the storage statistics are also updated, similar to
what is done when a file is deleted.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06 13:28:58 +00:00
Daniel Calviño Sánchez
117e4177f1
Fix quota text not updated when no quota is set
...
The JavaScript code that updates the quota text expects the element to
have "quotatext" as id.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06 13:28:56 +00:00
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
47d5c62580
Merge pull request #33017 from nextcloud/dependabot/composer/build/integration/stable22/guzzlehttp/guzzle-6.5.8
...
Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 in /build/integration
2022-07-06 13:48:28 +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
Carl Schwan
c1f2eca7b0
Merge pull request #33117 from nextcloud/backport/33113/stable22
...
[stable22] Remove .php from ajax url
2022-07-05 22:21:18 +02: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
Simon L
b814f428b5
Merge pull request #32605 from nextcloud/backport/32575/stable22
...
[stable22] Improve warning about missing pnctl
2022-07-01 10:43:29 +02:00
Tobias Kaminsky
51c8273de9
Merge pull request #33060 from nextcloud/backport/33050/stable22
...
[stable22] Check whether entry is of type ICacheEntry in Cache->remove()
2022-07-01 10:40:52 +02: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
Jonas
3fbd7a6602
Check whether entry is of type ICacheEntry in Cache->remove()
...
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".
So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().
Fixes : #33023
Signed-off-by: Jonas <jonas@freesources.org>
2022-06-30 12:24:01 +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
dependabot[bot]
9834af4f25
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 01:06:11 +00:00
blizzz
50dc873ffd
Merge pull request #32992 from nextcloud/backport/32988/stable22
...
[stable22] Improve local domain detection
2022-06-24 11:28:26 +02:00
blizzz
4b744e0a92
Merge pull request #32872 from nextcloud/backport/32813/stable22
...
[stable22] Run php tests when 3rdparty changed
2022-06-24 10:18:12 +02: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
Côme Chilliet
6fc8060e95
Improve local domain detection
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-23 11:00:26 +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
Robin Appelman
2182b45a2c
Merge pull request #32816 from nextcloud/seeakble-http-stream-wrappers-22
...
[22] handle stream wrappers in SeekableHttpStream
2022-06-21 15:05:37 +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
blizzz
b25810ea51
Merge pull request #32914 from nextcloud/release/22.2.9
...
22.2.9
2022-06-20 12:38:54 +02:00
Arthur Schiwon
c23d051654
22.2.9
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-20 08:14:00 +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
blizzz
3e64e3e57d
Merge pull request #32917 from nextcloud/revert-32845-backport/32685/stable22
...
Revert "[stable22] Fix replacing external storage password during debug log"
2022-06-17 18:40:14 +02:00
blizzz
b74d8b9a7b
Merge pull request #32905 from nextcloud/backport/32898/stable22
...
[stable22] Fix logger overwriting vars in some circumstances
2022-06-17 16:07:29 +02:00
Arthur Schiwon
f9270b21e8
make placeholder a const for reuse
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:58:01 +02:00
Arthur Schiwon
bf5487482d
fix overwriting original vars when logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:58:01 +02:00
Arthur Schiwon
6f1b612770
add serializer test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-06-17 14:58:01 +02: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