GitHub/WoltLab/WCF.git
Author Commit
2021-03-18 Marcel WerkMerge pull request #4091 from WoltLab/password-focus
2021-03-17 Tim DüsterhusMerge branch '5.3'
2021-03-17 Tim DüsterhusMerge pull request #4092 from WoltLab/woltlab-source...
2021-03-17 Tim DüsterhusUse WoltLabSource.isActive() to check whether the sourc...
2021-03-17 Tim DüsterhusMaintain focus of the password input when adding the...
2021-03-17 Tim DüsterhusFix update instructions for wcf1_unfurl_url
2021-03-16 Joshua RüswegMerge pull request #4036 from WoltLab/unfurl-url
2021-03-16 joshuarueswegAdd `og:image:url` detection
2021-03-16 joshuarueswegReject to unfurl urls with an explicit port
2021-03-16 joshuarueswegRemove styling elements for unfurled urls
2021-03-16 joshuarueswegClean up code and unify code style
2021-03-16 joshuarueswegUse DOMElement::getAttribute
2021-03-16 joshuarueswegUse imageUrl as imageHash
2021-03-16 joshuarueswegUse random imageHash to avoid collisions
2021-03-16 joshuarueswegUse XPath to determine values
2021-03-16 joshuarueswegReject image urls which contains special chars
2021-03-16 joshuarueswegAdd plain url feature
2021-03-16 joshuarueswegCode cleanup
2021-03-16 joshuarueswegRemove `touch` call
2021-03-16 joshuarueswegTrim title, description and imageUrl
2021-03-16 joshuarueswegRemove superflouos breaks
2021-03-16 joshuarueswegUse const for unfurl url image dir
2021-03-16 joshuarueswegUse 160 chars for url description
2021-03-16 joshuarueswegUse own table for unfurl url images
2021-03-16 Alexander EbertImproved the visuals for mobile devices
2021-03-16 Alexander EbertRefactored the CSS and template
2021-03-16 Alexander EbertTEXT does not support a default value
2021-03-16 joshuarueswegReplace tabs with spaces in SQL query
2021-03-16 joshuarueswegSimplify url attribute generation
2021-03-16 joshuarueswegPrevent downloading incomplete images
2021-03-16 joshuarueswegPrevent unfurling urls during worker actions
2021-03-16 joshuarueswegAvoid fetching invalid urls
2021-03-16 joshuarueswegAdd support for `og:image:url` attribute
2021-03-16 joshuarueswegUse own ua for url unfurling
2021-03-16 joshuarueswegUse `getControllerLink` instead of `getLink`
2021-03-16 joshuarueswegRemove throwing on libxml error
2021-03-16 joshuarueswegFix codestyle
2021-03-16 joshuarueswegSave fetch url fetch date
2021-03-16 joshuarueswegAdd helper method for inaccessible urls
2021-03-16 joshuarueswegAdd SQL update instructions
2021-03-16 joshuarueswegClean up SQL
2021-03-16 joshuarueswegClean up code
2021-03-16 joshuarueswegMove Exceptions to own namespace
2021-03-16 joshuarueswegPropper handle libxml errors
2021-03-16 joshuarueswegValidate headers before reading url body
2021-03-16 joshuarueswegAdd method to determine the charset of an url
2021-03-16 joshuarueswegReplace UnfurlUrlUtil with UnfurlResponse
2021-03-16 joshuarueswegFix codestyle
2021-03-16 joshuarueswegAdd unfurl url output classes
2021-03-16 joshuarueswegAdd background job to unfurl an url
2021-03-16 joshuarueswegAdd util to unfurl urls
2021-03-16 joshuarueswegAdd unfurlUrl template
2021-03-16 joshuarueswegUnfurl standalone Urls
2021-03-16 joshuarueswegAdd Unfurl Url Embedded Object
2021-03-16 joshuarueswegAdd Unfurl Url image dir
2021-03-16 joshuarueswegAdd Unfurl Url Databse structure
2021-03-16 Tim DüsterhusUpdate update instructions from 5.3
2021-03-16 Tim DüsterhusMerge pull request #4090 from WoltLab/session-limit
2021-03-16 Tim DüsterhusMerge pull request #4089 from WoltLab/session-creation
2021-03-16 Tim DüsterhusLimit the number of active sessions per user
2021-03-16 Tim DüsterhusFix `tar` command in package.xml
2021-03-16 Tim DüsterhusAdd wcf1_user_session.creationTime
2021-03-16 Tim DüsterhusMerge pull request #4086 from WoltLab/deprecated-is...
2021-03-16 Matthias SchmidtOnly add DOM change listener once in `Ui/Empty`
2021-03-16 Tim DüsterhusFix typo in UserProfile::isConnectedWith*() deprecation
2021-03-16 Tim DüsterhusDeprecate UserProfile::isConnectedWith*()
2021-03-15 Tim DüsterhusMerge pull request #4085 from WoltLab/fast-create
2021-03-15 Tim DüsterhusAdd TFastCreate trait
2021-03-15 Tim DüsterhusMerge pull request #4084 from WoltLab/user-importer...
2021-03-15 Tim DüsterhusRemove useless check for non-emptiness of $groupIDs
2021-03-15 Tim DüsterhusImprove performance of UserImporter
2021-03-15 Tim DüsterhusRe-use the statement in ImportHandler::saveNewID()
2021-03-15 Tim DüsterhusAdd timestamps to ImportCLICommand
2021-03-15 Tim DüsterhusMerge branch '5.3'
2021-03-15 Tim DüsterhusRefuse to proxy non-standard ports in ImageProxy
2021-03-15 Tim DüsterhusRefactor query generation in UserSearchForm::search()
2021-03-15 Tim DüsterhusMerge branch '5.3'
2021-03-15 Tim DüsterhusAdd whitespace before condition in UserSearchForm
2021-03-15 Matthias SchmidtMerge pull request #4073 from WoltLab/empty_handler
2021-03-15 Matthias SchmidtSupport database PIP syncs for non-Core packages
2021-03-15 Matthias SchmidtMerge pull request #4077 from WoltLab/database_pip
2021-03-14 Marcel WerkFix missing content languages for guests
2021-03-14 Matthias SchmidtUse new database PIP for update scripts
2021-03-14 Matthias SchmidtSupport database PIP in devtools sync function
2021-03-14 Matthias SchmidtAdd `DatabasePackageInstallationPlugin`
2021-03-13 Matthias SchmidtMake use of `Ui/Empty` in more places in frontend
2021-03-13 Matthias SchmidtMake use of `Ui/Empty` in more places in ACP
2021-03-12 Matthias SchmidtReplace use of `WCF.Table.EmptyTableHandler` with ...
2021-03-12 Matthias SchmidtDeprecate `WCF.Table.EmptyTableHandler`
2021-03-12 Matthias SchmidtSetup `Ui/Empty` on every request globally
2021-03-12 Matthias SchmidtAdd `Ui/Empty` module
2021-03-12 Matthias SchmidtRecompile TypeScript to JavaScript
2021-03-12 Matthias SchmidtRemove deprecation of `Environment.touch()`
2021-03-12 Tim DüsterhusMerge pull request #4070 from WoltLab/formbuilder-types...
2021-03-12 Tim DüsterhusMerge branch '5.3'
2021-03-12 Tim DüsterhusEnsure that the 'wcf' application is untainted
2021-03-12 Tim DüsterhusDo not set a spiderID for legacy sessions of registered...
2021-03-12 Tim DüsterhusRevert "Clear the spiderID when logging in"
2021-03-11 Marcel WerkMerge pull request #4059 from WoltLab/media-imageDimensions
2021-03-11 Tim DüsterhusImprove typing in Form/Builder/Dialog.ts
next