aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2016-04-08Add total payment partitionJoris
2016-04-07Add cumulative incomes by userJoris
2016-04-05Ameliore design in income page and stat pageJoris
2016-04-05Add a space between exceeding payer name and amountJoris
2016-04-05Highlight current page in headerJoris
2016-04-05Add a statistics empty pageJoris
2016-04-04Add income list CRUD in user pageJoris
2016-03-31Use https link and secure cookie when activatedJoris
2016-03-31Add viewportJoris
2016-03-31Add init data in html pageJoris
2016-03-30Merge punctual and monthly payments in client modelJoris
2016-03-29Move logged data to LoggedIn componentJoris
2016-03-28Compute payment count client sideJoris
2016-03-28Create an empty but reachable user pageJoris
2016-03-27Add the user name in the headerJoris
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-03Set focus properties to button elementsJoris
2016-01-03Prevent to send multiple payments if the server is not answeringJoris
2016-01-02Set a spinner for sign inJoris
2015-12-31Fetch all the payments, do the paging only in the UIJoris
2015-12-30Minor design modificationsJoris
2015-12-30Prevent from exception when calling persona assertion urlJoris
2015-12-29Using persona to validate emailsJoris
2015-11-01Give access to sharedCost if someone click on the sign in link and is already...Joris
2015-11-01Store the sign in token instead of the login in the session cookieJoris
2015-11-01Add an opacity animation at signIn and loggedIn overtureJoris
2015-11-01Use in client the real currency set in config.txtJoris
2015-11-01Removing useless Translations modelJoris
2015-11-01Set currency in conf instead of in messagesJoris
2015-10-29Add currency in confJoris
2015-10-04Do not authorize negative incomesJoris
2015-10-04Using incomes to compute a fair computation to designate the payerJoris
2015-10-01Update no-reply email domain from shared-cost.guyonvarch.me to cost.guyonvarc...Joris
2015-10-01Factor job listenerJoris
2015-10-01Sleep one hour instead of one day for monthly payment jobJoris
2015-09-13Removing useless user join on total payment queryJoris
2015-09-13Adding UI to modify the incomeJoris
2015-09-13Adding income database table with a getter and a setterJoris
2015-09-13Splitting Global design file into a hierarchy of filesJoris
2015-09-13Using flexbox for the add payment formJoris
2015-09-12Adding UI income read-onlyJoris
2015-09-11Using jsonObject to create on the fly json object responsesJoris
2015-09-10Setting monthly payments and exceeding payers asideJoris