Commit Graph

55 Commits

Author SHA1 Message Date
Florine W. Dekker f67873467e
Clean up mailing code 2022-12-01 23:05:12 +01:00
Florine W. Dekker ca30d9d42c
Move tracking processing logic to Action classes 2022-12-01 22:24:20 +01:00
Florine W. Dekker 18a2d0d779
Restructure some packages 2022-12-01 20:52:16 +01:00
Florine W. Dekker 560c50e027
Fix returning global message in `start-session` 2022-12-01 20:36:51 +01:00
Florine W. Dekker 0cf3897f79
Improve documentation, move classes around, etc. 2022-12-01 20:32:12 +01:00
Florine W. Dekker 4fcf615e41
Create action dispatcher mechanism for cleaner api.php 2022-12-01 18:24:08 +01:00
Florine W. Dekker 43feaa0fed
Restructure all files and classes
This is the *only* way in which I could get the autoloader to work for both my production and my test code :(
2022-11-27 14:59:00 +01:00
Florine W. Dekker 379498cfe0
Add setup for database-based tests 2022-11-27 13:54:13 +01:00
Florine W. Dekker f2d445f141
Implement scrollable trackings table 2022-11-18 13:22:58 +01:00
Florine W. Dekker 9eccbf5486
Fix behaviour with unset global message 2022-11-18 12:37:35 +01:00
Florine W. Dekker fa52d5cd17
Give detailed feedback when adding tracking 2022-11-16 22:43:31 +01:00
Florine W. Dekker 3ce31d4862
Handle renaming conflicts gracefully 2022-11-15 23:36:36 +01:00
Florine W. Dekker 2578778db4
Use instance for database management 2022-11-15 22:26:34 +01:00
Florine W. Dekker 9e09978811
Add input hints 2022-11-15 19:51:21 +01:00
Florine W. Dekker 6189a4cd6a
Add password toggle, clean up messaging 2022-11-15 17:52:11 +01:00
Florine W. Dekker 8994c89ac6
Apply minor UX fixes 2022-11-14 23:55:06 +01:00
Florine W. Dekker ea021f9660
Enable email notification toggling 2022-11-14 23:28:01 +01:00
Florine W. Dekker 3c186629a8
Revamp mail handling, serialisation, and sending 2022-11-14 18:29:33 +01:00
Florine W. Dekker d660fcf615
Add global message box 2022-11-14 15:44:21 +01:00
Florine W. Dekker 7329b4a0d0
Reformat and overhaul transaction usage 2022-11-14 15:06:39 +01:00
Florine W. Dekker e5a4a3e2fc
Implement rudimentary account deletion 2022-11-13 20:34:28 +01:00
Florine W. Dekker d4ac766ba1
Add database auto-migration 2022-11-13 14:23:20 +01:00
Florine W. Dekker 275a4067cb
Implement verify and pass reset expiry 2022-11-12 22:16:48 +01:00
Florine W. Dekker d7c7bd7a78
Improve password reset functionality 2022-11-12 17:48:37 +01:00
Florine W. Dekker 2c01776b02
Implement password reset functionality 2022-11-12 14:18:00 +01:00
Florine W. Dekker af79597572
Clean up server-side by, like, a lot 2022-08-29 01:09:33 +02:00
Florine W. Dekker 37db33b2f5
Implement re-sending verification email 2022-08-27 16:06:48 +02:00
Florine W. Dekker 5ae5dc2c83
Store email task context in database 2022-08-23 21:58:27 +02:00
Florine W. Dekker 6debee0167
Separate people table from trackings table 2022-08-23 15:53:52 +02:00
Florine W. Dekker abdc808e4b
Implement queued email tasks 2022-08-23 13:32:53 +02:00
Florine W. Dekker 2c98d4e31e
Reuse single connection throughout entire query 2022-08-23 12:22:57 +02:00
Florine W. Dekker a2d39ac36c
Implement advanced tracking updates 2022-08-22 22:55:19 +02:00
Florine W. Dekker 4de9de1874
Add per-form global message element 2022-08-21 14:43:46 +02:00
Florine W. Dekker be042254a5
Add prototype email verification mechanism 2022-08-21 14:20:43 +02:00
Florine W. Dekker e6def72c2e
Massively clean up JS and PHP 2022-08-19 19:07:39 +02:00
Florine W. Dekker 29de649fda
Remove deprecated Form class 2022-08-19 17:23:24 +02:00
Florine W. Dekker d6497874c3
Add rudimentary client-side input validation 2022-08-19 01:39:23 +02:00
Florine W. Dekker c82eb6a8b8
Attempt to reduce mess in TS, but make it more 2022-08-18 16:26:56 +02:00
Florine W. Dekker e33195d629
Detect missing people, add CLI for updating 2022-08-16 23:29:12 +02:00
Florine W. Dekker ca2937047d
Improve person detection and update efficiency 2022-08-16 00:15:54 +02:00
Florine W. Dekker 981223e04b
Add functionality to update deceased statuses 2022-08-15 01:05:33 +02:00
Florine W. Dekker 599b4a202b
Use PDO to connect with database 2022-08-14 18:31:55 +02:00
Florine W. Dekker 1f3257424a
Add phpstan and resolve almost all issues 2022-08-14 17:47:18 +02:00
Florine W. Dekker c5531d21cf
Update directory structure 2022-08-14 16:49:52 +02:00
Florine W. Dekker 7dd14b0416
Add logging framework 2022-08-14 15:52:47 +02:00
Florine W. Dekker 86e73afedf
Clean up MediaWiki API interaction 2022-08-14 14:15:29 +02:00
Florine W. Dekker a3283bbad2
Clean up api.php and implement additional forms 2022-08-14 12:31:47 +02:00
Florine W. Dekker c3120243eb
Partially revamp PHP side 2022-08-12 20:46:43 +02:00
Florine W. Dekker c8322d09c4
Improve CSRF handling and session management 2022-08-12 17:06:21 +02:00
Florine W. Dekker 9d3cf92a9d
Add JS front-end handling for most forms 2022-08-12 16:18:15 +02:00