GitHub/WoltLab/WCF.git
6 months agoMark `HtmlBBCodeParser` as deprecated
Cyperghost [Thu, 11 Apr 2024 13:38:02 +0000 (15:38 +0200)]
Mark `HtmlBBCodeParser` as deprecated

6 months agoMove `getBlockBBCodes` and `getSourceBBCodes` into `BBCodeParser`
Cyperghost [Thu, 11 Apr 2024 13:37:46 +0000 (15:37 +0200)]
Move `getBlockBBCodes` and `getSourceBBCodes` into `BBCodeParser`

6 months agoMake the function `isValidTag` and `buildTagAttributes` from `BBCodeParser` public
Cyperghost [Thu, 11 Apr 2024 12:58:41 +0000 (14:58 +0200)]
Make the function `isValidTag` and `buildTagAttributes` from `BBCodeParser` public

6 months agoInsert raw bb-code text for non-closing bb-code
Cyperghost [Thu, 11 Apr 2024 10:48:47 +0000 (12:48 +0200)]
Insert raw bb-code text for non-closing bb-code

6 months agoUpdate php doc
Cyperghost [Thu, 11 Apr 2024 10:23:58 +0000 (12:23 +0200)]
Update php doc
Clear `closingTags`

6 months agoUppercase index
Cyperghost [Wed, 10 Apr 2024 12:47:20 +0000 (14:47 +0200)]
Uppercase index

6 months agoFind the correct closing bbcode tag
Cyperghost [Wed, 10 Apr 2024 12:00:06 +0000 (14:00 +0200)]
Find the correct closing bbcode tag

6 months agoLoad the text content for the attribute with `useText` enabled.
Cyperghost [Wed, 10 Apr 2024 11:38:57 +0000 (13:38 +0200)]
Load the text content for the attribute with `useText` enabled.

6 months agoCheck earlier if node is a code node
Cyperghost [Wed, 10 Apr 2024 11:12:28 +0000 (13:12 +0200)]
Check earlier if node is a code node

6 months agoUse `$document` as member
Cyperghost [Wed, 10 Apr 2024 11:07:53 +0000 (13:07 +0200)]
Use `$document` as member

6 months agoAdd `DomBBCodeParser` to parse bbcodes inside a \DOMText
Cyperghost [Wed, 10 Apr 2024 11:06:21 +0000 (13:06 +0200)]
Add `DomBBCodeParser` to parse bbcodes inside a \DOMText

6 months agoRemove parsing from raw html string
Cyperghost [Wed, 10 Apr 2024 08:16:12 +0000 (10:16 +0200)]
Remove parsing from raw html string

6 months agoMerge pull request #5870 from WoltLab/edit-history
Marcel Werk [Mon, 8 Apr 2024 14:03:25 +0000 (16:03 +0200)]
Merge pull request #5870 from WoltLab/edit-history

Overhaul the version history / comparison

6 months agoImprove the color scheme of the diff
Alexander Ebert [Mon, 8 Apr 2024 13:36:54 +0000 (15:36 +0200)]
Improve the color scheme of the diff

6 months agoFix the usage of `{link}`
Alexander Ebert [Mon, 8 Apr 2024 13:23:17 +0000 (15:23 +0200)]
Fix the usage of `{link}`

6 months agoImport `@woltlab/visual-dom-diff`
Alexander Ebert [Mon, 8 Apr 2024 13:20:25 +0000 (15:20 +0200)]
Import `@woltlab/visual-dom-diff`

6 months agoImport `google/diff-match-patch`
Alexander Ebert [Mon, 8 Apr 2024 13:19:51 +0000 (15:19 +0200)]
Import `google/diff-match-patch`

This is a rather old library found at https://github.com/google/diff-match-patch/blob/master/javascript/diff_match_patch.js which is exported to npm through a 3rd party.

We cannot use a proper npm dependency because the export is a CommonJS module. The file is an exact copy of the file from the original repository with the added `define()` wrapper plus the `exports.` in the second to last line.

