Josh Harvey
259b527214
WIP
2016-10-10 14:53:01 +01:00
Josh Harvey
9a9c927801
more refactoring
2016-07-28 18:03:51 +03:00
Josh Harvey
220a68fcfa
config fixes
2016-06-12 17:53:23 +03:00
Josh Harvey
426c2f2adf
change to entry name to postgresql
2016-06-12 15:14:10 +03:00
Josh Harvey
c088e092b8
add seedPath config; fix lowBalanceMargin bug
2016-06-09 00:57:12 +03:00
Josh Harvey
73588a978e
fix postgres -> postgresql
2016-06-06 20:09:55 +03:00
Josh Harvey
751067bace
db bug fix; sweep fixes
2016-06-02 22:21:58 +03:00
Josh Harvey
e41e5d7ac7
upgraded express
2016-05-11 23:44:29 +03:00
Josh Harvey
8b0159d099
clean up package.json
2016-05-11 23:32:13 +03:00
Josh Harvey
adc1a4f353
remove config loading on poll
2016-05-10 02:03:38 +03:00
Josh Harvey
8a4b447db3
lots of notifier improvements
2016-04-23 19:27:53 +03:00
Josh Harvey
8a87c7579d
WIP
2016-04-23 02:50:07 +03:00
Josh Harvey
8caeeb6e54
format app.js to standard
2016-04-23 02:01:19 +03:00
Josh Harvey
593bcd6ed0
add local server and reboot functionality
2016-03-17 02:01:13 +02:00
Josh Harvey
7f14fb3adc
reload config on each poll
2015-04-30 18:13:13 -04:00
Josh Harvey
82bb7b8811
don't insert pending tx if tx is completed
2014-12-09 18:44:47 -05:00
Josh Harvey
f38b02df94
WIP
2014-11-25 17:10:38 -05:00
Josh Harvey
2c756e231a
lint cleanup
2014-11-20 23:06:14 -05:00
Damian Mee
be6900a7a9
refactor(psql): psql interface cleanup
2014-09-09 06:58:09 +02:00
Damian Mee
67bf97c1fc
config renamed to avoid ambiguousness
2014-08-22 23:44:36 +02:00
Damian Mee
c88993ad37
refactor(tmpName): 'tmpName' renamed to 'plugins'
2014-08-20 20:59:17 +02:00
Damian Mee
308cd76656
refactor(plugins): DO NOT MERGE server-side support for new plugins API added
2014-08-20 20:59:17 +02:00
Josh Harvey
7c81050c3c
fix(app) fix mock mode
2014-08-09 11:10:06 -04:00
Josh Harvey
142dbe7f8b
merged in latest from master
2014-08-07 18:50:01 -04:00
Damian Mee
2b64f35689
style(whitespace): trailing whitespaces removed
2014-08-05 17:21:39 +02:00
Damian Mee
21c957cf0f
style(server): server setup cleanup
2014-08-05 00:59:08 +02:00
Josh Harvey
0db7fbcde0
WIP
2014-07-04 19:39:52 -04:00
Josh Harvey
bd96bb3caf
Merge branch 'production' into merge-logging
2014-05-03 16:28:25 -04:00
Josh Harvey
72e7c8addc
return json on all server errors
2014-05-03 16:26:32 -04:00
Josh Harvey
6efd595851
fixed unpaired connection bug
2014-05-02 11:18:41 -04:00
Josh Harvey
d2cb7e8a07
WIP
2014-05-02 10:25:39 -04:00
Josh Harvey
9a4550ba23
took out unused code
2014-04-27 19:34:30 -04:00
Josh Harvey
709b472ecc
actually, just take out request logging and demote other noisy stuff to debug
2014-04-27 11:46:32 -04:00
Josh Harvey
22fb9daaa8
suppressed poll logging
2014-04-27 11:33:10 -04:00
Josh Harvey
74e8b6ed50
suppressed poll logging
2014-04-27 11:31:34 -04:00
Josh Harvey
6ed979b1af
simplified unpairing
2014-04-20 12:07:48 +03:00
Josh Harvey
b5400cd559
assign to _lamassuConfig
2014-04-18 17:46:05 +03:00
Maciej Małecki
f5f27edaf0
Move `postgresql_interface.js to lib
2014-04-16 11:15:03 +02:00
Maciej Małecki
d9682e668f
Remove favicon and methodOverride middlewares
...
`methodOverride` is supposed to provide compatibility for older
"browsers" which aren't able to send XHR requests with proper HTTP
methods. Since the only thing talking to `lamassu-server` is the ATM, we
don't need this middleware.
`favicon` middleware is exactly what it sounds like.
2014-04-16 10:59:15 +02:00
Maciej Małecki
1f3c59dbc0
More refactoring on Trader
2014-04-14 15:16:53 +02:00
Maciej Małecki
05fef31fce
-x lib/app.js
2014-04-14 14:37:28 +02:00
Maciej Małecki
b2d643cf1d
Do not re-assign
2014-04-12 13:55:03 +02:00
Maciej Małecki
818f48398c
Fix https
2014-04-11 05:08:38 +02:00
Maciej Małecki
02fcc42638
Make lib/app.js a factory for lamassu-server
...
Extract all command line parsing to `bin/lamassu-server`.
This will effectively make it easier to write tests for
`lamassu-server`.
2014-04-11 04:30:22 +02:00
Maciej Małecki
3932e17b2e
Move atm-api.js to routes.js
2014-04-11 03:32:37 +02:00
Maciej Małecki
f376e96ab2
Start the refactor
2014-04-10 12:09:29 +02:00
Maciej Małecki
e5b94527a9
Attach device object from isAuthorized to request
2014-04-07 08:29:42 +07:00
Maciej Małecki
d80758e834
Remove unused cookieParser and session middlewares
2014-04-07 08:29:35 +07:00
Maciej Małecki
42b5a264fe
Use lamassu-config@0.2.0
2014-04-04 05:35:21 +07:00
Maciej Małecki
e549764a66
Simplify connection string
...
We're using `DATABASE_URL` environment variable anyway.
2014-04-04 02:37:45 +07:00