GitHub/WoltLab/WCF.git
Author Commit
2022-05-19 Tim DüsterhusAdd `x-frame-options` response header to PSR-7 response...
2022-05-19 Tim DüsterhusRemove obsolete checks for `!PACKAGE_ID` / `NO_IMPORTS`
2022-05-19 Tim DüsterhusMerge pull request #4818 from WoltLab/wcfsetup-psr-7
2022-05-18 Tim DüsterhusInline WCFSetup::installFiles()
2022-05-18 Tim DüsterhusMigrate WCFSetup to PSR-7
2022-05-18 Tim DüsterhusMark WCFSetup as final
2022-05-18 Tim DüsterhusMerge pull request #4816 from WoltLab/template-engine...
2022-05-18 Tim DüsterhusAdd TemplateEngine::fetchStream() to efficiently render...
2022-05-18 Tim DüsterhusMerge pull request #4815 from WoltLab/wcfsetup-relative...
2022-05-18 Tim DüsterhusMove the output generation in WCFSetup::installPackages...
2022-05-18 Tim DüsterhusRemove SetupTemplateCompiler
2022-05-18 Tim DüsterhusDo not reference `RELATIVE_WCF_DIR` in stepInstallPacka...
2022-05-18 Tim DüsterhusMerge pull request #4814 from WoltLab/wcfsetup-tmp
2022-05-18 Tim DüsterhusAlways use install.php's __DIR__ as the temporary directory
2022-05-18 Tim DüsterhusIncrease the randomness in `TMP_FILE_PREFIX` in install.php
2022-05-18 Tim DüsterhusRemove all extracted temporary files in WCFSetup::insta...
2022-05-18 Tim DüsterhusMove the package archives into WCF_DIR/tmp in WCFSetup...
2022-05-18 Tim DüsterhusRemove error handling for broken archives from WCFSetup
2022-05-18 Tim DüsterhusSimplify calculation of `$processNo` in WCFSetup::insta...
2022-05-18 Tim DüsterhusRemove useless check whether com.woltlab.wcf is already...
2022-05-18 Tim DüsterhusRemove unneeded decompression of packages in WCFSetup...
2022-05-18 Tim DüsterhusRemove Strato workaround from WCFSetup
2022-05-18 Tim DüsterhusUse the DOMContentLoaded event in WCFSetup
2022-05-18 Tim DüsterhusRevert "Remove unneeded `window.onload` callbacks in...
2022-05-18 Tim DüsterhusMerge pull request #4813 from WoltLab/wcfsetup-javascript
2022-05-18 Alexander EbertMerge pull request #4812 from WoltLab/admin-panel-user...
2022-05-18 Tim DüsterhusRemove unneeded `window.onload` callbacks in WCFSetup...
2022-05-18 Tim DüsterhusDisable JavaScript relocation in WCFSetup
2022-05-18 Tim DüsterhusMerge branch '5.5'
2022-05-18 Tim DüsterhusFix code style in WCFACP
2022-05-17 Alexander EbertSimplified the link to access the frontend
2022-05-17 Alexander EbertRemove user links expect for the logout
2022-05-17 Tim DüsterhusFix typo in WCFSetup
2022-05-17 Tim DüsterhusMerge pull request #4811 from WoltLab/wcfsetup-finalize
2022-05-17 Tim DüsterhusRemove unneeded `file_exists` check for install files
2022-05-17 Tim DüsterhusUse appropriate constants to identify to-be-deleted...
2022-05-17 Tim DüsterhusDo not suppress errors during removal of setup files...
2022-05-17 Tim DüsterhusRemove `*Deleted' template variable assignment in WCFSe...
2022-05-17 Tim DüsterhusMerge pull request #4810 from WoltLab/gzip-file-dynamic...
2022-05-17 Tim DüsterhusRemove the `lang` prefilter from WCFSetup's template...
2022-05-17 Tim DüsterhusRemove list of to-be-installed packages from WCFSetup
2022-05-17 Tim DüsterhusRemove GZipFile::$gzopen64
2022-05-17 Tim DüsterhusMark GZipFile as `final`
2022-05-17 Tim DüsterhusRemove the need for dynamic dispatch for common GZipFil...
2022-05-17 Tim DüsterhusReplace calls to `ord()` in checksum calculation of...
2022-05-17 Tim DüsterhusReduce the number of function calls in Tar::readHeader()
2022-05-17 Alexander EbertMerge pull request #4785 from WoltLab/remove-multi...
2022-05-17 Tim DüsterhusMerge branch '5.5'
2022-05-17 Tim DüsterhusMerge branch '5.5'
2022-05-17 Marcel WerkUnified phrases for deprecated options
2022-05-17 Marcel WerkDeprecated AMP support
2022-05-17 Tim DüsterhusFix code style
2022-05-17 Tim DüsterhusRevert "Use checkstyle output for php-cs-fixer"
2022-05-16 Alexander EbertSimplified checks against the domain name
2022-05-16 Alexander EbertRedesigned the rescue mode, enforce shared domain
2022-05-16 Marcel WerkAdded documentation of minvalue / maxvalue
2022-05-16 Marcel WerkEmail address was not visible in listing of group members
2022-05-16 Tim DüsterhusRemove obsolete check for `->getAttributes()` method...
2022-05-16 Tim DüsterhusDeprecate the obsolete WCF::useDesktopNotifications()
2022-05-16 Tim DüsterhusMerge branch 'master' into remove-multi-domain
2022-05-16 Tim DüsterhusMerge branch '5.5'
2022-05-16 Tim DüsterhusMerge remote-tracking branch 'origin/5.5' into 5.5
2022-05-16 Alexander EbertIncorrect handling of the return focus
2022-05-16 Tim DüsterhusRevert "Suppress errors when disabling the focus trap"
2022-05-16 Alexander EbertMerge pull request #4808 from WoltLab/55-incorrect...
2022-05-16 Tim DüsterhusInstall phpcs via `shivammathur/setup-php`
2022-05-16 Alexander EbertConsistent evaluation of the response content type
2022-05-16 Alexander EbertProper handling of a 204 response
2022-05-16 Alexander EbertHTTP 204 does not carry a `content-type`
2022-05-16 Marcel WerkMerge pull request #4805 from WoltLab/package-xsd
2022-05-16 Tim DüsterhusUse correct CodeMirror mode for SCSS inputs
2022-05-15 Alexander EbertIncorrect markup in the authentication dialog
2022-05-15 Alexander EbertSuppress errors when disabling the focus trap
2022-05-15 Alexander EbertUse CSS variable to apply the dialog offset
2022-05-15 Alexander EbertRevert "Dynamic width of code box line numbers"
2022-05-15 Alexander EbertDynamic width of code box line numbers
2022-05-15 Alexander EbertDo not wrap code boxes on mobile
2022-05-15 Alexander EbertBetter accessibility of code box buttons
2022-05-15 Alexander EbertNewer iOS versions permit a click near the bottom
2022-05-14 Alexander EbertPrevent the "external url" indicator to wrap
2022-05-14 Alexander EbertExpand the active menu item by default
2022-05-14 Alexander EbertMerge pull request #4807 from WoltLab/55-desktop-notifi...
2022-05-14 Alexander EbertAlign the mobile main menu to the right
2022-05-14 Alexander EbertSuppress error messages when aborting `fetch()`
2022-05-14 Alexander EbertRemove the option to disable desktop notifications
2022-05-14 Marcel WerkAdded documentation of the void element
2022-05-14 Alexander EbertIncorrect handling of the return focus
2022-05-14 Tim DüsterhusMerge pull request #4801 from WoltLab/template-event...
2022-05-14 Tim DüsterhusMerge pull request #4800 from WoltLab/convert-encoding
2022-05-14 Tim DüsterhusMerge pull request #4802 from WoltLab/sensitive-parameter
2022-05-14 Marcel WerkMerge branch '5.4' into 5.5
2022-05-14 Marcel WerkTruncate error message in cronjob log if necessary
2022-05-14 Marcel WerkSupport for meta tags during article import
2022-05-14 Marcel WerkTypo
2022-05-13 Tim DüsterhusMerge branch 'master' into remove-multi-domain
2022-05-13 Tim DüsterhusRemove accidentally commited bootstrap.php
2022-05-13 Tim DüsterhusUse Guzzle in PackageAction::searchForPurchasedItems()
2022-05-13 Tim DüsterhusUse Guzzle in PackageUpdateDispatcher::getPurchasedVers...
2022-05-13 Marcel WerkMerge pull request #4803 from WoltLab/deprecate-amp
2022-05-13 Marcel WerkDeprecated AMP support
next