Commit Graph

141 Commits

Author SHA1 Message Date
Deon George 7b9ab388d8 Optimise our use of items waiting and queries used. We are now using a single consistent query for each resource. 2023-12-18 20:43:21 +11:00
Deon George 7af67de2a8 Fix scenario when creating a new BBS during user registration 'Attempt to read property exists on null' 2023-12-18 20:43:21 +11:00
Deon George 5a74386f5a Optimisations to uncollected Items, which fix mail:send, which was only being triggered for mail unsent from yesterday 2023-12-08 15:16:49 +11:00
Deon George 1890b66dc7 Implemented Dynamic Items for data to be sent to polled systems based on data in db, like stats/nodelists 2023-12-03 18:51:46 +11:00
Deon George 1ac3583479 Implemented system heartbeat, to poll systems regularly that we havent heard from 2023-11-26 14:59:05 +11:00
Deon George 2b2482ba71 Rework crash polling, using optimised scope queries 2023-11-25 21:52:05 +11:00
Deon George 4070a060c3 Use created_at not datetime on status, since datetime may be wrong by the sender 2023-11-25 09:29:08 +11:00
Deon George a13497df5f Update domain::public() to only show public domains to admins, update status to be consistent with domain::public() 2023-11-25 00:10:21 +11:00
Deon George 82cee02fa8 Dont included deleted_at items for the status 2023-11-24 23:39:38 +11:00
Deon George e337a29003 Determine unsent netmails by their flags, not sent_at for the status 2023-11-24 23:39:38 +11:00
Deon George eab35d4c18 On the status page, dont show inactive addresses, zones or domains 2023-11-24 23:39:38 +11:00
Deon George 4c91ed54c0 First work on a status page showing nodes with uncollected mail 2023-11-24 23:39:38 +11:00
Deon George 19338edcb6 Optimise the queries used to display packet contents and show DBID if msgid is not available 2023-11-23 21:55:39 +11:00
Deon George 4616feacda Fix some redirects now that self::class,'home' is no longer defined 2023-10-07 21:09:00 +11:00
Deon George 7a9b6d5015 Change network/ to domain/view/ 2023-10-07 21:09:00 +11:00
Deon George 654e7bd2aa Remove remaining ftn/ paths, no functional changes 2023-10-07 21:09:00 +11:00
Deon George b25e6f432c Rework DomainController/UserController methods and paths, no functional changes 2023-10-07 21:09:00 +11:00
Deon George 27985dbf0b Rework ZoneController methods and paths, no functional changes 2023-10-07 21:09:00 +11:00
Deon George fda68bba04 Rework SystemController methods and paths, no functional changes 2023-10-07 21:09:00 +11:00
Deon George 495a27cfed Enhance the system link/register selection 2023-10-06 22:52:03 +11:00
Deon George 28e30a05e6 Make passwords mandatory 2023-10-04 16:26:05 +11:00
Deon George e75be34afd Detach users when deleting a system 2023-10-04 15:58:46 +11:00
Deon George 2ae24b9955 Move fido configuation items into fido namespace. If keeping packets move them into a date aligned subdir 2023-09-22 15:35:08 +10:00
Deon George eebe8a159d Fix address reported when scheduling a poll 2023-09-19 13:54:35 +10:00
Deon George e611dcbe11 Filter available echoareas/fileareas based on security 2023-09-17 00:14:46 +10:00
Deon George 708d9a9f67 More work to decommission rogue_path 2023-09-16 21:39:34 +10:00
Deon George 99866458a4 Limit where were respond to test messages 2023-09-12 17:46:32 +10:00
Deon George e553bb4ce6 Enable merging address in a domain that has flatten set 2023-09-11 23:25:00 +10:00
Deon George 673c444acd Implement 2D domain processing - mainly for fidonet 2023-09-10 22:48:12 +10:00
Deon George ed7dc2ab8b Added an address merge UI page 2023-09-09 21:16:51 +10:00
Deon George 462004c9c9 Missed an Address::poll() when linking to an existing system 2023-08-10 11:11:47 +10:00
Deon George a87cf875e4 Enabled sending netmails to upstream areafix/filefix 2023-08-03 17:39:22 +10:00
Deon George f281575b15 Enable netmail forwarding for users that receive messages directed at clrghouz 2023-08-03 17:31:42 +10:00
Deon George 69864db213 When deleting a system, removed the mailer details also 2023-08-01 12:57:58 +10:00
Deon George cd140971e2 Implemented echoarea/filearea security 2023-07-29 13:17:36 +10:00
Deon George f1ccca25ea Change public to show on echo/file areas to enable limiting whats shown in the activity graph 2023-07-28 13:22:39 +10:00
Deon George e5944f8b3d Fix display of nodes in search that have HTML chars 2023-07-26 19:44:25 +10:00
Deon George 4e44e2e266 Added system polling 2023-07-26 19:44:07 +10:00
Deon George 17fe7e910d Multiple enhancements to interactive messages, moved messages to Notifications, send netmail back when invalid packet password 2023-07-23 20:21:02 +10:00
Deon George db37cc7aa4 Correctly display 4D address when selecting area subscription 2023-07-19 16:51:40 +10:00
Deon George 39605af693 Fix last packet transfers shown, added file transfers 2023-07-19 15:16:25 +10:00
Deon George a8f76aec31 Show packet contents for nodes 2023-07-16 00:45:58 +10:00
Deon George ccdce6bb62 Move mailer details into a separate table 2023-07-07 23:59:04 +10:00
Deon George 6c75659395 Enable demoting and promoting address role 2023-07-06 18:43:32 +10:00
Deon George c3d4c1fc31 Enable full setup on the setup form 2023-07-05 22:58:24 +10:00
Deon George 6f298d778f Some BINKP optimisation, implemented crypt, implemented receiving compressed transfers 2023-07-05 19:38:50 +10:00
Deon George ad36da0bb1 Code cleanup, no functional changes 2023-07-04 11:33:28 +10:00
Deon George b70a36003a Remove Passport and replace with Sanctum, upgrade framework to Laravel 10 2023-06-26 21:50:40 +12:00
Deon George 75549590fc Enable systems to configure their packet type 2023-06-26 21:24:24 +12:00
Deon George fa3653a94b Enable sysops to update their own BBS details 2023-06-23 22:04:10 +10:00