Commit graph

65399 commits

Author SHA1 Message Date
Julia Kirschenheuter
abfa6a21c4
Merge pull request #37274 from nextcloud/backport/37244/stable25
[stable25] Replace custom tooltips with native ones and add description to all e…
2023-03-17 12:38:01 +01:00
Nextcloud bot
e19ad5256e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-17 02:27:31 +00:00
Arthur Schiwon
b351d7b014
Merge pull request #37203 from nextcloud/release/25.0.5_rc1
25.0.5 RC1
2023-03-16 17:25:16 +01:00
Arthur Schiwon
913bfc5cee
Merge pull request #37236 from nextcloud/backport/37227/stable25
[stable25] chore: use local variable for remote address
2023-03-16 17:18:53 +01:00
Arthur Schiwon
fd7d86a698
Merge pull request #37249 from nextcloud/backport/37010/stable25
[stable25] Fix Cache-Control header of non-versioned assets
2023-03-16 17:11:31 +01:00
julia.kirschenheuter
b8c9872369 Replace custom tooltips with native ones and add description to all elements which have title
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-16 14:31:32 +00:00
Julia Kirschenheuter
82443f196c
Merge pull request #37232 from nextcloud/fix/36911-create-h1-hreading-for-files
Set <h1> headings for navigation through files app
2023-03-16 13:20:23 +01:00
Daniel Kesselberg
cc1b616f24 chore: use local variable for remote address
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-03-16 13:18:28 +01:00
Arthur Schiwon
9aa7ed7549
Merge pull request #37255 from nextcloud/backport/37252/stable25
[stable25] fix(workflow): Check tag attribute
2023-03-16 10:29:53 +01:00
Joas Schilling
4776e5887e
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-16 08:49:59 +01:00
Nextcloud bot
52a8b776b3
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-16 02:28:25 +00:00
Nicolas Guichard
9d9c3bf943 Fix Cache-Control header of non-versioned assets
Non-cache-busted assets such as /dist/core-main.js also matched the
regex meant for cache-busted assets (note the ? at the end of the
regex).
The FilesMatch directive for cache-busted assets coming after the
non-cache-busted version all assets actually got the immutable flag
in their Cache-Control header. This caused client-side errors on
updates.

Query strings are not actually passed to FilesMatch directives so we
need another way to tell cache-busted/versionned assets apart from
non-versioned assets, here using If/Else directives.

