46 Commits

Author SHA1 Message Date
194ffc754b Corrected implementation example for projects update 2020-12-22 00:03:01 +01:00
4737702f3f github funding 2020-12-21 23:09:26 +01:00
8d244b584c settings conversion script with +x 2020-12-21 23:09:12 +01:00
3be1eed294 removed source map 2020-12-20 11:50:00 +01:00
9c44ff3d57 Removed web url from projects
Makes no sense having it in the projects, the url is always the same across all.
2020-12-20 10:23:31 +01:00
0c56e734d8 Typo and ignored a warning from pycharm 2020-12-20 10:22:25 +01:00
f81d5ee548 added dev config to ignore 2020-12-20 10:22:06 +01:00
2480b92905 fixed double url 2020-12-20 10:21:56 +01:00
2574fa13f7 new dependency: validators 2020-12-20 10:21:41 +01:00
f7c312b1e0 removed yaml from main path, replaced with example in /etc 2020-12-20 10:21:22 +01:00
b831d5a8d5 Database Upgrades
* Wrote a new module that allows database upgrades via the admin dashboard.
* Added a new table t_version that allows to check the version of the database.
* The upgrade path is for vanilla databases. It exports and backups data, then reintegrates it.
2020-12-18 22:48:46 +01:00
11b2fe5942 Householding update 2
* Fixed missing cross_origin() tags on various functions
* Added popper javascript library for tooltips
* Added material design icons font and css locally
2020-12-18 22:46:53 +01:00
0cdd3a16dc Householding update
* Removed flask-migrate from project as it did not work for this project as intended
* Removed redundant routes
2020-12-18 22:44:47 +01:00
594651872c migration 2020-12-17 18:01:01 +01:00
f20873ab0f improved database models 2020-12-17 17:55:19 +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
edd9ce7585 Fixed license header 2020-12-13 17:24:18 +01:00
285a808ee4 Projects overview
* Added projects overview
* Added modal for new project
* Added error codes and validation for new project path
2020-12-12 23:08:46 +01:00
76cf02a1f0 Upgrade db to branch projects 2020-12-07 22:22:44 +01:00
3df5f74ec3 Added project table 2020-12-07 21:45:20 +01:00
b4edd48b72 fixed bulma to latest release 2020-12-04 13:31:21 +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
87685c4a62 Always download gravatar, there is no good way to check it without storing the etag and complicating things 2020-12-04 12:19:24 +01:00
9c122022f1 fixed regression when commenting without reply set 2020-12-04 11:44:38 +01:00
6a402ee64f Corrected mistake in go block for replies 2020-12-04 11:12:52 +01:00
c2e11b779e forgot param in example 2020-12-04 10:10:21 +01:00
7d068991cf Reflected submodule change in code and removed pycharm file watcher in favor of shell script to avoid the same file twice 2020-12-03 15:59:49 +01:00
b2db4eb526 correct bulma path 2020-12-03 15:37:51 +01:00
8115b908cf Added bulma as submodule to improve modularity 2020-12-03 15:36:09 +01:00
a72a6e7e62 forgot the new css :P Release-v20201202 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
cfe4cf076a add flask migrations 2020-11-29 13:52:59 +01:00
fce15c10a1 errata 2020-11-28 08:07:57 +01:00
5f6a912f6b removed some print functions from debugging the last issue 2020-11-27 22:41:08 +01:00
8f6ec52750 Streamlined export_location to take the id instead of a string
This was quite the stupid bugger... it also involved changing a table in the database
2020-11-27 22:35:20 +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
01b534f027 deleted unrelated file 2020-11-26 22:35:49 +01:00
0b50153774 another typo... 2020-11-26 22:29:49 +01:00
b92e179584 Corrections and improvements 2020-11-26 22:27:09 +01:00
c630472a75 better example file 2020-11-25 19:34:38 +01:00
a0ad65227a added systemd option to readme 2020-11-22 14:40:33 +01:00
6672318765 re-export json after administrative action Release-1.1 2020-11-22 11:08:27 +01:00
7484011ea3 Ko-Fi Release-1 2020-11-21 21:20:19 +01:00
0e2b676108 fix image link 2020-11-21 20:25:19 +01:00
9ac6e9930e Release 1 2020-11-21 20:23:43 +01:00