baldo
|
975d5288a3
|
Refactoring of sorting and filtering in API.
|
2022-07-07 11:18:30 +02:00 |
|
baldo
|
b6b16f5250
|
Server side type refactoring.
|
2022-07-07 11:12:40 +02:00 |
|
baldo
|
e2766e8402
|
Fix logging.
|
2021-08-09 22:03:27 +02:00 |
|
baldo
|
3a253ba72e
|
Fix: Use seconds for unix timestamps to not compare seconds and milliseconds.
|
2021-08-09 21:54:13 +02:00 |
|
baldo
|
8cc9ee0908
|
Added logging when deleting nodes that were never online.
|
2021-08-09 21:36:41 +02:00 |
|
baldo
|
f96113c1c5
|
[UNTESTED]: Also delete offline nodes that were never online.
|
2021-07-26 21:40:54 +02:00 |
|
baldo
|
ada5d99128
|
Fix: Typo in field assignment.
|
2021-02-22 22:35:40 +01:00 |
|
baldo
|
93069806f6
|
Fix: Parsing node files did not prefill missing fields correctly.
* This lead to a HTTP 500 on dashboard as some nodes were missing
monitoring fields.
* Removed a problematic cast and added sane defaults.
|
2021-02-22 22:26:19 +01:00 |
|
baldo
|
cc44bce95a
|
Fix: Some calls returned not only the node but also nodeSecrets.
* Broke REST-calls.
* Also prevents leaking monitoring tokens.
|
2021-01-25 22:40:41 +01:00 |
|
baldo
|
b6a67d6e74
|
Admin: Add message with failed / total nodes for nodes.json-task.
|
2020-06-30 17:08:24 +02:00 |
|
baldo
|
fb87695b3e
|
Migrate to version 2 of nodes.json and start adding tests
|
2020-06-30 13:47:30 +02:00 |
|
baldo
|
52822207a5
|
Typescript migration: Major refactoring.
|
2020-04-15 20:12:58 +02:00 |
|
baldo
|
94d01310b9
|
Quick and dirty typescript setup to get going.
|
2020-04-08 01:55:48 +02:00 |
|
baldo
|
8697d79ba5
|
Removing ng-di on the server.
|
2018-12-18 00:29:20 +01:00 |
|
baldo
|
84b20b209e
|
Splitting site field: Now we track site and domain.
|
2018-12-17 20:06:39 +01:00 |
|
baldo
|
8513ff0f3d
|
Fix: During import skip nodes which cannot be parsed.
|
2018-01-05 20:34:57 +01:00 |
|
baldo
|
0dd170d755
|
Fix: Give unix timestamp to db when marking missing nodes as offline.
|
2017-08-13 19:39:40 +02:00 |
|
baldo
|
7d413a6f76
|
Added logging.
|
2017-08-13 19:36:16 +02:00 |
|
baldo
|
950daf6939
|
Simplify and improve marking missing nodes as offline.
|
2017-08-13 19:30:30 +02:00 |
|
baldo
|
8628bee9e9
|
Fix: Typo.
|
2017-08-13 19:29:50 +02:00 |
|
baldo
|
2b22926b2f
|
Fix: Setting site for missing node was bogus.
|
2017-08-13 19:29:36 +02:00 |
|
baldo
|
2cb804f4b3
|
Fix for deletion job: Don't try to delete key files for gateways.
|
2017-08-13 18:55:56 +02:00 |
|
baldo
|
82a69769c3
|
If site is currently unknown keep previous site on update.
|
2017-08-13 18:37:58 +02:00 |
|
baldo
|
7dd8d35139
|
Fix: Wrong object to store site from.
|
2017-08-13 17:47:37 +02:00 |
|
baldo
|
9774aa7e4f
|
Fix: Site info wasn't stored correctly.
|
2017-08-13 17:44:12 +02:00 |
|
baldo
|
88dab5743f
|
Add field "site" in admin panel.
|
2017-08-13 17:22:34 +02:00 |
|
baldo
|
8ec1b3e845
|
Add a nice error message if no nodes.json URL is set.
|
2017-05-13 11:38:51 +02:00 |
|
baldo
|
3d6fb5feec
|
Fixed or disabled warnings
|
2017-05-06 17:31:34 +02:00 |
|
baldo
|
231eec3544
|
Fix: Avoid duplicates from different nodes.json files. Use only newest.
|
2017-03-19 16:31:50 +01:00 |
|
baldo
|
f12ef87567
|
Fix: Correct support for multiple nodes.json files.
|
2017-03-06 20:32:52 +01:00 |
|
baldo
|
5086d8c71f
|
Allow to specify nodes.json-URLs for multiple communities / domains.
|
2017-03-03 22:02:26 +01:00 |
|
baldo
|
2343e95c94
|
Hack to ignore URL suffixes wrongly added by mail clients.
Fixes: https://github.com/freifunkhamburg/ffffng/issues/40
|
2016-10-24 19:54:13 +02:00 |
|
Andreas Baldeau
|
5435f95b86
|
Fix: Deleting offline node without node file won't fail anymore.
|
2016-09-09 21:58:50 +02:00 |
|
Andreas Baldeau
|
769ca33495
|
Merge pull request #27 from rubo77/master
Documents the main structure, that sends out emails for offline nodes
|
2016-08-19 20:33:19 +02:00 |
|
baldo
|
6aac4af80f
|
Job to automatically delete nodes after 100 days.
|
2016-07-29 23:09:43 +02:00 |
|
baldo
|
d63cf55abf
|
Mark nodes not listed in nodes.json as offline.
|
2016-07-29 21:49:03 +02:00 |
|
baldo
|
7677aad10a
|
Fix: Dramatic slowdown when running the NodeInformationRetrievalJob
|
2016-07-29 12:58:03 +02:00 |
|
baldo
|
c2cea8626f
|
Fixed indentation
|
2016-07-29 12:53:36 +02:00 |
|
baldo
|
bf1740a95d
|
Fix: Limit max parallel node imports.
|
2016-07-27 22:02:07 +02:00 |
|
rubo77
|
0435df2ef3
|
Documents the main structure, that sends out emails for offline nodes
|
2016-07-24 13:49:37 +02:00 |
|
baldo
|
cb4c659261
|
Less verbose logging.
|
2016-07-23 22:09:13 +02:00 |
|
baldo
|
8660553d0f
|
Filtering of nodes in admin panel.
|
2016-07-23 11:30:41 +02:00 |
|
baldo
|
3c80be4d00
|
Added Statistics
See: https://github.com/freifunkhamburg/ffffng/issues/24
|
2016-07-19 13:24:43 +02:00 |
|
baldo
|
eaaf659674
|
Fix: Update node data even when skipping.
Also prevents infinite loop as the SELECT to loads the batch
checks modified_at.
|
2016-06-29 12:02:46 +02:00 |
|
baldo
|
121468bec3
|
Fix: Added missing callback.
|
2016-06-29 11:40:11 +02:00 |
|
baldo
|
3df5509df0
|
Fix: Use correct callback to prevent monitoring sending job from hanging.
|
2016-06-29 11:28:39 +02:00 |
|
baldo
|
dd48bd9702
|
Fix: "SQLITE_ERROR: 6 values for 8 columns" when retrieving nodes.json
|
2016-06-26 19:38:11 +02:00 |
|
baldo
|
392e37ab05
|
Fix: "SQLITE_ERROR: too many SQL variables" when loading nodes
|
2016-06-26 19:27:09 +02:00 |
|
baldo
|
cd746a41ea
|
Display of online state for nodes and hostname for monitoring info in admin panel.
|
2016-06-26 19:09:12 +02:00 |
|
baldo
|
ecc82e30c1
|
Fix: Correct total number of monitoring entries in admin panel.
See: https://github.com/freifunkhamburg/ffffng/issues/16
|
2016-06-26 13:06:58 +02:00 |
|