Commit graph

56 commits

Author SHA1 Message Date
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
26b5f57451 Fill out getting posts 2019-04-22 19:01:35 -04:00
0fd73db5ae Rename time_modified to last_modified 2019-04-22 16:28:36 -04:00
bdba843541 Rename stuff to time_ and modified instead of updated 2019-04-22 16:24:58 -04:00
63c8a24f38 Add getpost by id and slug 2019-04-22 16:16:31 -04:00
ca6cace78d Get post by ID, fix up update posts and add default values to null fields 2019-04-22 16:05:40 -04:00
104edaf90a add ability to update posts 2019-04-22 15:22:14 -04:00
5d265d9753 remove unneeded function 2019-04-20 17:45:01 -04:00
75ec2a02f5 Add return success codes, wrap up createBlogPost 2019-04-20 17:17:20 -04:00
9f9beb2f0b Halfway towards the first step part of blogposts 2019-04-16 00:44:20 -04:00
04fdad2bfb Base for blog 2019-04-15 18:40:50 -04:00
b68dba10cb Add proper updating of profiles 2019-04-14 13:29:15 -04:00
a9b09ce4da Add refresh 2019-04-14 12:44:02 -04:00
4f0834c3a0 Why do double the work eh? 2019-04-13 23:38:51 -04:00