Commit graph

114 commits

Author SHA1 Message Date
George Shaw
96a291c1fb
Merge pull request #60 from george-e-shaw-iv/master
Issue fixes
2017-11-06 12:00:13 -06:00
George Shaw
36ca36d0f8 Merge remote-tracking branch 'upstream/master' 2017-11-06 11:54:58 -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
80b62f480b updated gitignore to include db lock 2017-11-04 16:14:55 -05:00
George Shaw
05d6911a8d
Merge pull request #55 from george-e-shaw-iv/master
Added JWT Authentication
2017-11-03 17:29:47 -05:00
George Shaw
f9d7486ff0 updated dep 2017-11-03 17:23:50 -05: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
c55a3127c1
Update README.md 2017-11-02 17:25:04 -05:00
George Shaw
877c0f8a9d
Merge pull request #52 from george-e-shaw-iv/master
Login/Logout Authorization Front End
2017-11-02 17:17:10 -05:00
George Shaw
9f806691d5 a lot of front end work 2017-11-02 17:07:09 -05:00
George Shaw
2bdd3fa8fc
Merge pull request #50 from george-e-shaw-iv/master
Bottleneck webserver fix && frontend development init stuff
2017-11-01 18:03:10 -05:00
George Shaw
e52a0dea6f frontend work 2017-11-01 18:00:30 -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
1e4c3849dd
Merge pull request #47 from george-e-shaw-iv/master
Implemented sessions/cookie handling
2017-10-31 18:19:13 -05:00
George Shaw
15141665c0 added gorilla/sessions gorilla/securecookie to dep 2017-10-31 18:14:05 -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
5b855b3587
Merge pull request #46 from george-e-shaw-iv/master
Showcasing git workflow in open source projects
2017-10-31 15:18:54 -05:00
George Shaw
bdd6074f3f showcasing git open source workflow 2017-10-31 15:13:01 -05:00
George Shaw
bdee759558
Merge pull request #45 from george-e-shaw-iv/master
Update CONTRIBUTING.md
2017-10-31 13:55:19 -05:00
George Shaw
1876502b9e
Update CONTRIBUTING.md 2017-10-31 13:54:45 -05:00
George Shaw
ba4cda3fff
Merge pull request #42 from george-e-shaw-iv/master
Refactoring/commenting/renaming
2017-10-30 16:57:25 -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
60343f8130
Merge pull request #41 from byra/master
sidenav completed
2017-10-30 15:36:22 -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
George Shaw
c29e105501
Merge pull request #31 from blunket/master
add content type test
2017-10-30 15:34:23 -05:00
Manikanta Mahesh Byra
da64f3ce39 sidenav completed 2017-10-30 12:36: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
4a29c8a683
Merge pull request #38 from george-e-shaw-iv/master
Check if user already exists in registration process
2017-10-27 14:44:12 -05:00
George Shaw
ecf359d3ce check if user already exists in registration process 2017-10-27 14:32:00 -05:00
George Shaw
e7b94b46f6 Merge pull request #34 from george-e-shaw-iv/master
Updated User API to use hashed passwords
2017-10-26 16:50:18 -05:00
George Shaw
7dbc9d39fe updated dep for crypto library 2017-10-26 16:38:29 -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
b7571e2d57 Merge pull request #32 from george-e-shaw-iv/master
User Registration/Authentication API Done, BoltDB CRUD operations done
2017-10-26 15:07:33 -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
097aba3439 renaming and refactoring readme of frontend webhost 2017-10-26 14:56:38 -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
48e6e5224b Merge pull request #28 from hoangdangninh/master
Done a general layout for client side #25
2017-10-25 16:58:51 -05:00
Hoang Dang
9c0a107cb1 resolve some conflicts 2017-10-25 16:53:39 -05:00
Hoang Dang
6813915e84 rename index.html to ePanel.html and merge upstream 2017-10-25 16:17:16 -05:00
George Shaw
c6fa7d4352 Merge pull request #29 from george-e-shaw-iv/master
Commenting, removing literals, and API reworking
2017-10-25 14:54:27 -05:00
George Shaw
2662797c7f Merge remote-tracking branch 'upstream/master' 2017-10-25 14:48:05 -05:00