.. |
bry_http
|
Fixed routing in the brynet backend.
|
2021-07-06 20:23:13 +02:00 |
database
|
Added and and or to the query builder, and implemented offset and limit for the sqlite query builder.
|
2021-08-20 13:14:06 +02:00 |
hash
|
Also added an SHA256 abstract class to core, with swappable implementation support.
|
2021-07-07 14:21:36 +02:00 |
html
|
Placeholder html attribute.
|
2021-08-20 20:32:23 +02:00 |
http
|
Implement logout.
|
2021-08-20 19:29:39 +02: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 |
int_types.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
memory.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
object_id.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
object.cpp
|
Moved the database related classes in core to a subfolder aswell.
|
2021-05-15 13:54:28 +02:00 |
object.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
reference.cpp
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
reference.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
resource.cpp
|
Implemented properties into Resource. I used the simplest implementation I could come up with. If they work well I will make them better.
|
2021-08-21 16:36:52 +02:00 |
resource.h
|
Implemented properties into Resource. I used the simplest implementation I could come up with. If they work well I will make them better.
|
2021-08-21 16:36:52 +02:00 |
safe_refcount.cpp
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
safe_refcount.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
SCsub
|
Also added an SHA256 abstract class to core, with swappable implementation support.
|
2021-07-07 14:21:36 +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 |
typedefs.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
utils.cpp
|
Moved the html helpers to a html folder.
|
2021-05-27 16:57:38 +02:00 |
utils.h
|
Added 2 pagination helpers to Utils.
|
2020-12-28 23:13:54 +01:00 |