Commit Graph

516 Commits

Author SHA1 Message Date
rootdarkarchon
8e0f03f185 set min and max size for popup, add filter 2023-01-22 12:04:34 +01:00
rootdarkarchon
c610970f03 fix window size 2023-01-22 11:49:43 +01:00
rootdarkarchon
4da73f2368 add GroupForPairUi 2023-01-22 11:32:41 +01:00
Nia292
115960262a Feature: Pair Categories (#35)
* Feature/pair categories re (#1)

Implemented pair categories:
- Paired users can now get tags
- Tags get rendered into the main UI as groups
- Tags are persistently stored on the local configuration

* Added multi-server capabilities and cleaned up code

- Tags and available tags are stored per API url
- Added a few tooltips

* Renamed both dictionary to reflect the fact that they are per-server dictionaries

* Swapped icons and no longer renders groups that are empty after filter
2023-01-22 10:21:36 +01:00
rootdarkarchon
05aa350c34 fix queue cancellation 2023-01-22 00:37:41 +01:00
Stanley Dimant
523135c5b2 bump version and make ct not optional 2023-01-18 15:09:36 +01:00
Stanley Dimant
6c3716516e Merge branch 'main' of https://github.com/Penumbra-Sync/client 2023-01-18 15:06:26 +01:00
Stanley Dimant
8357eb350e fix SendRequestAsync 2023-01-18 15:06:20 +01:00
rootdarkarchon
fd986012a4 bump version 2023-01-18 11:41:23 +01:00
Stanley Dimant
f8ca9fed67 add a check for queue status to avoid hanging downloads 2023-01-18 11:04:21 +01:00
rootdarkarchon
ed3562b170 bump version 2023-01-17 13:17:05 +01:00
rootdarkarchon
8c2f17b75f add more debugging info 2023-01-17 13:16:24 +01:00
rootdarkarchon
eb42079e85 move Path.GetTempFIleName() to try catch 2023-01-17 01:30:37 +01:00
rootdarkarchon
8913798870 move GetTempFileName into try catch 2023-01-16 22:59:46 +01:00
rootdarkarchon
f8d5ecc049 check for logged in and out with my own methods 2023-01-16 16:14:26 +01:00
rootdarkarchon
d1a42f2a04 actually fix issue 2023-01-15 19:59:53 +01:00
rootdarkarchon
206520f6f2 nullify cts properly, bump version 2023-01-15 19:55:43 +01:00
rootdarkarchon
a09b5024f9 adjust version display on clients, up version 2023-01-15 16:34:59 +01:00
rootdarkarchon
5a16a15e8b Download rework (#36)
* handle download ready from signalr

* add cancellation to the server

* adjust queue for removal and cancellation

* adjust api to main

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-15 16:00:10 +01:00
rootdarkarchon
f5f9b9c6fc bump version, increase timespan for re-checking queue 2023-01-15 01:41:17 +01:00
rootdarkarchon
aaf11043fe add debug button to copy character data 2023-01-14 20:41:50 +01:00
rootdarkarchon
89eb6b448e bump version 2023-01-11 15:24:11 +01:00
rootdarkarchon
099ac2b3a1 Update for 6.3 and change to File Service Queue (#34)
* add request queue processing on clientside, switch to net7

* reuse httpclient

* dispose and renew httpclient on building connection

* add handling of QueueRequestDto to downloads

* group download by host and port

* refactor SendAsync to SendRequestAsync for readability

* add holding ctrl before clearing cache, add tooltip

* update pathing

* fixes to api usage in client

* fix rendermodel offsets

* fixes for downloads

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-11 14:41:13 +01:00
rootdarkarchon
964b29b87e group downloads by host, download only one file per host at once 2023-01-08 00:48:18 +01:00
rootdarkarchon
e1f6d6df24 add warnings for missing optional plugins when respective data is received 2023-01-08 00:19:11 +01:00
rootdarkarchon
90a25c23dc fix some performance issues 2023-01-05 17:57:30 +01:00
rootdarkarchon
7e87dc61e7 add toggle to hide server info messages 2023-01-04 23:54:01 +01:00
rootdarkarchon
49913a498e default userpopup to on 2023-01-04 16:21:24 +01:00
rootdarkarchon
f09cd8264f reverify server existing file hashes 2023-01-04 16:12:30 +01:00
rootdarkarchon
9f5b4c189e Refactoring Claims, add Server Side Messaging (#33)
* cache JWT by ApiUri, CharaIdent, SecretKey, refactor auth flow to new api

* add server side message handling

* update client to mainline api

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-04 15:53:27 +01:00
rootdarkarchon
2404dc3f94 bump version 2023-01-03 03:21:55 +01:00
rootdarkarchon
576775f52b stop caching jwt per url but instead per auth key (chances they are the same between servers are low) 2023-01-03 03:21:42 +01:00
rootdarkarchon
b1f02b1483 fix jwt tokens being stored globally instead of per server 2023-01-02 17:30:29 +01:00
rootdarkarchon
e2931c73ed Switch to JWT authentication (#32)
* switch to jwt authentication

* update api to main/jwt

* bump version

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2023-01-02 17:08:56 +01:00
rootdarkarchon
6aace54910 sequentialize file uploads, bump version 2022-12-23 01:53:01 +01:00
rootdarkarchon
e813976171 improve performance of penumbra mod setting changed 2022-12-18 19:08:13 +01:00
rootdarkarchon
b1ae869c78 up version because w/e 2022-12-18 18:54:08 +01:00
rootdarkarchon
de37e22c20 change to penumbra.api, fix animations requiring a redraw to be picked up again 2022-12-18 15:31:25 +01:00
rootdarkarchon
e725c010d7 up version 2022-12-18 13:00:59 +01:00
rootdarkarchon
ffd896168c remove Penumbra dependency and use nuget, minor internal refactoring of structs, more resilent downloads 2022-12-18 13:00:34 +01:00
rootdarkarchon
5263ab839b Merge branch 'main' of https://github.com/Penumbra-Sync/client 2022-12-16 21:24:26 +01:00
rootdarkarchon
b5360c58f5 allow moderators to change group invite state, up version 2022-12-16 21:24:18 +01:00
Stanley Dimant
d01b68b50a add shpk compatibility 2022-12-16 11:32:32 +01:00
rootdarkarchon
581e9370aa add error handling on loading persistent transient resources 2022-12-13 12:45:14 +01:00
rootdarkarchon
40d9f93377 up version 2022-12-13 12:41:25 +01:00
rootdarkarchon
5b8e6a3d9f add some logging, fix cache handling on load 2022-12-13 12:39:54 +01:00
Stanley Dimant
9ba6827816 experimental first iteration of persistent transient resources on startup 2022-12-13 12:01:40 +01:00
rootdarkarchon
a807a874f0 wrap File.Delete on catch 2022-12-11 20:44:42 +01:00
rootdarkarchon
fc4cee1a3a delete empty files on failed downloads 2022-12-11 20:42:50 +01:00
rootdarkarchon
189ec03173 reduce linq usage for download transferred bytes 2022-12-11 12:59:26 +01:00