Stanley Dimant
3a6c9259a0
fixes for file uploads
2022-08-27 01:13:49 +02:00
Stanley Dimant
bff6a3dca5
allow connection to hub with fallback transports
2022-08-26 16:02:44 +02:00
Stanley Dimant
bc9fc95e2f
adjust metrics server ports
2022-08-26 02:40:23 +02:00
Stanley Dimant
ace31926db
rework metrics
2022-08-26 02:22:19 +02:00
Stanley Dimant
7c1395df77
update counter name
2022-08-25 20:33:30 +02:00
Stanley Dimant
d5a7fd4fbd
remove bloat
2022-08-25 13:10:02 +02:00
Stanley Dimant
04cbc2bd64
fix up startup for server/fileserver and change commands to be guild commands for the discord bot + clean up unauthorized vanity uid users
2022-08-25 13:07:05 +02:00
Stanley Dimant
2f1ef04f6a
add retry policy for grpc clients
2022-08-25 11:27:57 +02:00
rootdarkarchon
77e4602d2f
add cleanup of vanity uids and limit to once per 24h
2022-08-25 11:19:24 +02:00
Stanley Dimant
5094bf736d
add vanity uid bot command
2022-08-25 02:57:56 +02:00
Stanley Dimant
09b305fa67
fixes for alias display + check aliases on initial uid generation
2022-08-25 01:29:01 +02:00
Stanley Dimant
d656513f47
check for alias on addition
2022-08-25 01:05:31 +02:00
Stanley Dimant
4e98a494e0
adjust marehub
2022-08-25 00:54:20 +02:00
Stanley Dimant
a5a2ce7e34
partial revert + change
2022-08-25 00:52:58 +02:00
Stanley Dimant
88cec262cd
add alias handling to server and database
2022-08-25 00:34:21 +02:00
Stanley Dimant
66e2b3db82
fix auth for grpc calls
2022-08-24 23:01:03 +02:00
Stanley Dimant
5736bcf074
update api 12
2022-08-24 22:04:05 +02:00
Stanley Dimant
5b136685db
fixes for standard configs
2022-08-24 21:43:17 +02:00
Stanley Dimant
fd23cca840
do not copy appsettings into output
2022-08-24 01:37:20 +02:00
Stanley Dimant
bb866b72f7
fix empty header
2022-08-23 23:54:31 +02:00
Stanley Dimant
74209b3952
fixes etc
2022-08-23 13:02:28 +02:00
Stanley Dimant
2510cce711
adjustments to config and cleanup nuget, remove implicit usings
2022-08-23 11:21:21 +02:00
Stanley Dimant
afcb268ccc
remove unused variable
2022-08-23 02:32:18 +02:00
Stanley Dimant
dab12fbb30
add hashes to filesizerequest
2022-08-23 02:31:44 +02:00
Stanley Dimant
a63174009f
decouple fileservice to be able to run standalone
2022-08-23 02:28:04 +02:00
Stanley Dimant
bdfe51c15c
fixes after testing
2022-08-22 15:47:52 +02:00
Stanley Dimant
f455d26d9e
Merge branch 'main' of https://github.com/Penumbra-Sync/server
2022-08-22 14:38:45 +02:00
rootdarkarchon
f9e4fd4f2d
minor refactoring
2022-08-22 14:24:47 +02:00
rootdarkarchon
6c243d0247
move shared content to shared project
2022-08-22 11:21:28 +02:00
Stanley Dimant
927e1aaceb
potential optimizations (ConfigureAwait, Logging Templates)
2022-08-22 10:46:37 +02:00
Stanley Dimant
ecb8ffed6f
remove console logging
2022-08-22 01:11:50 +02:00
Stanley Dimant
98ee6c7f66
attempt to use lock in Authentication handler to lock down dictionary access
2022-08-20 14:22:50 +02:00
Stanley Dimant
1a22846eea
add blocking detection nuget
2022-08-20 02:44:35 +02:00
Stanley Dimant
78543d0fc2
update getpairedclients to use only one query instead of one per entry
2022-08-19 12:18:16 +02:00
Stanley Dimant
7abe4f9f2e
update server to api 11
2022-08-19 11:37:31 +02:00
Stanley Dimant
c21e2f740c
log exception OnDisconnectAsync
2022-08-19 01:10:36 +02:00
Stanley Dimant
54d625e729
remove locks around metrics for testing, add back dbcontext pooling
2022-08-18 01:17:49 +02:00
Stanley Dimant
077f6f3dc4
add max limit for strings
2022-08-16 19:04:53 +02:00
Stanley Dimant
9092c4206f
move where statement to foreach in cleanup service
2022-08-16 18:38:19 +02:00
Stanley Dimant
948e4e5dfe
Merge branch 'main' of https://github.com/Penumbra-Sync/server
2022-08-16 12:11:42 +02:00
Stanley Dimant
e83d668724
sql query optimization, add server cache hard limit, try catch separate around every block
2022-08-16 12:11:36 +02:00
rootdarkarchon
b411541f43
Merge pull request #10 from lmontoute/patch-1
...
Change CdnBaseUrl to CdnFullUrl (match implementation)
2022-08-16 09:13:56 +02:00
Lily
b9c99fcdb5
Change CdnBaseUrl to CdnFullUrl (match implementation)
...
This PR fixes an issue with the default `appsettings.json` where `CdnBaseUrl` was specified instead of `CdnFullUrl`, which is what is used in the actual project. On self-hosted servers this leads to a failure to download updated files because of an incorrectly specified URL.
2022-08-16 00:06:53 -05:00
Stanley Dimant
1bd37ffe70
add header x-forwarded-for
2022-08-15 18:57:11 +02:00
rootdarkarchon
dbaf45ba70
Merge pull request #9 from isbeorn/main
...
Prevent unnecessary left join
2022-08-15 17:56:48 +02:00
Stanley Dimant
f55ff9f6a3
adjust server to new api and send back url for file download on DownloadFilesDto
2022-08-15 17:56:16 +02:00
Stefan Berg
991921f188
Prevent unnecessary join
2022-08-15 15:42:51 +02:00
Stanley Dimant
149a67fd6f
add delay ondisconnectasync and throw proper exceptions
2022-08-15 12:53:36 +02:00
rootdarkarchon
c7dccc7e58
Merge pull request #8 from isbeorn/main
...
change query so only one query has to be sent in MareHub.OnDisconnectedAsync
2022-08-15 12:46:48 +02:00
Stefan Berg
5f84ca51ba
merge latest
2022-08-15 12:45:19 +02:00