Commit graph

476 commits

Author SHA1 Message Date
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 077cb2ee21 Removed already done TODO. 2022-07-28 11:28:15 +02:00
baldo 445f54e012 Update server dependencies. 2022-07-28 11:25:53 +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 ed29b96d45 Merge branch 'main' into new-admin 2022-07-22 14:47:50 +02:00
baldo 533710a2d4 Update server dependencies. 2022-07-22 14:46:39 +02:00
baldo 0fa8b77e77 Merge branch 'main' into new-admin 2022-07-21 19:30:10 +02:00
baldo 824db3fa18 Pin some dependency versions to fix security issues. 2022-07-21 19:26:09 +02:00
baldo e6b50a0291 Merge branch 'main' into new-admin 2022-07-21 18:54:26 +02:00
baldo a1f27a9f64 Fixed compile errors. 2022-07-21 18:49:49 +02:00
baldo edc5c20fdb Fix some types after refactoring on main branch. 2022-07-21 18:44:52 +02:00
baldo d53e45cd81 Merge branch 'main' into new-admin 2022-07-21 18:41:08 +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 cfa784dfe2 Trying to fix security issues by pinning dependencies of ng-admin 2022-07-21 13:48:07 +02:00
baldo cf890c21cb Remove unused build steps.
* autoprefixer
* ngAnnotate
* imagemin
* svgmin
2022-07-21 13:08:49 +02:00
baldo 8a5c8c332c Merge branch 'main' into new-admin 2022-07-21 12:07:57 +02:00
baldo d76c530431 Extract database types into own file to fix tests. 2022-07-21 12:07:18 +02:00
baldo ca2a067250 Update frontend dependencies. 2022-07-21 11:53:35 +02:00
baldo b09457e576 Merge branch 'main' into new-admin 2022-07-21 11:52:33 +02:00
baldo 8a2d108051 Update server dependencies. 2022-07-21 11:51:29 +02:00
baldo 3a6790ff52 Merge branch 'main' into new-admin 2022-07-18 18:31:38 +02:00
baldo f1feec4fe7 Fix: Make typecheck not complain about fetch(). 2022-07-18 18:30:49 +02:00
baldo 28c8429edd Sqlite upgrade and type refactorings 2022-07-18 18:14:51 +02:00
baldo 01691a0c20 Update server dependencies. 2022-07-18 13:00:17 +02:00
baldo c627e702ce Stronger types for unix timestamps 2022-07-18 12:55:19 +02:00
baldo eca003b1d6 Merge branch 'main' into new-admin 2022-07-14 20:14:53 +02:00
baldo 217ed6ff20 Version => SNAPSHOT 2022-07-14 20:13:40 +02:00
baldo 720acfb276 Refactor some server-side string types into newtypes. 2022-07-14 20:13:02 +02:00
baldo 6c2bd85287 Update server dependencies. 2022-07-14 20:12:45 +02:00
baldo 6f3eb92c45 Refactor some server-side string types into newtypes. 2022-07-14 20:07:51 +02:00
baldo 22b80ef26f Mute incorrect warning. 2022-07-14 20:07:51 +02:00
baldo 403a537869 Fixed vite ssl. 2022-07-14 20:07:51 +02:00
baldo f7075533a0 Update frontend dependencies. 2022-07-14 20:07:51 +02:00
baldo 1d50920ca9 Update server dependencies. 2022-07-14 20:07:51 +02:00
baldo 2437559d29 Merge branch 'main' into new-admin 2022-07-14 10:58:15 +02:00
baldo 1f44e3c694 Added some sanity checks to password hashing scripts. 2022-07-14 10:52:22 +02:00
baldo bc304d9bfa Added script to generate password hashes. 2022-07-11 13:24:15 +02:00
baldo 62df108999 Version bump => 0.18.1 2022-07-11 12:13:22 +02:00