Commit graph

65263 commits

Author SHA1 Message Date
Joas Schilling
bbcfa69dd2
Merge pull request #36218 from nextcloud/backport/35873/stable25
[stable25] Add option to return an exit-code when occ status signals an update is needed
2023-02-24 14:01:05 +01:00
Simon L
2181b1f4be
Merge pull request #36747 from nextcloud/backport/36737/stable25
[stable25] fix too long entries in contacts-menu
2023-02-24 10:20:21 +01:00
Simon L
982fdacc18
Merge pull request #36729 from nextcloud/backport/36691/stable25
[stable25] add a disk_free_space check before writing config
2023-02-24 10:19:35 +01:00
Simon L
2f5d8f8722
Merge pull request #36672 from nextcloud/backport/36443/stable25
[stable25] Fix the login log entry
2023-02-24 10:19:19 +01:00
Joas Schilling
a01f4cebf4
Merge pull request #36696 from nextcloud/backport/36525/stable25
[stable25] fix: Only get params from PUT content if possible
2023-02-24 09:25:18 +01:00
Joas Schilling
e884498869
Merge pull request #36752 from nextcloud/backport/36735/stable25
[stable25] fix the contacts-menu vcf-contact avatars
2023-02-24 09:00:24 +01:00
Joas Schilling
193e51d7bf
Merge pull request #36645 from nextcloud/backport/36637/stable25
[stable25] Safer URL match in FileReferenceProvider
2023-02-24 08:58:03 +01:00
Joas Schilling
08b13f644d
Merge pull request #36797 from nextcloud/backport/36795/stable25
[stable25] Avoid extra parenthesis around SQL in IN expressions
2023-02-24 08:10:46 +01:00
Nextcloud bot
2befabcb1b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-24 02:34:47 +00:00
John Molakvoæ
0c86714144
Merge pull request #36685 from nextcloud/release/25.0.4
25.0.4
2023-02-23 09:53:27 +01:00
John Molakvoæ
2ccf33f8ec
25.0.4
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-02-23 07:46:27 +01:00
John Molakvoæ
bb7e465f40
Merge pull request #36815 from nextcloud/backport/36814/stable25
[stable25] Validate the scope when validating operations
2023-02-23 07:35:13 +01:00
Joas Schilling
ff95ab7acd
Also check the scope when reading operations from the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-23 06:15:36 +01:00
Joas Schilling
5a06b50b10
Validate the scope when validating operations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-23 06:15:36 +01:00
Nextcloud bot
0da274bf5b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-23 02:29:23 +00:00
Nextcloud bot
2f4d413d88
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22 02:26:43 +00:00
Côme Chilliet
19605e58d7 Avoid extra parenthesis around SQL in IN expressions
The expression builder already suround the SQL with parenthesis when
 using in(), so we must not add another pair, this confuses at least
 sqlite.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 16:48:31 +00:00
Nextcloud bot
ab1c44cbf8
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-21 02:26:23 +00:00
Simon L
947dc85dea fix it for 32-bit
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-20 10:13:39 +01:00
Nextcloud bot
53f1dcf715
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-20 02:26:53 +00:00
Nextcloud bot
d2a845cb9f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-19 02:27:15 +00:00
Nextcloud bot
cc888d299f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-18 02:27:25 +00:00
Nextcloud bot
e8d057aaae
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-17 02:26:08 +00:00
Simon L
f2885b3378 fix the contacts-menu vcf-contact avatars
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 13:12:07 +00:00
Simon L
1ddf4328e9 fix too long entries in contacts-menu
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-16 10:52:39 +00:00
Nextcloud bot
06d9aa6ff0
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-16 02:26:03 +00:00
Simon L
3622911c6e address review by Joas
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-15 17:56:56 +00:00
Simon L
17c5591567 add a disk_free_space check before writing config
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-15 17:56:53 +00:00
Nextcloud bot
42e4e088e7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-15 02:25:56 +00:00
blizzz
fe0d59dbc3
Merge pull request #36702 from nextcloud/backport/36700/stable25
[stable25] Also copy meta data when converting DataResponse to JSONRe…
2023-02-14 22:05:14 +01:00
Joas Schilling
04f72634a8
Also copy bruteforce meta data when converting DataResponse to JSONResponse
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-14 19:46:12 +01:00
Julius Härtl
119babd9a2 fix: Only get params from PUT content if possible
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-02-14 08:55:00 +00:00
Nextcloud bot
528a79c34e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-14 02:26:01 +00:00
Nextcloud bot
32d0e552a1
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-13 02:25:18 +00:00
Nextcloud bot
884dfb2632
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-12 02:26:07 +00:00
Simon L
bbbef1f1ad Fix the login log entry
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-11 14:28:38 +01:00
Nextcloud bot
279e113a0e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-11 02:26:26 +00:00
Nextcloud bot
fdb5a662d3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-10 02:26:47 +00:00
Julien Veyssier
6242e0f623 safer URL match in FileReferenceProvider
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-02-09 21:51:25 +00:00
blizzz
eba386f680
Merge pull request #36560 from nextcloud/release/25.0.4_rc1
25.0.4 RC1
2023-02-09 14:37:25 +01:00
blizzz
6a1983392e
Merge pull request #35842 from nextcloud/backport/25768/stable25
[stable25] Use mimetype from cache for workflow checks
2023-02-09 14:36:02 +01:00
blizzz
67331c88dc
Merge pull request #36631 from nextcloud/revert-34921-backport/34906/stable25
Revert "[stable25] update 64-bit check wording"
2023-02-09 13:52:38 +01:00
blizzz
32ed6135d2
Merge pull request #36615 from nextcloud/backport/stable25/36564
[stable25] Restore copy button text on directory fetch error
2023-02-09 12:42:19 +01:00
Louis
b9994bb820
Merge pull request #36614 from nextcloud/backport/stable25/36583
[stable25] Prevent scrolling hover .files-controls
2023-02-09 12:03:09 +01:00
Côme Chilliet
f886250bd3
Revert "[stable25] update 64-bit check wording" 2023-02-09 11:33:29 +01:00
Côme Chilliet
a8097b5ba3
Merge pull request #36593 from nextcloud/backport/36588/stable25
[stable25] Revert #34908 to allow 32bit setups to upgrade to 26
2023-02-09 11:11:32 +01:00
Louis Chemineau
6da48df354 Restore copy button text on directory fetch error
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-09 11:05:42 +01:00
Simon L
5966a8486d
Merge pull request #36624 from nextcloud/fix/vue-2.7-compilation
[stable25] Fix compilation of Vue 2.7 features
2023-02-09 10:30:46 +01:00
Nextcloud bot
ec731314a7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-09 02:25:53 +00:00
Christopher Ng
8f632722c8 Fix compilation of Vue 2.7 features
- Bump vue-loader from 15.9.8 to 15.10.1
- Fix contacts menu styles

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-08 17:43:34 -08:00