index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
Controller
/
SignIn.hs
Age
Commit message (
Expand
)
Author
2017-11-08
Use a better project structure
Joris
2017-11-07
Bootstrap with GHCJS and reflex:
Joris
2017-06-05
Replace persistent by sqlite-simple
Joris
2016-11-13
Send weekly activity at start of week about previous week
Joris
2016-03-31
Use https link and secure cookie when activated
Joris
2016-03-31
Add init data in html page
Joris
2016-03-26
Use parsing duration facilities from config-manager
Joris
2016-03-26
Move no-reply mail from messages to conf
Joris
2016-03-23
Sign in token link to /
Joris
2016-03-21
use config-manager instead of ConfigFile
Joris
2016-03-12
Do not try to init data after login mail was sent
Joris
2016-03-11
Don't use persona anymore, use email token to sign in
Joris
2016-01-02
Set a spinner for sign in
Joris
2015-12-29
Using persona to validate emails
Joris
2015-11-01
Give access to sharedCost if someone click on the sign in link and is already...
Joris
2015-11-01
Store the sign in token instead of the login in the session cookie
Joris
2015-09-13
Adding income database table with a getter and a setter
Joris
2015-09-12
Adding UI income read-only
Joris
2015-09-11
Using jsonObject to create on the fly json object responses
Joris
2015-08-29
Showing exceeding payers
Joris
2015-08-12
Translating sign in page and mail
Joris Guyonvarch
2015-08-11
Showing server sides generated messages from the client
Joris Guyonvarch
2015-08-10
Embedding messages into the page
Joris Guyonvarch
2015-08-09
Wording for sign in email
Joris Guyonvarch