GitHub/WoltLab/com.woltlab.wcf.conversation.git
3 years agoRemove long-obsolete update_com.woltlab.wcf.conversation_5.2.php
Tim Düsterhus [Wed, 20 Jan 2021 09:57:42 +0000 (10:57 +0100)]
Remove long-obsolete update_com.woltlab.wcf.conversation_5.2.php

3 years agoRemove trailing comma in function call for PHP 7.2 compatibility
Matthias Schmidt [Wed, 20 Jan 2021 05:54:36 +0000 (06:54 +0100)]
Remove trailing comma in function call for PHP 7.2 compatibility

3 years agoAdd missing comma between function parameters
Matthias Schmidt [Wed, 20 Jan 2021 05:52:31 +0000 (06:52 +0100)]
Add missing comma between function parameters

See #145

3 years agoRemove unnecessary explicit `__toString()` calls
Matthias Schmidt [Wed, 20 Jan 2021 05:51:44 +0000 (06:51 +0100)]
Remove unnecessary explicit `__toString()` calls

3 years agoMerge pull request #147 from WoltLab/getUserProfiles
Tim Düsterhus [Tue, 19 Jan 2021 10:32:47 +0000 (11:32 +0100)]
Merge pull request #147 from WoltLab/getUserProfiles

Replace use of deprecated UserProfile::getUserProfiles()

3 years agoDRY up restoring of participants in ConversationDraftEditForm
Tim Düsterhus [Tue, 19 Jan 2021 09:45:43 +0000 (10:45 +0100)]
DRY up restoring of participants in ConversationDraftEditForm

3 years agoReplace use of deprecated UserProfile::getUserProfiles()
Tim Düsterhus [Tue, 19 Jan 2021 09:19:16 +0000 (10:19 +0100)]
Replace use of deprecated UserProfile::getUserProfiles()

Use a simple query here to prevent creating metric tons of useless objects.

see #146

3 years agoReplace `boolean` with `bool` in PHP documentation
Matthias Schmidt [Tue, 19 Jan 2021 06:38:18 +0000 (07:38 +0100)]
Replace `boolean` with `bool` in PHP documentation

3 years agoReplace `integer` with `int` in PHP documentation
Matthias Schmidt [Tue, 19 Jan 2021 06:37:32 +0000 (07:37 +0100)]
Replace `integer` with `int` in PHP documentation

3 years agoReformat SQL queries using spaces
Matthias Schmidt [Tue, 19 Jan 2021 05:57:49 +0000 (06:57 +0100)]
Reformat SQL queries using spaces

3 years agoRemove `@noinspection PhpUnusedParameterInspection` comments
Matthias Schmidt [Mon, 18 Jan 2021 16:07:48 +0000 (17:07 +0100)]
Remove `@noinspection PhpUnusedParameterInspection` comments

3 years agoRemove `@noinspection PhpMissingParentCallCommonInspection` comments
Matthias Schmidt [Mon, 18 Jan 2021 16:00:25 +0000 (17:00 +0100)]
Remove `@noinspection PhpMissingParentCallCommonInspection` comments

3 years agoMerge pull request #144 from WoltLab/typescript
Matthias Schmidt [Mon, 18 Jan 2021 15:37:28 +0000 (16:37 +0100)]
Merge pull request #144 from WoltLab/typescript

Convert JavaScript modules to TypeScript

3 years agoConvert `Conversation/Ui/Subject/Editor` to TypeScript
Matthias Schmidt [Sun, 17 Jan 2021 13:03:15 +0000 (14:03 +0100)]
Convert `Conversation/Ui/Subject/Editor` to TypeScript

3 years agoConvert `Conversation/Ui/Participant/Add` to TypeScript
Matthias Schmidt [Sun, 17 Jan 2021 12:35:17 +0000 (13:35 +0100)]
Convert `Conversation/Ui/Participant/Add` to TypeScript

3 years agoAdd Prettier to codestyle workflow
Tim Düsterhus [Mon, 18 Jan 2021 13:14:55 +0000 (14:14 +0100)]
Add Prettier to codestyle workflow

3 years agoAdd .git-blame-ignore-revs
Tim Düsterhus [Mon, 18 Jan 2021 12:42:31 +0000 (13:42 +0100)]
Add .git-blame-ignore-revs

This is for use with `blame.ignoreRevsFile` in git.

