GitHub/WoltLab/WCF.git
Author Commit
2021-09-23 Tim DüsterhusRecommend 64-bit PHP during WCFSetup
2021-09-23 Tim DüsterhusReplace use of `StringUtil::split()` by `\mb_str_split()`
2021-09-23 Tim DüsterhusDeprecated `StringUtil::split()`
2021-09-22 Tim DüsterhusUpdate pelago/emogrifier to 6.0
2021-09-22 Tim DüsterhusMerge branch '5.4'
2021-09-22 Tim DüsterhusMerge pull request #4510 from WoltLab/wcfsetup-https
2021-09-22 Tim DüsterhusMerge pull request #4509 from WoltLab/str-x-with
2021-09-22 Tim DüsterhusCheck whether WCFSetup is accessed using HTTPS
2021-09-22 Tim DüsterhusSort neededFilesPattern in install.php
2021-09-22 Tim DüsterhusInline error handler and exception handler in install.php
2021-09-22 Tim DüsterhusSynchronize error handling in install.php with core...
2021-09-22 Tim DüsterhusAvoid the use of $_REQUEST in install.php
2021-09-22 Tim DüsterhusRemove useless file_exists() check for composer autoloa...
2021-09-22 Tim DüsterhusRemove unnamespaced IPrintableException from install.php
2021-09-22 Tim DüsterhusClean up `$prefix` generation in install.php
2021-09-22 Tim DüsterhusRemove unused methods from BasicFileUtil in install.php
2021-09-22 Tim DüsterhusRemove `is_countable` polyfill from install.php
2021-09-22 Tim DüsterhusRemove `escapeString()` from install.php
2021-09-22 Tim DüsterhusReplace use of `StringUtil::endsWith()` by `\str_ends_w...
2021-09-22 Tim DüsterhusReplace use of `StringUtil::startsWith()` by `\str_star...
2021-09-22 Tim DüsterhusDeprecate `StringUtil::(starts|ends)With()`
2021-09-22 Tim DüsterhusRun php-cs-fixer using PHP 8.0
2021-09-22 Tim DüsterhusMerge pull request #4507 from WoltLab/polyfill
2021-09-22 Tim DüsterhusMerge pull request #4508 from WoltLab/search-index...
2021-09-22 Marcel WerkIncorrect type comparison when the legacy mysql extensi...
2021-09-22 Tim DüsterhusRemove add() and update() from ISearchIndexManager
2021-09-22 Tim DüsterhusSatisfy the PHP syntax check in GitHub Actions
2021-09-22 Tim DüsterhusRemove custom `is_countable` polyfill from core.functio...
2021-09-22 Tim DüsterhusAdd symfony/polyfill-php73 and symfony/polyfill-php74
2021-09-21 Tim DüsterhusDeprecate the escapeString() helper (#4506)
2021-09-21 Tim DüsterhusStop using the `escapeString` helper in MysqlSearchEngine
2021-09-21 Tim DüsterhusMerge branch '5.4'
2021-09-21 Tim DüsterhusMerge branch '5.3' into 5.4
2021-09-21 Tim DüsterhusMerge branch '5.4'
2021-09-21 Marcel WerkMerge pull request #4497 from max-m/patch-categoryMulti...
2021-09-21 Tim DüsterhusTake the array key into account when checking whether...
2021-09-21 Marcel WerkMerge pull request #4504 from WoltLab/notification...
2021-09-21 Alexander EbertSkip desktop notifications on Android
2021-09-21 Tim DüsterhusIncrease defaultvalue of user_cleanup_notification_life...
2021-09-21 Tim DüsterhusIncrease the minvalue for the user_*_lifetime options...
2021-09-21 Joshua RüswegMerge pull request #4503 from WoltLab/5.5-get-subscribe...
2021-09-21 joshuarueswegAdd method to get all subscribers of an object
2021-09-21 Tim DüsterhusMerge branch '5.4'
2021-09-21 Tim DüsterhusDo not error during validation of TOTP codes if an...
2021-09-21 Tim DüsterhusMerge branch '5.4'
2021-09-21 Tim DüsterhusDo not pass `null` to `|encodeJS`
2021-09-20 Tim DüsterhusEnable npm caching for all GitHub Actions jobs
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Tim DüsterhusFix TypeScript code style
2021-09-20 Tim DüsterhusFix SCSS code style
2021-09-20 Tim DüsterhusUse well-specified node.js for Prettier jobs in GitHub...
2021-09-20 Tim DüsterhusUpdate GitHub Actions to node.js 16
2021-09-20 Alexander EbertSkip bogus selection changes
2021-09-20 Alexander EbertSkip the check for the caret position if the selection...
2021-09-20 Alexander EbertMerge branch '5.3' into 5.4
2021-09-20 Alexander EbertIncorrect gradient value in Safari
2021-09-20 Tim DüsterhusUpdate npm dependencies
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Tim DüsterhusFix SCSS code style
2021-09-20 Tim DüsterhusFix use of transparentize() in *.scss
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Tim DüsterhusFix return type for SeekableIterator::* implementations
2021-09-20 Tim DüsterhusUpdate composer dependencies
2021-09-20 Tim DüsterhusUpdate scssphp/scssphp to 1.8.1
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Tim DüsterhusMove scssphp to the WoltLab fork
2021-09-20 Alexander EbertMerge branch '5.4' of https://github.com/WoltLab/WCF...
2021-09-20 Alexander EbertEnable `X-Frame-Options` for the WCFSetup
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Tim DüsterhusFix return type of `count()` for the remaining classes...
2021-09-20 Tim DüsterhusFix PHP 8.1 compatibility in DatabaseObjectList
2021-09-20 Tim DüsterhusMerge branch '5.4'
2021-09-20 Alexander EbertEnable `X-Frame-Options` for the WCFSetup
2021-09-20 Alexander EbertSkip the default cover photo when rebuilding users
2021-09-20 Tim DüsterhusSet the XSRF-Token cookie to SameSite=lax
2021-09-20 joshuarueswegFix `sprintf` parameter types
2021-09-17 Marcel WerkMerge pull request #4498 from WoltLab/5.5-notifications...
2021-09-17 Marcel WerkTypo
2021-09-16 joshuarueswegAdd notification for comments in subscribed article...
2021-09-14 Maximilian... Make `categoryMultiSelectOptionType.tpl` behave like...
2021-09-13 joshuarueswegAdd `$user` parameter to `canRead()` for articles
2021-09-13 joshuarueswegAdd `getSubscribedUserIDs()` function for article categ...
2021-09-11 Alexander EbertMerge branch '5.4'
2021-09-11 Alexander EbertMerge branch '5.3' into 5.4
2021-09-11 Alexander EbertMerge pull request #4496 from mutec/tagfieldfdp1
2021-09-10 mutecfix id of `CustomFormDataProcessor` in `TagFormField`
2021-09-09 Alexander EbertRemoved unnecessary type assertions
2021-09-09 Alexander EbertRebuilt the compiled JavaScript
2021-09-09 Alexander EbertMerge branch '5.4'
2021-09-09 Alexander EbertIncorrect code style
2021-09-09 Alexander EbertAdjusted the `tab_width` for *.css/*.scss
2021-09-09 Alexander EbertExplicitly reduce the indent size of *.css/*.scss
2021-09-09 Joshua RüswegMerge pull request #4494 from WoltLab/5.5-sql-installat...
2021-09-09 Alexander EbertMerge branch '5.4'
2021-09-09 Alexander EbertMerge branch '5.3' into 5.4
2021-09-09 Alexander EbertMerge branch '5.2' into 5.3
2021-09-09 Alexander EbertMerge branch '5.3' into 5.4
2021-09-09 Alexander EbertMerge pull request #4495 from Fabii547/patch-79
2021-09-09 Alexander EbertMerge pull request #4493 from WoltLab/5.3-aclformfieldc...
2021-09-09 Fabii547Fix writing `runStandalone` attribute to package.xml
next