35 Commits

Author SHA1 Message Date
0bc558d4d7 ticket history and tags 2025-05-10 15:26:21 +01:00
4a421564c2 implemented csrf 2025-05-10 08:50:41 +01:00
2d6cd5e48d updated UI references in controllers 2025-05-03 08:52:21 +01:00
aa44215eb1 updated authcontroller to implement admin check - needs further development for roles 2025-04-27 09:33:53 +01:00
c0f9ed1094 refactored tickets to include tags 2025-04-03 13:21:45 +01:00
b13cd3448f updated edit view to match view - to help reduce cognitive load and improve ux. updated BulmaFormHelper to implement FIELD_INPUT and FIELD_TEXTAREA 2025-03-29 04:27:36 +00:00
ba3c93ba19 added switch for light and dark mode 2025-03-28 20:22:11 +00:00
633664d035 admin ticket options controller 2025-03-27 11:31:59 +00:00
e25af0dca3 added basic admin routes and pages 2025-03-27 11:31:37 +00:00
2651caa1df Updated TicketController to reference TicketsPriority and TicketsStatus model 2025-03-25 09:15:04 +00:00
cc28c8d37a dashboard and home now extending BaseController 2025-03-25 09:13:57 +00:00
430cada25d created landing page 2025-03-24 19:41:30 +00:00
164692a728 enable editing created_at on ticket 2025-03-24 11:15:30 +00:00
8c8de5ec34 enabled uploading images from clipboard on ticket edit. 2025-03-24 11:14:13 +00:00
71ae5178fd soft delete for tickets 2025-03-24 01:40:45 +00:00
8d0b903d34 no $db->exec in controller. all related db operations moved into Ticket model. requireLogin is centralised to BaseController 2025-03-24 01:20:41 +00:00
040067c501 first iteration of base controller 2025-03-24 01:17:43 +00:00
4b45d94ebb Merge branch 'models' 2025-03-23 10:34:13 +00:00
bbbacc3fbf initial "project" commit 2025-03-23 10:33:02 +00:00
a02194d253 added model for controller to allow ticket to fetch commentss and attachments without JS 2025-03-23 10:30:36 +00:00
7872049a1c #13 (comment) 2025-02-23 09:49:52 +00:00
6e6bae7e1d initial project commit 2025-02-17 01:22:07 +00:00
68ef649451 redirect check in AuthController, which sends back to last page 2025-02-17 01:21:40 +00:00
a852dccd8b - added interface - for CRUD, ensures all methods are present and aligned.
- added trait for checking authorisation with redirect stored in session to return - shows which controllers requires auth, adds check function
2025-02-17 01:21:16 +00:00
b2764a0f58 - refactored TicketController into protected functions
- added custom fields to TicketController
- attachment view
2025-02-16 22:11:20 +00:00
6bbfdd6017 implementation of handling attachments 2025-02-16 22:10:03 +00:00
2a711584cd for adding comments to tickets 2025-02-16 22:07:02 +00:00
dcddd22a0b added initial user management 2025-02-16 22:05:18 +00:00
6c936208b7 added proper f3 tag extension for bulma form 2025-02-16 22:03:56 +00:00
113a5774ad kb and tag crud with views 2025-02-11 09:26:53 +00:00
b2ff261e74 start of KB 2025-02-09 21:23:06 +00:00
da5c6e5156 TicketController with associated ui 2025-02-09 20:04:45 +00:00
e4bed85f7d also selecting role in AuthController 2025-02-09 20:03:18 +00:00
7960cb6cdb bootstrapping and routing login and logout process 2025-02-09 09:33:26 +00:00
368cb5fff3 added default index controller. template. using bulma.io 2025-02-08 05:55:03 +00:00