index
:
photos.git
master
Haskell Servant app for managing a photo collection
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-15
Sort albums.
Kjetil Orbekk
2015-10-13
Use explicit output buffering.
Kjetil Orbekk
2015-10-13
Haskell cleanup.
Kjetil Orbekk
2015-10-13
Move the javascript code to a separate file.
Kjetil Orbekk
2015-10-13
Add allowed users.
Kjetil Orbekk
2015-10-13
Authenticatiof of all API methods.
Kjetil Orbekk
2015-10-13
Add documentation and license file.
Kjetil Orbekk
2015-10-13
Working authentication for /test.
Kjetil Orbekk
2015-10-13
Begin integrating Authentication to Main.
Kjetil Orbekk
2015-10-12
Authentication module to check if tokens are valid.
Kjetil Orbekk
2015-10-11
Almost working authentication.
Kjetil Orbekk
2015-10-11
Add Authentication module.
Kjetil Orbekk
2015-10-10
Correctly passes header from web.
Kjetil Orbekk
2015-10-10
Add .gitignore.
Kjetil Orbekk
2015-10-09
Add token code (html part not working yet).
Kjetil Orbekk
2015-10-09
Add request logging from servant.
Kjetil Orbekk
2015-10-09
Include code to pass a request header to servant.
Kjetil Orbekk
2015-10-07
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/photos
Kjetil Orbekk
2015-10-07
Add signin button.
Kjetil Orbekk
2015-10-07
Add run.sh with the stack command to execute the server.
Kjetil Orbekk
2015-09-12
Implement /rename.
Kjetil Orbekk
2015-09-11
Add web resources.
Kjetil Orbekk
2015-09-11
Basic functionality to list directories.
Kjetil Orbekk