summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2024-02-18add pgsql supportAndrew Dolgov
2024-01-23add basic oidc supportAndrew Dolgov
2024-01-23add oidc library, switch to psr-4 loaderAndrew Dolgov
2023-04-10fix indentingAndrew Dolgov
2023-04-10get version from CI variables, rebase to php 8.1 & alpine 3.16Andrew Dolgov
2022-05-13use proper get_headers() syntax for PHP8Andrew Dolgov
2021-11-12remove some closing php tagsAndrew Dolgov
2021-11-12use nullable types for some class properties instead of phpdoc hintsAndrew Dolgov
2021-11-12phpstan is not aware of path returned by parse_url()Andrew Dolgov
2021-11-12fix the rest of phpstan level 6 warningsAndrew Dolgov
2021-11-12WIP: fix most of phpstan level 6 warningsAndrew Dolgov
2021-11-03require phpstan 1.0 with some related fixesAndrew Dolgov
2021-06-25prolong PHP session cookie automatically to stop hard logouts after SESSION_L...Andrew Dolgov
2021-03-14sanitize retrieved wiktionary content (just in case)Andrew Dolgov
2021-03-14 * add CSRF protection to xhr requestsAndrew Dolgov
2021-03-05 * use ORM for trivial queriesAndrew Dolgov