* Remove old event system & Convert renderPost event
* Remove old event system
* Misc
* Convert Custom Pages to use new event system
* Change RenderPost to RenderContent
* Convert profile posts and messaging
* All events converted
* Fixes
* Fixes
* Add tag support in Profile Posts & Messaging
* Execute rendercreate for profile post reply
* Update webhooks
* Remove return function
* Remove array response
* Remove more array response
* Remove fallback webhooks
* Test phpstan
* Fix phpdoc
* Remove name() & description()
* Save device information on login
* Users sessions page
* PR comments & device detection improvements
* Fix code-style
* Store IP in session & display on the user sessions page
* Don't show session hash, add last seen
* Fix last seen translation, ...
* Unnecesary Output::getClean() - Partydragen
* Apparently I did use admin/sessions language term
* Show location of ip
* Update custom/panel_templates/Default/core/users_sessions.tpl
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
* Update custom/languages/en_UK.json
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
* Update modules/Core/pages/panel/users_sessions.php
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
* Update modules/Core/pages/panel/users_sessions.php
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>
* use country the second time
* wip
* wip usercp sessions view
* wip
* wip - show ip to user
* wip
* wip
* chore: fix build issues
* feat: add token expiry to sessions table and increase default expiry to 1 month
* feat: prevent access to geoip database
* feat: correct migrations for user sessions columns
* feat: add missing localisation terms to sessions page
* chore: purify agent info
---------
Co-authored-by: Supercrafter100 <58982133+supercrafter100@users.noreply.github.com>
Co-authored-by: Sam <samerton@users.noreply.github.com>
* Add dependency injection library and task to generate sitemap
* Add default value for queue runner
* Fix assigning data and output to class variables
---------
Co-authored-by: Partydragen <adrian_kili@outlook.com>