GitHub/WoltLab/WCF.git
Author Commit
2020-11-02 joshuarueswegAdd session list for user
2020-11-02 joshuarueswegAdd helper methods for the session class
2020-11-02 joshuarueswegAdd action to delete an own session
2020-11-02 joshuarueswegAdd UserUtil::isMobileBrowser() method
2020-11-02 joshuarueswegAdd UserUtil::isTablet() method
2020-11-02 joshuarueswegAdd UserUtil::getBrowser() method
2020-11-02 joshuarueswegRemove default values for intern methods
2020-11-02 joshuarueswegAdd account security page
2020-11-02 joshuarueswegAdd new intern method to delete sessions except a speci...
2020-11-02 joshuarueswegAdd new intern method to delete sessions
2020-11-02 joshuarueswegAdd new intern method to fetch sessions
2020-11-02 joshuarueswegImport Session class and rename legacy session
2020-11-02 joshuarueswegAdd missing since tags
2020-11-02 joshuarueswegDelete sessions after password change
2020-11-02 joshuarueswegAdd class to represent a session
2020-11-02 joshuarueswegAdd method to get all acp sessions for a specific user
2020-11-02 joshuarueswegAdd method to get all user sessions for a specific...
2020-11-02 joshuarueswegAdd method to delete all acp sessions for a specific...
2020-11-02 joshuarueswegAdd method to delete all user sessions
2020-11-02 joshuarueswegAdd methods to delete a session
2020-11-02 Tim DüsterhusFix offset calculation in Date/Time/Relative
2020-11-02 Tim DüsterhusMerge pull request #3680 from WoltLab/54-typescript
2020-11-02 Tim DüsterhusRun prettier
2020-11-02 Tim DüsterhusMerge branch 'master' into 54-typescript
2020-11-02 Tim DüsterhusAdd .prettierrc
2020-11-02 Alexander EbertMerge branch 'master' into 54-typescript
2020-11-02 Tim DüsterhusMerge pull request #3671 from WoltLab/ts-passwordstrength
2020-11-02 Alexander EbertConvert `Ui/Sortable/List` to TypeScript
2020-11-02 Alexander EbertConvert `Ui/Style/FontAwesome` to TypeScript
2020-11-01 Alexander EbertConvert `Ui/ItemList/Static` to TypeScript
2020-11-01 Alexander EbertExport `Ui/ItemList/User` to TypeScript
2020-11-01 Alexander EbertConvert `Ui/ItemList/Filter`
2020-10-31 Alexander EbertSupport the ES5 legacy inheritance for all exported...
2020-10-31 Alexander EbertIncorrect DOM markup for upload buttons
2020-10-31 joshuarueswegAdd missing parameter type
2020-10-31 joshuarueswegUpdate npm dependencies
2020-10-31 Alexander EbertSupport for legacy class inheritance (ES5-style)
2020-10-31 Alexander EbertUnified the return types for `_ajaxSetup()` and `_dialo...
2020-10-31 Alexander EbertUse an underscore to mask intentionally unused parameters
2020-10-31 Alexander EbertConvert `Ui/User/Profile/Menu/Item/Ignore` to TypeScript
2020-10-31 Alexander EbertConvert `Ui/User/Profile/Menu/Item/Follow` to TypeScript
2020-10-30 Alexander EbertConvert `Ui/User/Profile/Menu/Item/Abstract` to TypeScript
2020-10-30 Alexander EbertConvert `Ui/User/CoverPhoto/Upload` to TypeScript
2020-10-30 Alexander EbertConvert `Ui/User/CoverPhoto/Delete` to TypeScript
2020-10-30 Alexander EbertMerge branch 'master' into 54-typescript
2020-10-30 Alexander EbertMerge pull request #3670 from WoltLab/WCF_CLICK_EVENT
2020-10-30 Alexander EbertConvert `Upload` to TypeScript
2020-10-30 Tim DüsterhusConvert `Ui/User/PasswordStrength` to TypeScript
2020-10-30 Alexander EbertConvert `Ui/User/Activity/Recent` to TypeScript
2020-10-30 Alexander EbertMerge branch 'master' into 54-typescript
2020-10-30 Matthias SchmidtReplace `WCF_CLICK_EVENT` with `click`
2020-10-30 Tim DüsterhusMerge pull request #3668 from WoltLab/eslint
2020-10-30 Alexander EbertResolve errors found by ESLint
2020-10-30 Alexander EbertPermit the `object` type for use in legacy modules
2020-10-30 Alexander EbertConvert `Ui/Page/Menu/User` to TypeScript
2020-10-30 Tim DüsterhusMerge branch '5.3'
2020-10-30 Tim DüsterhusMerge branch '5.2' into 5.3
2020-10-30 Marcel WerkExpired session during 3rd party auth led to a SystemEx...
2020-10-30 Marcel WerkExpired session during google auth led to a SystemException
2020-10-30 Tim Düsterhusfixup! Add tslint to typescript workflow
2020-10-30 Tim DüsterhusAdd tslint to typescript workflow
2020-10-30 Tim DüsterhusMake everything no-empty clean
2020-10-30 Tim DüsterhusMake everything @typescript-eslint/no-empty-function...
2020-10-30 Tim DüsterhusMake everything @typescript-eslint/unbound-method clean
2020-10-30 Tim DüsterhusAdd parameter types where possible
2020-10-30 Tim DüsterhusAdd return types on module boundaries
2020-10-30 Tim DüsterhusMake everything prefer-const clean
2020-10-30 Tim DüsterhusAdd missing return types to Ajax callbacks
2020-10-30 Tim DüsterhusMake everything @typescript-eslint/no-unused-vars clean
2020-10-30 Tim DüsterhusDisable eslint rules disallowing `any` to be used
2020-10-30 Alexander EbertDisable the `no-non-null-assertion` rule
2020-10-30 Alexander EbertEnable type checking rules
2020-10-30 Tim DüsterhusAdd rudimentary eslint configuration
2020-10-30 Tim DüsterhusMake everything no-case-declarations clean
2020-10-30 Tim DüsterhusMake everything no-constant-condition clean
2020-10-30 Tim DüsterhusMake Ajax/Jsonp.ts eslint clean
2020-10-30 Tim DüsterhusMake Ajax/Status.ts eslint clean
2020-10-30 Tim DüsterhusMake everything @typescript-eslint/ban-ts-comment clean
2020-10-30 Alexander EbertConvert `Ui/Page/Menu/Main` to TypeScript
2020-10-30 Tim DüsterhusRemove useless non-null assertion in Date/Picker.ts
2020-10-30 Tim DüsterhusRemove useless type assertion in Language.ts
2020-10-30 Tim DüsterhusMake Ui/Article/MarkAllAsRead eslint clean
2020-10-30 Tim DüsterhusImprove typing of CallbackList#forEach
2020-10-30 Tim DüsterhusMake Ui/Dropdown/Builder.ts eslint clean
2020-10-30 Tim DüsterhusMake Ui/Page/Search.ts eslint clean
2020-10-30 Tim DüsterhusMake Ui/User/Ignore.ts eslint clean
2020-10-30 Tim DüsterhusMake Ui/Page/Action eslint clean
2020-10-30 Tim DüsterhusMake Ui/User/List.ts eslint clean
2020-10-30 Tim DüsterhusMake FileUtil.ts eslint clean
2020-10-30 Tim DüsterhusMake Date/Util.ts eslint clean
2020-10-29 Tim DüsterhusFix typo in codestyle workflow
2020-10-29 Tim DüsterhusAdd 'ts' to codestyle workflow
2020-10-29 Tim DüsterhusRun prettier on all TypeScript files
2020-10-29 Tim DüsterhusAdd prettier to package.json
2020-10-29 Tim DüsterhusMerge remote-tracking branch 'origin/54-typescript'
2020-10-29 Alexander EbertMerge pull request #3666 from WoltLab/typescript-cleanup
2020-10-29 Tim DüsterhusMerge branch '5.3'
2020-10-29 Tim DüsterhusMerge pull request #3663 from WoltLab/image-proxy-guzzle
2020-10-29 Tim DüsterhusClean up code style and types for existing TypeScript...
2020-10-29 Alexander EbertReplace implicit `any` variables
next