19cd422202
[~] Reclose server at the end of the process
2024-10-22 00:21:13 +02:00
Charles Le Maux
15059a7063
[+] Added payments.
...
Created a subscription system, and added different permission levels to the users depending on their subscription
2024-09-27 10:23:32 +02:00
Charles Le Maux
04a62f41f8
[~] Added subscription field in account creation call
2024-09-26 12:05:17 +02:00
Charles Le Maux
3db7d96dea
[+] Added subscription field to user
2024-09-26 12:04:35 +02:00
Charles Le Maux
7ea92a0d0d
[~] Simple coding style review
2024-09-26 09:28:05 +02:00
Charles Le Maux
3c873089e8
[+] modpacks_manager.py (pre-0.1-alpha)
...
Reorganized routes to prepare further modpack integration with pooled automatic updates
2024-09-25 18:31:57 +02:00
Charles Le Maux
b4329614c1
[+] Finances pre-0.9-alpha
2024-09-25 18:30:36 +02:00
Charles Le Maux
1901711d97
[+] Stripe first local CLI webhook test
2024-09-23 21:58:06 +02:00
Charles Le Maux
f111956e39
[-] Stripe first local CLI webhook test
2024-09-23 21:54:18 +02:00
Charles Le Maux
871a2ba795
[+] Stripe first local CLI webhook test
2024-09-23 21:47:34 +02:00
charleslemaux
a0c908ad25
Merge pull request #35 from hubHarmony/plugin-management-system
...
Plugin management system
2024-09-21 18:57:42 +02:00
Charles Le Maux
fca154b31e
[+] New modpack metadata GET API routes.
2024-09-21 14:14:59 +02:00
Charles Le Maux
8147d5e01a
[~] Simple type fix
2024-09-21 12:46:48 +02:00
charleslemaux
dd5c2a4933
[+] New auth system
...
Merge pull request #34 from hubHarmony/plugin-management-system
2024-09-20 16:21:52 +02:00
Charles Le Maux
8d5993e84b
[+] Revert api_cleanup
2024-09-20 16:18:48 +02:00
Charles Le Maux
9ad1bdaff9
[+] Added super-secure-token authentication
...
Now uses firebase complete tokens; it verifies the signature and integrity of the token, the origin of the project the token was issued for, the secret key, and finally the sub before verifying the account.
2024-09-20 15:54:41 +02:00
Charles Le Maux
18acd1e08d
[~] Excluded modpacks from git upload
2024-09-20 11:41:16 +02:00
Charles Le Maux
874236d09e
[~] Tiny coding style update
2024-09-20 11:38:54 +02:00
Charles Le Maux
29b42be411
[+] Added a longer scheduler.
...
Soon will be implemented a modpack update check.
2024-09-20 09:59:21 +02:00
Charles Le Maux
bf49e5c038
[+] Enabled command block globally
2024-09-20 09:59:00 +02:00
Charles Le Maux
bd1f5f51e0
[+] Enabled command block globally
2024-09-19 16:32:45 +02:00
charleslemaux
48941b8e42
[+] Heavier modpack supports
...
Merge pull request #33 from hubHarmony/plugin-management-system
2024-09-19 12:26:55 +02:00
Charles Le Maux
2e6e13a676
[+] Updated modpack launch command
...
Now the get_sdk_version won't be called on modded servers, preventing a non base 10 error (because the modpack's version name won't be represented as a minecraft version, but as the modpack name itself.
2024-09-19 12:24:56 +02:00
Charles Le Maux
362a079c69
[+] New API cleanup system
2024-09-18 11:04:35 +02:00
charleslemaux
ba53890e60
[+] Light modloader support
...
[+] Light modloader support
2024-09-16 03:00:20 +02:00
Charles Le Maux
21fb9f1286
[~] Coding style
2024-09-16 01:52:27 +02:00
Charles Le Maux
20047990b5
[+] Fixed server creation vulnerability
...
When a user wanted to create a server, it was created on firebase before the preliminary checks were made, reordering the function has fixed that.
2024-09-16 01:52:16 +02:00
Charles Le Maux
c057e33713
Merge branch 'master' into plugin-management-system
2024-09-16 01:30:06 +02:00
Charles Le Maux
8ae3760b0b
[+] Modded patch pre-0.7
2024-09-15 23:01:23 +02:00
Charles Le Maux
4c33710071
[+] Fixed deployed JVM associations
2024-09-15 18:46:52 +02:00
Charles Le Maux
b238604493
[-] Modified server launching command according to new server architecture migration
2024-09-15 07:49:32 +02:00
charleslemaux
7d3a8f8234
Fixed associations for [Minecraft | JAVA_SDK]
...
Co-authored-by: charleslemaux <charles@le-maux.dev>
2024-09-14 17:01:01 +02:00
Charles Le Maux
07696572aa
[-] 👀
2024-09-14 16:34:44 +02:00
Charles Le Maux
89145b15a4
[~] Moved get_sdk_version on main server_mc_manager scope
2024-09-14 16:34:00 +02:00
Charles Le Maux
f62c5fc856
[+] Masterclass conditional minecraft version checker
...
- Added version parameter to 'start_server' function in MinecraftManager class
- Implemented a version checker that uses a pointer of Tuples, each of them containing a lower and upper bound, as well as the associated sdk
- Used currying method to concatenate 'version_range_checker' into the fastest and most efficient code
This system will allow easy versioning, as well as easy future sdk implementations.
It will also now be easy to fetch a server's version directly in the backend.
Co-authored-by: charleslemaux <charles@le-maux.dev>
2024-09-13 04:14:37 +02:00
Charles Le Maux
11fcb0f89c
[+] Now include the server's version before launching
2024-09-13 04:02:07 +02:00
Charles Le Maux
9756697420
[+] Useful minecraft servers organizer :)
2024-09-13 04:00:51 +02:00
Charles Le Maux
dec704f3c5
[+] Standard server field getter
2024-09-13 04:00:14 +02:00
Charles Le Maux
8b90dc2c3d
[-] log_error -> synchronous
2024-09-12 14:10:14 +02:00
Charles Le Maux
a935792c24
Merge branch 'master' into plugin-management-system
2024-09-12 12:37:18 +02:00
charleslemaux
b36fb239ac
[+] FetchDirContent API call
...
[+] Corrected NewFetchfile branch PR
2024-09-11 04:20:56 +02:00
Charles Le Maux
142dff547f
[+] Local testing successful
2024-09-11 04:16:26 +02:00
Charles Le Maux
984a2a9acd
[+] Implemented new FetchDirContent API call :)
2024-09-11 04:16:14 +02:00
Charles Le Maux
0fc0c1cdd2
[-] Stopped async testing
2024-09-11 04:15:56 +02:00
Charles Le Maux
6832b05230
[+] filter_directory_content
...
Allows a user to extract the files having a specific extension
2024-09-11 04:15:40 +02:00
Charles Le Maux
b558b02711
[+] FetchDirContent
2024-09-11 04:15:09 +02:00
charleslemaux
3f154b93e4
Merge pull request #29
...
+fetch file names function added
2024-09-11 00:43:55 +02:00
AntoninoP
a5d9ff716d
+fetch file names function added
2024-09-10 21:22:58 +02:00
charleslemaux
72b48c960b
[+] Mentioning parameters
2024-09-10 19:13:29 +02:00
charleslemaux
65e36ba9d9
[+] Parameters description
2024-09-10 19:11:54 +02:00