| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[stable25] Fix share admin page
|
| |
| |
| |
| |
| |
| |
| | |
arrow function don't work that well with jquery
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Simon L <szaimen@e.mail.de>
|
| |
| |
| |
| | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\ \
| |/
|/| |
[stable25] Fix UX of renaming token
|
| |
| |
| |
| |
| |
| |
| | |
Now this get's instant applied and escaping will reset to the previous
state
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\ \
| | |
| | | |
[stable25] fix missing share icon
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Simon L <szaimen@e.mail.de>
|
|\ \ \
| | | |
| | | | |
[stable25] Revert minimum length for tags
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This reverts commit e1d9b0bae20510526b0d00c2afe464945847face.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
|/ /
| |
| |
| | |
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \
| |/
|/| |
[stable25] Fix user settings layout
|
| |
| |
| |
| |
| | |
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| |
| |
| |
| |
| | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| |
| |
| |
| | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
|\ \
| | |
| | | |
[stable25] Add label to sharing search field
|
| |/
| |
| |
| | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|\ \
| | |
| | | |
[stable25] Fix HTML entities not decoded in comment just added
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.
However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&" instead of
"&".
To solve that now the same decoding logic used in GetComments is applied
too in NewComment.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
| |/
| |
| |
| |
| |
| |
| | |
This will make possible to use it from files other than
"GetComments.js".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
|/
|
|
| |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
|\
| |
| | |
[stable25] Fix mentions rendering in comment editor
|
| |
| |
| |
| |
| |
| | |
NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
|\ \
| |/
|/| |
[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
|
| |
| |
| |
| |
| |
| | |
the encrypted folders
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
| |
| |
| |
| | |
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
|
|\ \
| | |
| | | |
[stable25] Fix border color contrast
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|\ \ \
| | | |
| | | | |
[stable25] Handle badly named version files more gracefully and log information
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/fix/34602/background-image-migration/stable25
[stable25] optimize background image migration job
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- and use count over isset for better understanding
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- separate in two stages: to prepare, and to actually migrate
- in step one, prepare a list of users to be migrated, and store it
compressed as app config
- gzcompress can be used, because we already require zlib
- upon the next calls (step two), slice off the first 5000 users
and migrate them. Re-add job if necessary to repeat.
- downside is that an app config value will in the beginning use the
RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB)
result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs,
0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \ \
| | | |
| | | | |
[stable25] Update @nextcloud/dialogs and fix toasts styling
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
| |/
|/|
| |
| | |
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
|\ \
| |/
|/| |
[stable25] Don't use quota cache through user management
|
| |
| |
| |
| |
| |
| |
| | |
When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|