GitHub/WoltLab/WCF.git
Author Commit
2024-08-07 Alexander EbertMerge branch '6.0'
2024-08-07 Alexander EbertUpgrade the composer dependencies
2024-08-07 Alexander EbertFix the list of allowed file extensions when containing...
2024-08-07 Alexander EbertSlightly improve the visuals of the user card
2024-08-06 WoltLabUpdating minified JavaScript files
2024-08-05 Marcel WerkMerge branch '6.0'
2024-08-05 Marcel WerkFix too many placeholders when pruning the email log
2024-08-05 Marcel WerkFix removal of asterisks in censorship statements
2024-08-02 Olaf BraunMerge pull request #5970 from WoltLab/multiple-select...
2024-08-02 Olaf BraunSwitch map and filter on the array
2024-08-02 Marcel WerkUpdate colors of the facebook brand button
2024-08-02 Marcel WerkUnify height of the 3rd party login buttons
2024-08-02 CyperghostAdd a JavaScript data handler for the form field
2024-08-02 Cyperghost- Set the input name as an array
2024-08-02 CyperghostRun php-cs-fixer for the event listener
2024-08-02 Marcel WerkAdd missing units of measurement
2024-08-02 Alexander EbertFix the handling of damaged files
2024-08-02 Alexander EbertRemove the faulty `Override` attribute on the constructor
2024-08-02 Marcel WerkFix injection of routing parameters into sql queries
2024-08-01 Alexander EbertTrim the list of PIPs
2024-08-01 WoltLabUpdating minified JavaScript files
2024-08-01 Alexander EbertAdd a missing space
2024-08-01 Alexander EbertUse a clipped background for the tag “arrow”
2024-08-01 Alexander EbertFix the browser’s focus indicator to appear briefly...
2024-08-01 Marcel WerkFix missing setting of the default value if it was "0"
2024-08-01 Alexander EbertDisplay the full image if thumbnails are not available
2024-08-01 Alexander EbertFix the aspect ratio of image previews
2024-08-01 Alexander EbertMerge branch '6.0'
2024-07-31 Alexander EbertDo not serve archives directly
2024-07-31 Alexander EbertMerge branch 'master' of https://github.com/WoltLab/WCF
2024-07-31 Alexander EbertDeprecate and redirect the attachment page
2024-07-31 Marcel WerkFix missing reset in MultipleSelectionFormField
2024-07-31 Marcel WerkMerge branch 'master' of https://github.com/WoltLab/WCF
2024-07-31 Marcel WerkMade url validation of less restrictive
2024-07-31 Alexander EbertAdd a new helper method to generate static thumbnails
2024-07-31 Marcel WerkUnify description fields
2024-07-31 Marcel WerkUnified layout of the article sidebar box
2024-07-31 CyperghostAdds a FieldDataProcessor to insert into the fileIDs...
2024-07-31 CyperghostAdd additional checks as to whether the `$bigPreview...
2024-07-30 Alexander EbertDetect and handle corrupt images
2024-07-30 Alexander EbertFix the handling of corrupted files
2024-07-29 Alexander EbertRelease 6.1.0 Alpha 1
2024-07-24 Marcel WerkUnify phrases
2024-07-24 Marcel WerkMerge branch '6.0'
2024-07-24 Marcel WerkRemove email activation process after registration...
2024-07-23 Olaf BraunMerge pull request #5964 from WoltLab/tag-form-field...
2024-07-15 CyperghostAdd the new variable `FileProcessorFormField::$bigPrevi...
2024-07-12 CyperghostLoad tags if they are present in the `$data` array
2024-07-12 Olaf BraunMerge pull request #5963 from WoltLab/validate-uploaded...
2024-07-10 Marcel WerkMerge pull request #5962 from WoltLab/bugfix/user-trophy
2024-07-10 Marcel WerkMerge pull request #5957 from MysteryCode/updsctyposp
2024-07-10 Marcel WerkMerge pull request #5955 from Hanashi/feat/team-user...
2024-07-10 CyperghostAdds a new function to the `IFileProcessor` which is...
2024-07-10 CyperghostFixes the error that the description for an assigned...
2024-07-07 mutecfix typo in update script
2024-07-06 Peter LohseReplace `userListItem` with `userCard` on team page
2024-07-06 Olaf BraunMerge pull request #5951 from WoltLab/upload-form-field-v2
2024-07-05 Alexander EbertFix the visuals of i18n WYSIWYG instances
2024-07-05 Alexander EbertStop reporting the pseudo options category as missing...
2024-07-04 CyperghostFixed a bug still accessing the old `_data` field
2024-07-04 CyperghostMerge remote-tracking branch 'origin/upload-form-field...
2024-07-04 CyperghostRename `WoltLabSuite/Core/Component/File/File` to ...
2024-07-04 CyperghostMove `$event->preload('wcf.global.button.replace')...
2024-07-03 Olaf BraunApply suggestions from code review
2024-07-03 Marcel WerkMerge pull request #5953 from WoltLab/get-form-field
2024-07-03 Marcel WerkMake it easier to find a form field from a FormBuilder...
2024-07-03 CyperghostExport `clearPreviousErrors()`
2024-07-03 CyperghostAdd a check that the replace button in the `FileProcess...
2024-07-03 CyperghostChange the function that adds a button so that it only...
2024-07-03 CyperghostRemove radix parameter from `parseInt`
2024-07-03 CyperghostFix css-class added in `markElementAsErroneous()`
2024-07-03 CyperghostAdd helper function to insert default file information...
2024-07-03 CyperghostRemove the wrong js file
2024-07-02 Marcel WerkReduce icon size in account security
2024-07-02 CyperghostAdd helper function `fileInitializationFailed`
2024-07-02 CyperghostUpdate some comments
2024-07-02 CyperghostAdd helper functions `trackUploadProgress` and `removeU...
2024-07-02 CyperghostAllow the function `get values()` to return only one...
2024-07-02 CyperghostInsert data handler for an ajax form
2024-07-02 CyperghostAdd `wcf.global.button.replace` to phrase preloader
2024-07-01 Marcel WerkLabel for received reaction shortened
2024-06-28 Marcel WerkFix broken `HtmlNodeUnfurlLink.class.php`
2024-06-26 CyperghostRemove async from `#registerFile()`
2024-06-26 CyperghostMove statement to the correct comment position
2024-06-26 CyperghostSet `bubbles` to `true` for the custom event `fileProce...
2024-06-26 CyperghostSwap the parameters `$application` and `$template`
2024-06-26 CyperghostAdds the option of a template that is also included...
2024-06-26 CyperghostUse media breakpoints to set the number of columns
2024-06-26 CyperghostIntegrate the upload progressbar to file processor...
2024-06-26 CyperghostSet array-key to the fileID
2024-06-26 CyperghostFixes the problem that the DOM element was not removed...
2024-06-25 Olaf BraunMerge pull request #5805 from WoltLab/service-worker...
2024-06-25 CyperghostUpgrade composer packages
2024-06-25 CyperghostUpgrade composer packages
2024-06-24 Olaf BraunNew indent `composer.json`
2024-06-24 Olaf BraunMerge branch 'refs/heads/master' into service-worker...
2024-06-24 Alexander EbertMerge pull request #5949 from WoltLab/require-https
2024-06-24 Alexander EbertUpdated the composer dependencies
2024-06-24 Alexander EbertMerge branch '6.0'
2024-06-24 Alexander EbertFix the search of errors by exception id
next