rcpp_framework/core
2021-05-15 13:48:46 +02:00
..
http Moved the http server to a subfolder in core. 2021-05-15 13:48:46 +02:00
application.cpp Removed static members from application. 2021-04-28 22:58:13 +02:00
application.h Removed static members from application. 2021-04-28 22:58:13 +02:00
database_manager.cpp Add a ddb (default database) member to DatabaseManager. 2021-05-01 21:53:21 +02:00
database_manager.h Add a ddb (default database) member to DatabaseManager. 2021-05-01 21:53:21 +02:00
database.cpp Implement drop table for the table builder, fix a warning, and made the message page's migration runnable multiple times (for now). 2020-12-02 00:49:17 +01:00
database.h Implemented a QueryResult object for mysql. messagepage now queries the db too. 2020-12-02 00:43:46 +01:00
file_cache.cpp Fix a few path/folder related issues with paged article. Also improved a few error messages. 2021-02-08 11:53:04 +01:00
file_cache.h Added file support to the paged article. Will not work well with big files at the moment. 2021-01-06 03:57:18 +01:00
form_validator.cpp Renamed form.h and cpp to form_validator.h and cpp. 2020-12-11 17:14:00 +01:00
form_validator.h Renamed form.h and cpp to form_validator.h and cpp. 2020-12-11 17:14:00 +01:00
handler_instance.cpp Now handlers need to have a new Object* parameter, this can be used to optionally carry class instances. (think of it as self in python object methods, except it can be null). 2020-12-01 12:56:04 +01:00
handler_instance.h Now handlers need to have a new Object* parameter, this can be used to optionally carry class instances. (think of it as self in python object methods, except it can be null). 2020-12-01 12:56:04 +01:00
html_builder.cpp Added charset helper itno HTMLTag. 2020-12-27 22:38:31 +01:00
html_builder.h Added charset helper itno HTMLTag. 2020-12-27 22:38:31 +01:00
object.cpp Initial TableBuilder implementation, and simple migrations. 2020-12-01 23:37:10 +01:00
object.h Initial TableBuilder implementation, and simple migrations. 2020-12-01 23:37:10 +01:00
query_builder.cpp Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
query_builder.h Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
query_result.cpp Implemented a QueryResult object for mysql. messagepage now queries the db too. 2020-12-02 00:43:46 +01:00
query_result.h Implemented a QueryResult object for mysql. messagepage now queries the db too. 2020-12-02 00:43:46 +01:00
request.cpp Removed static members from application. 2021-04-28 22:58:13 +02:00
request.h Removed the namespaces from brynet. 2021-05-14 17:49:39 +02:00
SCsub Moved the http server to a subfolder in core. 2021-05-15 13:48:46 +02:00
settings.cpp Add missing newline. 2020-12-26 17:48:00 +01:00
settings.h Started working on settings. 2020-12-08 16:22:18 +01:00
table_builder.cpp Implement drop table for the table builder, fix a warning, and made the message page's migration runnable multiple times (for now). 2020-12-02 00:49:17 +01:00
table_builder.h Implement drop table for the table builder, fix a warning, and made the message page's migration runnable multiple times (for now). 2020-12-02 00:49:17 +01:00
utils.cpp Disable the emphasized parser in markdown_to_html, so links with underscores work properly. 2021-01-05 19:27:53 +01:00
utils.h Added 2 pagination helpers to Utils. 2020-12-28 23:13:54 +01:00