bec5152e53
Move users and securities to store
2017-12-07 20:08:43 -05:00
c452984f23
Lay groundwork and move sessions to 'store'
2017-12-07 05:25:35 -05:00
f72c86ef58
Split securities into models
2017-12-05 05:59:44 -05:00
e70be1647c
Begin splitting models from handlers with User
2017-12-05 05:59:44 -05:00
5a6be5a07b
Stop using form elements for API
...
Just send the JSON as the request body
2017-11-13 20:48:19 -05:00
9624f0c5bc
Move to a consistent way of handling IDs in URLs
2017-11-12 21:15:00 -05:00
507868b7a5
Begin move away from using http.ServeMux
2017-11-12 20:17:27 -05:00
bcbb003e40
users: Simplify deletion of prices and splits owned by a user
...
The previous way was overly complex and didn't work with MySQL anyway
2017-10-24 20:13:42 -04:00
2ff1f47432
Remove duplicate *Tx versions of database access methods
...
Simplify naming to remove "Tx" now that all handlers only have access to
transactions anyway, and always use "tx" as the name of the variable
representing the SQL transactions (to make it less likely to cause
confusion with monetary transactions).
2017-10-14 19:41:13 -04:00
4e53a5e59c
Use SQL transactions for the entirety of every request
2017-10-14 14:20:50 -04:00
3c6b5528f9
Delete everything when we delete a user
2017-10-07 21:04:59 -04:00
6e620fe713
Fix user deletion
2017-10-07 06:29:25 -04:00
d0a5980b85
First pass at reorganizing go code into sub-packages
2017-10-04 19:35:59 -04:00