Commit graph

175 commits

Author SHA1 Message Date
baldo 3a2f0799eb Frontend: Added forms to delete nodes. 2022-08-23 17:05:13 +02:00
baldo e403e9858d Minor cleanup. 2022-08-23 15:14:52 +02:00
baldo 81579cbac4 Merge branch 'main' into new-admin 2022-08-04 18:41:39 +02:00
baldo ac0642d8eb Moved validator to shared code directory. 2022-08-04 18:40:38 +02:00
baldo 6f8240ac84 Move shared code into own directory for use in new frontend. 2022-08-04 15:33:41 +02:00
baldo dda66c67bd Move shared code into own directory for use in new frontend. 2022-08-04 15:31:01 +02:00
baldo a87a8f7e70 Merge branch 'main' into new-admin 2022-08-02 15:27:04 +02:00
baldo d5c0538544 Fixed copy paste issue with validation regexps. 2022-08-02 15:25:34 +02:00
baldo 8adde69da8 Fix refactoring issues. 2022-08-02 15:24:53 +02:00
baldo 697df1ca99 Merge branch 'main' into new-admin 2022-07-28 15:09:12 +02:00
baldo 92c61c57c1 Fix test 2022-07-28 15:08:41 +02:00
baldo 111fac6e47 Fix logging: Config options for debugging and profiling had no effect. 2022-07-28 15:07:35 +02:00
baldo 13e4895b81 Added more explicit type for SMTP config and refactored transport initialization. 2022-07-28 14:45:28 +02:00
baldo d2ca8ed55b Make node filename parsing more explicit and add stronger typing. 2022-07-28 14:09:46 +02:00
baldo 779c072ac7 Add typeguard for node data passed in requests. 2022-07-28 13:56:47 +02:00
baldo d783bb634f Get rid of some anys. 2022-07-28 13:49:22 +02:00
baldo 5592892f0d Get rid of lots of unnecessary lodash calls. 2022-07-28 13:21:25 +02:00
baldo b734a422a7 Make hostname typed in NodeFilter. 2022-07-28 12:24:45 +02:00
baldo 2d83326b78 Make site and domain optional and get rid of "<unknown>" values. 2022-07-28 12:24:07 +02:00
baldo 72543b95ee Make typeguards for newtypes match the type instead of isString or isNumber. 2022-07-28 12:22:57 +02:00
baldo f296c6fe26 Got rid of some warnings. 2022-07-28 12:19:40 +02:00
baldo 6fd4dbb33e Merge branch 'main' into new-admin 2022-07-22 17:19:13 +02:00
baldo e00e50e166 Sort most fields case insensitive in admin panel. 2022-07-22 17:16:47 +02:00
baldo ffc0f13eb8 Allow dash as delimiter in MACs. 2022-07-22 17:16:47 +02:00
baldo 6057ad5a2a Add sorting by column and fix page reload issue. 2022-07-22 16:23:13 +02:00
baldo a1f27a9f64 Fixed compile errors. 2022-07-21 18:49:49 +02:00
baldo 250353edbf Major refactoring and fixes.
* Split Node into multiple types and make sure fields are actually set
  when type says so.
* Refactor request handling.
* Start getting rid of moment as a dependency by using
  UnixTimestampSeconds instead.
2022-07-21 18:39:33 +02:00
baldo d76c530431 Extract database types into own file to fix tests. 2022-07-21 12:07:18 +02:00
baldo 28c8429edd Sqlite upgrade and type refactorings 2022-07-18 18:14:51 +02:00
baldo c627e702ce Stronger types for unix timestamps 2022-07-18 12:55:19 +02:00
baldo 720acfb276 Refactor some server-side string types into newtypes. 2022-07-14 20:13:02 +02:00
baldo ad2db3427d Allow having multiple users for admin login.
* Use password hashes via bcrypt.
* Trying to reduce the risk of timing attacks against login.
2022-07-07 13:10:57 +02:00
baldo 975d5288a3 Refactoring of sorting and filtering in API. 2022-07-07 11:18:30 +02:00
baldo 3590ba048d More types refactoring. 2022-07-07 11:16:59 +02:00
baldo 29be32907c Server side types refactoring. 2022-07-07 11:15:34 +02:00
baldo c0fe593dbf Removed unused type guard. 2022-07-07 11:14:00 +02:00
baldo b6b16f5250 Server side type refactoring. 2022-07-07 11:12:40 +02:00
baldo 4c77f9f5ab Suppress wrong typeguard warnings 2022-07-07 11:11:06 +02:00
baldo dabc675aa9 New api endpoint for client config. 2022-07-07 11:08:35 +02:00
baldo 7ef13bc28c Extracted some types to shared module. 2022-07-07 11:08:15 +02:00
baldo 002ae4419f Implement custom logger to replace scribe.js.
* scribe.js is unmaintained and adds unnecessary complexity.
2022-02-09 18:02:59 +01:00
baldo 5edeea4573 Lots of package updates. 2021-10-14 17:18:30 +02:00
baldo 12a13f47bf Allow to completely disable logging. 2021-08-23 21:05:17 +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 9ad9ffabf7 Fix: Background-Jobs did not run automatically.
* Had to make sure `this` referred to `task` in `task.run()`.
2021-02-22 21:48:39 +01:00