344 Commits

Author SHA1 Message Date
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
fc2149153e Added multilingual test to triggers.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 11:43:05 -04:00
ad92e6e6d5 Refactor
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 09:21:04 -04:00
d217f511da Altered populate function.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 09:01:38 -04:00
b96bbbe21d Corrected trigger tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-08 17:05:47 -04:00
c7054e4306 Fixed the ignored session tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-08 16:02:08 -04:00
aca474b42c Finished moving tests into lib test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-06 10:41:10 -05:00
fb91971a1c Moved the rest of the trigger tests to lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 12:00:35 -05:00
50962e2b68 Moved on_query test to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 11:13:18 -05:00
bb47a7af31 Moved delete with index test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 08:06:38 -05:00
87e737ff6f Started moved delete tests into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-04 12:38:45 -05:00
ff9aef6d44 moved final addition testing into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-04 11:07:38 -05:00
43aa53fc49 Moved the index update tests to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-03 13:00:26 -05:00
d41b5ff418 Moved some update errors into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-02 08:47:40 -05:00