johnnyq
6221fd67e1
Fix recurring expense next run date logic for monthly and annual frequencies
2025-07-23 11:47:31 -04:00
johnnyq
2abc6cd8ef
Fix Editing Recurring Expenses, update Changelog
2025-01-20 23:28:46 -05:00
wrongecho
a67de7a8f1
Prevent post pages being accessed directly
2025-01-09 16:09:39 +00:00
johnnyq
bc417b7cf3
Fix creating a recurring expense due to bad var name
2025-01-02 21:46:40 -05:00
johnnyq
3e52155d1c
Fix editing recurring expense due to bad var name
2025-01-02 21:26:29 -05:00
johnnyq
b7163dad6d
Add isset check on file upload
2024-11-19 11:59:52 -05:00
johnnyq
c181954960
Fix alert
2024-11-19 11:45:01 -05:00
johnnyq
097e1c7b5f
Add Acceptable File formats on the Client side, also allow webp for image file uploads in assets, locations, expenses and contact
2024-11-18 18:14:13 -05:00
johnnyq
34e09f32e0
Remove unessesary check if file has been uploaded as the function already does that
2024-11-18 16:29:42 -05:00
johnnyq
ed92592aa6
Check to see if arrays are set before executing for each loops to prevent php errors
2024-11-14 19:13:56 -05:00
johnnyq
640a068026
Fix forloop regressions forgot to include POST duh
2024-11-12 17:30:53 -05:00
johnnyq
e58bf3d558
Updated epenses post to use new logAction function, tidy and added more details to logging
2024-11-10 13:32:42 -05:00
wrongecho
987cd59764
Tidying
...
- Move more things to new permissions system
- Deduplicate assets post logic into model
- Swap out some "SELECT *" queries when only a couple of rows are actually needed
2024-10-08 23:08:05 +01:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00