aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-04Return content-type of assetsJoris
2022-09-04Remove inline styling for category colorsJoris
Also stop changing color of select options, because it does not work reliably accross browsers.
2022-09-04Use run by default in dev-server instead of checkJoris
2022-09-04Use chart.js version 3Joris
No more CSS injection compared to version 2.
2022-09-04Remove loggingJoris
2022-09-03Upgrade flake and cargo dependenciesJoris
2022-08-21Update dependenciesJoris
2022-08-21Fix payments page on narrow devicesJoris
After the introduction of filters, the payments table page was not very usable on mobile phones.
2022-08-21Show app title above form during connectionJoris
2022-07-10Add public licenseJoris
2022-07-09Fix payment search by sub wordJoris
It tried to search for exact words, minus accents and case. Use the same method that was successfully working when searching a category.
2022-07-08Update Rust dependenciesJoris
2022-07-08Update dependenciesJoris
2022-07-08Select no default category on payment creationJoris
This prevents creating a payment with the first defined category, which may not be the right one to use.
2022-07-08Rename bin/watch to bin/dev-serverJoris
2022-07-08Adjust READMEJoris
2022-07-08Remove documentation imagesJoris
2022-05-03Use sans-serif fontJoris
2021-11-12Use nix flakesJoris
2021-10-10Precise payment addition concerning frequencyJoris
2021-10-10Fix login centeringJoris
2021-10-10Filter payments by start and end dateJoris
2021-10-10Search by name, cost and userJoris
2021-10-10Search payments by categories explicitelyJoris
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-10Search by categoryJoris
2021-10-09Upgrade dependenciesJoris
2021-08-12Hide income in statistics by defaultJoris
2021-08-12Use arrow functions in main.jsJoris
2021-02-13Add status pageJoris
2021-02-07Add a monthly payment in fixturesJoris
2021-02-07Upgrade dependenciesJoris
2021-02-01Fix mail sendingJoris
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-23Modify READMEJoris
2021-01-23Reduce the font size a bitJoris
2021-01-23Simplify base.htmlJoris
2021-01-03Fuse sendmail_path and mock mail config keysJoris
2021-01-03Let Sqlite provide a default created_atJoris
2021-01-03Rewrite in RustJoris
2020-06-28Fix responsive headerJoris
2020-06-21Show header in qutebrowserJoris
2020-05-30Compute cumulative income until nowJoris
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-28Update login cookie to be http onlyJoris
The login cookie should not be used from the client in JavaScript.
2020-02-28Pin nixpkgsJoris
2020-01-30Show back refund payments in greenJoris
2020-01-30Merge branch 'with-ghcjs' into 'master'Joris
Use Haskell on the frontend See merge request guyonvarch/shared-cost!2
2020-01-27Fix translation typoJoris
2020-01-27Show total incom by month in statisticsJoris
2020-01-20Show payment statsJoris
2020-01-19Show conf at server startupJoris
2020-01-19Return the css at /css/main.css instead of inlinedJoris