Commit Graph

18 Commits

Author SHA1 Message Date
Relintai 7a81053ebb Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
Relintai 8b4efc530d Added the QueryBuilder class, and started working on it's api. 2020-12-01 21:48:13 +01:00
Relintai 663ddb5bc9 Started work on the mysql database implementation. Mostly tests. 2020-12-01 18:29:41 +01:00
Relintai 6dd235c077 MessagePage setup. 2020-12-01 17:01:59 +01:00
Relintai d713aeab8e Moved the db initialization code to a new header. 2020-12-01 15:01:02 +01:00
Relintai be8aac25aa Removed the db backend present printfs. 2020-12-01 14:58:04 +01:00
Relintai 35bd94de7e Renamed the database classes to be inline with the new naming scheme. 2020-12-01 14:56:05 +01:00
Relintai e3338f9d3b Now the postgres and sqlite connection also inherits from Database, and made main.cpp register them if they are present. 2020-12-01 14:53:32 +01:00
Relintai 9bddaba8bc Implement basic functionality of the DatabaseManager. Also made MysqlConnection inherint from Database, and it's now possible to create instances from it. 2020-12-01 14:47:24 +01:00
Relintai 5559b663b5 Added a MessagePage class into a new module folder. Also set up module folder compilation, and fixed compile when objects are actually used. 2020-12-01 13:47:02 +01:00
Relintai 4e2ef6f1e9 Temporary printf()'s per db backend for main. 2020-11-28 14:52:46 +01:00
Relintai 4a81108677 Remove mysql include and test from main.cpp. 2020-11-28 14:33:19 +01:00
Relintai 9c7be6e808 Mysql database module. Only implemented compiling / linking. 2020-11-27 23:44:56 +01:00
Relintai 19fa2b5e67 Implement Themes, and fix middlewares. 2020-11-25 21:00:22 +01:00
Relintai 4e98d05bd5 Implemented body caching and cleanups to FileCache. 2020-11-25 14:53:53 +01:00
Relintai c53c3dbfc3 Renamed the framework folder to core. 2020-11-25 13:28:34 +01:00
Relintai 4364fb9da8 Basic structure. Also added tinydir. 2020-11-25 00:20:41 +01:00
Relintai f9ce8319e9 Initial commit. 2020-11-24 15:41:18 +01:00