Commit Graph

9 Commits

Author SHA1 Message Date
b1ac894ccf add action button to suggest table
Also replace functions with lambdas
2022-07-15 14:15:10 +03:00
0e8b95d0dd use strict validator on input strings via api (#15)
It has been reported that that views are vulnerable for XSS because of
missing escaping (or validation). Instead of playing with conversion
from/to escaped/unescaped strings lets just forbid characters via api

This commit includes migration for postgres, sqlite migration is still
missing which will make it impossible to load pages for those parties.

This commit also includes several fixes:
* The issue when empty party could not be loaded
* The issue when link biis is not appllied after editing
* The issue when incorrect bis link has been saved
* The issue when empty password could be applied via api
* The issue when error message is not displayed at the index page

This commit also updates dependencies
2022-06-23 04:19:09 +03:00
448880ed91 add version to footer 2022-01-31 04:31:45 +03:00
963e84f792 api docs review 2022-01-21 02:30:34 +03:00
b2256784dd move header buttons into one row 2022-01-19 13:42:43 +03:00
dc882b74bf move modals to form validation 2022-01-19 03:04:59 +03:00
8a1d99b319 change sorting order 2022-01-17 05:19:56 +03:00
ced781bba2 migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The
following wrappers were checked:
* doobie - cats api which is useless in this project
* scalike - can't work with sqlite at all
* anorm - awful api
* something also

Anorm fits more than any other my criteria so I migrated to it with
native hikaricp usage
2022-01-17 05:10:01 +03:00
eeb5178efc migrate to bootstrap (#14) 2022-01-15 23:15:24 +03:00