Commit graph

440 commits

Author SHA1 Message Date
14d46d1a9a Add RpcException and StandardException classes 2024-09-13 13:52:00 -04:00
7d922f348f Add new PHP interpreter and dependencies 2024-09-13 13:51:40 -04:00
7d2b2242aa Add initial project configuration and test setup 2024-09-13 13:51:03 -04:00
178e16627f Add new Enums to enhance error handling and session management 2024-09-13 13:50:50 -04:00
2cf1a55e8f Add Memcached caching layer 2024-09-13 13:50:29 -04:00
e3d9b2f3be Add KeyPair class to manage public and private keys 2024-09-13 13:50:18 -04:00
ee4aeecf22 Add FirstLevelAuthentication enum for initial auth types 2024-09-13 13:50:09 -04:00
c1f2cff00e Remove Entity abstract class codebase. 2024-09-13 13:49:57 -04:00
4f84d483b8 Add DatabaseOperationException class 2024-09-13 13:49:47 -04:00
e331a3ed90 Add CryptographyException for cryptographic error handling 2024-09-13 13:49:40 -04:00
39ecd16fc4 Add Database class for connection handling with PDO 2024-09-13 13:48:44 -04:00
b3b5e5f5c8 Add Cryptography unit tests 2024-09-13 13:48:28 -04:00
20b1b0352b Add Cryptography class for key management, signing, encryption 2024-09-13 13:48:08 -04:00
b1be2501f6 Add CreateSession method to handle session creation 2024-09-13 13:47:58 -04:00
2a1cf0bae3 Add ClientRequest class for handling client RPC requests 2024-09-13 13:47:45 -04:00
4bcec33f84 Add CacheLayer singleton class 2024-09-13 13:47:35 -04:00
d1c62486c8 Add abstract CacheLayer class 2024-09-13 13:47:18 -04:00
75a22941dc Add bootstrap.php file for initial setup 2024-09-13 13:47:10 -04:00
84f150cee0 Add Base32 encoding functionality 2024-09-13 13:47:02 -04:00
09712c1a19 Add Authenticate class for handling authentication logic 2024-09-13 13:46:31 -04:00
22c33f9b84 Add RpcError class to handle RPC error representations 2024-09-03 12:46:53 -04:00
60e0a3cb19 Implement SerializableInterface in RpcResponse 2024-09-03 12:41:51 -04:00
0ad263b1f0 Add RpcResponse class to handle RPC responses. 2024-09-03 12:35:31 -04:00
97501f810f Removed unused import 2024-09-03 11:39:54 -04:00
66a3b40283 Add RpcRequest class to handle RPC request data 2024-09-03 11:39:41 -04:00
d76074d9dc Update return type of fromArray method to Entity 2024-09-03 11:38:48 -04:00
5f06cc4e6e Change return type of fromArray method to object 2024-09-03 11:38:17 -04:00
7272c1cf83 Add .idea/gbrowser_project.xml to .gitignore 2024-09-03 11:35:48 -04:00
4ad161cdc1 Update PHP language level in configuration file 2024-09-03 11:35:35 -04:00
047db90ff5 Update fromArray return type to static 2024-09-03 11:35:09 -04:00
99c4284ce1 Change fromArray() return type to static in SerializableInterface 2024-09-03 11:34:30 -04:00
946e8bec9e Added Bas32.php 2024-08-31 17:42:20 -04:00
3598ad6774 Updated Socialbox.php 2024-08-31 17:11:25 -04:00
5e4b126a02 Added .gitlab-ci.yml 2024-08-31 17:03:37 -04:00
393be1a6c0 Added SerializableInterface.php & made Entity.php implement this new interface 2024-08-31 16:55:13 -04:00
ef62893f21 Added Entity.php & EntityType.php 2024-08-31 16:50:32 -04:00
c33becd392 Added .idea configuration files 2024-08-31 16:50:19 -04:00
cf2fd47d20 Corrected project.json 'name' 2024-08-31 16:39:37 -04:00
52ac13fec2 Added project files 2024-08-31 16:36:22 -04:00
336d3a5498 Added .gitignore 2024-08-31 16:36:07 -04:00