Loporrit
8633c15cf9
Fix reconnect issue
2024-02-10 19:05:09 +00:00
rootdarkarchon
e01883fd4b
add prune to groups
...
update submodule
allow moderator to check for inactive user count
allow moderators to prune
do not allow to prune owner
2024-02-10 19:04:50 +00:00
Loporrit
e8d99a0d17
Less spam
2024-01-15 22:47:54 +00:00
Loporrit
8cf4f50091
Use streamable compression (needs file cache clear)
2023-12-18 12:51:36 +00:00
Loporrit
0707d3eb54
Shorten group IDs
2023-09-01 19:13:59 +00:00
Loporrit
cb8578859b
Disable Sending System Info log spam
2023-09-01 19:13:16 +00:00
Loporrit
d871002d01
Account registration endpoint
2023-09-01 19:10:27 +00:00
Loporrit
83eb274bcb
Initial Loporrit branding
2023-08-24 18:30:24 +00:00
Loporrit
09a6dbfca0
Fix launching under systemd
2023-08-24 18:29:44 +00:00
rootdarkarchon
9b87e3c625
check on normalized url regex and match on titles
2023-05-11 23:49:08 +02:00
rootdarkarchon
87c7517a7c
check for honorific title on push
2023-05-11 23:17:31 +02:00
rootdarkarchon
1c0c213c93
update dependencies
2023-05-09 13:04:21 +02:00
rootdarkarchon
f5649b75cf
fix user stupidty through vanity
2023-04-30 15:39:16 +02:00
rootdarkarchon
8a350e2788
fix group join with alias?
2023-04-29 20:02:43 +02:00
rootdarkarchon
29082dd7fe
save disable vfx
2023-04-28 19:11:05 +02:00
rootdarkarchon
17238aa059
add disable vfx to server methods
2023-04-20 10:14:21 +02:00
rootdarkarchon
782a60c833
fix profile
2023-03-20 11:37:03 +01:00
rootdarkarchon
7b0ac34623
add mare profiles
2023-03-19 18:57:55 +01:00
rootdarkarchon
2cfd005fed
remove explicit prom aspnetcore
2023-03-15 11:36:22 +01:00
rootdarkarchon
d6fa401e12
fix and update submodule
2023-03-14 19:53:55 +01:00
rootdarkarchon
48323d68b0
[Draft] Update 0.8 ( #25 )
...
* get rid of file handling through grpc and signalr
* fix upload on controller
* adapt usersetpairpermissions
* send user perms
* server-side fixes
* rework file upload
* adjust log level to debug in docker standalone json
* update dependencies
---------
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com >
2023-03-14 19:46:59 +01:00
rootdarkarchon
aa03d400d4
- reload configs on change
...
- remove grpc config service replace with http
- add messaging to channel
2023-02-25 12:20:59 +01:00
rootdarkarchon
6f9bacab5b
Messagepack ( #24 )
...
* add messagepack to signalr
* add resolvers to messagepack
---------
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com >
2023-02-10 12:30:03 +01:00
rootdarkarchon
450455fb38
Merge branch 'main' of https://github.com/Penumbra-Sync/server
2023-02-05 12:49:19 +01:00
rootdarkarchon
674387a26a
updates to dependencies
2023-02-05 12:49:05 +01:00
rootdarkarchon
b3103509e3
log exception ondisconnected async
2023-02-02 11:31:51 +01:00
rootdarkarchon
677224e363
add secondary UID stuff
2023-01-31 23:33:04 +01:00
rootdarkarchon
96e89437c0
do not send alias when alias is empty but send null instead
2023-01-30 23:48:57 +01:00
rootdarkarchon
edb04c8d9d
fixes to useraddpair when adding via vanity uid
2023-01-30 11:38:32 +01:00
rootdarkarchon
b717e824b2
fix adding sending data client shouldn't receive
2023-01-29 20:41:07 +01:00
rootdarkarchon
ca16b08a2f
Server rework for API change and paradigm shift ( #23 )
...
* start with group permissions implementation
* some minor refactoring
* adjust hub for api changes
* fixes and database migration
* fixes sending online/offline message to clients stuff
* remove admin stuff from server
* fixes get server permissions
* send group pair info to client on joining a group
* send online only on sending connection dto
---------
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com >
2023-01-29 15:15:02 +01:00
rootdarkarchon
4932b4a8d9
fix UserAddPair
2023-01-23 17:13:37 +01:00
rootdarkarchon
c7f793e82c
fix linq
2023-01-23 09:35:55 +01:00
rootdarkarchon
541f86c116
block anything from user data that is not allowed to be synced
2023-01-23 09:34:57 +01:00
rootdarkarchon
4dade47819
adjustments to auth
2023-01-21 02:46:18 +01:00
rootdarkarchon
99cf46875b
actually add invalid game paths and file swap paths to show in the error message
2023-01-19 18:30:29 +01:00
rootdarkarchon
d7e664477f
Merge branch 'main' of https://github.com/Penumbra-Sync/server
2023-01-18 19:46:36 +01:00
rootdarkarchon
fe80faab6b
potentially fix stuck uploads
2023-01-18 19:46:03 +01:00
rootdarkarchon
35f61d5387
add configurable redis pool and allow redis timeout
2023-01-18 11:11:59 +01:00
rootdarkarchon
4bd71a5889
Download rework ( #22 )
...
* rework server to send download ready back via signalr
* adjust queue handling for removal
* adjust api to main
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com >
2023-01-15 16:00:38 +01:00
rootdarkarchon
9605be8d4a
minor stylefixes
2023-01-14 12:54:11 +01:00
rootdarkarchon
8c39f9ce81
fix null in AuthorizeAsync
2023-01-11 23:05:00 +01:00
rootdarkarchon
42b15cb6b7
Add Server-Side Download Queue ( #21 )
...
* test add queueing to file service
* further adjustments to download queueing
* add check for whether the request is still in the queue to CheckQueue
* forcefully release slot if download didn't finish in 15s
* actually cancel the delay task
* add metrics and refactor some of the request queue service
* refactor pathing
* reuse httpclient
* add queue request dto to requestfile, enqueue users immediately if a slot is available
* change startup to include all controllers
* update server pathing
* update pathing, again
* several adjustments to auth, banning, jwt server tokens, renaming, authorization
* update api I guess
* adjust automated banning of charaident and reg
* generate jwt on servers for internal authentication
* remove mvcextensions
Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com >
2023-01-11 12:22:22 +01:00
rootdarkarchon
db2d0451ca
adjust grabbing all keys from redis on the shards
2023-01-08 21:04:11 +01:00
rootdarkarchon
f37fee3235
attempt redis connection pooling
2023-01-08 19:27:39 +01:00
rootdarkarchon
8c41f41597
add gauge for authorized connections
2023-01-08 15:04:20 +01:00
rootdarkarchon
a182f36485
attempt to switch ident service to redis
2023-01-08 14:51:56 +01:00
rootdarkarchon
dfdc620816
change log level to debug
2023-01-07 17:54:12 +01:00
rootdarkarchon
f760f8ad65
Revert "add FileDbService to handle file requests"
...
This reverts commit f6af114d44 .
2023-01-07 17:53:20 +01:00
rootdarkarchon
f6af114d44
add FileDbService to handle file requests
2023-01-07 11:36:20 +01:00