summaryrefslogtreecommitdiff
path: root/talerbank/app/views.py
AgeCommit message (Collapse)Author
2019-09-29UIMarcello Stanisci
2019-09-29less granularity when managing errors (#5787)Marcello Stanisci
2019-09-27replace INRIA with Taler System SAng0
2019-09-27use taler.util.amountng0
2019-09-21Define custom DoesNotExist for models.Marcello Stanisci
2019-09-16fixing #5889Christian Grothoff
2019-09-01don't error on consistent, repeated withdraw datademo-2019-08-31-00Florian Dold
2019-08-28format code with yapfFlorian Dold
2019-08-28implement new withdraw API and support taler://withdrawFlorian Dold
2019-07-22fix broken exceptionFlorian Dold
2019-07-21make headless registration csrf exemptFlorian Dold
2019-06-30introducing headless withdrawalMarcello Stanisci
2019-06-29Define headless-withdrawal validatorMarcello Stanisci
2019-06-29Implement headless registrationMarcello Stanisci
2019-05-315715.Marcello Stanisci
Porting the withdraw-state checking logic, and removig all the old Validictory data/functions.
2019-05-31porting pin-questionMarcello Stanisci
2019-05-31porting add-incomingMarcello Stanisci
2019-05-315715Marcello Stanisci
Nesting the Form definitions to validate (nested) JSONs, and putting default policies _inside_ the Form definition.
2019-05-31porting /history-rangeMarcello Stanisci
2019-05-315715.Marcello Stanisci
Initial change in the structure. Just porting the /history validation to use the 'form' API for validating GET arguments. Subsequent changes (for GET requests) will follow the same pattern.
2019-05-23Remove (breaking) call to old API.stableMarcello Stanisci
2019-05-15fix empty user historyMarcello Stanisci
2019-05-08oopsFlorian Dold
2019-05-08parsing, next tryFlorian Dold
2019-05-08fix payto parsingFlorian Dold
2019-05-08do not json-decode payto URIsFlorian Dold
2019-05-08rudimentary payto supportFlorian Dold
2019-05-08use payto URIsFlorian Dold
2019-05-07remove unused cookieFlorian Dold
2019-04-02HTTP-Serving date-range based history query.Marcello Stanisci
2019-04-02Dates comparisonMarcello Stanisci
2019-04-02New date-range-based history extractor function signature.Marcello Stanisci
2019-04-02Build history response in a separate helper.Marcello Stanisci
2019-03-295543. Let Jinja render abnormal balances.Marcello Stanisci
2019-03-21"/history" new policy for 'start' default.Marcello Stanisci
That defaults to UIN64_MAX when delta is negative, whereas it defaults to 0 with positive deltas.
2019-03-20Fix #5636.Marcello Stanisci
2019-03-15Make function's argument default as URL's.Marcello Stanisci
2019-03-07Doxygen-commenting views.py.Marcello Stanisci
2019-03-06Starting Doxygen transition.Marcello Stanisci
2019-02-13Fix #5561.Marcello Stanisci
2018-12-14Provide flag to set /history element order (asc|desc).Marcello Stanisci
2018-12-13/history API refactoring.Marcello Stanisci
'start' parameter defaults to MAX_UINT64, as when it's not given the user is likely to want the X youngest records (in descending order).
2018-12-06Addressing #5497.Marcello Stanisci
2018-10-05Adapt to latest Django changes.Marcello Stanisci
2018-09-21History order.Marcello Stanisci
When passing history array to templates, the descending order is preferred.
2018-09-06History element order.Marcello Stanisci
The user can choose the order (ascending/descending) that history elements are returned in. This allows to NOT change the current wirewatch logic and to show puclic accounts histories in a descending fashion.
2018-09-06Paginator.Marcello Stanisci
Do not use 'start_row' anymore when retrieving pages higher than number 1. Rather, get all the previous records and discard those already seen. Although a bit wasteful, this simplifies a lot the calculation of the first row to be seen on the next page. And possibly not more wasteful than calculating the last row for each page.
2018-09-06fix testcases.Marcello Stanisci
according to the always-in-descending-order policy of history retrieval.
2018-09-06Fix #5414 (always descending order for public histories).Marcello Stanisci
2018-05-02address #5313Marcello Stanisci