GitHub/WoltLab/WCF.git
Author Commit
2021-09-27 Marcel WerkMerge pull request #4518 from WoltLab/notifications...
2021-09-27 Tim DüsterhusUpdate fileDelete.xml
2021-09-27 joshuarueswegMerge branch '5.4'
2021-09-27 joshuarueswegFix removing reactions on guests content
2021-09-27 Tim DüsterhusMerge remote-tracking branch 'origin/master'
2021-09-27 Tim DüsterhusMerge branch '5.4'
2021-09-27 Tim DüsterhusMerge pull request #4528 from WoltLab/json-error-max...
2021-09-27 Tim DüsterhusTruncate the maximum length of the input JSON in error...
2021-09-27 Tim DüsterhusMerge pull request #4527 from WoltLab/search-index...
2021-09-27 Tim DüsterhusRemove return value for AbstractSearchIndexManager...
2021-09-27 Tim DüsterhusMerge pull request #4514 from WoltLab/recommend-x64
2021-09-27 Tim DüsterhusMerge pull request #4526 from WoltLab/session-cookie...
2021-09-27 Tim DüsterhusSimplify the 64-bit check in WCFSetup
2021-09-27 Tim DüsterhusDecrease the session cookie lifetime leeway to 1 week
2021-09-27 Joshua RüswegMerge pull request #4525 from WoltLab/session-device...
2021-09-27 Tim DüsterhusMove Session::getDeviceIcon() into UserAgent::getDevice...
2021-09-24 Tim DüsterhusTransmit XSRF-Token in body in User/Session/Delete.ts
2021-09-24 Tim DüsterhusMerge pull request #4523 from WoltLab/xsrf-token-javascript
2021-09-24 Tim DüsterhusMerge branch '5.4'
2021-09-24 Tim DüsterhusValidate the XSRF-Token in DeleteSessionAction
2021-09-24 Tim DüsterhusDo not import getXsrfToken() as a standalone function
2021-09-24 Tim DüsterhusRemove use of SID_ARG_2ND constant in acpSessionLog
2021-09-24 Tim DüsterhusAdd TypeScript function to retrieve the XSRF-TOKEN
2021-09-24 Tim DüsterhusMerge branch '5.4'
2021-09-24 Tim DüsterhusRemove SECURITY_TOKEN* constants from constants.php
2021-09-24 Tim DüsterhusRemove SID* constants from constants.php
2021-09-24 Tim DüsterhusRemove INullableFormField from SourceCodeFormField
2021-09-24 Alexander EbertRelease 5.4.8 5.4.8
2021-09-24 Tim DüsterhusMerge branch '5.4'
2021-09-24 Alexander EbertRelease 5.4.8 dev 2 5.4.8_dev_2
2021-09-23 Marcel WerkRemoved duplicated condition
2021-09-23 Marcel WerkNotifications for subscribers of parent objects
2021-09-23 Tim DüsterhusRemove duplication of AJAX test in WCFACP::initAuth()
2021-09-23 Tim DüsterhusMerge identical catch blocks in ImageProxyAction
2021-09-23 Marcel WerkRemoved obsolete code
2021-09-23 Tim DüsterhusMerge remote-tracking branch 'origin/master'
2021-09-23 Tim DüsterhusMerge branch '5.4'
2021-09-23 Tim DüsterhusMerge pull request #4516 from WoltLab/xsrf-token-error
2021-09-23 Tim DüsterhusMerge pull request #4515 from WoltLab/deprecate-abstrac...
2021-09-23 Tim DüsterhusImprove phrasing in wcf.ajax.error.sessionExpired
2021-09-23 Tim DüsterhusImprove phrasing in wcf.global.form.error.securityToken
2021-09-23 Tim DüsterhusDeprecate AbstractSecurePage
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 Alexander EbertRelease 5.4.8 dev 1 5.4.8_dev_1
2021-09-22 WoltLabUpdating minified JavaScript files
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üsterhusFix typo in setup_en.xml
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
next