aboutsummaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Collapse)Author
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-01-30Show back refund payments in greenJoris
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
2020-01-19Keep button size while waitingJoris
2020-01-19Sign in with email and passwordJoris
2020-01-05Use named parameters instead of positional parameters in persistence queriesJoris
2020-01-04Allow to remove only unused categoriesJoris
2020-01-04Search payments by cost tooJoris
2019-12-08Add category pageJoris
2019-11-24Compute cumulative income with a DB queryJoris
2019-11-17Hide date from monthly paymentsJoris
2019-11-17Optimize and refactor paymentsJoris
2019-11-07Show payment header infosJoris
2019-11-06Show the payment table with server side pagingJoris
2019-11-03Fetch the first payment date instead of every payment to get cumulative incomeJoris
2019-11-03Fix payment pageJoris
2019-11-03Show income headerJoris
2019-11-03Show users in income tableJoris
2019-10-27WIP Set up server side paging for incomesJoris
2019-10-23Disable appear animation on main blockJoris
2019-10-23Edit an incomeJoris
2019-10-23Delete incomeJoris
2019-10-22Clone incomesJoris
2019-10-20Load init data per page with AJAXJoris
2019-10-20Add incomeJoris
2019-10-19Include pages into table componentJoris
2019-10-13Fix sign in responsivenessJoris
2019-10-12Implement client routingJoris
2019-10-09Use common payment validation in the backendJoris
Remove deprecated backend validation
2019-10-06Make input label clickable againJoris
2019-10-06Make payment edition to work on the frontendJoris
2019-08-11Add payment cloneJoris
2019-08-10Add smooth transitions to modal show and hideJoris
2019-08-10Use select component in payment search lineJoris
2019-08-10Remove payment category if unused after a payment is deletedJoris
2019-08-07Update category according to payment in add overlayJoris
2019-08-05Use updated payment categories from payment add in payment’s tableJoris
2019-08-04Implementing client side validationJoris
2018-10-31Various fixesJoris
2018-10-30Upgrade reflex-platformJoris
2018-10-30Update table when adding or removing a paymentJoris
2018-10-28Delete paymentJoris
2018-06-11WIPJoris