3 years agoApply PSR-12 code style (#145)
Tim Düsterhus [Mon, 18 Jan 2021 12:41:55 +0000 (13:41 +0100)]
Apply PSR-12 code style (#145)

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
3 years agoRemove obsolete template code
Matthias Schmidt [Sun, 17 Jan 2021 16:37:20 +0000 (17:37 +0100)]
Remove obsolete template code

See WoltLab/WCF@d1d6845c77fd7cde7558d0defd71ab7947643fe7

3 years agoAdd basic typescript support (#143)
Matthias Schmidt [Sun, 17 Jan 2021 10:36:58 +0000 (11:36 +0100)]
Add basic typescript support (#143)

3 years agoMerge branch '5.3'
Matthias Schmidt [Sun, 17 Jan 2021 10:21:48 +0000 (11:21 +0100)]
Merge branch '5.3'

3 years agoMerge branch '5.2' into 5.3
Matthias Schmidt [Sun, 17 Jan 2021 10:21:36 +0000 (11:21 +0100)]
Merge branch '5.2' into 5.3

3 years agoMerge branch '3.1' into 5.2
Matthias Schmidt [Sun, 17 Jan 2021 10:21:27 +0000 (11:21 +0100)]
Merge branch '3.1' into 5.2

3 years ago Ignore `node_module/`
Matthias Schmidt [Sun, 17 Jan 2021 10:21:12 +0000 (11:21 +0100)]
 Ignore `node_module/`

3 years agoAdd 'pull_request' workflow
Tim Düsterhus [Thu, 14 Jan 2021 15:25:12 +0000 (16:25 +0100)]
Add 'pull_request' workflow

3 years agoMerge pull request #142 from WoltLab/webp-support
Alexander Ebert [Mon, 11 Jan 2021 18:55:25 +0000 (19:55 +0100)]
Merge pull request #142 from WoltLab/webp-support

Support for WebP images

3 years agoSupport for WebP images
Alexander Ebert [Sat, 9 Jan 2021 15:52:16 +0000 (16:52 +0100)]
Support for WebP images

3 years agoRelease 5.3.2 5.3.2
Alexander Ebert [Wed, 6 Jan 2021 15:00:13 +0000 (16:00 +0100)]
Release 5.3.2

3 years agoMerge branch '5.3'
Alexander Ebert [Tue, 24 Nov 2020 17:32:00 +0000 (18:32 +0100)]
Merge branch '5.3'

3 years agoMerge branch '5.2' into 5.3
Alexander Ebert [Mon, 23 Nov 2020 15:38:53 +0000 (16:38 +0100)]
Merge branch '5.2' into 5.3

3 years agoRelease 5.2.10 5.2.10
Alexander Ebert [Mon, 23 Nov 2020 13:44:33 +0000 (14:44 +0100)]
Release 5.2.10

3 years agoRevert "Release 5.3.1"
Alexander Ebert [Sat, 21 Nov 2020 19:07:11 +0000 (20:07 +0100)]
Revert "Release 5.3.1"

This reverts commit 47942b30ee8e721793d29c5e6dda222c1bffc7b8.

3 years agoRelease 5.3.1
Alexander Ebert [Sat, 21 Nov 2020 18:59:31 +0000 (19:59 +0100)]
Release 5.3.1

3 years agoMerge branch '5.2' into 5.3
Alexander Ebert [Fri, 20 Nov 2020 19:10:26 +0000 (20:10 +0100)]
Merge branch '5.2' into 5.3

3 years agoRemoved the reference to the legacy code viewer
Alexander Ebert [Fri, 20 Nov 2020 11:17:26 +0000 (12:17 +0100)]
Removed the reference to the legacy code viewer

See WoltLab/WCF#3687

3 years agoMerge branch '5.3'
Tim Düsterhus [Fri, 20 Nov 2020 10:02:19 +0000 (11:02 +0100)]
Merge branch '5.3'

3 years agoRelease 5.3.0 5.3.0
Alexander Ebert [Mon, 9 Nov 2020 15:28:46 +0000 (16:28 +0100)]
Release 5.3.0

3 years agoMerge branch '5.3'
Marcel Werk [Thu, 5 Nov 2020 21:44:45 +0000 (22:44 +0100)]
Merge branch '5.3'

3 years agoMerge branch '5.2' into 5.3
Marcel Werk [Thu, 5 Nov 2020 21:44:31 +0000 (22:44 +0100)]
Merge branch '5.2' into 5.3

3 years agoImproved a11y of conversation edit link
Marcel Werk [Thu, 5 Nov 2020 21:44:06 +0000 (22:44 +0100)]
Improved a11y of conversation edit link

3 years agoMerge branch '5.3'
Matthias Schmidt [Thu, 5 Nov 2020 12:39:00 +0000 (13:39 +0100)]
Merge branch '5.3'

3 years agoUse `jslang` in more places
Matthias Schmidt [Thu, 5 Nov 2020 12:38:48 +0000 (13:38 +0100)]
Use `jslang` in more places

3 years agoReplace `WCF_CLICK_EVENT` with `click`
Matthias Schmidt [Sat, 31 Oct 2020 07:13:31 +0000 (08:13 +0100)]
Replace `WCF_CLICK_EVENT` with `click`

See #3669

3 years agoUse new flood control API for conversations
Matthias Schmidt [Wed, 28 Oct 2020 13:35:05 +0000 (14:35 +0100)]
Use new flood control API for conversations

See WoltLab/WCF#3033

3 years agoMerge branch '5.3'
Tim Düsterhus [Tue, 27 Oct 2020 08:48:10 +0000 (09:48 +0100)]
Merge branch '5.3'

3 years agoMerge branch '5.2' into 5.3
Tim Düsterhus [Tue, 27 Oct 2020 08:47:58 +0000 (09:47 +0100)]
Merge branch '5.2' into 5.3

3 years agoMerge pull request #141 from WoltLab/workflow
Tim Düsterhus [Tue, 27 Oct 2020 08:47:41 +0000 (09:47 +0100)]
Merge pull request #141 from WoltLab/workflow

Sync workflows with WoltLab/WCF

3 years agoSync workflows with WoltLab/WCF
Tim Düsterhus [Tue, 27 Oct 2020 08:44:41 +0000 (09:44 +0100)]
Sync workflows with WoltLab/WCF

3 years agoUse {csrfToken}
Tim Düsterhus [Mon, 26 Oct 2020 11:07:23 +0000 (12:07 +0100)]
Use {csrfToken}

See WoltLab/WCF#3606

3 years agoMerge branch '5.3' into master
Tim Düsterhus [Wed, 21 Oct 2020 13:53:28 +0000 (15:53 +0200)]
Merge branch '5.3' into master

3 years agoMerge branch '5.2' into 5.3
Tim Düsterhus [Wed, 21 Oct 2020 13:53:06 +0000 (15:53 +0200)]
Merge branch '5.2' into 5.3

3 years agoMerge pull request #140 from WoltLab/update-workflows
Tim Düsterhus [Wed, 21 Oct 2020 13:52:48 +0000 (15:52 +0200)]
Merge pull request #140 from WoltLab/update-workflows

Update Workflows

3 years agoUpdate Workflows
Tim Düsterhus [Wed, 21 Oct 2020 13:47:57 +0000 (15:47 +0200)]
Update Workflows

3 years agoAdjust supported PHP versions
Tim Düsterhus [Wed, 21 Oct 2020 10:53:37 +0000 (12:53 +0200)]
Adjust supported PHP versions

3 years agoMerge branch '5.2' into 5.3
Tim Düsterhus [Wed, 21 Oct 2020 10:52:54 +0000 (12:52 +0200)]
Merge branch '5.2' into 5.3

3 years agoAdd php-syntax workflow
Tim Düsterhus [Wed, 21 Oct 2020 10:52:13 +0000 (12:52 +0200)]
Add php-syntax workflow

3 years agoRelease 5.3.0 RC 1 5.3.0_RC_1
Alexander Ebert [Thu, 8 Oct 2020 18:02:25 +0000 (20:02 +0200)]
Release 5.3.0 RC 1

3 years agoRelease 5.3.0 Beta 1 5.3.0_Beta_1
Alexander Ebert [Fri, 25 Sep 2020 22:52:25 +0000 (00:52 +0200)]
Release 5.3.0 Beta 1

3 years agoInternal release 5.3.0 Beta 1
Alexander Ebert [Wed, 23 Sep 2020 19:38:14 +0000 (21:38 +0200)]
Internal release 5.3.0 Beta 1

3 years agoRemove unused import
Matthias Schmidt [Sun, 20 Sep 2020 07:06:53 +0000 (09:06 +0200)]
Remove unused import

3 years agoRemoved obsolete white-space in layout
Marcel Werk [Wed, 16 Sep 2020 15:59:38 +0000 (17:59 +0200)]
Removed obsolete white-space in layout

3 years agoRemoved layout differences between conversation list and topic list
Marcel Werk [Wed, 16 Sep 2020 15:59:13 +0000 (17:59 +0200)]
Removed layout differences between conversation list and topic list

3 years agoRelease 5.3.0 Alpha 1 5.3.0_Alpha_1
Alexander Ebert [Mon, 7 Sep 2020 10:35:48 +0000 (12:35 +0200)]
Release 5.3.0 Alpha 1

3 years agoExperimental upgrade from 5.2
Alexander Ebert [Mon, 31 Aug 2020 15:05:17 +0000 (17:05 +0200)]
Experimental upgrade from 5.2

3 years agoMerge branch '5.2'
Alexander Ebert [Sat, 29 Aug 2020 13:52:03 +0000 (15:52 +0200)]
Merge branch '5.2'

3 years agoRelease 5.2.9 5.2.9
Alexander Ebert [Fri, 28 Aug 2020 13:30:36 +0000 (15:30 +0200)]
Release 5.2.9

3 years agoMerge branch '3.1' into 5.2
Alexander Ebert [Fri, 28 Aug 2020 13:15:09 +0000 (15:15 +0200)]
Merge branch '3.1' into 5.2

3 years agoRelease 3.1.17 3.1.17
Alexander Ebert [Fri, 28 Aug 2020 11:10:55 +0000 (13:10 +0200)]
Release 3.1.17

3 years agoAdded usage of jslang tag
Marcel Werk [Wed, 26 Aug 2020 18:54:46 +0000 (20:54 +0200)]
Added usage of jslang tag

See https://github.com/WoltLab/WCF/issues/3530

3 years agoRelease 5.2.9
Alexander Ebert [Wed, 26 Aug 2020 15:58:16 +0000 (17:58 +0200)]
Release 5.2.9

3 years agoUpdating minified JavaScript files
woltlab.com [Fri, 21 Aug 2020 09:27:44 +0000 (09:27 +0000)]
Updating minified JavaScript files

3 years agoUpdating minified JavaScript files
woltlab.com [Thu, 20 Aug 2020 16:19:14 +0000 (16:19 +0000)]
Updating minified JavaScript files

3 years agoIncrease upload limits to more reasonable values
Marcel Werk [Sat, 15 Aug 2020 14:12:39 +0000 (16:12 +0200)]
Increase upload limits to more reasonable values

See https://github.com/WoltLab/WCF/issues/3457

3 years agoMerge pull request #139 from WoltLab/validate-group
Tim Düsterhus [Thu, 30 Jul 2020 08:39:30 +0000 (10:39 +0200)]
Merge pull request #139 from WoltLab/validate-group

Validate adding groups to conversations

3 years agoImprove phrasing for user group participant validation
Tim Düsterhus [Tue, 28 Jul 2020 07:27:39 +0000 (09:27 +0200)]
Improve phrasing for user group participant validation

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
3 years agoMerge branch '5.2'
Tim Düsterhus [Mon, 27 Jul 2020 14:13:56 +0000 (16:13 +0200)]
Merge branch '5.2'

3 years agoStop user groups from appearing if no groups can be added
Tim Düsterhus [Mon, 27 Jul 2020 14:12:20 +0000 (16:12 +0200)]
Stop user groups from appearing if no groups can be added

3 years agoMerge branch '5.2'
Tim Düsterhus [Wed, 15 Jul 2020 15:09:06 +0000 (17:09 +0200)]
Merge branch '5.2'

3 years agoMerge branch '3.1' into 5.2
Tim Düsterhus [Wed, 15 Jul 2020 15:08:58 +0000 (17:08 +0200)]
Merge branch '3.1' into 5.2

3 years agoUpdate conversation subject in search index
Tim Düsterhus [Wed, 15 Jul 2020 15:08:18 +0000 (17:08 +0200)]
Update conversation subject in search index

see WoltLab/WCF#3430

3 years agoMerge pull request #138 from WoltLab/read-only-mode
Joshua Rüsweg [Mon, 6 Jul 2020 07:58:27 +0000 (09:58 +0200)]
Merge pull request #138 from WoltLab/read-only-mode

Read only mode

3 years agoFix codestyle
Joshua Rüsweg [Sun, 5 Jul 2020 13:45:38 +0000 (15:45 +0200)]
Fix codestyle

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
3 years agoEnforce new canReply permission
joshuaruesweg [Sun, 5 Jul 2020 12:45:13 +0000 (14:45 +0200)]
Enforce new canReply permission

3 years agoAdd permission for replying a conversation
joshuaruesweg [Sun, 5 Jul 2020 12:33:58 +0000 (14:33 +0200)]
Add permission for replying a conversation

3 years agoCheck whether groups add any members to a conversation in ConversationActioN::addPart...
Tim Düsterhus [Fri, 3 Jul 2020 14:25:15 +0000 (16:25 +0200)]
Check whether groups add any members to a conversation in ConversationActioN::addParticipants

Resolves #137

3 years agoReject conversations with non-empty intersection of visible and invisible participants
Tim Düsterhus [Fri, 3 Jul 2020 13:41:11 +0000 (15:41 +0200)]
Reject conversations with non-empty intersection of visible and invisible participants

The previous behavior of silently preferring the visible participant is
dangerous, especially when combining with inviting groups.

3 years agoCheck whether groups add any members to a conversation in ConversationAdd
Tim Düsterhus [Fri, 3 Jul 2020 13:29:25 +0000 (15:29 +0200)]
Check whether groups add any members to a conversation in ConversationAdd

see #137

3 years agoNew version number: 5.3.0 Alpha 1
Alexander Ebert [Sun, 28 Jun 2020 17:35:41 +0000 (19:35 +0200)]
New version number: 5.3.0 Alpha 1

3 years agoMerge branch '5.2'
Alexander Ebert [Sun, 28 Jun 2020 17:35:11 +0000 (19:35 +0200)]
Merge branch '5.2'

3 years agoRelease 5.2.8 5.2.8
Alexander Ebert [Sat, 27 Jun 2020 12:13:44 +0000 (14:13 +0200)]
Release 5.2.8

3 years agoUpdating minified JavaScript files
woltlab.com [Sat, 27 Jun 2020 11:46:25 +0000 (11:46 +0000)]
Updating minified JavaScript files

3 years agoMerge branch '3.1' into 5.2
Alexander Ebert [Sat, 27 Jun 2020 11:38:10 +0000 (13:38 +0200)]
Merge branch '3.1' into 5.2

3 years agoRelease 3.1.16 3.1.16
Alexander Ebert [Sat, 27 Jun 2020 10:57:20 +0000 (12:57 +0200)]
Release 3.1.16

3 years agoMerge branch '5.2'
Matthias Schmidt [Sat, 13 Jun 2020 12:31:07 +0000 (14:31 +0200)]
Merge branch '5.2'

3 years agoMerge branch '3.1' into 5.2
Matthias Schmidt [Sat, 13 Jun 2020 12:30:58 +0000 (14:30 +0200)]
Merge branch '3.1' into 5.2

3 years agoAdd .editorconfig file
Matthias Schmidt [Sat, 13 Jun 2020 12:30:47 +0000 (14:30 +0200)]
Add .editorconfig file

See WoltLab/WCF#3306

3 years agoMerge branch '5.2'
Matthias Schmidt [Mon, 1 Jun 2020 11:57:21 +0000 (13:57 +0200)]
Merge branch '5.2'

3 years agoIgnore user groups when none can be added as participant
Matthias Schmidt [Mon, 1 Jun 2020 11:57:09 +0000 (13:57 +0200)]
Ignore user groups when none can be added as participant

If no user group is allowed to be added as participant, `restrictUserGroupIDs` is empty and thus ignored hence the setting to include user groups must be disabled.

3 years agoMerge branch '5.2'
Matthias Schmidt [Mon, 1 Jun 2020 11:49:14 +0000 (13:49 +0200)]
Merge branch '5.2'

3 years agoAdd missing `restrictUserGroupIDs` property in AJAX request
Matthias Schmidt [Mon, 1 Jun 2020 11:48:39 +0000 (13:48 +0200)]
Add missing `restrictUserGroupIDs` property in AJAX request

See #127