Commit graph

71 commits

Author SHA1 Message Date
ia
7c7abbc996
upgrade Go to 1.16 2021-03-07 07:26:08 -06:00
dhax
21175bda62 use pointer to account list 2020-04-16 13:58:21 +02:00
dhax
5faa62f412
Update README.md 2020-04-03 19:57:19 +02:00
dhax
a94b83c1b1
Update README.md 2020-04-03 19:39:26 +02:00
dhax
0ec241563a
Update README.md 2020-04-03 19:34:43 +02:00
dhax
900f18859c update dependencies 2020-03-03 22:02:51 +01:00
dhax
7440933bb2 update vanng822/go-premailer 2020-03-03 22:02:51 +01:00
dhax
b20e15625b update go-chi/jwtauth to v4 2020-03-03 22:02:51 +01:00
dhax
81ddc99f80 update dependencies for patch releases 2020-03-03 22:02:51 +01:00
dhax
c0f2163d3d edit README, License, app cmd info, example index.html 2020-03-03 22:02:39 +01:00
dhax
306fd11bc6 Merge branch 'master' of github.com:dhax/go-base 2020-01-30 15:11:42 +01:00
dhax
c170a1d2e7 add Dockerfile, closes #6 2020-01-30 15:11:21 +01:00
dhax
069d655d9c split DB connection string into separate env vars 2020-01-30 14:59:00 +01:00
dhax
c6b8aff2a9 make using CORS configurable by environment var, defaults to false 2020-01-30 14:57:25 +01:00
dhax
9f75bf6a5d make using CORS configurable by environment var, defaults to false 2019-03-09 14:42:08 +01:00
dhax
bc565a4008 Merge branch 'FrankSantoso-master' 2019-03-09 13:39:33 +01:00
dhax
93add152ec Merge branch 'master' of https://github.com/FrankSantoso/go-base into FrankSantoso-master 2019-03-09 13:31:16 +01:00
dhax
d1472896a6 update go-mail dependency 2019-03-09 13:30:25 +01:00
Alex Frank Adhyatma
a2d51bbfd8
Update go-chi/jwtauth to v3.3 and remove dgrijalva from direct dependencies 2019-03-07 11:55:45 +00:00
dhax
37a1c61915 typecheck url.values for filter options 2019-01-14 22:47:58 +01:00
dhax
83b738e298 use go-mail/mail instead of gomail (stale) 2019-01-14 22:46:17 +01:00
dhax
d0e63fdeee Merge branch 'piotrkochan-master' 2019-01-14 22:14:41 +01:00
dhax
6e627dd0a0 Merge branch 'master' of https://github.com/piotrkochan/go-base into piotrkochan-master 2019-01-14 22:13:52 +01:00
dhax
f1c76202bc update dependencies 2019-01-13 22:52:39 +01:00
dhax
8cc5d6241d updates go-pg/pg to v7 2019-01-13 22:37:56 +01:00
dhax
5737e75cc4 removes public client from source 2019-01-12 15:10:06 +01:00
dhax
5b9fe73eeb update client demo application 2019-01-10 23:13:24 +01:00
dhax
2d7f6be830 use json.Marshal provided with validation 2019-01-08 23:07:17 +01:00
dhax
cd7d44fcd8 update client demo application 2019-01-01 23:03:09 +01:00
dhax
7c19e9d87c refactor AccountFilter into databasePackage 2019-01-01 19:59:20 +01:00
dhax
489137b24e go-pg breaking change: use WherePK() 2019-01-01 19:58:31 +01:00
Kochan
1b261b983c fix jwt auth 2018-11-26 21:09:42 +01:00
dhax
9b27282ee3 update dependencies, correct breaking changes 2018-10-14 18:12:12 +02:00
dhax
d1bc7ff05c convert from dep to go mod 2018-10-14 18:07:53 +02:00
dhax
3a2d24baca dep prune 2017-11-15 18:48:32 +01:00
dhax
65441fa5b3 remove redundant error return 2017-11-14 21:38:31 +01:00
dhax
aaf0a0928d refactor auth pkg into libraries 2017-10-31 19:15:20 +01:00
dhax
521f081ba0 remove error check redundancy 2017-10-30 00:02:29 +01:00
dhax
a774338ccd remove slice pointers 2017-10-30 00:00:20 +01:00
dhax
543b39f822 GoDoc and some typos... 2017-10-22 21:56:36 +02:00
dhax
9f37579562 move mock mailer into email package 2017-10-22 21:53:58 +02:00
dhax
397e9c0842 update dependencies 2017-10-21 18:31:02 +02:00
dhax
fce1b99683 use log.Fatal instead panic on config errors 2017-10-19 00:40:25 +02:00
dhax
2dc0f02d1c remove redundancy in models BeforeInsert hook 2017-10-13 01:01:31 +02:00
dhax
c3271d7dcf separate profile model from account model 2017-10-13 00:11:57 +02:00
dhax
f729160209 add log convenience function 2017-10-12 16:52:54 +02:00
dhax
81aa0b651e remove unnecessary abstraction 2017-10-12 16:51:46 +02:00
dhax
eb928912af use time.Duration in token expiry env vars 2017-10-12 15:45:06 +02:00
dhax
89609ae5e6 correct infinit looping error in client demo 2017-10-12 12:16:01 +02:00
dhax
b9871ab336 remove unnecessary abstraction 2017-10-11 12:38:35 +02:00