lamassu-server/lib/new-admin
Liordino Neto 6e356217ae feat: created migration to add a schema_version column on the user_config table
feat: adapted the new settings loader to work with the db instead of
the json file

fix: fixed the schema migration file

fix: updated accounts to work with the db

fix: fetch only data with the new schema version

fix: change the account saving process so there's no more than one
account record

chore: removed unnecessary TODO comments

fix: replaced an error throwing with a Promise reject

fix: when looking for the latest config, don't limit it to the new ones

fix: fix function names on gql server

fix: remove duplicate import

fix: return an empty object when there's no schema_version 2 config yet
2020-09-11 14:13:18 +01:00
..
config fix: added missing lodash dependency to accounts lib 2020-08-02 00:38:54 +02:00
graphql feat: created migration to add a schema_version column on the user_config table 2020-09-11 14:13:18 +01:00
admin-server.js fix: change default port to 3001 2020-08-06 12:37:54 +02:00
funding.js fix: pre release screen fixes 2020-07-06 14:17:44 +01:00
graphql-dev-insecure.js feat: add graphql support (#349) 2019-12-24 15:36:41 +01:00
login.js feat: add graphql support (#349) 2019-12-24 15:36:41 +01:00
machines.js chore: integrate new admin with l-s 2020-05-27 22:43:00 +01:00
pairing.js feat: create add machine page 2020-04-15 19:23:27 +02:00
README.md fix: add cors to register endpoint 2020-01-20 17:37:15 +01:00
server-logs.js fix: added timestamp parameters for a date range on the gql queries for 2020-07-31 00:37:00 +02:00
supervisor.js fix: pre release screen fixes 2020-07-06 14:17:44 +01:00
transactions.js fix: added timestamp parameters for a date range on the gql queries for 2020-07-31 00:37:00 +02:00

Running

Differences from main lamassu-admin:

  • bin/new-lamassu-register <username> to add a user
  • bin/insecure-dev.sh to run the server