7 Commits

Author SHA1 Message Date
ad8f68cdd8 Projects Update
* Conversion script to new configuration layout. This is to prevent from secrets being loaded into memory aside from when they are needed.
* Updated code throughout the project to account for the new methods.
* New classes and code for new configuration layout
* New Javascript for backend to control all the dialogues
* Moved modals to separate files
* Smaller database model update
* Removed redundant code
* Added database upgrade path via the dashboard
* Admin password is now properly hashed
* You can now export all locations manually in event of an error
2020-12-22 00:09:19 +01:00
9c122022f1 fixed regression when commenting without reply set 2020-12-04 11:44:38 +01:00
c2e11b779e forgot param in example 2020-12-04 10:10:21 +01:00
a72a6e7e62 forgot the new css :P 2020-12-02 17:20:42 +01:00
136ec736e3 Implemented replies
The database will need to be rebuilt, because of a previous mistake of  code completion setting a field to boolean  instead of int.
Added flaskmigrate as dependency
New Javascript function for replies, to be able to switch a reply on and off during commenting
To use replies, one will need to add another hugo range block, see docs for details
2020-12-02 13:51:44 +01:00
698e1dee50 Maintenance
Fixed js error btn.PreventDefault is not a function
Fixed another bug where export would not happen after administrative action
Streamlined parameters
2020-11-27 22:00:25 +01:00
9ac6e9930e Release 1 2020-11-21 20:23:43 +01:00