Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-19 | Use environment variables instead of config file | Joris | |
2023-08-12 | Upgrade dependencies | Joris | |
2023-08-12 | Generate crypto random token instead of uuid | Joris | |
2023-08-12 | Sign cookie with secret key | Joris | |
2023-04-17 | Follow clippy indications | Joris | |
2023-04-17 | Validate income date from body | Joris | |
2023-04-17 | Upgrade dependencies | Joris | |
2023-01-28 | Upgrade dependencies | Joris | |
2022-09-04 | Remove security headers | Joris | |
This can be taken care of directly in nginx. | |||
2022-09-04 | Add strict security headers | Joris | |
2022-09-04 | Return content-type of assets | Joris | |
2022-09-04 | Remove inline styling for category colors | Joris | |
Also stop changing color of select options, because it does not work reliably accross browsers. | |||
2022-09-04 | Use run by default in dev-server instead of check | Joris | |
2022-09-04 | Use chart.js version 3 | Joris | |
No more CSS injection compared to version 2. | |||
2022-09-04 | Remove logging | Joris | |
2022-09-03 | Upgrade flake and cargo dependencies | Joris | |
2022-08-21 | Update dependencies | Joris | |
2022-08-21 | Fix payments page on narrow devices | Joris | |
After the introduction of filters, the payments table page was not very usable on mobile phones. | |||
2022-08-21 | Show app title above form during connection | Joris | |
2022-07-10 | Add public license | Joris | |
2022-07-09 | Fix payment search by sub word | Joris | |
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-08 | Update Rust dependencies | Joris | |
2022-07-08 | Update dependencies | Joris | |
2022-07-08 | Select no default category on payment creation | Joris | |
This prevents creating a payment with the first defined category, which may not be the right one to use. | |||
2022-07-08 | Rename bin/watch to bin/dev-server | Joris | |
2022-07-08 | Adjust README | Joris | |
2022-07-08 | Remove documentation images | Joris | |
2022-05-03 | Use sans-serif font | Joris | |
2021-11-12 | Use nix flakes | Joris | |
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 | |