Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
a8f5dd0
add route for static file
adam-james Nov 25, 2015
5131335
create gulpfile
adam-james Nov 25, 2015
8d64c56
add angular and webpack stream to package.json
adam-james Nov 25, 2015
ee3e697
reword index.html to include angular
adam-james Nov 25, 2015
5c14bb8
move entry.js to js file in app
adam-james Nov 25, 2015
49cb0b5
move public files to app folder
adam-james Nov 25, 2015
f9483a5
get angular to work with index.html
adam-james Nov 25, 2015
574301b
add textarea and sayThanks function
adam-james Nov 25, 2015
97af08c
move script to header
adam-james Nov 25, 2015
342c239
create user model
adam-james Nov 25, 2015
92f7f1c
add authRouter and /signup route
adam-james Nov 25, 2015
6e57c8a
add encryption to pword
adam-james Nov 25, 2015
491b9a8
add check for unique username
adam-james Nov 25, 2015
22d8a61
add async bcrypt and event emitter
adam-james Nov 25, 2015
d174e66
add token generation
adam-james Nov 25, 2015
6b3fde7
refactor to remove event emitters
adam-james Nov 25, 2015
030a03f
add basic http and fail_auth to lib
adam-james Nov 25, 2015
7e1364f
add /api/signin route
adam-james Nov 25, 2015
6333dc2
add auth to sayings route
adam-james Nov 25, 2015
559c449
add auth to post /api/sayings
adam-james Nov 25, 2015
3aae373
pass tests
adam-james Nov 25, 2015
8209de6
remove pyramids of doom
adam-james Nov 26, 2015
cd124a5
add test for signin
adam-james Nov 26, 2015
17062e5
add rest of signin tests
adam-james Nov 26, 2015
cd15578
use scope in controller
adam-james Dec 2, 2015
469c7aa
create gulp mongod task
adam-james Dec 2, 2015
be30550
remove eatAuth middleware from crud routes
adam-james Dec 2, 2015
affad95
use express.static
adam-james Dec 2, 2015
c10d1a4
refactor
adam-james Dec 2, 2015
2da5a5e
add form for new input
adam-james Dec 2, 2015
dca2966
add base styling
adam-james Dec 2, 2015
f425b32
restructure
adam-james Dec 2, 2015
127a998
rename routes on api and comment out user specific stuff
adam-james Dec 2, 2015
4c9c247
rename saying to proverb across api
adam-james Dec 2, 2015
573cc44
complete html page
adam-james Dec 2, 2015
08730c0
add delete and error array
adam-james Dec 2, 2015
84e98c3
add update
adam-james Dec 2, 2015
67e0e27
add reset on edit cancel
adam-james Dec 2, 2015
31b8b86
get initial tests up and running
adam-james Dec 6, 2015
16a5513
pass all tests
adam-james Dec 6, 2015
e45199c
reinstall node_modules in correct folder
adam-james Dec 6, 2015
0e38b8a
add base styles and layout
adam-james Dec 6, 2015
b802d5c
get edit form working with styles
adam-james Dec 6, 2015
bcf6105
set up sass workflow
adam-james Dec 8, 2015
0517f28
add base styles
adam-james Dec 8, 2015
5f0efe8
remove extra space
adam-james Dec 8, 2015
2f2ef82
add gulp to package.json
adam-james Dec 9, 2015
2532e39
add animation
adam-james Dec 9, 2015
d5cb5ae
commit styles
adam-james Dec 9, 2015
45a8e80
removing bourbon requirement
adam-james Dec 10, 2015
6d5afb6
add resource service
adam-james Dec 12, 2015
da2d8fc
reinstall and reinit karma
adam-james Dec 12, 2015
5e2f628
fix error checking in service
adam-james Dec 12, 2015
b0d3d27
add transclusion and function passing directive: form
adam-james Dec 12, 2015
685cb44
add table directive
adam-james Dec 12, 2015
54ab59e
change cancel button type to button
adam-james Dec 12, 2015
de3ab74
create error list directive
adam-james Dec 12, 2015
9a6ddfc
remove some unnecessary code
adam-james Dec 12, 2015
b8bb61b
remove proverbsCopy
adam-james Dec 12, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adam_sulewski/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
db
build
1 change: 1 addition & 0 deletions adam_sulewski/app/css/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*hello*/
Loading