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
/
Model
Age
Commit message (
Collapse
)
Author
2016-01-02
Set a spinner for sign in
Joris
2015-12-31
Fetch all the payments, do the paging only in the UI
Joris
2015-12-30
Minor design modifications
Joris
2015-12-29
Using persona to validate emails
Joris
2015-11-01
Store the sign in token instead of the login in the session cookie
Joris
2015-11-01
Use in client the real currency set in config.txt
Joris
2015-11-01
Removing useless Translations model
Joris
2015-11-01
Set currency in conf instead of in messages
Joris
2015-10-04
Do not authorize negative incomes
Joris
2015-10-04
Using incomes to compute a fair computation to designate the payer
Joris
2015-10-01
Update no-reply email domain from shared-cost.guyonvarch.me to ↵
Joris
cost.guyonvarch.me
2015-10-01
Factor job listener
Joris
2015-09-13
Removing useless user join on total payment query
Joris
2015-09-13
Adding UI to modify the income
Joris
2015-09-13
Adding income database table with a getter and a setter
Joris
2015-09-13
Using flexbox for the add payment form
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-09-09
Authorizing refunds (negative payments) but stop authorizing null payments
Joris
2015-09-06
Simplifying paymentJob
Joris
2015-09-06
Setting up the monthly job
Joris
2015-09-06
Shortening monthly count and sum message
Joris
2015-09-06
Showing the total amount of monthly payments
Joris
2015-09-06
The user can remove a monthly payment
Joris
2015-09-06
Show montly payments with an expandable mechanism
Joris
2015-09-06
Can add monthly payments, not visible at the moment though, just the count ↵
Joris
is printed
2015-09-05
Payment frequence choice between either punctual or monthly, UI only
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-09-03
Adapting design to smaller screens
Joris
2015-08-29
MoneySymbol is translated too
Joris
2015-08-29
Showing exceeding payers
Joris
2015-08-27
Server payament delete
Joris
2015-08-14
Cost must not be negative
Joris Guyonvarch
2015-08-13
Giving the payment id to the client
Joris Guyonvarch
2015-08-12
Fixing french translations
Joris Guyonvarch
2015-08-12
Translating payment screen except dates
Joris Guyonvarch
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
2015-07-19
Adding a 2 minutes expiration time for a login token
Joris Guyonvarch
2015-07-19
Send the login token by email
Joris Guyonvarch
2015-07-19
Showing either error or success message at sign in page
Joris Guyonvarch
2015-07-19
Login with a token validation
Joris Guyonvarch
2015-07-06
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Joris Guyonvarch