]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoproperly typehint generated migrations 34487/head
Roeland Jago Douma [Sun, 9 Oct 2022 19:26:16 +0000 (21:26 +0200)]
properly typehint generated migrations

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Oct 2022 02:14:24 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-referenc...
Joas Schilling [Mon, 3 Oct 2022 16:23:21 +0000 (18:23 +0200)]
Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-reference-api

Add a capability for the reference API and expose the regex to clients

2 years agoMerge pull request #34396 from nextcloud/bugfix/noid/public-page-footer
Simon L [Mon, 3 Oct 2022 15:08:59 +0000 (17:08 +0200)]
Merge pull request #34396 from nextcloud/bugfix/noid/public-page-footer

Fix positioning of the public page footer

2 years agoMerge pull request #34302 from nextcloud/fix/propagation_deadlock_handling
Robin Appelman [Mon, 3 Oct 2022 14:23:57 +0000 (16:23 +0200)]
Merge pull request #34302 from nextcloud/fix/propagation_deadlock_handling

Fix: Prevent deadlocks during mtime/size/etag propagation

2 years agofix footer 34396/head
szaimen [Mon, 3 Oct 2022 13:37:14 +0000 (15:37 +0200)]
fix footer

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_birthday...
Anna [Mon, 3 Oct 2022 12:15:36 +0000 (14:15 +0200)]
Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar

feat(contacts): exclude contact from birthday calendar

2 years agoFix unencrypted size calculation for files created before the Encryption storage... 34302/head
raul [Mon, 3 Oct 2022 11:40:57 +0000 (13:40 +0200)]
Fix unencrypted size calculation for files created before the Encryption storage is enabled

Signed-off-by: raul <raul@nextcloud.com>
2 years agoFix: Prevent deadlocks during mtime/size/etag propagation
raul [Thu, 29 Sep 2022 17:01:42 +0000 (19:01 +0200)]
Fix: Prevent deadlocks during mtime/size/etag propagation

Signed-off-by: raul <raul@nextcloud.com>
2 years agoMerge pull request #32899 from Retidurc/pdo-attr-persistent
blizzz [Mon, 3 Oct 2022 10:34:39 +0000 (12:34 +0200)]
Merge pull request #32899 from Retidurc/pdo-attr-persistent

Expose Doctrine support for persistent connections in PDO in Nextcloud settings

2 years agoFix positioning of the public page footer
Julius Härtl [Mon, 3 Oct 2022 10:33:45 +0000 (12:33 +0200)]
Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsers
blizzz [Mon, 3 Oct 2022 08:59:25 +0000 (10:59 +0200)]
Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsers

Remove the loop of calendars when only one is needed

2 years agoMerge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typing
Côme Chilliet [Mon, 3 Oct 2022 08:01:08 +0000 (10:01 +0200)]
Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typing

Add typings to OCP\Calendar\ICalendar and implementation

2 years agoAdd typings to OCP\Calendar\ICalendar and implementation 34376/head
Thomas Citharel [Sun, 2 Oct 2022 10:14:36 +0000 (12:14 +0200)]
Add typings to OCP\Calendar\ICalendar and implementation

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 3 Oct 2022 02:17:31 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agofeat: add tests cases 34388/head
Sylvain [Sun, 2 Oct 2022 16:34:43 +0000 (18:34 +0200)]
feat: add tests cases

Signed-off-by: Sylvain <git@sylvain.dev>
2 years agofix: define exclusion key as constant
Sylvain [Sun, 2 Oct 2022 16:21:29 +0000 (18:21 +0200)]
fix: define exclusion key as constant

Signed-off-by: Sylvain <git@sylvain.dev>
2 years agofeat(contacts): exclude contact from birthday calendar
Sylvain [Sun, 2 Oct 2022 15:41:59 +0000 (17:41 +0200)]
feat(contacts): exclude contact from birthday calendar

Signed-off-by: Sylvain <git@sylvain.dev>
2 years agoMerge pull request #34339 from nextcloud/bugfix/noid/fix-urls-on-reference-resolving
Julius Härtl [Sun, 2 Oct 2022 12:34:41 +0000 (14:34 +0200)]
Merge pull request #34339 from nextcloud/bugfix/noid/fix-urls-on-reference-resolving

Fix URLs on reference resolving

2 years agoMerge pull request #34289 from nextcloud/fix/url-encode-webdav-url
Anna [Sun, 2 Oct 2022 12:28:19 +0000 (14:28 +0200)]
Merge pull request #34289 from nextcloud/fix/url-encode-webdav-url

Url encode the web dav url for copying

