Commit graph

46 commits

Author SHA1 Message Date
George Shaw
66266f24a5 server finds existing bundles on startup and is able to list them in the backend now 2017-11-16 17:19:25 -06:00
George Shaw
0407be5573 creating bundles now works 2017-11-16 16:21:01 -06:00
George Shaw
e97c5c634c creating bundles is done 2017-11-15 16:00:05 -06:00
George Shaw
9cfa4fd8b1 started development on creating new bundles 2017-11-15 15:06:25 -06:00
George Shaw
92c180e57d started to fix APIs since adding gpserver 2017-11-15 12:10:21 -06:00
George Shaw
75b65b5e86 starting to create server->account->public structure 2017-11-14 17:38:35 -06:00
George Shaw
b532ede925 file perms 2017-11-13 16:46:01 -06:00
George Shaw
fb472d2258 generalized user request data readme 2017-11-13 16:26:28 -06:00
George Shaw
a45e23c6c4 issue #73 2017-11-13 16:25:42 -06:00
George Shaw
aa01bb5707 issue #70 2017-11-13 16:16:52 -06:00
George Shaw
3da84454ee issue #63 2017-11-13 16:10:02 -06:00
George Shaw
9c186df91b issue #61 2017-11-13 16:02:35 -06:00
George Shaw
08e431f980 issue #49 2017-11-13 15:58:51 -06:00
George Shaw
20e16bea78 truncate log file api complete 2017-11-10 16:38:02 -06:00
George Shaw
f5f2ff0f54 added capability to write to logs 2017-11-10 15:36:23 -06:00
George Shaw
e1d33d5b7d setting up reading logs and some other various file operations 2017-11-10 14:59:15 -06:00
George Shaw
60d2526271 referencing issue #67, credit to jacob walker! 2017-11-09 16:53:24 -06:00
George Shaw
0d0dee9249 wrote file logging test and implimented the correct logs for alpha phase 2017-11-09 16:51:02 -06:00
George Shaw
6e28648ce9 finished public server functionality and api to control it 2017-11-07 20:07:23 -06:00
George Shaw
ca7e6416f9 readme api curly braces 2017-11-06 12:12:30 -06:00
George Shaw
298367fb75 server api init and fixing user api readme 2017-11-06 12:10:47 -06:00
George Shaw
ddbdbabe48 referencing issue #59 2017-11-06 11:54:12 -06:00
George Shaw
08b94c3a4c referencing issue #57 2017-11-06 11:43:26 -06:00
George Shaw
8a2f43559f referencing issue #56 2017-11-06 11:07:51 -06:00
George Shaw
b0bb87b2f0 refactored user api and removed some debug things in webhost 2017-11-03 17:23:10 -05:00
George Shaw
3461ffaec2 added jwt authentication 2017-11-03 17:18:26 -05:00
George Shaw
9f806691d5 a lot of front end work 2017-11-02 17:07:09 -05:00
George Shaw
73fa8a9ea9 fixed bottleneck in web servers, tidy'ed code up in web servers by quite a bit 2017-11-01 17:20:36 -05:00
George Shaw
8408d1f23b created session handler, session testing, implemented sessions to keep track of user authentication in the backend and implemented user logout api 2017-10-31 18:05:48 -05:00
George Shaw
92296fca50 refactoring/renaming/commenting/documenting 2017-10-30 16:09:45 -05:00
George Shaw
18fb087566 updated api readme 2017-10-30 15:51:58 -05:00
George Shaw
a94b65f768
Merge pull request #40 from hoangdangninh/mirror
setup a readme file for api calls #39
2017-10-30 15:35:11 -05:00
Hoang Dang
2c823b02a9 setup a readme file for api calls #39
(cherry picked from commit 9c6e90b)
2017-10-28 19:10:48 -05:00
Andrew Siegman
c3d0aaa714 use mime package, update tests 2017-10-28 13:59:57 -05:00
Andrew Siegman
e098a7a743 update content type function with tests 2017-10-28 13:59:55 -05:00
Andrew Siegman
9b189d7d32 minor refactor 2017-10-28 13:59:55 -05:00
Andrew Siegman
cd68f2da85 minor refactor 2017-10-28 13:59:55 -05:00
George Shaw
ecf359d3ce check if user already exists in registration process 2017-10-27 14:32:00 -05:00
George Shaw
4237032778 updated user api to use hashed passwords 2017-10-26 16:37:09 -05:00
George Shaw
d758dbb28c added password hashing and testing for the functions 2017-10-26 16:17:27 -05:00
George Shaw
2ece3d08b8 removing types from global constants/variables with declarations in database package 2017-10-26 14:58:06 -05:00
George Shaw
d451bda6b5 boltdb is working as well as authentication and registration for users. you can take it in index.html of the webhost 2017-10-26 14:50:25 -05:00
George Shaw
a283b4cd20 Added some needed comments, removed all literal HTTP codes and replaced them with the constants from the http package. Changed the way auth API works by returning a status code that returns the correct status of success (eventually I'm thinking we'll return a login token of sorts). 2017-10-25 14:46:21 -05:00
George Shaw
73231cc652 this should have definitely been several commits... I did a lot of things, added deps for boltdb, init boltdb, built out a way to handle APIs (don't know how good it is haha), and did some minor authentication that half-way works for the webhost 2017-10-24 17:07:40 -05:00
Aaron Alexander
bf8a9f5a47 moved backend servers into pkg 2017-10-23 14:54:39 -05:00
George Shaw
1f276ec5ae refactoring/following conventions/fixing packages/fixing architecture 2017-10-23 14:45:43 -05:00