|
cb1297b8bf
|
Fix using model directly
|
2021-12-02 21:51:36 +00:00 |
|
|
c56335adad
|
Finalize account view
|
2021-12-02 21:49:14 +00:00 |
|
|
871b11bbcc
|
Implement single account transaction-list
|
2021-12-02 21:44:35 +00:00 |
|
|
f2e8721aa8
|
Fix not loading any accounts and payees
|
2021-12-02 21:41:55 +00:00 |
|
|
4646356b2d
|
Introduce own Numeric type and revert to stdlib from pgx
|
2021-12-02 21:32:01 +00:00 |
|
|
6f8a94ff5d
|
Show Account Balance
|
2021-12-02 21:29:11 +00:00 |
|
|
276fdb4ade
|
Also display account & payee
|
2021-12-02 20:58:27 +00:00 |
|
|
a4659c7133
|
Use printf in template
|
2021-12-02 20:53:05 +00:00 |
|
|
696469f6c2
|
Handle amount in import and display
|
2021-12-02 20:49:07 +00:00 |
|
|
11d20eeb66
|
Add admin routes
|
2021-12-02 20:36:40 +00:00 |
|
|
a3df95a700
|
Move session methods to own file
|
2021-12-02 20:09:44 +00:00 |
|
|
36bccce021
|
Remove token from data and add to gin context
|
2021-12-02 20:06:26 +00:00 |
|
|
61c55dda3a
|
Small fixes for ynab import
|
2021-12-02 16:22:27 +00:00 |
|
|
e9173a3d37
|
Pass budgetID
|
2021-12-02 15:58:18 +00:00 |
|
|
57542b5202
|
Skip first line
|
2021-12-02 15:58:10 +00:00 |
|
|
1cd2eedcb8
|
Continue on ynab import
|
2021-12-02 15:56:40 +00:00 |
|
|
7b6914e5f2
|
Start implementing ynab import
|
2021-12-02 15:30:05 +00:00 |
|
|
77ae9d2dfd
|
Convert templates to partials
|
2021-12-02 15:00:53 +00:00 |
|
|
f760f9b855
|
Add accounts
|
2021-12-02 10:52:58 +00:00 |
|
|
adce350e0c
|
Try to implement new transaction
|
2021-12-02 10:43:42 +00:00 |
|
|
6df72dc40d
|
Split budget and dashboard routes into own files
|
2021-11-29 22:29:03 +00:00 |
|
|
85ef7557c1
|
Use uuid.UUID everywhere and have postgres generate ids
|
2021-11-29 21:49:37 +00:00 |
|
|
5de7d32c30
|
Use goose for migrations
|
2021-11-08 22:24:21 +00:00 |
|
|
cf1bc70103
|
Begin migration to sqlc
|
2021-11-08 21:32:30 +00:00 |
|
|
30b306e485
|
Fix subdir static/
|
2021-11-07 22:04:22 +00:00 |
|
|
4b08de00b8
|
Use embedded files
|
2021-11-07 22:01:13 +00:00 |
|
|
9b04ea8dc6
|
Update gin
|
2021-11-07 21:56:42 +01:00 |
|
|
caa10ee560
|
Add Budget API route
|
2017-02-04 21:42:31 +01:00 |
|
|
b76f720156
|
Add route for NewBudget
|
2017-01-19 23:10:04 +01:00 |
|
|
a504e4d382
|
Move login, logout and register to /api/v1/user
|
2017-01-19 22:17:53 +01:00 |
|
|
9a399c13a3
|
Remove login test-routes
|
2016-12-31 03:28:29 +01:00 |
|
|
917251a16e
|
Forward to dashboard when logged in
|
2016-12-31 03:27:52 +01:00 |
|
|
e8574ebd0a
|
Use TemplateData for dashboard
|
2016-12-27 00:47:47 +01:00 |
|
|
1ee88466f2
|
Use Token field instead of GetToken
|
2016-12-27 00:47:36 +01:00 |
|
|
e525fdc928
|
Rename to Service
Add ModelService interface to merge all Services
|
2016-12-27 00:47:10 +01:00 |
|
|
5b9b2e02a0
|
Return pointers
|
2016-12-27 00:45:30 +01:00 |
|
|
5754b97e4d
|
Add data
|
2016-12-27 00:28:52 +01:00 |
|
|
649b272caf
|
Use AbortWithError
|
2016-12-27 00:28:19 +01:00 |
|
|
ca1c2ed778
|
Add dashboard
|
2016-12-20 20:05:15 +01:00 |
|
|
97ca85a0db
|
Field is called email not username
|
2016-12-20 16:38:48 +01:00 |
|
|
a71afaf6b9
|
Implement registration
|
2016-12-20 15:26:31 +01:00 |
|
|
b9d428d386
|
Implement bcrypt
|
2016-12-20 15:15:33 +01:00 |
|
|
b5114beacf
|
Accept user in CreateToken
|
2016-12-20 13:43:15 +01:00 |
|
|
e955638510
|
Actually compare to users in database
|
2016-12-20 13:36:30 +01:00 |
|
|
7b235f83ad
|
Add registration
|
2016-12-20 13:34:34 +01:00 |
|
|
0f1bd4cac3
|
Reformat http
|
2016-12-20 09:46:39 +01:00 |
|
|
308ff98830
|
Finish cleaning dependencies
|
2016-12-19 23:23:52 +01:00 |
|
|
8231b3d176
|
Move login-code to http
|
2016-12-19 22:47:45 +01:00 |
|
|
227028f99d
|
Try to extract http
|
2016-12-19 18:56:24 +01:00 |
|