2 years agoUrl encode the web dav url for copying 34289/head
Anna Larch [Tue, 27 Sep 2022 11:46:11 +0000 (13:46 +0200)]
Url encode the web dav url for copying

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoMerge pull request #34219 from nextcloud/fix/add-uid-fn-fallbacks
Anna [Sun, 2 Oct 2022 08:35:50 +0000 (10:35 +0200)]
Merge pull request #34219 from nextcloud/fix/add-uid-fn-fallbacks

Add fallback options for contacts array

2 years agoMerge pull request #34336 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Sun, 2 Oct 2022 07:22:04 +0000 (09:22 +0200)]
Merge pull request #34336 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 years agoUpdate psalm baseline 34336/head
nextcloud-command [Sun, 2 Oct 2022 04:39:59 +0000 (04:39 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Oct 2022 02:17:03 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd fallback options for contacts array 34219/head
Anna Larch [Fri, 23 Sep 2022 12:38:43 +0000 (14:38 +0200)]
Add fallback options for contacts array

when the UID or FN is null, the email address / dsiplay name will be used instead

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoMerge pull request #34331 from nextcloud/enh/noid/public-view-fix
Simon L [Sat, 1 Oct 2022 22:21:40 +0000 (00:21 +0200)]
Merge pull request #34331 from nextcloud/enh/noid/public-view-fix

fix public view

2 years agoRemove the loop of calendars when only one is needed 33608/head
Anna Larch [Thu, 18 Aug 2022 12:39:40 +0000 (14:39 +0200)]
Remove the loop of calendars when only one is needed

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years agoMerge pull request #33104 from nextcloud/enhancement/add-logging-federation
blizzz [Sat, 1 Oct 2022 19:53:55 +0000 (21:53 +0200)]
Merge pull request #33104 from nextcloud/enhancement/add-logging-federation

Federation - add logging, update the server status if sync fails

2 years agoMerge pull request #33450 from sazanof/bug/base64-card-dav-search
blizzz [Sat, 1 Oct 2022 19:50:14 +0000 (21:50 +0200)]
Merge pull request #33450 from sazanof/bug/base64-card-dav-search

Fix photo url generation (add URI type to VCard2Array)

2 years agoMerge pull request #33566 from nextcloud/fopen-not-found-rescan
blizzz [Sat, 1 Oct 2022 19:47:26 +0000 (21:47 +0200)]
Merge pull request #33566 from nextcloud/fopen-not-found-rescan

trigger a rescan when trying to fopen a file that exists in cache but not on disk

2 years agoMerge pull request #34223 from nextcloud/includeTags
blizzz [Sat, 1 Oct 2022 19:43:10 +0000 (21:43 +0200)]
Merge pull request #34223 from nextcloud/includeTags

includeTags -> include_tags

2 years agoMerge pull request #34343 from nextcloud/fix/ocs-api-missing-maintenance-mode-headers
blizzz [Sat, 1 Oct 2022 19:41:12 +0000 (21:41 +0200)]
Merge pull request #34343 from nextcloud/fix/ocs-api-missing-maintenance-mode-headers

Fix missing maintenance mode header for OCS request

2 years agoMerge pull request #34364 from nextcloud/fix/noid/updater-backup-cleanup
blizzz [Sat, 1 Oct 2022 17:26:19 +0000 (19:26 +0200)]
Merge pull request #34364 from nextcloud/fix/noid/updater-backup-cleanup

also use updatedir for cleanup of backups

2 years agoAdd a capability for the reference API and expose the regex to clients 34350/head
Joas Schilling [Fri, 30 Sep 2022 16:13:45 +0000 (18:13 +0200)]
Add a capability for the reference API and expose the regex to clients

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #33737 from andyxheli/patch-4
Simon L [Sat, 1 Oct 2022 16:06:44 +0000 (18:06 +0200)]
Merge pull request #33737 from andyxheli/patch-4

Makes untrusted domain error on info

2 years agoMerge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuff
Côme Chilliet [Sat, 1 Oct 2022 15:55:31 +0000 (17:55 +0200)]
Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuff

Remove some constants and functions which have been long deprecated

2 years agoMerge pull request #34323 from nextcloud/fix/screenshots
Simon L [Sat, 1 Oct 2022 15:44:21 +0000 (17:44 +0200)]
Merge pull request #34323 from nextcloud/fix/screenshots

Update theming screenshots

2 years agoMerge pull request #34363 from nextcloud/bugfix/noid/update-opendyslexia
Simon L [Sat, 1 Oct 2022 15:21:04 +0000 (17:21 +0200)]
Merge pull request #34363 from nextcloud/bugfix/noid/update-opendyslexia

Update OpenDyslexia to v0.91.12

2 years agoalso use updatedir for cleanup of backups 34364/head
Arthur Schiwon [Sat, 1 Oct 2022 15:01:28 +0000 (17:01 +0200)]
also use updatedir for cleanup of backups

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoUpdate opendyslexia 34363/head
Joas Schilling [Sat, 1 Oct 2022 14:09:30 +0000 (16:09 +0200)]
Update opendyslexia

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34269 from nextcloud/td/noid/remove-unused-listener
blizzz [Sat, 1 Oct 2022 14:15:39 +0000 (16:15 +0200)]
Merge pull request #34269 from nextcloud/td/noid/remove-unused-listener

remove listeners to OC_Filesystem::(write|rename) old style hooks

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Oct 2022 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] Update transifex configuration
Nextcloud bot [Sat, 1 Oct 2022 02:10:18 +0000 (02:10 +0000)]
[tx-robot] Update transifex configuration

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34353 from nextcloud/fix/noid/reference-url-fallback
Julien Veyssier [Fri, 30 Sep 2022 22:43:23 +0000 (00:43 +0200)]
Merge pull request #34353 from nextcloud/fix/noid/reference-url-fallback

Reference url can always fallback to the link itself

2 years agoMerge pull request #34333 from nextcloud/enh/33851/fix-tertiary-button
Simon L [Fri, 30 Sep 2022 18:33:10 +0000 (20:33 +0200)]
Merge pull request #34333 from nextcloud/enh/33851/fix-tertiary-button

fix the tertiary button text

2 years agoMerge pull request #34348 from nextcloud/bugfix/34156/fix-rename-within-sharedwithyou
Vincent Petry [Fri, 30 Sep 2022 17:52:32 +0000 (19:52 +0200)]
Merge pull request #34348 from nextcloud/bugfix/34156/fix-rename-within-sharedwithyou

Fix renaming in shared with you file list

2 years agoreference url can always fallback to the link itself 34353/head
Julien Veyssier [Fri, 30 Sep 2022 17:12:39 +0000 (19:12 +0200)]
reference url can always fallback to the link itself

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agofix test 34333/head
szaimen [Fri, 30 Sep 2022 17:01:51 +0000 (19:01 +0200)]
fix test

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agofix the tertiary button text
szaimen [Thu, 29 Sep 2022 17:18:08 +0000 (19:18 +0200)]
fix the tertiary button text

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #34038 from nextcloud/fix/migrate-TagMapper-to-QBMapper
Christoph Wurst [Fri, 30 Sep 2022 14:46:42 +0000 (16:46 +0200)]
Merge pull request #34038 from nextcloud/fix/migrate-TagMapper-to-QBMapper

Migrate TagMapper to QBMapper instead of deprecated Mapper

2 years agoFix renaming in shared with you file list 34348/head
Vincent Petry [Fri, 30 Sep 2022 13:39:30 +0000 (15:39 +0200)]
Fix renaming in shared with you file list

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix ContactsManagerTest test 34329/head
Côme Chilliet [Fri, 30 Sep 2022 10:48:15 +0000 (12:48 +0200)]
Fix ContactsManagerTest test

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove some constants and functions which have been long deprecated
Côme Chilliet [Thu, 29 Sep 2022 13:15:20 +0000 (15:15 +0200)]
Remove some constants and functions which have been long deprecated

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #34346 from nextcloud/fix/add-pre-commit-to-expected-files
Côme Chilliet [Fri, 30 Sep 2022 13:15:13 +0000 (15:15 +0200)]
Merge pull request #34346 from nextcloud/fix/add-pre-commit-to-expected-files

Add .pre-commit-config.yaml to expected files in checker

2 years agoMerge pull request #34344 from nextcloud/fix/gitignore-files-modified-by-tests
Côme Chilliet [Fri, 30 Sep 2022 13:06:04 +0000 (15:06 +0200)]
Merge pull request #34344 from nextcloud/fix/gitignore-files-modified-by-tests

Ignore files which are modified by our tests

2 years agoadd .pre-commit-config.yaml to expected files in checker 34346/head
Côme Chilliet [Fri, 30 Sep 2022 12:27:36 +0000 (14:27 +0200)]
add .pre-commit-config.yaml to expected files in checker

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoIgnore files which are modified by our tests 34344/head
Côme Chilliet [Fri, 30 Sep 2022 10:52:28 +0000 (12:52 +0200)]
Ignore files which are modified by our tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix missing maintenance mode header for OCS request 34343/head
Christoph Wurst [Fri, 30 Sep 2022 08:52:40 +0000 (10:52 +0200)]
Fix missing maintenance mode header for OCS request

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #34328 from nextcloud/fix/fix-redis-type-error
Joas Schilling [Fri, 30 Sep 2022 08:15:01 +0000 (10:15 +0200)]
Merge pull request #34328 from nextcloud/fix/fix-redis-type-error

Correctly handle Redis::keys returning false

2 years agoFix URLs on reference resolving 34339/head
Joas Schilling [Fri, 30 Sep 2022 07:40:43 +0000 (09:40 +0200)]
Fix URLs on reference resolving

The vue-richtext app currently sends leading spaces if they are in the text.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-https
Julius Härtl [Fri, 30 Sep 2022 06:07:47 +0000 (08:07 +0200)]
Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-https

Only match http(s) URLs for references

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 30 Sep 2022 02:55:26 +0000 (02:55 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34321 from nextcloud/fix/invisible-status
Simon L [Thu, 29 Sep 2022 21:06:10 +0000 (23:06 +0200)]
Merge pull request #34321 from nextcloud/fix/invisible-status

Fix invisible status

2 years agoCompile assets 34321/head
nextcloud-command [Thu, 29 Sep 2022 18:07:53 +0000 (18:07 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix invisible status
John Molakvoæ (skjnldsv) [Thu, 29 Sep 2022 08:52:54 +0000 (10:52 +0200)]
Fix invisible status

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge pull request #32012 from nextcloud/cleanup/tags
Côme Chilliet [Thu, 29 Sep 2022 16:56:39 +0000 (18:56 +0200)]
Merge pull request #32012 from nextcloud/cleanup/tags

Cleanup tags and share component

2 years agoMerge pull request #33984 from nextcloud/enh/add-pre-commit-config-for-cs-fixer
blizzz [Thu, 29 Sep 2022 16:41:23 +0000 (18:41 +0200)]
Merge pull request #33984 from nextcloud/enh/add-pre-commit-config-for-cs-fixer

Add pre commit config for cs fixer, EOF checks, etc

2 years agoCompile assets 34331/head
nextcloud-command [Thu, 29 Sep 2022 15:19:32 +0000 (15:19 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agofix public view - attempt 2
szaimen [Thu, 29 Sep 2022 14:08:40 +0000 (16:08 +0200)]
fix public view - attempt 2

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoCleanup tags and Share component 32012/head
Carl Schwan [Tue, 19 Apr 2022 11:05:38 +0000 (13:05 +0200)]
Cleanup tags and Share component

- Port to LoggerInterface
- Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB
- Use IEventListener instead of hooks
- Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoAdjust tests 34322/head
Joas Schilling [Thu, 29 Sep 2022 14:38:50 +0000 (16:38 +0200)]
Adjust tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #34327 from nextcloud/fix/favourite
Simon L [Thu, 29 Sep 2022 14:16:53 +0000 (16:16 +0200)]
Merge pull request #34327 from nextcloud/fix/favourite

Fix starred favourite icon

2 years agoCorrectly handle Redis::keys returning false 34328/head
Côme Chilliet [Thu, 29 Sep 2022 12:41:53 +0000 (14:41 +0200)]
Correctly handle Redis::keys returning false

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix starred favourite icon 34327/head
John Molakvoæ (skjnldsv) [Thu, 29 Sep 2022 11:51:45 +0000 (13:51 +0200)]
Fix starred favourite icon

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge pull request #34313 from nextcloud/fix/34203/rm_videoplayer
Simon L [Thu, 29 Sep 2022 11:23:51 +0000 (13:23 +0200)]
Merge pull request #34313 from nextcloud/fix/34203/rm_videoplayer

unbundle files_videoplayer and clean up a little

2 years agounbundle files_videoplayer and clean up a little 34313/head
Arthur Schiwon [Wed, 28 Sep 2022 16:13:53 +0000 (18:13 +0200)]
unbundle files_videoplayer and clean up a little

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoUpdate theming screenshots 34323/head
John Molakvoæ (skjnldsv) [Thu, 29 Sep 2022 09:30:48 +0000 (11:30 +0200)]
Update theming screenshots

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoOnly match http(s) URLs for references
Joas Schilling [Thu, 29 Sep 2022 09:13:18 +0000 (11:13 +0200)]
Only match http(s) URLs for references

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agotrigger a rescan when trying to fopen a file that exists in cache but not on disk 33566/head
Robin Appelman [Tue, 16 Aug 2022 15:17:51 +0000 (17:17 +0200)]
trigger a rescan when trying to fopen a file that exists in cache but not on disk

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoadd test for trying to fopen a file which no longer exists on disk
Robin Appelman [Tue, 16 Aug 2022 15:24:06 +0000 (17:24 +0200)]
add test for trying to fopen a file which no longer exists on disk

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 29 Sep 2022 02:33:10 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34308 from nextcloud/fix/user-status
Simon L [Wed, 28 Sep 2022 23:22:41 +0000 (01:22 +0200)]
Merge pull request #34308 from nextcloud/fix/user-status

Fix user status emoji picking

2 years agoMerge pull request #34311 from nextcloud/fix/settings-bg
Simon L [Wed, 28 Sep 2022 22:32:07 +0000 (00:32 +0200)]
Merge pull request #34311 from nextcloud/fix/settings-bg

Remove unwanted settings button background

2 years agoRemove unwanted settings button background 34311/head
John Molakvoæ (skjnldsv) [Wed, 28 Sep 2022 14:39:27 +0000 (16:39 +0200)]
Remove unwanted settings button background

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoCompile assets 34308/head
nextcloud-command [Wed, 28 Sep 2022 18:58:43 +0000 (18:58 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix user status emoji picking
John Molakvoæ (skjnldsv) [Wed, 28 Sep 2022 13:03:42 +0000 (15:03 +0200)]
Fix user status emoji picking

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge pull request #34287 from nextcloud/enh/33836/fix-theme
Simon L [Wed, 28 Sep 2022 18:35:07 +0000 (20:35 +0200)]
Merge pull request #34287 from nextcloud/enh/33836/fix-theme

fix highcontrast theme

2 years agoMerge pull request #34215 from nextcloud/bugfix/cache-headers-reference
Julius Härtl [Wed, 28 Sep 2022 18:25:15 +0000 (20:25 +0200)]
Merge pull request #34215 from nextcloud/bugfix/cache-headers-reference

Add cache header for image endpoint if link previews

2 years agoMerge pull request #34204 from nextcloud/fix/flashing-background-color
Pytal [Wed, 28 Sep 2022 17:57:41 +0000 (10:57 -0700)]
Merge pull request #34204 from nextcloud/fix/flashing-background-color

Fix various theming bugs

2 years agoFix various theming bugs 34204/head
Christopher Ng [Sat, 24 Sep 2022 00:02:50 +0000 (00:02 +0000)]
Fix various theming bugs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #34306 from nextcloud/fix/noid/step-file-not-moved
blizzz [Wed, 28 Sep 2022 13:51:37 +0000 (15:51 +0200)]
Merge pull request #34306 from nextcloud/fix/noid/step-file-not-moved

fix default value for updatedirectory setting

2 years agoAdd cache header for image endpoint if link previews 34215/head
Julius Härtl [Fri, 23 Sep 2022 10:42:08 +0000 (12:42 +0200)]
Add cache header for image endpoint if link previews

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoincludeTags -> include_tags 34223/head
tobiasKaminsky [Fri, 23 Sep 2022 13:51:55 +0000 (15:51 +0200)]
includeTags -> include_tags

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2 years agoMerge pull request #34152 from nextcloud/bugfix/noid/db-password-install
Vincent Petry [Wed, 28 Sep 2022 13:09:03 +0000 (15:09 +0200)]
Merge pull request #34152 from nextcloud/bugfix/noid/db-password-install

Do not store generated mysql password if it was not used

2 years agoMerge pull request #34248 from nextcloud/bugfix/noid/ignore-invalid-share-types
Vincent Petry [Wed, 28 Sep 2022 13:06:09 +0000 (15:06 +0200)]
Merge pull request #34248 from nextcloud/bugfix/noid/ignore-invalid-share-types

Ignore invalid share types

2 years agofix default value for updatedirectory setting 34306/head
Arthur Schiwon [Wed, 28 Sep 2022 12:39:12 +0000 (14:39 +0200)]
fix default value for updatedirectory setting

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 28 Sep 2022 02:32:41 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #34288 from nextcloud/bugfix/34281/fix-copy-internal-link-focus
Vincent Petry [Tue, 27 Sep 2022 17:05:00 +0000 (19:05 +0200)]
Merge pull request #34288 from nextcloud/bugfix/34281/fix-copy-internal-link-focus

Fix focussing to internal link after copy

2 years agoMerge pull request #34292 from nextcloud/bugfix/33847/fix-gridview-publicpage
Vincent Petry [Tue, 27 Sep 2022 17:03:26 +0000 (19:03 +0200)]
Merge pull request #34292 from nextcloud/bugfix/33847/fix-gridview-publicpage

Fix grid view button in public page