GitHub/WoltLab/WCF.git
4 weeks agoUse the user profile header template
Cyperghost [Thu, 12 Dec 2024 10:20:21 +0000 (11:20 +0100)]
Use the user profile header template

4 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Thu, 12 Dec 2024 10:09:07 +0000 (11:09 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

# Conflicts:
# com.woltlab.wcf/templates/user.tpl
# ts/WoltLabSuite/Core/Bootstrap.ts
# ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.ts
# ts/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.ts
# wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js
# wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/CoverPhoto/Delete.js
# wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/CoverPhoto/Upload.js

4 weeks agoMerge branch '6.2' into file-upload-image-crop
Cyperghost [Thu, 12 Dec 2024 10:07:27 +0000 (11:07 +0100)]
Merge branch '6.2' into file-upload-image-crop

# Conflicts:
# .github/workflows/javascript.yml
# wcfsetup/install/files/js/require.config.js

4 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Tue, 10 Dec 2024 08:55:37 +0000 (09:55 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

4 weeks agoAlso note the maximum width that is available
Cyperghost [Tue, 10 Dec 2024 08:55:23 +0000 (09:55 +0100)]
Also note the maximum width that is available

4 weeks agooverwrites default values for `min-width` and `min-height`
Cyperghost [Tue, 10 Dec 2024 08:53:51 +0000 (09:53 +0100)]
overwrites default values for `min-width` and `min-height`

4 weeks agoAdd helper function to get the inner dimensions for an element
Cyperghost [Tue, 10 Dec 2024 08:52:34 +0000 (09:52 +0100)]
Add helper function to get the inner dimensions for an element

4 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Mon, 9 Dec 2024 11:48:50 +0000 (12:48 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

4 weeks agoCenter `cropper-canvas`.
Cyperghost [Mon, 9 Dec 2024 11:47:42 +0000 (12:47 +0100)]
Center `cropper-canvas`.
Fix, if the image on a side has a large dimension that a white area is displayed at the top and/or bottom

4 weeks agoRecalculate cropper height on window resize.
Cyperghost [Mon, 9 Dec 2024 11:46:15 +0000 (12:46 +0100)]
Recalculate cropper height on window resize.
Set height on container(parent) height

4 weeks agoUse `Database::prepare()` instead of `Database::prepareStatement()`
Marcel Werk [Fri, 6 Dec 2024 15:20:12 +0000 (16:20 +0100)]
Use `Database::prepare()` instead of `Database::prepareStatement()`

see https://github.com/WoltLab/WCF/issues/6002

4 weeks agoAdjust name of the `UserProfileHeaderStatItemCollecting` event
Marcel Werk [Fri, 6 Dec 2024 13:59:19 +0000 (14:59 +0100)]
Adjust name of the `UserProfileHeaderStatItemCollecting` event

We use a more generic name to make it clear that the event can also be used in other places in the future (e.g. in member lists).

5 weeks agoHide empty categories in category list box
Marcel Werk [Fri, 6 Dec 2024 13:01:29 +0000 (14:01 +0100)]
Hide empty categories in category list box

5 weeks agoRemove obsolete unsafe output of variables
Marcel Werk [Fri, 6 Dec 2024 13:01:03 +0000 (14:01 +0100)]
Remove obsolete unsafe output of variables

5 weeks agoFixed issue in the preview button when creating new objects
Marcel Werk [Fri, 6 Dec 2024 12:17:08 +0000 (13:17 +0100)]
Fixed issue in the preview button when creating new objects

5 weeks ago`coverPhotoStyle` need to be encoded
Cyperghost [Fri, 6 Dec 2024 10:15:25 +0000 (11:15 +0100)]
`coverPhotoStyle` need to be encoded

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Fri, 6 Dec 2024 10:00:24 +0000 (11:00 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoFixes the problem when the aspect ratio is less than 1, that the selection has an...
Cyperghost [Fri, 6 Dec 2024 10:00:06 +0000 (11:00 +0100)]
Fixes the problem when the aspect ratio is less than 1, that the selection has an incorrect resolution

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Fri, 6 Dec 2024 09:25:15 +0000 (10:25 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoCalculate the size of the cropper selection in relation to the window size
Cyperghost [Fri, 6 Dec 2024 09:23:58 +0000 (10:23 +0100)]
Calculate the size of the cropper selection in relation to the window size

5 weeks agoUnify phrases
Marcel Werk [Thu, 5 Dec 2024 16:01:06 +0000 (17:01 +0100)]
Unify phrases

ref https://www.woltlab.com/community/thread/307563-unify-upload-description-phrases/

5 weeks agoAdd method to get all embedded objects in a specific message
Marcel Werk [Thu, 5 Dec 2024 14:59:29 +0000 (15:59 +0100)]
Add method to get all embedded objects in a specific message

5 weeks agoUse `span` tag for the ´contentNotVisible´ element
Marcel Werk [Thu, 5 Dec 2024 13:31:08 +0000 (14:31 +0100)]
Use `span` tag for the ´contentNotVisible´ element

The use of `div` resulted in invalid HTML code if the element was surrounded by other formatting (e.g. bold).

5 weeks agoAlways make attachment preview visible if you are allowed to download the attachment
Marcel Werk [Thu, 5 Dec 2024 13:28:21 +0000 (14:28 +0100)]
Always make attachment preview visible if you are allowed to download the attachment

5 weeks agoMerge pull request #6132 from WoltLab/recent-activity-with-image
Marcel Werk [Thu, 5 Dec 2024 12:50:44 +0000 (13:50 +0100)]
Merge pull request #6132 from WoltLab/recent-activity-with-image

Add support for images in recent activities

5 weeks agoAdd option to add a custom css class
Marcel Werk [Thu, 5 Dec 2024 12:38:12 +0000 (13:38 +0100)]
Add option to add a custom css class

5 weeks agoMerge pull request #6126 from WoltLab/user-profile-header-overhaul
Marcel Werk [Thu, 5 Dec 2024 12:35:34 +0000 (13:35 +0100)]
Merge pull request #6126 from WoltLab/user-profile-header-overhaul

Overhaul the user profile header

5 weeks agoRemove obsolete `loading="lazy"` attribute
Marcel Werk [Thu, 5 Dec 2024 12:33:51 +0000 (13:33 +0100)]
Remove obsolete `loading="lazy"` attribute

5 weeks agoAdd permission check
Marcel Werk [Thu, 5 Dec 2024 12:24:39 +0000 (13:24 +0100)]
Add permission check

5 weeks agoApply suggestions from code review
Marcel Werk [Thu, 5 Dec 2024 11:22:24 +0000 (12:22 +0100)]
Apply suggestions from code review

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Thu, 5 Dec 2024 10:49:09 +0000 (11:49 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoRun `tsc`
Cyperghost [Thu, 5 Dec 2024 10:48:58 +0000 (11:48 +0100)]
Run `tsc`

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Thu, 5 Dec 2024 10:48:15 +0000 (11:48 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoRound the numbers
Cyperghost [Thu, 5 Dec 2024 10:48:06 +0000 (11:48 +0100)]
Round the numbers

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Thu, 5 Dec 2024 10:38:08 +0000 (11:38 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoSet the default selection to the maximum width
Cyperghost [Thu, 5 Dec 2024 10:37:49 +0000 (11:37 +0100)]
Set the default selection to the maximum width

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Thu, 5 Dec 2024 08:31:13 +0000 (09:31 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoMerge pull request #6136 from WoltLab/6.2-acp-user-handler
Olaf Braun [Wed, 4 Dec 2024 17:59:54 +0000 (18:59 +0100)]
Merge pull request #6136 from WoltLab/6.2-acp-user-handler

Migrate `WCF.ACP.User.*Handler` to TypeScript

5 weeks agoAdd a missing border
Alexander Ebert [Wed, 4 Dec 2024 14:19:20 +0000 (15:19 +0100)]
Add a missing border

5 weeks agoAdd abstract implementation for image data providing
Marcel Werk [Wed, 4 Dec 2024 14:06:57 +0000 (15:06 +0100)]
Add abstract implementation for image data providing

5 weeks agoDisable zoom
Olaf Braun [Wed, 4 Dec 2024 13:29:18 +0000 (14:29 +0100)]
Disable zoom
Set default max width and height for the selection

5 weeks agoRemove `defaultCoverPhoto` from bootstrap
Cyperghost [Wed, 4 Dec 2024 13:00:03 +0000 (14:00 +0100)]
Remove `defaultCoverPhoto` from bootstrap

5 weeks agoRename `getCoverPhotoLocation()` to `getLegacyLocation()` and move to `UserCoverPhoto`.
Cyperghost [Wed, 4 Dec 2024 12:49:04 +0000 (13:49 +0100)]
Rename `getCoverPhotoLocation()` to `getLegacyLocation()` and move to `UserCoverPhoto`.

5 weeks ago`createMinMax` renamed to `forMinMax`
Cyperghost [Wed, 4 Dec 2024 12:41:16 +0000 (13:41 +0100)]
`createMinMax` renamed to `forMinMax`

5 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Wed, 4 Dec 2024 12:40:43 +0000 (13:40 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

5 weeks agoChange the construct to private
Cyperghost [Wed, 4 Dec 2024 12:40:17 +0000 (13:40 +0100)]
Change the construct to private

5 weeks agoCenter the cropper selection in the canvas
Cyperghost [Wed, 4 Dec 2024 12:39:02 +0000 (13:39 +0100)]
Center the cropper selection in the canvas

5 weeks agoMigrate `WCF.ACP.User.*Handler` to TypeScript
Cyperghost [Wed, 4 Dec 2024 08:36:51 +0000 (09:36 +0100)]
Migrate `WCF.ACP.User.*Handler` to TypeScript

5 weeks agoMerge pull request #6125 from WoltLab/6.2-option-handler
Olaf Braun [Tue, 3 Dec 2024 12:46:21 +0000 (13:46 +0100)]
Merge pull request #6125 from WoltLab/6.2-option-handler

Migrate `WCF.Option.Handler` to typescript

5 weeks agoMerge branch 'refs/heads/6.2' into 6.2-option-handler
Olaf Braun [Tue, 3 Dec 2024 12:43:00 +0000 (13:43 +0100)]
Merge branch 'refs/heads/6.2' into 6.2-option-handler

# Conflicts:
# wcfsetup/install/files/acp/templates/userGroupAdd.tpl

5 weeks agoAdd support for images in recent activities
Marcel Werk [Tue, 3 Dec 2024 11:50:08 +0000 (12:50 +0100)]
Add support for images in recent activities

5 weeks agoMerge pull request #6131 from WoltLab/6.2-user-group-copy
Olaf Braun [Tue, 3 Dec 2024 11:47:22 +0000 (12:47 +0100)]
Merge pull request #6131 from WoltLab/6.2-user-group-copy

Migrate `WCF.ACP.User.Group.Copy` to TypeScript

5 weeks agoMerge pull request #6128 from WoltLab/6.2-flexible-category-list
Olaf Braun [Tue, 3 Dec 2024 11:46:53 +0000 (12:46 +0100)]
Merge pull request #6128 from WoltLab/6.2-flexible-category-list

Migrate `WCF.Category.FlexibleCategoryList `to TypeScript

5 weeks agoMerge pull request #6130 from WoltLab/6.2-tag-set-as-synonyms
Olaf Braun [Tue, 3 Dec 2024 11:46:30 +0000 (12:46 +0100)]
Merge pull request #6130 from WoltLab/6.2-tag-set-as-synonyms

Migrate `WCF.ACP.Tag.SetAsSynonymsHandler` to TypeScript

5 weeks agoMove `WoltLabSuite/Core/Acp/Ui/User/Group/Copy` to `WoltLabSuite/Core/Acp/Component...
Olaf Braun [Tue, 3 Dec 2024 11:45:25 +0000 (12:45 +0100)]
Move `WoltLabSuite/Core/Acp/Ui/User/Group/Copy` to `WoltLabSuite/Core/Acp/Component/User/Group/Copy`

5 weeks agoMove `WoltLabSuite/Core/Acp/Ui/Tag/SynonymsHandler` to `WoltLabSuite/Core/Acp/Compone...
Olaf Braun [Tue, 3 Dec 2024 11:40:43 +0000 (12:40 +0100)]
Move `WoltLabSuite/Core/Acp/Ui/Tag/SynonymsHandler` to `WoltLabSuite/Core/Acp/Component/Tag/SynonymsHandler`

5 weeks agoUpdate wcfsetup/install/files/acp/templates/userGroupAdd.tpl
Olaf Braun [Tue, 3 Dec 2024 11:24:44 +0000 (12:24 +0100)]
Update wcfsetup/install/files/acp/templates/userGroupAdd.tpl

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
5 weeks agoMerge pull request #6129 from WoltLab/6.2-language-item-list
Olaf Braun [Tue, 3 Dec 2024 11:15:11 +0000 (12:15 +0100)]
Merge pull request #6129 from WoltLab/6.2-language-item-list

Migrate `WCF.ACP.Language.ItemList` to TypeScript

5 weeks agoMigrate `WCF.ACP.User.Group.Copy` to TypeScript
Cyperghost [Tue, 3 Dec 2024 09:16:36 +0000 (10:16 +0100)]
Migrate `WCF.ACP.User.Group.Copy` to TypeScript

5 weeks agoRemove black line
Cyperghost [Tue, 3 Dec 2024 08:44:22 +0000 (09:44 +0100)]
Remove black line

5 weeks agoMigrate `WCF.ACP.Tag.SetAsSynonymsHandler` to TypeScript
Cyperghost [Tue, 3 Dec 2024 08:43:52 +0000 (09:43 +0100)]
Migrate `WCF.ACP.Tag.SetAsSynonymsHandler` to TypeScript

5 weeks agoMerge pull request #6124 from WoltLab/6.2-sortable-js
Olaf Braun [Tue, 3 Dec 2024 06:59:09 +0000 (07:59 +0100)]
Merge pull request #6124 from WoltLab/6.2-sortable-js

Migrate `WCF.Sortable.List` to Typescript

5 weeks agoRemove the file `WCF.ACP.Language.js` which is no longer needed
Cyperghost [Mon, 2 Dec 2024 12:30:29 +0000 (13:30 +0100)]
Remove the file `WCF.ACP.Language.js` which is no longer needed

5 weeks agoMigrate `WCF.ACP.Language.ItemList` to TypeScript
Cyperghost [Mon, 2 Dec 2024 12:27:14 +0000 (13:27 +0100)]
Migrate `WCF.ACP.Language.ItemList` to TypeScript

5 weeks agoMark `WCF.Category.FlexibleCategoryList` as deprecated
Cyperghost [Mon, 2 Dec 2024 11:04:12 +0000 (12:04 +0100)]
Mark `WCF.Category.FlexibleCategoryList` as deprecated

5 weeks agoMigrate `WCF.Category.FlexibleCategoryList` to TypeScript
Cyperghost [Mon, 2 Dec 2024 11:02:02 +0000 (12:02 +0100)]
Migrate `WCF.Category.FlexibleCategoryList` to TypeScript

5 weeks agoCache cover photos
Cyperghost [Mon, 2 Dec 2024 09:14:28 +0000 (10:14 +0100)]
Cache cover photos

5 weeks agoMark `IWebpUserCoverPhoto` as deprecated
Cyperghost [Mon, 2 Dec 2024 09:09:26 +0000 (10:09 +0100)]
Mark `IWebpUserCoverPhoto` as deprecated

5 weeks agoAdd foreign key for `wcf1_user.coverPhotoFileID` to `wcf1_file.fileID`
Cyperghost [Mon, 2 Dec 2024 09:07:45 +0000 (10:07 +0100)]
Add foreign key for `wcf1_user.coverPhotoFileID` to `wcf1_file.fileID`

5 weeks agoUse `JSON.parse()` instead of `eval()`.
Cyperghost [Mon, 2 Dec 2024 09:02:57 +0000 (10:02 +0100)]
Use `JSON.parse()` instead of `eval()`.

5 weeks agoOverhaul the user profile header
Marcel Werk [Fri, 29 Nov 2024 16:06:13 +0000 (17:06 +0100)]
Overhaul the user profile header

6 weeks agoDelete old user cover photo upload/delete
Cyperghost [Fri, 29 Nov 2024 13:10:42 +0000 (14:10 +0100)]
Delete old user cover photo upload/delete

6 weeks agoAdd phpdoc to `getCoverPhotoLocation()`
Cyperghost [Fri, 29 Nov 2024 13:07:32 +0000 (14:07 +0100)]
Add phpdoc to `getCoverPhotoLocation()`

6 weeks agoCheck if `coverPhotoHash` or `coverPhotoExtension` is set
Cyperghost [Fri, 29 Nov 2024 13:05:22 +0000 (14:05 +0100)]
Check if `coverPhotoHash` or `coverPhotoExtension` is set

6 weeks agoMigrate old cover photos into the new file system
Cyperghost [Fri, 29 Nov 2024 13:01:42 +0000 (14:01 +0100)]
Migrate old cover photos into the new file system

6 weeks agoInsert back `IUserCoverPhoto::delete()`
Cyperghost [Fri, 29 Nov 2024 12:44:10 +0000 (13:44 +0100)]
Insert back `IUserCoverPhoto::delete()`

6 weeks agoDont use `coverPhotoHash` or `coverPhotoExtension` anymore
Cyperghost [Fri, 29 Nov 2024 12:32:07 +0000 (13:32 +0100)]
Dont use `coverPhotoHash` or `coverPhotoExtension` anymore

6 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Fri, 29 Nov 2024 12:28:01 +0000 (13:28 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

6 weeks agoAdd exifreader to `require.config.js`
Cyperghost [Fri, 29 Nov 2024 12:27:45 +0000 (13:27 +0100)]
Add exifreader to `require.config.js`

6 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Fri, 29 Nov 2024 12:20:07 +0000 (13:20 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

6 weeks agoAdd `exifreader`
Cyperghost [Fri, 29 Nov 2024 12:19:23 +0000 (13:19 +0100)]
Add `exifreader`

6 weeks agoRun `tsc`
Cyperghost [Fri, 29 Nov 2024 11:57:12 +0000 (12:57 +0100)]
Run `tsc`

6 weeks agoMigrate `WCF.Option.Handler` to typescript
Cyperghost [Fri, 29 Nov 2024 11:56:08 +0000 (12:56 +0100)]
Migrate `WCF.Option.Handler` to typescript
Mark `WCF.Option.Handler` as deprecated

6 weeks agoMove `this._options.options.toleranceElement` to `this._options.toleranceElement...
Cyperghost [Fri, 29 Nov 2024 11:05:16 +0000 (12:05 +0100)]
Move `this._options.options.toleranceElement` to `this._options.toleranceElement` if it exists

6 weeks agoUse `dboAction` instead of `apiOnce`
Cyperghost [Fri, 29 Nov 2024 11:03:15 +0000 (12:03 +0100)]
Use `dboAction` instead of `apiOnce`
Move callback functions into a separate methode

6 weeks agoManage cover photo in acp
Cyperghost [Fri, 29 Nov 2024 10:39:51 +0000 (11:39 +0100)]
Manage cover photo in acp

6 weeks agoUse `FileRuntimeCache`
Cyperghost [Fri, 29 Nov 2024 08:46:05 +0000 (09:46 +0100)]
Use `FileRuntimeCache`

6 weeks agoMerge branch 'file-upload-image-crop' into 6.2-user-coverphoto
Cyperghost [Fri, 29 Nov 2024 08:43:11 +0000 (09:43 +0100)]
Merge branch 'file-upload-image-crop' into 6.2-user-coverphoto

6 weeks agoImplement `FileRuntimeCache`, which also loads the thumbnails
Cyperghost [Fri, 29 Nov 2024 08:42:13 +0000 (09:42 +0100)]
Implement `FileRuntimeCache`, which also loads the thumbnails

6 weeks agoRemove cover photo file strategy classes
Cyperghost [Thu, 28 Nov 2024 11:50:58 +0000 (12:50 +0100)]
Remove cover photo file strategy classes

6 weeks agoOnly GET for this form is required
Cyperghost [Thu, 28 Nov 2024 11:40:46 +0000 (12:40 +0100)]
Only GET for this form is required

6 weeks agoAdd cover photo management
Cyperghost [Thu, 28 Nov 2024 11:40:04 +0000 (12:40 +0100)]
Add cover photo management

6 weeks agoMerge pull request #6123 from WoltLab/profile-tabmenu-typescript
Marcel Werk [Thu, 28 Nov 2024 11:21:59 +0000 (12:21 +0100)]
Merge pull request #6123 from WoltLab/profile-tabmenu-typescript

Migrate `WCF.User.Profile.TabMenu` to Typescript

6 weeks agoMerge branch '6.2' into file-upload-image-crop
Cyperghost [Thu, 28 Nov 2024 10:10:54 +0000 (11:10 +0100)]
Merge branch '6.2' into file-upload-image-crop

# Conflicts:
# .github/workflows/javascript.yml
# wcfsetup/install/lang/de.xml
# wcfsetup/install/lang/en.xml

6 weeks agoUse `WoltLabSuite/Core/Ui/Sortable/List` for acp boxes sorting
Cyperghost [Thu, 28 Nov 2024 09:27:55 +0000 (10:27 +0100)]
Use `WoltLabSuite/Core/Ui/Sortable/List` for acp boxes sorting

6 weeks agoMark `WCF.Sortable.List` as deprecated
Cyperghost [Thu, 28 Nov 2024 09:18:25 +0000 (10:18 +0100)]
Mark `WCF.Sortable.List` as deprecated

6 weeks agoSave sortable list
Cyperghost [Thu, 28 Nov 2024 09:16:26 +0000 (10:16 +0100)]
Save sortable list

6 weeks agoMigrate `WCF.User.Profile.TabMenu` to Typescript
Marcel Werk [Wed, 27 Nov 2024 17:11:58 +0000 (18:11 +0100)]
Migrate `WCF.User.Profile.TabMenu` to Typescript

Closes #6093

6 weeks agoStore Sortable objects
Cyperghost [Wed, 27 Nov 2024 13:36:07 +0000 (14:36 +0100)]
Store Sortable objects

6 weeks agoAdd `toleranceElement` to the supported options
Cyperghost [Wed, 27 Nov 2024 13:16:51 +0000 (14:16 +0100)]
Add `toleranceElement` to the supported options
Handle max nesting level