6 months agoRemove possible invalid html code, if bbcode `isBlockElement` (#5871)
Olaf Braun [Mon, 8 Apr 2024 12:37:41 +0000 (14:37 +0200)]
Remove possible invalid html code, if bbcode `isBlockElement` (#5871)

* Fix invalid html code that can add extra p-nodes when the bbcode is a block element

* Remove `createTextNode` call

6 months agoMerge pull request #5867 from WoltLab/set-manifest-colors
Olaf Braun [Mon, 8 Apr 2024 11:17:43 +0000 (13:17 +0200)]
Merge pull request #5867 from WoltLab/set-manifest-colors

Multilingual and dynamic colors in manifest.json

6 months agoAdd a default favicon in 512x512px
Cyperghost [Mon, 8 Apr 2024 10:09:26 +0000 (12:09 +0200)]
Add a default favicon in 512x512px

6 months agoStore style object instead of styleID
Cyperghost [Mon, 8 Apr 2024 09:42:42 +0000 (11:42 +0200)]
Store style object instead of styleID

6 months agoCheck if `manifest.json` exists
Cyperghost [Mon, 8 Apr 2024 09:36:38 +0000 (11:36 +0200)]
Check if `manifest.json` exists

6 months agoDelete prev generated manifest.json
Cyperghost [Mon, 8 Apr 2024 09:35:30 +0000 (11:35 +0200)]
Delete prev generated manifest.json

6 months agoMerge remote-tracking branch 'origin/set-manifest-colors' into set-manifest-colors
Cyperghost [Mon, 8 Apr 2024 09:29:00 +0000 (11:29 +0200)]
Merge remote-tracking branch 'origin/set-manifest-colors' into set-manifest-colors

6 months agoUpdate wcfsetup/install/files/lib/data/style/StyleAction.class.php
Olaf Braun [Mon, 8 Apr 2024 09:28:43 +0000 (11:28 +0200)]
Update wcfsetup/install/files/lib/data/style/StyleAction.class.php

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
6 months agoindent the manifest code
Cyperghost [Mon, 8 Apr 2024 09:26:16 +0000 (11:26 +0200)]
indent the manifest code

6 months agoUse `sprintf`
Cyperghost [Mon, 8 Apr 2024 09:21:53 +0000 (11:21 +0200)]
Use `sprintf`

6 months agoUpdate wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php
Olaf Braun [Mon, 8 Apr 2024 09:17:58 +0000 (11:17 +0200)]
Update wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php

Co-authored-by: Dennis Kraffczyk <dennis.kraffczyk@gmail.com>
6 months agoUpdate wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php
Olaf Braun [Mon, 8 Apr 2024 09:17:37 +0000 (11:17 +0200)]
Update wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php

Co-authored-by: Dennis Kraffczyk <dennis.kraffczyk@gmail.com>
6 months agoUpdate wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php
Olaf Braun [Mon, 8 Apr 2024 09:17:31 +0000 (11:17 +0200)]
Update wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php

Co-authored-by: Dennis Kraffczyk <dennis.kraffczyk@gmail.com>
6 months agoUpdate wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php
Olaf Braun [Mon, 8 Apr 2024 09:17:24 +0000 (11:17 +0200)]
Update wcfsetup/install/files/lib/system/style/command/CreateManifest.class.php

Co-authored-by: Dennis Kraffczyk <dennis.kraffczyk@gmail.com>
6 months agoAdd visual diff mode
Marcel Werk [Sun, 7 Apr 2024 11:27:41 +0000 (13:27 +0200)]
Add visual diff mode

7 months agoUse <del> and <ins> tags to highlight changes
Marcel Werk [Fri, 5 Apr 2024 15:43:34 +0000 (17:43 +0200)]
Use <del> and <ins> tags to highlight changes

7 months agoShow the comparison with the previous version by default
Marcel Werk [Thu, 4 Apr 2024 15:49:35 +0000 (17:49 +0200)]
Show the comparison with the previous version by default

7 months agoAdd interface for rendering mode option (html or raw)
Marcel Werk [Thu, 4 Apr 2024 15:45:51 +0000 (17:45 +0200)]
Add interface for rendering mode option (html or raw)

7 months agoAdd type declarations
Marcel Werk [Thu, 4 Apr 2024 15:34:04 +0000 (17:34 +0200)]
Add type declarations

7 months agoReload style from database by executing command
Cyperghost [Thu, 4 Apr 2024 09:24:34 +0000 (11:24 +0200)]
Reload style from database by executing command

7 months agoSet new landing page reset style cache, too
Cyperghost [Wed, 3 Apr 2024 13:23:19 +0000 (15:23 +0200)]
Set new landing page reset style cache, too

7 months agoSet core language to get the right language for the landing page url
Cyperghost [Wed, 3 Apr 2024 13:20:05 +0000 (15:20 +0200)]
Set core language to get the right language for the landing page url

7 months agoGet landing page
Cyperghost [Wed, 3 Apr 2024 13:04:33 +0000 (15:04 +0200)]
Get landing page

7 months agoAdd `loadVariable` call
Cyperghost [Wed, 3 Apr 2024 12:55:46 +0000 (14:55 +0200)]
Add `loadVariable` call

7 months agoAdd comment for the default favicons
Cyperghost [Wed, 3 Apr 2024 12:50:48 +0000 (14:50 +0200)]
Add comment for the default favicons

7 months agoDeleted compiled style files when creating new language
Cyperghost [Wed, 3 Apr 2024 12:50:11 +0000 (14:50 +0200)]
Deleted compiled style files when creating new language

7 months agoGenerate manifest, even if no favicon is available
Cyperghost [Wed, 3 Apr 2024 12:37:03 +0000 (14:37 +0200)]
Generate manifest, even if no favicon is available

7 months agoGenerate manifest by recompile style
Cyperghost [Wed, 3 Apr 2024 12:36:24 +0000 (14:36 +0200)]
Generate manifest by recompile style

7 months agoRemove `default.manifest.json`
Cyperghost [Wed, 3 Apr 2024 12:29:48 +0000 (14:29 +0200)]
Remove `default.manifest.json`

7 months agoAdd `CreateManifest` command
Cyperghost [Wed, 3 Apr 2024 12:29:25 +0000 (14:29 +0200)]
Add `CreateManifest` command

7 months agoRemove some blank lines
Cyperghost [Wed, 3 Apr 2024 11:19:50 +0000 (13:19 +0200)]
Remove some blank lines

7 months agoSet `theme_color` and `background_color` dynamically
Cyperghost [Wed, 3 Apr 2024 10:40:12 +0000 (12:40 +0200)]
Set `theme_color` and `background_color` dynamically

7 months agoMerge pull request #5863 from WoltLab/user-mail-form-builder-form
Marcel Werk [Tue, 2 Apr 2024 15:30:26 +0000 (17:30 +0200)]
Merge pull request #5863 from WoltLab/user-mail-form-builder-form

Migrate user mail form to formbuilder form

7 months agoRemove option for different sender from bulk mail
Marcel Werk [Tue, 2 Apr 2024 15:25:10 +0000 (17:25 +0200)]
Remove option for different sender from bulk mail

7 months agoMerge pull request #5860 from WoltLab/acl-json
Olaf Braun [Tue, 2 Apr 2024 12:20:42 +0000 (14:20 +0200)]
Merge pull request #5860 from WoltLab/acl-json

Modernization of the ACL list

7 months agoRevert the changes on `WCF.Combined.tiny.js` and `WCF.Combined.tiny.min.js`
Cyperghost [Tue, 2 Apr 2024 09:49:45 +0000 (11:49 +0200)]
Revert the changes on `WCF.Combined.tiny.js` and `WCF.Combined.tiny.min.js`

7 months agoRemove `/>`
Cyperghost [Tue, 2 Apr 2024 08:22:52 +0000 (10:22 +0200)]
Remove `/>`

7 months agoMigrate user mail to formbuilder form
Marcel Werk [Mon, 1 Apr 2024 13:51:12 +0000 (15:51 +0200)]
Migrate user mail to formbuilder form

7 months agoRemove obsolete imports
Marcel Werk [Mon, 1 Apr 2024 12:29:04 +0000 (14:29 +0200)]
Remove obsolete imports

7 months agoReduce the usage of `@` in the template
Alexander Ebert [Fri, 29 Mar 2024 16:54:10 +0000 (17:54 +0100)]
Reduce the usage of `@` in the template

7 months agoRemove the redundant tooltips
Alexander Ebert [Fri, 29 Mar 2024 16:40:45 +0000 (17:40 +0100)]
Remove the redundant tooltips

7 months agoFix the behavior for empty ACLs
Alexander Ebert [Fri, 29 Mar 2024 16:36:11 +0000 (17:36 +0100)]
Fix the behavior for empty ACLs

7 months agoAdd a dark mode to the exception page
Alexander Ebert [Wed, 27 Mar 2024 22:55:18 +0000 (23:55 +0100)]
Add a dark mode to the exception page

7 months agoMove assignment of '__userAuthConfig'
Marcel Werk [Wed, 27 Mar 2024 16:26:39 +0000 (17:26 +0100)]
Move assignment of '__userAuthConfig'

The assignment must be made at a later point in the lifecycle, as otherwise it is not possible to change the configuration via an event.

7 months agoMerge pull request #5861 from WoltLab/user-authentication-config
Marcel Werk [Wed, 27 Mar 2024 10:28:27 +0000 (11:28 +0100)]
Merge pull request #5861 from WoltLab/user-authentication-config

User authentication configuration

7 months agoRevert `ExifUtil.js` changes
Cyperghost [Wed, 27 Mar 2024 10:08:53 +0000 (11:08 +0100)]
Revert `ExifUtil.js` changes

7 months agoFix `aclPermissionList` show if no item selected(empty)
Cyperghost [Wed, 27 Mar 2024 09:51:05 +0000 (10:51 +0100)]
Fix `aclPermissionList` show if no item selected(empty)

7 months agoAdd `aclListItem` class
Cyperghost [Wed, 27 Mar 2024 09:41:48 +0000 (10:41 +0100)]
Add `aclListItem` class

7 months agoUse new css for acl simple
Cyperghost [Wed, 27 Mar 2024 09:41:08 +0000 (10:41 +0100)]
Use new css for acl simple

7 months agomodernize css for acl list
Cyperghost [Wed, 27 Mar 2024 09:32:38 +0000 (10:32 +0100)]
modernize css for acl list

7 months agomodernize css for acl permission list
Cyperghost [Wed, 27 Mar 2024 09:24:51 +0000 (10:24 +0100)]
modernize css for acl permission list

7 months agoRemove `WCF.ACL.js`
Cyperghost [Wed, 27 Mar 2024 09:09:22 +0000 (10:09 +0100)]
Remove `WCF.ACL.js`

7 months agoApplying the new configuration
Marcel Werk [Tue, 26 Mar 2024 17:17:06 +0000 (18:17 +0100)]
Applying the new configuration

7 months agoUser authentication configuration
Marcel Werk [Tue, 26 Mar 2024 17:16:18 +0000 (18:16 +0100)]
User authentication configuration

A central location for the configuration should make it easier to disable certain unwanted functions in SSO plugins.

7 months agoAdd sticky header
Cyperghost [Tue, 26 Mar 2024 14:37:21 +0000 (15:37 +0100)]
Add sticky header

7 months agoAdd hover and border
Cyperghost [Tue, 26 Mar 2024 14:28:40 +0000 (15:28 +0100)]
Add hover and border

7 months agoRemove "containerList"
Cyperghost [Tue, 26 Mar 2024 14:19:49 +0000 (15:19 +0100)]
Remove "containerList"

7 months agoAdd grid layout
Cyperghost [Tue, 26 Mar 2024 14:19:03 +0000 (15:19 +0100)]
Add grid layout

7 months agoCall `#select` function instead of set `checked` value
Cyperghost [Tue, 26 Mar 2024 13:06:55 +0000 (14:06 +0100)]
Call `#select` function instead of set `checked` value

7 months agoAdd a default value radio button for acl options
Cyperghost [Tue, 26 Mar 2024 13:02:52 +0000 (14:02 +0100)]
Add a default value radio button for acl options

7 months agoMark `WCF.ACL.List` as deprecated
Cyperghost [Tue, 26 Mar 2024 12:59:17 +0000 (13:59 +0100)]
Mark `WCF.ACL.List` as deprecated

7 months agoMake functions public
Cyperghost [Tue, 26 Mar 2024 12:41:50 +0000 (13:41 +0100)]
Make functions public

7 months agoImport `AclList`
Cyperghost [Tue, 26 Mar 2024 12:38:30 +0000 (13:38 +0100)]
Import `AclList`

7 months agoAdd margin to search input
Cyperghost [Tue, 26 Mar 2024 12:32:41 +0000 (13:32 +0100)]
Add margin to search input

7 months agoSave acl values as json
Cyperghost [Tue, 26 Mar 2024 12:29:59 +0000 (13:29 +0100)]
Save acl values as json
Read in ACLHandler the json values

7 months agoUse radio input elements
Cyperghost [Tue, 26 Mar 2024 12:07:02 +0000 (13:07 +0100)]
Use radio input elements

7 months agoFix display of acl items
Cyperghost [Tue, 26 Mar 2024 12:05:13 +0000 (13:05 +0100)]
Fix display of acl items

7 months agoFix language phrases
Cyperghost [Tue, 26 Mar 2024 11:34:36 +0000 (12:34 +0100)]
Fix language phrases

7 months agoCreate typescript for ACLList
Cyperghost [Tue, 26 Mar 2024 11:00:50 +0000 (12:00 +0100)]
Create typescript for ACLList

7 months agoMerge pull request #5852 from WoltLab/moderation-notification-report
Olaf Braun [Mon, 25 Mar 2024 12:24:32 +0000 (13:24 +0100)]
Merge pull request #5852 from WoltLab/moderation-notification-report

Moderation notification report

7 months agoUpdate wcfsetup/install/files/lib/system/comment/manager/ICommentPermissionManager...
Olaf Braun [Mon, 25 Mar 2024 12:21:06 +0000 (13:21 +0100)]
Update wcfsetup/install/files/lib/system/comment/manager/ICommentPermissionManager.class.php

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
7 months agoAdd `.class` to file name
Cyperghost [Mon, 25 Mar 2024 10:12:39 +0000 (11:12 +0100)]
Add `.class` to file name

7 months agoUpdate code-style in `UserProfileCommentManager`
Cyperghost [Mon, 25 Mar 2024 10:11:06 +0000 (11:11 +0100)]
Update code-style in `UserProfileCommentManager`

7 months agoUpdate php doc for deprecation info
Cyperghost [Mon, 25 Mar 2024 10:08:34 +0000 (11:08 +0100)]
Update php doc for deprecation info

7 months agoUse runtime cache for article content
Cyperghost [Mon, 25 Mar 2024 10:07:00 +0000 (11:07 +0100)]
Use runtime cache for article content

7 months agoRun php-cs-fixer
Cyperghost [Mon, 25 Mar 2024 10:00:44 +0000 (11:00 +0100)]
Run php-cs-fixer

7 months agoImplement the new interface `ICommentPermissionManager` in the comment managers
Cyperghost [Mon, 25 Mar 2024 09:58:54 +0000 (10:58 +0100)]
Implement the new interface `ICommentPermissionManager` in the comment managers

7 months agoAdd new interface `ICommentPermissionManager`
Cyperghost [Mon, 25 Mar 2024 09:49:26 +0000 (10:49 +0100)]
Add new interface `ICommentPermissionManager`

7 months agoAdd `userID` to `$data` array
Cyperghost [Fri, 22 Mar 2024 11:38:29 +0000 (12:38 +0100)]
Add `userID` to `$data` array

7 months agoCorrect the check if user can access the profile
Cyperghost [Fri, 22 Mar 2024 11:35:30 +0000 (12:35 +0100)]
Correct the check if user can access the profile

7 months agoAllow `null` value
Cyperghost [Fri, 22 Mar 2024 11:18:31 +0000 (12:18 +0100)]
Allow `null` value

7 months agoAdded new function `canViewObject` to `ICommentManager` to check access to any object...
Cyperghost [Fri, 22 Mar 2024 11:16:51 +0000 (12:16 +0100)]
Added new function `canViewObject` to `ICommentManager` to check access to any object of comments.

7 months agoAdd `$user` parameter to `isAccessible` function in `Page`
Cyperghost [Fri, 22 Mar 2024 10:59:49 +0000 (11:59 +0100)]
Add `$user` parameter to `isAccessible` function in `Page`