Commit Graph

18 Commits

Author SHA1 Message Date
Stanley Dimant
7221ca0555 access, not write 2024-05-02 15:10:45 +02:00
Stanley Dimant
adafc1dbcf add access times I guess 2024-05-02 15:10:24 +02:00
Stanley Dimant
525fe1df4e add central cold storage options for file servers 2024-05-02 14:03:42 +02:00
rootdarkarchon
7410c09a4c fix AnyFilesDownloading 2024-03-01 11:17:20 +01:00
rootdarkarchon
68f0b28e9d add some more metrics for files downloading from caches 2024-03-01 11:13:10 +01:00
rootdarkarchon
b5734bdda5 some fixes maybe 2024-02-22 12:36:37 +01:00
rootdarkarchon
ed5274a337 oml 2024-01-18 21:23:24 +01:00
rootdarkarchon
7f04db2c13 flush filestream 2024-01-18 21:17:11 +01:00
rootdarkarchon
9f82f8a25a handle download errors on shards better 2024-01-18 21:00:14 +01:00
rootdarkarchon
b4830e9f8a make cleanup check time configurable, add distribution file server address 2024-01-17 01:32:11 +01:00
rootdarkarchon
213fea5d41 set user agent correctly 2024-01-15 12:51:16 +01:00
rootdarkarchon
6eac05e91b refactor file server 2024-01-15 12:26:09 +01:00
rootdarkarchon
3ed4ef454c clean up downloads on shards 2023-12-07 17:28:22 +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
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
9b4e298b66 refactor server auth on files server, add checking request queue 2023-01-18 10:20:24 +01:00
rootdarkarchon
c1f329c233 fixes for server auth 2023-01-11 14:31:33 +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