DecDuck
a3244e2ff2
chore: cleanup of lib and toml
2024-11-19 15:28:57 +11:00
DecDuck
e730f0f14c
feat(context menu): prevent default context menu and emit event on elements
2024-11-19 15:28:32 +11:00
quexeky
5aff5c1a21
chore(downloads): progress on more precise download control
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-19 15:27:35 +11:00
DecDuck
47bcf5bbcd
fix: types
2024-11-19 15:09:49 +11:00
DecDuck
ed87b6896b
feat(auth): refactoring and error message
2024-11-19 15:05:28 +11:00
quexeky
c18b964b3e
feat: added file-based logging
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-19 13:23:42 +11:00
DecDuck
bf571003b0
fix(openssl): use vendored flag
2024-11-19 11:49:36 +11:00
DecDuck
2bbd9b282b
style: updated text colours across app
2024-11-19 11:11:59 +11:00
DecDuck
39743c8b64
fix(readme): update readme instructions
2024-11-18 20:13:10 +11:00
quexeky
639a1f5270
style(downloads): Made all errors type-based
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-18 13:21:20 +11:00
DecDuck
3652d6123c
feat(notifications): added notification system w/ interwoven refactoring
2024-11-16 19:41:19 +11:00
DecDuck
4db9ebe66a
fix(ws): fixed websocket authentication
2024-11-16 18:28:38 +11:00
DecDuck
e4a8dbc67b
feat(sessions): cleanup and raw accessors
2024-11-16 18:23:44 +11:00
DecDuck
be52466426
feat(session): under the hood organisation and consolidation
2024-11-16 18:20:14 +11:00
DecDuck
38e0d087c2
fix: properly disconnect websockets from task handler
2024-11-16 17:27:27 +11:00
quexeky
2f245e56b6
chore(downloads): Ran cargo clippy & cargo fmt
...
Side note, I'm going to start using chore to declare these rather than refactor because I don't think that it actually qualifies
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-16 17:05:24 +11:00
DecDuck
16ab7fbe3b
feat: new ws handler
2024-11-16 17:03:52 +11:00
quexeky
b24e106420
feat(downloads): Added AgentInterfaceData to get information about all downloads in queue
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-16 17:03:37 +11:00
DecDuck
1a884eae50
fix: admin invitation w/ system user
2024-11-16 17:03:04 +11:00
DecDuck
fd69348f5e
fix: split prisma schemas
2024-11-16 16:30:22 +11:00
DecDuck
efc6f3267f
refactor: rename admin socket session map
2024-11-16 16:27:38 +11:00
DecDuck
3731b3fcf4
refactor: split prisma schemas
2024-11-16 16:24:23 +11:00
DecDuck
7685db03a2
feat: introduction of 'system user'
2024-11-16 16:18:15 +11:00
DecDuck
2ace2eb844
refactor: more consistent naming for object handler
2024-11-16 16:11:20 +11:00
DecDuck
c884a28bb5
feat(ui): smoother bar in admin task ui
2024-11-16 16:08:41 +11:00
DecDuck
046c9e6fd2
feat(ui): user widget now redirects to actual page
2024-11-16 16:08:23 +11:00
DecDuck
7442287bf8
feat(registration): require lowercase usernames
2024-11-16 16:08:02 +11:00
semantic-release-bot
5e34dd593f
chore: update version to 0.6.1
2024-11-14 16:02:20 +00:00
Luca Barbato
79cda8ef05
fix: Remove skeptic
...
It is unmaintained and fails to build tests.
Same as https://github.com/vincent-herlemont/native_db/pull/286 .
2024-11-14 16:58:20 +01:00
semantic-release-bot
537b207aef
chore: update version to 0.6.0
2024-11-14 13:42:17 +00:00
Luca Barbato
021ea5c54c
feat: Add a named variant for rmp_serde_1_3
...
And advise to use it if advanced serde features are in use.
2024-11-14 14:38:46 +01:00
Luca Barbato
b543e30216
docs: Document rmp-serde existence
...
And warn about metadata-less formats and serde advanced features.
2024-11-14 14:38:46 +01:00
Luca Barbato
28d41a41e9
chore: Remove trailing whitespaces
2024-11-14 14:38:46 +01:00
quexeky
18c7a9b2bc
docs(download manager): Added description on how the DownloadManager works
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-13 22:17:30 +11:00
quexeky
6428611689
style(downloads): Fixing some references to "id" vs "game_id"
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-13 21:55:28 +11:00
quexeky
f508391b6d
refactor(downloads): Ran cargo fmt
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-13 21:28:24 +11:00
quexeky
cee86b43ed
refactor(downloads): Ran cargo clippy & moved DownloadManagerInterface
...
Created file "download_manager_interface.rs" to contain the DownloadManagerInterface
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-13 21:05:25 +11:00
quexeky
928b60483a
feat(downloads): Added Download Manager
...
Signed-off-by: quexeky <git@quexeky.dev >
2024-11-13 20:38:00 +11:00
renovate[bot]
e75e945383
chore(deps): update hustcer/setup-nu action to v3.16
2024-11-13 06:36:21 +00:00
semantic-release-bot
9cd037a857
chore: update version to 0.5.0
2024-11-12 22:51:31 +00:00
renovate[bot]
f539da2a52
chore(deps): update actions/checkout digest to 11bd719
2024-11-12 23:48:46 +01:00
renovate[bot]
56a1387f8b
fix(deps): update rust crate thiserror to v2
2024-11-12 23:48:02 +01:00
Luca Barbato
d932be10ac
fix: Unbreak the doctests
2024-11-12 23:47:47 +01:00
Dylan Bowker
028ae2d0c8
chore: added rust msrv to Cargo.toml
2024-11-12 23:47:47 +01:00
Dylan Bowker
a653f3f826
docs: simplified docs on codecs
2024-11-12 23:47:47 +01:00
Dylan Bowker
a21b7d0aa0
docs: moved notes on codecs to README.md
2024-11-12 23:47:47 +01:00
Dylan Bowker
b85d4ce554
docs: update to docs on codecs
2024-11-12 23:47:47 +01:00
Dylan Bowker
ac150841b0
docs: update to docs on codecs
2024-11-12 23:47:47 +01:00
Dylan Bowker
2196af7a82
fix: removed #![feature(doc_cfg)] nightly feature
2024-11-12 23:47:47 +01:00
Dylan Bowker
95e68f235e
chore: re-instated original default features
2024-11-12 23:47:47 +01:00