1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-06 23:46:29 +02:00

57 Commits

Author SHA1 Message Date
Lee Brown
7869f23bd3 Merge branch 'master' into apply-dependency-injection 2019-08-17 11:29:50 -08:00
Lee Brown
295e46a885 Cache geonames download 2019-08-17 11:15:45 -08:00
Lee Brown
81d79c4424 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-08-17 10:58:59 -08:00
Lee Brown
666eafceec Fix random errors from tests 2019-08-17 10:58:45 -08:00
huyng
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07:00
huyng
c61a934279 Add more comment 2019-08-15 14:47:00 +07:00
huyng
7171328072 Use ctx param from outer function 2019-08-15 14:40:39 +07:00
huyng
8c28261fee Update GetGeoNames and Migration functions. 2019-08-15 14:27:25 +07:00
Lee Brown
102ca82125 Completed web-api and web-app updates 2019-08-14 17:59:47 -08:00
Lee Brown
04e73c8f4e completed updating web-api 2019-08-14 12:53:40 -08:00
Lee Brown
e45dd56149 Completed updating biz logic packages to use repository pattern 2019-08-14 11:40:26 -08:00
Lee Brown
3bc814a01e WIP: not sure how to solve user_account calling account.CanModifyAccount 2019-08-13 23:41:06 -08:00
Lee Brown
5ea41923c7 fix deploy script 2019-08-13 18:12:20 -08:00
Lee Brown
09b4ff8171 fixing deploy script 2019-08-13 17:08:19 -08:00
Lee Brown
f03738b772 change eproc.tech to example.saasstartupkit.com 2019-08-13 16:06:11 -08:00
Lee Brown
ce5ad37ac8 Updates from aurora.cam 2019-08-12 21:28:16 -08:00
Lee Brown
e180e05c9b Fix schema migration for unittests 2019-08-12 13:53:03 -08:00
Lee Brown
064cebd2ce fix optional auth for middleware in session 2019-08-12 12:48:06 -08:00
Lee Brown
05ff93555c Reduce countries loaded for geonames to US only by default.
Schema loads in around 1min now.
2019-08-12 10:26:00 -08:00
Lee Brown
9f01a6180e fixed user oauth token to support form post 2019-08-07 23:00:12 -08:00
Lee Brown
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
Lee Brown
b387ccb827 forked swaggo/swag and added caching to reduce build times 2019-08-07 20:19:09 -08:00
Lee Brown
bf1ec63d85 Added api example error responses and some minor bug fixes 2019-08-07 16:17:17 -08:00
Lee Brown
645fd65cd8 Fix docker login for devops build 2019-08-06 17:28:13 -08:00
Lee Brown
670781ac0c Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup 2019-08-05 19:53:32 -08:00
Lee Brown
6523cbc481 fix api route for app page for docs 2019-08-05 19:49:30 -08:00
Lucas Brown
9a57a56886 Enhancements to users when status is invited. 2019-08-05 19:21:24 -08:00
Lee Brown
900cfcf713 fixed redirects to handle saving the session when set 2019-08-05 18:47:42 -08:00
Lee Brown
7a7510cdc5 Fixed web-app from breaking changes 2019-08-05 17:23:56 -08:00
Lee Brown
4c25d50c76 fix where, auth use request arg 2019-08-05 17:12:28 -08:00
Lee Brown
33a7fb14b6 Completed user invite 2019-08-05 14:32:45 -08:00
Lee Brown
49c28c5aea invite users 2019-08-05 13:27:23 -08:00
Lee Brown
99843e7868 completed project section 2019-08-05 03:25:24 -08:00
Lee Brown
a616249be3 completed user management 2019-08-05 01:13:03 -08:00
Lee Brown
6680064cd5 fix signup validation 2019-08-04 23:27:02 -08:00
Lee Brown
ed6147260a fixed signup 2019-08-04 23:24:30 -08:00
Lee Brown
ba96e8b367 Completed virtual user login and switch accounts 2019-08-04 21:28:02 -08:00
Lee Brown
bb9820ffcc moved auth from user package and added timezone to context values 2019-08-04 14:48:43 -08:00
Lee Brown
fad0801379 checkpoint 2019-08-03 16:35:57 -08:00
Lee Brown
32cb554dfa completed flash messages 2019-08-03 15:01:17 -08:00
Lee Brown
0344473c1e fix translations 2019-08-02 16:23:13 -08:00
Lee Brown
b6069de9cf Fixed validation errors 2019-08-02 16:10:30 -08:00
Lee Brown
c625ace88d Completed implimentation of forgot password 2019-08-02 15:03:32 -08:00
Lee Brown
1d69ea88a3 Fix unittests 2019-08-01 16:17:47 -08:00
Lee Brown
b3d30a019e completed initial signup with autocompletes for region and city 2019-08-01 13:45:38 -08:00
Lee Brown
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
Lee Brown
e81e4690af Completed user login with session authentication 2019-07-31 18:34:27 -08:00
Lee Brown
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00
Lee Brown
97e0249d38 Auto generate random password for creation of RDS database instance. 2019-07-15 18:34:58 -08:00
Lee Brown
72ef940eb1 issue#7 fix applyClaimsSelect when empty conditions
When audience and subject are both empty, don't apply a subquery
2019-07-15 16:05:02 -08:00