Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-10 | Precise payment addition concerning frequency | Joris | |
2021-10-10 | Fix login centering | Joris | |
2021-10-10 | Filter payments by start and end date | Joris | |
2021-10-10 | Search by name, cost and user | Joris | |
2021-10-10 | Search payments by categories explicitely | Joris | |
It was already possible to search by categories in the full text input, but it could have matched other fields as well. Explicitely add a select to search by categories. Also put the search form in a left aside. The mobile view is not done for the moment. | |||
2021-10-10 | Search by category | Joris | |
2021-10-09 | Upgrade dependencies | Joris | |
2021-08-12 | Hide income in statistics by default | Joris | |
2021-08-12 | Use arrow functions in main.js | Joris | |
2021-02-13 | Add status page | Joris | |
2021-02-07 | Add a monthly payment in fixtures | Joris | |
2021-02-07 | Upgrade dependencies | Joris | |
2021-02-01 | Fix mail sending | Joris | |
The error was due to the utilization of the special character “—” in the subject, with postfix’ sendmail. Also directly use process commands to get async support. | |||
2021-01-23 | Modify README | Joris | |
2021-01-23 | Reduce the font size a bit | Joris | |
2021-01-23 | Simplify base.html | Joris | |
2021-01-03 | Fuse sendmail_path and mock mail config keys | Joris | |
2021-01-03 | Let Sqlite provide a default created_at | Joris | |
2021-01-03 | Rewrite in Rust | Joris | |
2020-06-28 | Fix responsive header | Joris | |
2020-06-21 | Show header in qutebrowser | Joris | |
2020-05-30 | Compute cumulative income until now | Joris | |
Previously, last payment date was used to compute the cumulative income. It resulted in big differences of cumulative incomes, if no payment have been added for some days. | |||
2020-02-28 | Update login cookie to be http only | Joris | |
The login cookie should not be used from the client in JavaScript. | |||
2020-02-28 | Pin nixpkgs | Joris | |
2020-01-30 | Show back refund payments in green | Joris | |
2020-01-30 | Merge branch 'with-ghcjs' into 'master' | Joris | |
Use Haskell on the frontend See merge request guyonvarch/shared-cost!2 | |||
2020-01-27 | Fix translation typo | Joris | |
2020-01-27 | Show total incom by month in statistics | Joris | |
2020-01-20 | Show payment stats | Joris | |
2020-01-19 | Show conf at server startup | Joris | |
2020-01-19 | Return the css at /css/main.css instead of inlined | Joris | |
2020-01-19 | Keep button size while waiting | Joris | |
2020-01-19 | Sign in with email and password | Joris | |
2020-01-18 | Add deploy command | Joris | |
2020-01-05 | Use named parameters instead of positional parameters in persistence queries | Joris | |
2020-01-04 | Go to page 1 when switching the search frequency | Joris | |
2020-01-04 | Allow to remove only unused categories | Joris | |
2020-01-04 | Search payments by cost too | Joris | |
2019-12-08 | Add category page | Joris | |
2019-11-25 | Remove Loadable2 | Joris | |
2019-11-24 | Compute cumulative income with a DB query | Joris | |
2019-11-17 | Hide date from monthly payments | Joris | |
2019-11-17 | Optimize and refactor payments | Joris | |
2019-11-07 | Show payment header infos | Joris | |
2019-11-06 | Show the payment table with server side paging | Joris | |
2019-11-03 | Delay modal event to let time for the modal to disappear | Joris | |
2019-11-03 | Fix select input style | Joris | |
2019-11-03 | Fetch the first payment date instead of every payment to get cumulative income | Joris | |
2019-11-03 | Fix payment page | Joris | |
2019-11-03 | Show income header | Joris | |