Signed-off-by: Nicolas Guichard <nicolas@guichard.eu>
2023-03-15 23:14:34 +00:00
Arthur Schiwon
1d217b2b00
Merge pull request #37196 from nextcloud/backport/36852/stable25
[stable25] fix(user_status): Fix the user status automation on the day availablity rules are adjusted
2023-03-15 14:28:04 +01:00
Arthur Schiwon
b8608ee0fd
Merge pull request #36899 from nextcloud/backport/36837
[stable25] fix(SystemTagManager): Truncate overlong tag names
2023-03-15 14:27:10 +01:00
Arthur Schiwon
892a8045ce
Merge pull request #36749 from nextcloud/backport/36689/stable25
[stable25] Change X-Robots-Tag header from "none" to "noindex, nofollow"
2023-03-15 14:23:45 +01:00
Arthur Schiwon
5f2816a886
Merge pull request #36642 from nextcloud/backport/36192/stable25
[stable25] fix(caldav): Fix reminder timezone drift for all-day events
2023-03-15 14:19:23 +01:00
julia.kirschenheuter
a63eba068a Set <h1> headings for navigation through files app
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-15 11:51:57 +01:00
Arthur Schiwon
0e878ee7f6
Merge pull request #35650 from nextcloud/backport/35057/stable25
[stable25] Add brute force protection on all methods wrapped by PublicShareMiddleware
2023-03-15 11:46:40 +01:00
Joas Schilling
e0c912866c
Merge pull request #37225 from nextcloud/backport/37221/stable25
[stable25] Save some CI time
2023-03-15 10:27:10 +01:00
Julien Veyssier
a7d1313c14
manual backport of #35057
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-03-15 10:18:38 +01:00
Joas Schilling
162c1a0dd9
Save some CI time
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-15 09:34:48 +01:00
Nextcloud bot
4ef565973c
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-15 02:26:56 +00:00
Joas Schilling
d27ae2a5ce
Fix PHP 7.4 linting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-14 22:13:41 +01:00
Joas Schilling
9f891a563c
fix(CI): Add unit test for nextcloud/server#37167
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-14 22:13:41 +01:00
Joas Schilling
4b200db60f
fix(user_status): Fix the user status automation on the day availability rules are adjusted
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-14 22:13:40 +01:00
Joas Schilling
ab6fdbe631
Merge pull request #37200 from nextcloud/backport/37167/stable25
[stable25] fix(dav): Handle no next potential toggle in availability detection
2023-03-14 22:13:06 +01:00
Joas Schilling
c97568e711
Merge pull request #37216 from nextcloud/backport/37029/stable25
[stable25] Add chunking in SystemTagObjectMapper::getTagIdsForObjects
2023-03-14 18:27:24 +01:00
Côme Chilliet
f404122aa8
Add chunking in SystemTagObjectMapper::getTagIdsForObjects
This avoids crashing on Oracle with more than 1000 objects

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-14 16:02:01 +01:00
Nextcloud bot
efdd81bb40
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-14 02:27:27 +00:00
Arthur Schiwon
29b15d79bb
25.0.5 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-13 20:38:59 +01:00
Thomas Citharel
2f9f6d8c2f
fix(dav): Handle no next potential toggle in availability detection
Fixes:  min(): Array must contain at least one element at /var/www/nc/nextcloud/apps/dav/lib/BackgroundJob/UserStatusAutomation.php#142
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-03-13 19:28:38 +01:00
Côme Chilliet
5db1017d88
Merge pull request #36879 from nextcloud/fix/bump-php-opencloud/openstack-to-3.2.1-in-stable25
Bump php-opencloud/openstack to 3.2.1 in stable25
2023-03-13 16:16:40 +01:00
Côme Chilliet
627fb8c508
Bump 3rdparty to stable25
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-13 15:52:55 +01:00
Nextcloud bot
9477deaafe
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-13 02:29:05 +00:00
Nextcloud bot
4b8e7ef93e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-12 02:27:59 +00:00
Nextcloud bot
385f055197
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-11 02:28:15 +00:00
Simon L
3e80f878b1
Merge pull request #37164 from nextcloud/backport/37126/stable25
[stable25] fix white scrollbar corner in dark mode
2023-03-10 16:19:21 +01:00
Simon L
9877ed3f2a
Merge pull request #37158 from nextcloud/backport/37070/stable25
[stable25] add a check for disk_free_space in Config.php
2023-03-10 16:18:32 +01:00
Simon L
8b088b3e33
Merge pull request #37156 from nextcloud/backport/37140/stable25
[stable25] imaginary - fix autorotate for heic and improve the logic
2023-03-10 16:17:30 +01:00
Simon L
598e19f130
Merge pull request #37162 from nextcloud/backport/37116/stable25
[stable25] postgresql installation - add quotes around user names
2023-03-10 16:08:37 +01:00
Simon L
7f87f07381 add back missing line
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-10 12:17:55 +01:00
Simon L
cdb371cbba fix white scrollbar corner in dark mode
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-10 09:31:17 +00:00
Julia Kirschenheuter
c9e152b1e7
Merge pull request #36682 from nextcloud/backport/36633/stable25
[stable25] Create an accessible name for logo on logged in page
2023-03-10 08:49:06 +01:00
Nextcloud bot
b0e750f52a
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-10 02:27:32 +00:00
Simon L
7fd2458584 postgresql - add quotes around user names
fix https://github.com/nextcloud/server/issues/37114

Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-10 02:04:01 +00:00
Simon L
58e36f7fc8 add a check for disk_free_space in Config.php
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-09 23:24:39 +00:00
Simon L
f7faf8997c imaginary - fix autorotate and improve the logic
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-09 22:26:01 +00:00
Julia Kirschenheuter
3cfa52c70a
Merge pull request #36896 from nextcloud/backport/36358/stable25
[stable25] Adapt native tooltip for new structure of NcAvatar
2023-03-09 16:00:12 +01:00
Julia Kirschenheuter
233c22dbf9
Merge pull request #37118 from nextcloud/backport/36640/stable25
[stable25] Create headings for apps, users, settings pages
2023-03-09 12:53:35 +01:00
julia.kirschenheuter
8fb844d1df fixup! Adapt native tooltip for new structure of NcAvatar
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-09 11:47:52 +01:00