GitHub/WoltLab/WCF.git
Author Commit
2024-02-23 CyperghostCreate a new instance of this job to reset the failure...
2024-02-23 CyperghostAlso call `onFinalFailure` in the cleanup cronjob.
2024-02-23 CyperghostAdd try-finally block for SELECT FOR UPDATE statement
2024-02-23 CyperghostCorrect check if the job does not exist
2024-02-23 CyperghostSet `MAX_FAILURES` to zero
2024-02-23 CyperghostCheck whether the background job should be queued
2024-02-23 CyperghostInsert new `identifier` column for background jobs
2024-02-23 CyperghostCreate a unique background job
2024-02-23 CyperghostSet `wysiwygSelector` for comment editor
2024-02-23 Marcel WerkIntegrate SFS into the ContactForm
2024-02-23 Marcel WerkRemove obsolete code
2024-02-23 Alexander EbertImprove the visuals and the content of the expiring...
2024-02-23 CyperghostUse `dateInterval`
2024-02-23 CyperghostChange the language variables
2024-02-23 CyperghostFix time check
2024-02-23 CyperghostUsing plural function
2024-02-23 CyperghostInsert acp dashboard box for expired and expiring licenses
2024-02-23 CyperghostIgnore case by sorting
2024-02-23 Marcel WerkDisable user-select in attachment buttons
2024-02-23 Marcel WerkAdd support for content positions for `UserListBox`
2024-02-23 CyperghostRemove devtools template from shared templates
2024-02-23 Marcel WerkAdd missing javascript files
2024-02-23 Marcel WerkSimplify recent activity messages
2024-02-23 Marcel WerkOverhaul recent activity visuals
2024-02-23 Marcel WerkMigrate `WCF.User.RecentActivityLoader` to typescript
2024-02-23 Marcel WerkMake use of the new exception
2024-02-23 Marcel WerkAdd ClassNotFound exception
2024-02-23 Marcel WerkDeprecate SessionHandler::resetSessions()
2024-02-23 Marcel WerkFix rescue mode redirect when accessing non-core ACP
2024-02-23 Olaf BraunAdd null value check
2024-02-23 CyperghostMark payload as a sensitive parameter
2024-02-23 CyperghostAdd header for content-type javascript
2024-02-23 CyperghostRemove JS from the path of the service worker
2024-02-23 CyperghostUse pack
2024-02-23 CyperghostOptimize the formatting
2024-02-23 CyperghostRemove htaccess for serviceWorker.js
2024-02-23 CyperghostAdd enum for Content encoding
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/user/notificat...
2024-02-23 CyperghostUse `RequestInterface` as parameter
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/service/worker...
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/service/worker...
2024-02-23 CyperghostIf no style selected use default style
2024-02-23 CyperghostAdd gmp and openssl as required extensions in `test...
2024-02-23 CyperghostSecure hash for the service worker's private key in...
2024-02-23 CyperghostRemove converting from bin2hex and hex2bin. Using direc...
2024-02-23 CyperghostUse correct content length
2024-02-23 CyperghostRemove using of `Binary::safeStrlen`
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/service/worker...
2024-02-23 CyperghostUse hexadecimal escape sequence
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/service/worker...
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/system/service/worker...
2024-02-23 CyperghostOrder items in array
2024-02-23 CyperghostUpdate database install script
2024-02-23 Olaf BraunUpdate wcfsetup/setup/db/install.sql
2024-02-23 Olaf BraunUpdate wcfsetup/setup/db/install.sql
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/data/service/worker...
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/action/RegisterServic...
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/action/RegisterServic...
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/action/RegisterServic...
2024-02-23 CyperghostUse correct indent
2024-02-23 Olaf BraunUpdate wcfsetup/install/files/lib/action/RegisterServic...
2024-02-23 CyperghostUse private fields with `#`
2024-02-23 CyperghostChange empty check
2024-02-23 CyperghostChange indent to tabs
2024-02-23 CyperghostUpdate typescript imports
2024-02-23 CyperghostSet options to hidden
2024-02-23 CyperghostRemove final from dbo classes
2024-02-23 CyperghostAdd missing `NOT`
2024-02-23 CyperghostInsert install sql code
2024-02-23 CyperghostUse tab char
2024-02-23 CyperghostAdd openssl and gmp as requirement
2024-02-23 CyperghostUse correct base64 functions
2024-02-23 CyperghostAdd language variable
2024-02-23 CyperghostRemove option `service_worker_expiration`
2024-02-23 CyperghostMove copyright to top of the file
2024-02-19 CyperghostCheck if the application server key(public key) changed
2024-02-19 CyperghostRemove TODO, not needed to change
2024-02-19 CyperghostUpdate the service worker
2024-02-19 CyperghostRename link to url
2024-02-19 CyperghostSimple check if service worker exists
2024-02-19 CyperghostInsert new background job to send push messages to...
2024-02-19 CyperghostRemove time query from service worker
2024-02-19 CyperghostCreate function to generate the ikm for different encodings
2024-02-19 CyperghostSupport encryption aesgcm
2024-02-19 CyperghostCreate service worker handler to send web push with...
2024-02-19 CyperghostSet `aes128gcm` as min es encoding
2024-02-19 CyperghostInsert new option
2024-02-12 CyperghostCheck if user is logged in
2024-02-09 CyperghostRegister service worker
2024-02-09 CyperghostImplement basic service worker registration
2024-02-09 CyperghostInsert basic options for public/private keys
2024-02-09 CyperghostCreate default database for service workers
2024-02-08 Marcel WerkRemove obsolete code
2024-02-08 Marcel WerkFix error when creating notifications about comments
2024-02-08 CyperghostUsing a generic named variable for the text of an object
2024-02-08 Olaf BraunMerge pull request #5787 from WoltLab/html-upcast
2024-02-08 Olaf BraunMerge branch 'master' into html-upcast
2024-02-08 CyperghostMerge remote-tracking branch 'origin/master' into html...
2024-02-07 Marcel WerkFix outdated ids in inline poll form
2024-02-07 Marcel WerkMerge pull request #5796 from WoltLab/shared-sitemap...
next