Commit Graph

357 Commits

Author SHA1 Message Date
6d53ddd0be Added new session information to the queue.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 11:55:43 -04:00
db841643e4 Removed warnings from query tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:52:44 -04:00
f2e2d3fd85 Removed warnings from document tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:48:06 -04:00
a723039082 Removed warnings from delete tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:44:33 -04:00
dfece70270 Removed warnings from client tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:41:59 -04:00
180a2bf94c Removed warnings from add tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:39:14 -04:00
7004ce4b81 Replaced session id with SessionEntry.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 10:12:36 -04:00
332200f2c6 Warning cleanup.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-03 09:20:30 -04:00
947c87c215 Got session expiration working.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-02 14:04:42 -04:00
7afa49a7ba Added expire to the new session.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-23 13:11:15 -04:00
160de994bb Performed a partial compile cleanup.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-23 11:31:52 -04:00
88cd6cd606 Beginning the process of moving session table into the queue.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-22 12:24:05 -04:00
46b41293b8 Moved session information into message.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-18 14:06:41 -04:00
f704dec080 Removed unneeded wrapper.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-10 12:41:43 -04:00
96d4508af2 Removed accidentally created file.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-10 12:37:00 -04:00
1bc0242d00 Added the ability to remove routes from router.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-04-03 09:36:00 -04:00
900ce1f7e7 Gave route storage the abiliity to remove routes.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-30 08:59:02 -04:00
807b9ad456 Removed some dead code.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-26 13:12:17 -04:00
837cea4ce0 Added session id to message.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-26 12:18:38 -04:00
678e433632 Finished moving to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-26 08:26:01 -04:00
24edca6415 Moved addition tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-26 07:58:24 -04:00
3a608967ef Moved session tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-26 07:50:04 -04:00
6a06672697 Moved update tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 11:15:31 -04:00
e95f5220b3 Moved delete tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 11:07:32 -04:00
524fd4c266 moved trigger tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:59:27 -04:00
983abfa7c6 Moved query tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:52:11 -04:00
0c3a75a16d Moved document tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:43:29 -04:00
28618ff019 Moved support tests to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:35:37 -04:00
20e7aa69ff Moved support to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:28:25 -04:00
64e9a38f38 Missed a change.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:17:52 -04:00
b3ff154110 Moved create from mtt to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:13:16 -04:00
83dd91ae17 Created a startup function for session.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 10:03:00 -04:00
83821ee89b Added records function to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 05:37:26 -04:00
d960d8fd03 Added create document to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 04:52:27 -04:00
316ae06654 Refactor.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-03-25 03:41:32 -04:00
02caf62f29 Completed the creation of the MTT client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-23 14:08:45 -04:00
74c3327802 Began moving database communication into a client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-22 13:57:12 -04:00
046d71e606 Made regular tables request session info.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-21 11:44:49 -04:00
8a8006c521 Added features to document definition.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-21 08:50:47 -04:00
5ec1330a73 Added language inforation into session.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-20 09:31:56 -04:00
9e81e17a23 Can now add translatiions to universal strings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-17 10:49:49 -04:00
92c5ac768b Got universal strings to notify for missing translations.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-16 13:30:55 -04:00
2f078bdf32 Completed basic functions of universal string.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-16 08:56:47 -04:00
7d8de156c7 Can add text to a universal string.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-15 14:05:49 -04:00
6014a3bb25 Got a firm start on UniversalStrings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-14 12:33:40 -04:00
caee3bbe6a Created the ability to store paragraph data.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-13 10:41:34 -04:00
02939f968f Started the field that will eventually become a web page.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-12 14:11:16 -04:00
e5c14d55cd Changed UserAction to ClientAction.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 10:54:29 -04:00
1684ab3367 Made message ids its own structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 10:41:24 -04:00
af0af3373b Made SenderID a structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 09:57:16 -04:00