aboutsummaryrefslogtreecommitdiff
path: root/src/server/Controller
AgeCommit message (Collapse)Author
2017-11-08Use a better project structureJoris
2017-11-07Bootstrap with GHCJS and reflex:Joris
- setup login and logout, - first draft of payment view.
2017-06-05Replace persistent by sqlite-simpleJoris
2017-03-26Fix update payment category constraint errorJoris
2017-03-24Features/categoriesJoris
2016-11-13Send weekly activity at start of week about previous weekJoris
2016-08-21Show a message if there is an error during a server requestJoris
2016-08-08Show incomes in a table and update like payments are updatedJoris
2016-06-27Add the edit functionnality on paymentsJoris
2016-06-26Add an editable date field for punctual payment creationJoris
2016-06-25Use the search to view either punctual or monthly paymentsJoris
2016-06-12Design income formJoris
2016-06-03Migrate to elm 0.17Joris
2016-04-04Add income list CRUD in user pageJoris
2016-03-31Use https link and secure cookie when activatedJoris
2016-03-31Add init data in html pageJoris
2016-03-30Merge punctual and monthly payments in client modelJoris
2016-03-28Compute payment count client sideJoris
2016-03-27Compute payers client side rather than server sideJoris
2016-03-26Use parsing duration facilities from config-managerJoris
2016-03-26Move no-reply mail from messages to confJoris
2016-03-23Sign in token link to /Joris
2016-03-21use config-manager instead of ConfigFileJoris
2016-03-12Do not try to init data after login mail was sentJoris
2016-03-11Don't use persona anymore, use email token to sign inJoris
2016-01-03Validate add payment server sideJoris
2016-01-02Set a spinner for sign inJoris
2015-12-31Fetch all the payments, do the paging only in the UIJoris
2015-12-29Using persona to validate emailsJoris
2015-11-01Give access to sharedCost if someone click on the sign in link and is ↵Joris
already connected
2015-11-01Store the sign in token instead of the login in the session cookieJoris
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-11Using jsonObject to create on the fly json object responsesJoris
2015-09-06Setting up the monthly jobJoris
2015-09-06Show montly payments with an expandable mechanismJoris
2015-09-06Can add monthly payments, not visible at the moment though, just the count ↵Joris
is printed
2015-09-05Using UserId instead of UserName to indentify usersJoris
2015-09-05Centering pagesJoris
2015-09-04Paging model works with both payments addition and deletionJoris
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-13Payment input rounded and payment columns fixed percentagewiseJoris Guyonvarch
2015-08-13Giving the payment id to the clientJoris Guyonvarch
2015-08-12Translating sign in page and mailJoris Guyonvarch
2015-08-11Showing server sides generated messages from the clientJoris Guyonvarch