6 Commits

Author SHA1 Message Date
01d20f4641 Projects Update 2020-12-26
* The new comment path now sends `sendotp` in json, which reflects the project setting
* Removed unneccessary export_location in bp_dashboard/comments.py
* Stored Mail addresses in the block and allow list are considered global and not part of projects. Trust is universal.
* added missing cross_origin decorators
* added redirect to dbv2 update template
* now using a jinja2 template for the html mail
* location and project_id are now a composite unique in t_location
* corrected total comments graph
2020-12-26 18:50:15 +01:00
1071acfc4c Implementation example update
* Adjusted for projects update
* Adjusted for new comments api endpoint now sending if an otp has to be used
2020-12-26 15:20:49 +01:00
194ffc754b Corrected implementation example for projects update 2020-12-22 00:03:01 +01:00
fdec8f74c8 Projects implementation
* Separated routes into single files for better management
* Added sql for streamlined example data
* Streamlined function names, streamlined template file names
- Removed 2 functions with unnecessary code
* Added javascript for project overview
* New library: tippy.js for tooltips
* Added new configuration options for projects
* Added cookie secure setting to flask
2020-12-16 21:39:01 +01:00
9ef6c0657a Changed readme
Changed Windows path to utilize env vars so it is portable
2020-12-04 13:18:39 +01:00
3f7d06fc0f Implementation example
Added example and changed default configuration to use this example by default to be used out of the box.
2020-12-04 13:16:56 +01:00