Nextcloud bot
d7c88ece4e
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-24 02:17:45 +00:00
blizzz
222b8942af
Merge pull request #35366 from nextcloud/backport/35353/stable25
...
[stable25] Update cache when file size === 0
2022-11-23 20:47:34 +01:00
blizzz
1a1a810cf2
Merge pull request #34955 from nextcloud/backport/34934/stable25
...
[stable25] Read encrypted session data again on reopen
2022-11-23 20:42:30 +01:00
blizzz
695ceba17c
Merge pull request #35322 from nextcloud/backport/stable25/35187
...
[stable25] Fix mentions rendering in comment editor
2022-11-23 17:59:29 +01:00
Louis Chemineau
cb99a5795d
Update cache when file size === 0
...
The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-23 14:57:32 +00:00
Joas Schilling
6d566367a9
Merge pull request #35354 from nextcloud/backport/35206/stable25
...
[stable25] Fix forwarding the object id when searching comments
2022-11-23 14:26:57 +01:00
Louis Chemineau
19042c4d91
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>
2022-11-23 13:47:24 +01:00
Vincent Petry
6e4d50b914
Merge pull request #35340 from nextcloud/backport/35299/stable25
...
[stable25] Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
2022-11-23 12:51:45 +01:00
Joas Schilling
3b3048e403
Fix forwarding the object id when searching comments
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-23 10:12:45 +00:00
blizzz
5efabd1fa9
Merge pull request #35346 from nextcloud/backport/35315/stable25
...
[stable25] Fix border color contrast
2022-11-23 10:46:34 +01:00
blizzz
a574e1f3c7
Merge pull request #35327 from nextcloud/backport/34528/stable25
...
[stable25] Handle badly named version files more gracefully and log information
2022-11-23 10:43:56 +01:00
blizzz
4a4ee4fccd
Merge pull request #35326 from nextcloud/fix/34602/background-image-migration/stable25
...
[stable25] optimize background image migration job
2022-11-23 10:41:38 +01:00
blizzz
166f07649f
Merge pull request #35034 from nextcloud/backport/32211/stable25
...
[stable25] Add repair command to fix wrong share ownership
2022-11-23 10:37:28 +01:00
John Molakvoæ
5cd1e77dbd
Merge pull request #34928 from nextcloud/backport/34868/stable25
...
[stable25] Update @nextcloud/dialogs and fix toasts styling
2022-11-23 10:21:20 +01:00
Nextcloud bot
9a0270ace4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-23 02:18:19 +00:00
Christopher Ng
5a8fca96cb
Fix border color contrast
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-11-22 23:27:20 +00:00
John Molakvoæ
05af366fa5
Merge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25
...
[stable25] Fix navigation order
2022-11-22 21:12:33 +01:00
Pytal
a84b70a45a
Merge pull request #35330 from nextcloud/backport/35309/stable25
...
[stable25] Help pages: set window title for sidebar sections
2022-11-22 10:19:08 -08:00
kavita.sonawane@t-systems.com
f9a2410ccb
CSS compiled files for deactivates the possiblility to checkmark or click on the encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:43 +00:00
kavita.sonawane@t-systems.com
895d068ab9
Prevent selection of encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:42 +00:00
kavita.sonawane@t-systems.com
a448205308
Prevents the selection of encrypted folder on next page load
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:42 +00:00
kavita.sonawane@t-systems.com
1b2441b90e
Prevents the selection of encrypted folder on scroll page
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:42 +00:00
kavita.sonawane@t-systems.com
eb756d8ca5
Deactivates the possiblility to checkmark or click on the encrypted folder
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:42 +00:00
kavita.sonawane@t-systems.com
a96877a5ff
Add comments for prevents the selection of encrypted folders
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:42 +00:00
kavita.sonawane@t-systems.com
cfa0dab8f1
Filelist:-Deselecting all files checkboxes within cells of encrypted folder
...
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2022-11-22 17:35:41 +00:00
John Molakvoæ
2c33a04f07
Fix navigation order
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-22 17:22:55 +01:00
julia.kirschenheuter
fdf74b0f53
Help pages: set window title for sidebar sections
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-11-22 13:32:34 +00:00
Côme Chilliet
8aa6c10382
Merge pull request #35174 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0-in-stable25
...
Bump swiftmailer/swiftmailer to 6.3.0 in stable25
2022-11-22 14:09:36 +01:00
Côme Chilliet
5f26c549bd
Handle badly named version files more gracefully and log information
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 13:52:11 +01:00
Arthur Schiwon
6916a311e7
rename placeholder
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-22 13:51:28 +01:00
Arthur Schiwon
2f8ff76061
fix const visibility
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-22 13:51:24 +01:00
blizzz
5eb5d39d9f
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-22 13:51:21 +01:00
blizzz
8992ba85c7
use const
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-22 13:51:18 +01:00
blizzz
300148b21d
use .json extentions
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
2022-11-22 13:51:13 +01:00
Arthur Schiwon
854bfcc38d
do not store state in appconfig
...
- and use count over isset for better understanding
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-22 13:51:09 +01:00
Arthur Schiwon
266426f5e4
remove dashboard check, as fallback did not consider it either
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-11-22 13:51:00 +01:00
Arthur Schiwon
20859a3f3f
optimize background image migration job
...
- 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>
2022-11-22 13:50:54 +01:00
Simon L
b27f584dd3
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>
2022-11-22 12:01:24 +00:00
Simon L
30b2b86115
Merge pull request #35312 from nextcloud/stable25-user-mgmt-quota-no-cache
...
[stable25] Don't use quota cache through user management
2022-11-22 10:46:04 +01:00
Côme Chilliet
daba112247
Merge pull request #35161 from nextcloud/backport/35157/stable25
...
[stable25] Make sure to not pass null to DateTime::createFromFormat
2022-11-22 10:09:35 +01:00
Côme Chilliet
345a216502
Align 3rdparty with stable25
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-22 09:53:53 +01:00
Nextcloud bot
a5961d1977
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-22 02:19:29 +00:00
Vincent Petry
5ed9925883
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>
2022-11-21 23:46:02 +01:00
blizzz
e93300deb4
Merge pull request #35118 from nextcloud/backport/34485/stable25
...
[stable25] Fix hasBigIntConversionPendingColumns missing files_trash
2022-11-21 18:03:56 +01:00
blizzz
5a9eb9f519
Merge pull request #34944 from nextcloud/backport/32565/stable25
...
[stable25] Fix deprecations logged as errors
2022-11-21 17:58:18 +01:00
Joas Schilling
249cd4c7d7
Merge pull request #35298 from nextcloud/backport/35251/stable25
...
[stable25] Increase the fair-use push limit to 1.000 users
2022-11-21 15:41:22 +01:00
Joas Schilling
8d30564b82
Merge pull request #35183 from nextcloud/nickvergessen-patch-1
...
[stable25] Update CODEOWNERS
2022-11-21 15:40:46 +01:00
Côme Chilliet
ba4e859ff0
Merge pull request #35232 from nextcloud/backport/35009/stable25
...
[stable25] Check quota on file copy
2022-11-21 14:15:38 +01:00
Joas Schilling
30e72fe180
Increase the fair-use push limit to 1.000 users
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-21 10:07:25 +00:00
Vincent Petry
b4bccf1ea3
Merge pull request #35291 from nextcloud/backport/35185/stable25
...
[stable25] Hide warning about missing apps for when shipped in the next version
2022-11-21 09:32:38 +01:00