Cyperghost [Tue, 17 Dec 2024 12:48:11 +0000 (13:48 +0100)]
Render quote tab dynamic
Cyperghost [Tue, 17 Dec 2024 09:33:28 +0000 (10:33 +0100)]
Add basic tabs for quote
Olaf Braun [Fri, 13 Dec 2024 09:28:33 +0000 (10:28 +0100)]
Merge pull request #6144 from WoltLab/6.2-recptcha-v3
ReCaptcha v3
Cyperghost [Fri, 13 Dec 2024 09:25:52 +0000 (10:25 +0100)]
Add removed `wcf.captcha.recaptchaInvisible.error.recaptchaString.false`
Cyperghost [Thu, 12 Dec 2024 09:59:20 +0000 (10:59 +0100)]
Add reCaptcha v3 handler
Migrate JavaScript to TypeScript
Cyperghost [Wed, 11 Dec 2024 09:21:33 +0000 (10:21 +0100)]
Add recaptcha v3 api key option
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
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).
Marcel Werk [Fri, 6 Dec 2024 13:01:29 +0000 (14:01 +0100)]
Hide empty categories in category list box
Marcel Werk [Fri, 6 Dec 2024 13:01:03 +0000 (14:01 +0100)]
Remove obsolete unsafe output of variables
Marcel Werk [Fri, 6 Dec 2024 12:17:08 +0000 (13:17 +0100)]
Fixed issue in the preview button when creating new objects
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/
Marcel Werk [Thu, 5 Dec 2024 14:59:29 +0000 (15:59 +0100)]
Add method to get all embedded objects in a specific message
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).
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
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
Marcel Werk [Thu, 5 Dec 2024 12:38:12 +0000 (13:38 +0100)]
Add option to add a custom css class
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
Marcel Werk [Thu, 5 Dec 2024 12:33:51 +0000 (13:33 +0100)]
Remove obsolete `loading="lazy"` attribute
Marcel Werk [Thu, 5 Dec 2024 12:24:39 +0000 (13:24 +0100)]
Add permission check
Marcel Werk [Thu, 5 Dec 2024 11:22:24 +0000 (12:22 +0100)]
Apply suggestions from code review
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
Alexander Ebert [Wed, 4 Dec 2024 14:19:20 +0000 (15:19 +0100)]
Add a missing border
Marcel Werk [Wed, 4 Dec 2024 14:06:57 +0000 (15:06 +0100)]
Add abstract implementation for image data providing
Cyperghost [Wed, 4 Dec 2024 08:36:51 +0000 (09:36 +0100)]
Migrate `WCF.ACP.User.*Handler` to TypeScript
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
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
Marcel Werk [Tue, 3 Dec 2024 11:50:08 +0000 (12:50 +0100)]
Add support for images in recent activities
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
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
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
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`
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`
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>
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
Cyperghost [Tue, 3 Dec 2024 09:16:36 +0000 (10:16 +0100)]
Migrate `WCF.ACP.User.Group.Copy` to TypeScript
Cyperghost [Tue, 3 Dec 2024 08:44:22 +0000 (09:44 +0100)]
Remove black line
Cyperghost [Tue, 3 Dec 2024 08:43:52 +0000 (09:43 +0100)]
Migrate `WCF.ACP.Tag.SetAsSynonymsHandler` to TypeScript
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
Cyperghost [Mon, 2 Dec 2024 12:30:29 +0000 (13:30 +0100)]
Remove the file `WCF.ACP.Language.js` which is no longer needed
Cyperghost [Mon, 2 Dec 2024 12:27:14 +0000 (13:27 +0100)]
Migrate `WCF.ACP.Language.ItemList` to TypeScript
Cyperghost [Mon, 2 Dec 2024 11:04:12 +0000 (12:04 +0100)]
Mark `WCF.Category.FlexibleCategoryList` as deprecated
Cyperghost [Mon, 2 Dec 2024 11:02:02 +0000 (12:02 +0100)]
Migrate `WCF.Category.FlexibleCategoryList` to TypeScript
Cyperghost [Mon, 2 Dec 2024 09:02:57 +0000 (10:02 +0100)]
Use `JSON.parse()` instead of `eval()`.
Marcel Werk [Fri, 29 Nov 2024 16:06:13 +0000 (17:06 +0100)]
Overhaul the user profile header
Cyperghost [Fri, 29 Nov 2024 11:57:12 +0000 (12:57 +0100)]
Run `tsc`
Cyperghost [Fri, 29 Nov 2024 11:56:08 +0000 (12:56 +0100)]
Migrate `WCF.Option.Handler` to typescript
Mark `WCF.Option.Handler` as deprecated
Cyperghost [Fri, 29 Nov 2024 11:05:16 +0000 (12:05 +0100)]
Move `this._options.options.toleranceElement` to `this._options.toleranceElement` if it exists
Cyperghost [Fri, 29 Nov 2024 11:03:15 +0000 (12:03 +0100)]
Use `dboAction` instead of `apiOnce`
Move callback functions into a separate methode
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
Cyperghost [Thu, 28 Nov 2024 09:27:55 +0000 (10:27 +0100)]
Use `WoltLabSuite/Core/Ui/Sortable/List` for acp boxes sorting
Cyperghost [Thu, 28 Nov 2024 09:18:25 +0000 (10:18 +0100)]
Mark `WCF.Sortable.List` as deprecated
Cyperghost [Thu, 28 Nov 2024 09:16:26 +0000 (10:16 +0100)]
Save sortable list
Marcel Werk [Wed, 27 Nov 2024 17:11:58 +0000 (18:11 +0100)]
Migrate `WCF.User.Profile.TabMenu` to Typescript
Closes #6093
Cyperghost [Wed, 27 Nov 2024 13:36:07 +0000 (14:36 +0100)]
Store Sortable objects
Cyperghost [Wed, 27 Nov 2024 13:16:51 +0000 (14:16 +0100)]
Add `toleranceElement` to the supported options
Handle max nesting level
Marcel Werk [Wed, 27 Nov 2024 13:09:50 +0000 (14:09 +0100)]
Merge pull request #6114 from WoltLab/message-preview-typescript
Migrate `WCF.Message.Preview` to Typescript
Marcel Werk [Wed, 27 Nov 2024 12:22:23 +0000 (13:22 +0100)]
Standardize naming and paths
Marcel Werk [Wed, 27 Nov 2024 12:08:11 +0000 (13:08 +0100)]
Merge pull request #6116 from WoltLab/moderation-management-typescript
Migrate `WCF.Moderation.Management` to Typescript
Marcel Werk [Wed, 27 Nov 2024 12:03:40 +0000 (13:03 +0100)]
Apply suggestions from code review
Marcel Werk [Sun, 24 Nov 2024 16:14:57 +0000 (17:14 +0100)]
Migrate `WCF.Moderation.Management` to Typescript
Closes #6090
Olaf Braun [Wed, 27 Nov 2024 11:30:42 +0000 (12:30 +0100)]
Merge pull request #6072 from WoltLab/6.2-formbuilder-tags
FormBuilder for tags
Marcel Werk [Wed, 27 Nov 2024 11:15:31 +0000 (12:15 +0100)]
Merge pull request #6120 from WoltLab/notification-list-typescript
Migrate `WCF.Notification.List` to Typescript
Cyperghost [Wed, 27 Nov 2024 10:30:24 +0000 (11:30 +0100)]
Move `toleranceElement` into `SortableListOptions`
Cyperghost [Wed, 27 Nov 2024 08:50:30 +0000 (09:50 +0100)]
Loading the `types.d.ts` is no longer necessary
Olaf Braun [Wed, 27 Nov 2024 07:41:06 +0000 (08:41 +0100)]
Merge pull request #6118 from WoltLab/6.2-formbuilder-label
Use FormBuilder for labels
Olaf Braun [Wed, 27 Nov 2024 07:40:06 +0000 (08:40 +0100)]
Merge pull request #6078 from WoltLab/6.2-formbuilder-user-rank
Use FormBuilder for user ranks
Cyperghost [Wed, 27 Nov 2024 07:36:19 +0000 (08:36 +0100)]
Run `tsc`
Olaf Braun [Wed, 27 Nov 2024 07:35:02 +0000 (08:35 +0100)]
Update ts/WoltLabSuite/Core/Form/Builder/Field/Controller/BadgeColor.ts
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
Olaf Braun [Wed, 27 Nov 2024 07:34:54 +0000 (08:34 +0100)]
Merge pull request #6073 from WoltLab/6.2-formbuilder-media-provider
Use FormBuilder for BBCodeMediaProvider
Olaf Braun [Tue, 26 Nov 2024 21:27:32 +0000 (22:27 +0100)]
Merge pull request #6079 from WoltLab/6.2-formbuilder-user-option
Use FormBuilder for user options
Alexander Ebert [Tue, 26 Nov 2024 16:41:51 +0000 (17:41 +0100)]
Update the JS artifacts
Alexander Ebert [Tue, 26 Nov 2024 16:37:11 +0000 (17:37 +0100)]
Merge branch '6.1' into 6.2
Alexander Ebert [Tue, 26 Nov 2024 16:36:37 +0000 (17:36 +0100)]
Merge branch '6.0' into 6.1
Alexander Ebert [Tue, 26 Nov 2024 16:35:24 +0000 (17:35 +0100)]
Update the CKEditor stylesheet
Marcel Werk [Tue, 26 Nov 2024 16:20:20 +0000 (17:20 +0100)]
Merge pull request #6115 from WoltLab/message-form-tabs-typescript
Migrate wcf.messageTabMenu (jQuery Widget) to Typescript
Marcel Werk [Mon, 25 Nov 2024 15:16:48 +0000 (16:16 +0100)]
Fix outdated js file
Marcel Werk [Fri, 22 Nov 2024 14:48:39 +0000 (15:48 +0100)]
Migrate wcf.messageTabMenu (jQuery Widget) to Typescript
HTML and CSS are still a mess and should be overhauled with a future update.
Closes #6088
Closes #6089
Marcel Werk [Tue, 26 Nov 2024 16:17:06 +0000 (17:17 +0100)]
Merge pull request #6119 from WoltLab/user-activity-point-list-typescript
Migrate `WCF.User.Profile.ActivityPointList` to Typescript
Marcel Werk [Tue, 26 Nov 2024 16:15:59 +0000 (17:15 +0100)]
Fix outdated js
Marcel Werk [Tue, 26 Nov 2024 16:08:43 +0000 (17:08 +0100)]
Merge branch '6.2' into user-activity-point-list-typescript
Marcel Werk [Tue, 26 Nov 2024 16:06:10 +0000 (17:06 +0100)]
Merge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 16:05:52 +0000 (17:05 +0100)]
Fix missing scrolling when editing comments / replies
Marcel Werk [Tue, 26 Nov 2024 16:05:31 +0000 (17:05 +0100)]
Fix double scrolling when replying to a comment
Closes #5991
Marcel Werk [Tue, 26 Nov 2024 16:04:04 +0000 (17:04 +0100)]
Add option to focus the editor without scrolling
Olaf Braun [Tue, 26 Nov 2024 15:28:07 +0000 (16:28 +0100)]
Merge pull request #6074 from WoltLab/6.2-captcha
Use FormBuilder for captcha questions
Marcel Werk [Tue, 26 Nov 2024 14:59:37 +0000 (15:59 +0100)]
Apply suggestions from code review
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
Marcel Werk [Tue, 26 Nov 2024 14:58:14 +0000 (15:58 +0100)]
Merge branch '6.0' into 6.1
Marcel Werk [Tue, 26 Nov 2024 14:58:00 +0000 (15:58 +0100)]
Remove request id from the output of a exception
Closes #5999
Olaf Braun [Tue, 26 Nov 2024 14:12:29 +0000 (15:12 +0100)]
Prevents an underlying dialog from being closed when the file selection dialog is canceled by the user
Cyperghost [Tue, 26 Nov 2024 11:50:11 +0000 (12:50 +0100)]
Use sortablejs
Marcel Werk [Tue, 26 Nov 2024 11:09:27 +0000 (12:09 +0100)]
Merge pull request #6113 from WoltLab/edit-history-typescript
Migrate `WCF.Message.EditHistory` to Typescript
Marcel Werk [Tue, 26 Nov 2024 11:05:54 +0000 (12:05 +0100)]
Standardize naming and paths
Cyperghost [Tue, 26 Nov 2024 11:01:22 +0000 (12:01 +0100)]
Add sortablejs
Cyperghost [Tue, 26 Nov 2024 10:19:33 +0000 (11:19 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.
Cyperghost [Tue, 26 Nov 2024 10:18:51 +0000 (11:18 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.
Cyperghost [Tue, 26 Nov 2024 10:15:48 +0000 (11:15 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.
Cyperghost [Tue, 26 Nov 2024 10:15:05 +0000 (11:15 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.
Cyperghost [Tue, 26 Nov 2024 10:14:18 +0000 (11:14 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.
Cyperghost [Tue, 26 Nov 2024 10:13:47 +0000 (11:13 +0100)]
Remove reading the object from the try/catch block. Leave only reading the query parameters in it.