Commit graph

69 commits

Author SHA1 Message Date
f51c5a78ea Sort by ascending 2020-01-26 01:26:56 -05:00
756f1aa161 Flesh out basic commenting functions 2020-01-25 23:19:39 -05:00
705c442114 Reorganize code, begin adding comments, split out routes 2020-01-25 22:56:11 -05:00
a804e048ff Merge branch 'postal_integration' of Asara/sudoscientist-go-backend into master 2020-01-25 18:10:30 -05:00
20ae72bc2e Extend ReturnMessage 2020-01-25 18:04:15 -05:00
4208190c9a Fix up accessing ui in dev mode via env variables 2020-01-22 22:45:07 -05:00
38bd348737 Update auth to return better errors, remove returning the token data as a blob 2020-01-21 23:49:07 -05:00
4457885685 Block non-admin users from posting 2020-01-21 22:19:35 -05:00
aa2731e789 Add backend hook to register users 2020-01-21 22:06:03 -05:00
d27a499c07 Split out url auth with email token 2020-01-20 20:06:32 -05:00
cc7225527e Change WEB_ADDR to the api address, not ui 2020-01-20 19:04:23 -05:00
d9153ea9bf Split out checking password, update claims to include admin+verified, some more cleanup 2020-01-20 18:55:12 -05:00
172dc2dc34 Fix up uneeded return 2020-01-20 15:21:56 -05:00
cba9967af0 Add postal backend integration 2020-01-20 13:40:05 -05:00
5a7281f1ae Clean up some error handling, remove debug logging 2020-01-19 00:31:21 -05:00
e082f55ebe Basic migrations, started breaking out postal stuff 2020-01-19 00:09:58 -05:00
f8cd0cdcf6 More readme cleaning 2020-01-18 21:52:56 -05:00
ddf5d2d767 Clean up readme 2020-01-18 21:52:22 -05:00
370b386bb4 Update readme 2020-01-18 21:51:33 -05:00
198fd10bf0 go fmt, add some basic tests for postal api info 2020-01-18 21:46:46 -05:00
f0799e0adb spacing 2020-01-18 21:03:45 -05:00
cc2411f1c6 remove unneeded files, update secrets to add postal env var 2020-01-18 20:47:59 -05:00
4aa812581f Update gitignore 2020-01-18 20:45:45 -05:00
8d29d8a744 Update Readme to include migrations 2020-01-18 14:58:55 -05:00
6656d8b474 Merge branch 'migrations' of Asara/sudoscientist-go-backend into master 2020-01-14 23:12:02 -05:00
9efabe0906 Split out migrations 2020-01-14 22:40:32 -05:00
c26ded1b69 Fix cors path, ship v1 2019-10-26 12:22:14 -04:00
38e7f62c15 Add slug return on post 2019-10-26 11:29:58 -04:00
f5a37e34d4 Fix testcase 2019-10-06 00:34:11 -04:00
9cc2c7c234 Update cors 2019-10-05 22:58:12 -04:00
cc7b41efe2 Fix origins 2019-10-05 22:57:54 -04:00
5a0875a0ca make cookies secure 2019-10-05 22:50:48 -04:00
c2802b93ac Fix up urls and unneeded import 2019-10-05 22:50:14 -04:00
2fb9ad73d5 Merge branch 'cookie_auth' of Asara/sudoscientist-go-backend into master 2019-10-05 22:48:18 -04:00
dcf11108ce Finished auth 2019-10-05 22:45:01 -04:00
681b0df9f5 Wrap up split cookie auth 2019-10-05 22:35:14 -04:00
0ce261d9bd Set fake domain for temp 2019-10-05 21:43:02 -04:00
1a2cb93540 Add basic token split 2019-10-05 21:22:56 -04:00
8a897dc16f Implement split tokens that work with curl 2019-10-05 20:21:48 -04:00
ada62e95e2 Update Readme, fix up auth 2019-10-05 18:22:11 -04:00
423791a373 Merge branch 'master' into cookie_auth 2019-10-03 23:37:31 -04:00
dcb71993d7 Update README 2019-10-03 23:36:54 -04:00
0237c2796f Start cookie auth 2019-09-28 08:35:49 -04:00
deec023b7f todo 2019-09-14 20:29:36 -04:00
d89bba48bd Replace country with location, add reminder to change non-secure cors settings 2019-07-27 18:16:54 -04:00
0adf6d25f3 Fix path to repo, add cors for testing 2019-05-27 21:17:09 -04:00
0fc950352c Fix path to backend 2019-05-27 14:25:36 -04:00
9f01ec25da Add get posts by tag 2019-04-22 20:20:00 -04:00
c4b3a6bbc5 Add logic for get posts by author, aka copy pasta pro 2019-04-22 19:54:49 -04:00
b38ae48013 Simplify the get post logic 2019-04-22 19:46:42 -04:00