aboutsummaryrefslogtreecommitdiff
path: root/src/server/Main.hs
AgeCommit message (Expand)Author
2016-03-30Merge punctual and monthly payments in client modelJoris
2016-03-28Compute payment count client sideJoris
2016-03-28Create an empty but reachable user pageJoris
2016-03-27Compute payers client side rather than server sideJoris
2016-03-23Sign in token link to /Joris
2016-03-21use config-manager instead of ConfigFileJoris
2016-03-11Don't use persona anymore, use email token to sign inJoris
2016-01-03Validate add payment server sideJoris
2016-01-03Prevent to send multiple payments if the server is not answeringJoris
2015-12-31Fetch all the payments, do the paging only in the UIJoris
2015-12-29Using persona to validate emailsJoris
2015-11-01Use in client the real currency set in config.txtJoris
2015-10-04Using incomes to compute a fair computation to designate the payerJoris
2015-09-13Adding income database table with a getter and a setterJoris
2015-09-12Adding UI income read-onlyJoris
2015-09-09Authorizing refunds (negative payments) but stop authorizing null paymentsJoris
2015-09-06Setting up the monthly jobJoris
2015-09-06Can add monthly payments, not visible at the moment though, just the count is...Joris
2015-09-05Using UserId instead of UserName to indentify usersJoris
2015-09-04Adding paging (need some fixes)Joris
2015-09-03Give the payments count to the clientJoris
2015-08-29Showing exceeding payersJoris
2015-08-27Server payament deleteJoris
2015-08-10Embedding messages into the pageJoris Guyonvarch
2015-08-10Adding a message structure server sideJoris Guyonvarch
2015-08-09Wording for sign in emailJoris Guyonvarch
2015-08-08Getting the hostname and the port in config fileJoris Guyonvarch
2015-07-21Adding the payment without reloading the pageJoris Guyonvarch
2015-07-20Add a payment from the UI, it needs polishing howeverJoris Guyonvarch
2015-07-19Login with a token validationJoris Guyonvarch
2015-07-19Authorizing only existing usersJoris Guyonvarch
2015-07-19Adding UI to sign in and sign outJoris Guyonvarch
2015-07-18Securing the index page with the login sessionJoris Guyonvarch
2015-07-18Adding login/logout functions thanks to a client sessionJoris Guyonvarch
2015-07-06Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, ElmJoris Guyonvarch