GitHub/WoltLab/WCF.git
Author Commit
2022-03-07 Marcel WerkMerge branch '5.4'
2022-03-07 Marcel WerkIndentation in label group availability was too large
2022-03-07 Marcel WerkMerge branch '5.4'
2022-03-07 Marcel WerkLabel group availability could not be configured for...
2022-03-07 Tim DüsterhusMerge branch '5.4'
2022-03-07 Joshua RüswegMerge pull request #4693 from WoltLab/5.5-upload-form...
2022-03-07 joshuarueswegUse `width` and `height` attributes for image previews
2022-03-07 joshuarueswegAdd preview image for image upload component
2022-03-07 Tim DüsterhusFix PHP 8.1 compatibility in SignatureCache
2022-03-07 Tim DüsterhusUpdate composer dependencies
2022-03-04 Tim DüsterhusMerge branch '5.4'
2022-03-04 Tim DüsterhusAdd proper return types to SessionHandler::(get|check...
2022-03-04 Marcel WerkMerge pull request #4691 from WoltLab/search-xsrf
2022-03-04 Alexander EbertFixed a small typo
2022-03-04 Alexander EbertSet the jQuery UI version to `1.99.99`
2022-03-04 Tim DüsterhusMerge pull request #4692 from WoltLab/import-mapping...
2022-03-04 Tim DüsterhusMove the reset of the import mapping into a dedicated...
2022-03-04 Tim DüsterhusRemove `{csrfToken}` from pageHeaderSearch
2022-03-03 Alexander EbertRestoring the selection immediately discarded it
2022-03-03 mutecAdd support for `IStorableObject::getUploadFiles()...
2022-03-03 Tim DüsterhusFix formatting in Email
2022-03-03 Tim DüsterhusDump the headers of all body parts in Email::debugDump()
2022-03-03 Tim DüsterhusDump the email once for each recipient in Email::debugD...
2022-03-03 Tim DüsterhusFix HTML encoding in Email::debugDump()
2022-03-03 Tim DüsterhusFix detection of HTML mime parts in Email::debugDump()
2022-03-03 joshuarueswegMerge branch '5.4'
2022-03-03 joshuarueswegMerge branch '5.3'
2022-03-03 Alexander EbertForce-bump the jQuery Ui version
2022-03-03 joshuarueswegFix detection of ipv4 adresses for stopforumspam integr...
2022-03-03 Tim DüsterhusMerge branch '5.4'
2022-03-03 joshuarueswegSurpress output of empty labeled url user option fields
2022-03-02 Tim DüsterhusMerge pull request #4687 from WoltLab/cache-name
2022-03-02 Tim DüsterhusVersion the DiskCacheSource filename
2022-03-02 Tim DüsterhusMake CacheHandler::getCacheName() less expensive
2022-03-02 Tim DüsterhusMerge pull request #4686 from WoltLab/cleanup
2022-03-02 Tim DüsterhusRemove obsolete wcfPackageListURL property from WCF...
2022-03-02 Tim DüsterhusRemove dead code in packageList.tpl
2022-03-02 Tim DüsterhusRemove `packageID` parameter from PackageListPage
2022-03-02 Tim DüsterhusRemove PACKAGE_ID check for WCF.ACP.Package.Uninstallation
2022-03-02 Tim DüsterhusRemove use of deprecated `forceWCF` parameter to LinkHa...
2022-03-02 Tim DüsterhusAdd leading backslashes to function calls in generated...
2022-03-02 Tim DüsterhusCorrectly handle an empty spiderlist
2022-03-02 Tim DüsterhusFix TypeScript formatting
2022-03-02 Tim DüsterhusAllow `fromversion="*"` in dev tools
2022-03-02 Alexander EbertUser menu in the style editor was out of sync
2022-03-02 Tim DüsterhusEnsure WoltLab Suite's autoloader runs first
2022-03-01 WoltLabUpdating minified JavaScript files
2022-03-01 Alexander EbertSkip the spiderID for ACP requests
2022-03-01 Tim DüsterhusMerge branch '5.4'
2022-03-01 Alexander EbertImproved the prompt for desktop notifications
2022-03-01 Tim DüsterhusMerge pull request #4682 from WoltLab/systemcheck-php
2022-03-01 Tim DüsterhusImprove phrasing of deprecation message for old PHP...
2022-03-01 Tim DüsterhusMerge pull request #4683 from WoltLab/spiderId-lookup
2022-03-01 Tim DüsterhusImprove performance of SessionHandler::getSpiderID()
2022-03-01 Tim DüsterhusUpdate PHP versions in SystemCheckPage
2022-02-28 Alexander EbertSkip the username for moderation queues
2022-02-28 Alexander EbertDisplay the username list in the user menu below
2022-02-28 Joshua RüswegMerge pull request #4662 from WoltLab/5.5-poll-js
2022-02-28 joshuarueswegRemove `PollAction` class
2022-02-28 joshuarueswegMove Poll module out of Manager dir
2022-02-28 joshuarueswegApply suggestions from code review
2022-02-28 Tim DüsterhusMerge branch '5.3' into 5.4
2022-02-28 Tim DüsterhusValidate the messageObjectType in MessagePreviewAction...
2022-02-28 Tim DüsterhusMerge branch '5.3' into 5.4
2022-02-28 Tim DüsterhusValidate the object type definition in CommentAction...
2022-02-28 Tim DüsterhusMerge branch '5.4'
2022-02-28 Tim DüsterhusFix success message in ApplicationManagementForm
2022-02-28 Tim DüsterhusMerge branch '5.4'
2022-02-28 Tim DüsterhusUpdate composer dependencies
2022-02-27 Alexander EbertUse static values to determine the `spiderID`
2022-02-27 Alexander EbertSkip the replacement of the negative sign for > 0
2022-02-27 Alexander EbertImproved the performance of the autoloader
2022-02-24 Tim DüsterhusMerge pull request #4678 from WoltLab/update-cronjob...
2022-02-24 Tim DüsterhusIgnore non-HTTP schemes for URL unfurling
2022-02-24 Tim DüsterhusDerive the time of the refreshSearchRobots cronjob...
2022-02-24 Tim DüsterhusRandomize the times of the data update cronjobs when...
2022-02-24 Tim DüsterhusRandomize the times of the data update cronjobs
2022-02-23 Alexander EbertImproved the detection of pasted redundant styles
2022-02-21 joshuarueswegRemove superfluous method description
2022-02-21 joshuarueswegRemove JS equivalents for removed TS files
2022-02-21 Marcel WerkMissing autofocus in login form
2022-02-21 joshuarueswegApply suggestions from code review
2022-02-21 Tim DüsterhusMerge remote-tracking branch 'origin/master'
2022-02-21 Tim DüsterhusMerge branch '5.4'
2022-02-21 Tim DüsterhusMerge branch 'mysql-search-query-parser' into 5.4
2022-02-21 Tim DüsterhusFix handling of queries ending in a lone quote in Mysql...
2022-02-21 Tim DüsterhusFix handling of quoted parentheses in MysqlSearchEngine...
2022-02-21 Tim DüsterhusFix typo in comment in MysqlSearchEngine::splitIntoTerms()
2022-02-21 Alexander EbertMarking all items as read did not reset the count
2022-02-21 Alexander EbertOutdated unread counter was not reset properly
2022-02-21 Tim DüsterhusAdd `Vb5Argon2` password algorithm
2022-02-18 Alexander EbertSimplified the access in `User::__get()`
2022-02-18 Alexander EbertSimplify the access to DBO::$data
2022-02-18 Alexander EbertReverted the implicit expansion of blocked content
2022-02-18 Alexander EbertFixed the code style of the SCSS file
2022-02-18 Alexander EbertImproved the jump to the selected option
2022-02-18 Tim DüsterhusMerge branch '5.4'
2022-02-18 Tim DüsterhusThrow UserInputException for invalid className in AJAXI...
2022-02-18 Alexander Ebert`word-break: break-word` now has good support
2022-02-18 Tim DüsterhusUse `http_build_query()` to construct the link paramete...
next