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 |
2017-03-26 | Separate client and server watch | Joris |
2017-03-24 | Features/categories | Joris |
2016-11-13 | Send weekly activity at start of week about previous week | Joris |
2016-08-08 | Show incomes in a table and update like payments are updated | Joris |
2016-06-27 | Add the edit functionnality on payments | Joris |
2016-06-26 | Add an editable date field for punctual payment creation | Joris |
2016-06-25 | Use the search to view either punctual or monthly payments | Joris |
2016-06-12 | Design income form | Joris |
2016-06-03 | Migrate to elm 0.17 | Joris |
2016-04-04 | Add income list CRUD in user page | 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-30 | Merge punctual and monthly payments in client model | Joris |
2016-03-28 | Compute payment count client side | Joris |
2016-03-28 | Create an empty but reachable user page | Joris |
2016-03-27 | Compute payers client side rather than server side | Joris |
2016-03-23 | Sign in token link to / | Joris |
2016-03-21 | use config-manager instead of ConfigFile | Joris |
2016-03-11 | Don't use persona anymore, use email token to sign in | Joris |
2016-01-03 | Validate add payment server side | Joris |
2016-01-03 | Prevent to send multiple payments if the server is not answering | Joris |
2015-12-31 | Fetch all the payments, do the paging only in the UI | Joris |
2015-12-29 | Using persona to validate emails | Joris |
2015-11-01 | Use in client the real currency set in config.txt | Joris |
2015-10-04 | Using incomes to compute a fair computation to designate the payer | 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-09 | Authorizing refunds (negative payments) but stop authorizing null payments | Joris |
2015-09-06 | Setting up the monthly job | Joris |
2015-09-06 | Can add monthly payments, not visible at the moment though, just the count is... | Joris |
2015-09-05 | Using UserId instead of UserName to indentify users | Joris |
2015-09-04 | Adding paging (need some fixes) | Joris |
2015-09-03 | Give the payments count to the client | Joris |
2015-08-29 | Showing exceeding payers | Joris |
2015-08-27 | Server payament delete | Joris |
2015-08-10 | Embedding messages into the page | Joris Guyonvarch |
2015-08-10 | Adding a message structure server side | Joris Guyonvarch |
2015-08-09 | Wording for sign in email | Joris Guyonvarch |
2015-08-08 | Getting the hostname and the port in config file | Joris Guyonvarch |
2015-07-21 | Adding the payment without reloading the page | Joris Guyonvarch |
2015-07-20 | Add a payment from the UI, it needs polishing however | Joris Guyonvarch |
2015-07-19 | Login with a token validation | Joris Guyonvarch |
2015-07-19 | Authorizing only existing users | Joris Guyonvarch |
2015-07-19 | Adding UI to sign in and sign out | Joris Guyonvarch |
2015-07-18 | Securing the index page with the login session | Joris Guyonvarch |
2015-07-18 | Adding login/logout functions thanks to a client session | Joris Guyonvarch |
2015-07-06 | Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm | Joris Guyonvarch |