|
ceffc7ff14
|
Removed unnessary controller functions that just call a view, HTML/CSS consistency updates
|
2024-04-25 15:44:52 +10:00 |
|
|
3f5668292f
|
More optimisations for users dashboard
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 36s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
|
2024-04-21 00:28:50 +10:00 |
|
|
bac41969a5
|
Optimise queries for rendering the users dashboard page
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m37s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
|
2024-04-14 00:47:08 +10:00 |
|
|
d6e23b9a90
|
Optimise queries for rendering the about page
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 33s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m38s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
|
2024-04-13 22:41:58 +10:00 |
|
|
2edc41b11e
|
Support merging addresses when both src/dst addresses are in the seenby
|
2024-04-13 20:54:05 +10:00 |
|
|
1e08c2f6f7
|
Move Domain_Controller::NUMBER_MAX to Address::ADDRESS_FIELD_MAX
|
2024-04-12 15:29:11 +10:00 |
|
|
c1a1797778
|
If user information is not provided in a system update (for example when users update), then dont zap system_users
|
2023-12-20 17:18:10 +11:00 |
|
|
90206f2bb5
|
Enable admin setting user for a system
|
2023-12-19 12:55:27 +11:00 |
|
|
24f6af3d3b
|
Disabling our routine to set a default on an address, it needs to be improved
|
2023-12-19 08:54:26 +11:00 |
|
|
13e51724c0
|
Further enhancement with #9063a2a - to ensure our message addressing and content picks the right address
|
2023-12-18 20:43:21 +11:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
1ac3583479
|
Implemented system heartbeat, to poll systems regularly that we havent heard from
|
2023-11-26 14:59:05 +11:00 |
|
|
2b2482ba71
|
Rework crash polling, using optimised scope queries
|
2023-11-25 21:52:05 +11:00 |
|
|
4070a060c3
|
Use created_at not datetime on status, since datetime may be wrong by the sender
|
2023-11-25 09:29:08 +11:00 |
|
|
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 |
|
|
82cee02fa8
|
Dont included deleted_at items for the status
|
2023-11-24 23:39:38 +11:00 |
|
|
e337a29003
|
Determine unsent netmails by their flags, not sent_at for the status
|
2023-11-24 23:39:38 +11:00 |
|
|
eab35d4c18
|
On the status page, dont show inactive addresses, zones or domains
|
2023-11-24 23:39:38 +11:00 |
|
|
4c91ed54c0
|
First work on a status page showing nodes with uncollected mail
|
2023-11-24 23:39:38 +11:00 |
|
|
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 |
|
|
4616feacda
|
Fix some redirects now that self::class,'home' is no longer defined
|
2023-10-07 21:09:00 +11:00 |
|
|
7a9b6d5015
|
Change network/ to domain/view/
|
2023-10-07 21:09:00 +11:00 |
|
|
654e7bd2aa
|
Remove remaining ftn/ paths, no functional changes
|
2023-10-07 21:09:00 +11:00 |
|
|
b25e6f432c
|
Rework DomainController/UserController methods and paths, no functional changes
|
2023-10-07 21:09:00 +11:00 |
|
|
27985dbf0b
|
Rework ZoneController methods and paths, no functional changes
|
2023-10-07 21:09:00 +11:00 |
|
|
fda68bba04
|
Rework SystemController methods and paths, no functional changes
|
2023-10-07 21:09:00 +11:00 |
|
|
495a27cfed
|
Enhance the system link/register selection
|
2023-10-06 22:52:03 +11:00 |
|
|
28e30a05e6
|
Make passwords mandatory
|
2023-10-04 16:26:05 +11:00 |
|
|
e75be34afd
|
Detach users when deleting a system
|
2023-10-04 15:58:46 +11:00 |
|
|
eebe8a159d
|
Fix address reported when scheduling a poll
|
2023-09-19 13:54:35 +10:00 |
|
|
e611dcbe11
|
Filter available echoareas/fileareas based on security
|
2023-09-17 00:14:46 +10:00 |
|
|
99866458a4
|
Limit where were respond to test messages
|
2023-09-12 17:46:32 +10:00 |
|
|
e553bb4ce6
|
Enable merging address in a domain that has flatten set
|
2023-09-11 23:25:00 +10:00 |
|
|
673c444acd
|
Implement 2D domain processing - mainly for fidonet
|
2023-09-10 22:48:12 +10:00 |
|
|
ed7dc2ab8b
|
Added an address merge UI page
|
2023-09-09 21:16:51 +10:00 |
|
|
462004c9c9
|
Missed an Address::poll() when linking to an existing system
|
2023-08-10 11:11:47 +10:00 |
|
|
a87cf875e4
|
Enabled sending netmails to upstream areafix/filefix
|
2023-08-03 17:39:22 +10:00 |
|
|
f281575b15
|
Enable netmail forwarding for users that receive messages directed at clrghouz
|
2023-08-03 17:31:42 +10:00 |
|
|
69864db213
|
When deleting a system, removed the mailer details also
|
2023-08-01 12:57:58 +10:00 |
|
|
cd140971e2
|
Implemented echoarea/filearea security
|
2023-07-29 13:17:36 +10:00 |
|
|
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 |
|
|
e5944f8b3d
|
Fix display of nodes in search that have HTML chars
|
2023-07-26 19:44:25 +10:00 |
|
|
4e44e2e266
|
Added system polling
|
2023-07-26 19:44:07 +10:00 |
|
|
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 |
|
|
db37cc7aa4
|
Correctly display 4D address when selecting area subscription
|
2023-07-19 16:51:40 +10:00 |
|
|
39605af693
|
Fix last packet transfers shown, added file transfers
|
2023-07-19 15:16:25 +10:00 |
|
|
a8f76aec31
|
Show packet contents for nodes
|
2023-07-16 00:45:58 +10:00 |
|
|
ccdce6bb62
|
Move mailer details into a separate table
|
2023-07-07 23:59:04 +10:00 |
|