Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
24f8199
refactor: Admin functionality
disconsented Dec 12, 2025
40cb51d
chore: stash
disconsented Dec 12, 2025
95ddc6f
feat: Populate admin users from config
disconsented Dec 12, 2025
127894e
fix: Banning users
disconsented Dec 12, 2025
296c15f
fix(prompt): Update themes prompt to remove some of the technical det…
disconsented Dec 12, 2025
d6989a4
feat: Admin ui enhancements
disconsented Dec 12, 2025
68f4bf6
fix: fix user listing query in admin repository
disconsented Dec 22, 2025
2ab844b
refactor: simplify load function in item page
disconsented Dec 22, 2025
0660f8a
refactor: remove unused Depot parameter from admin endpoints
disconsented Dec 22, 2025
cb29c66
feat: implement multi-app support across API and UI
disconsented Dec 22, 2025
986a96d
fix(database): Add missing user field to votes table
disconsented Dec 22, 2025
4c1632f
feat: Add username mapping migration and model
disconsented Dec 22, 2025
350ab62
feat: add French language support to detector
disconsented Dec 23, 2025
0e95587
refactor: simplify SQL query and add tracing in SteamDownloadActor
disconsented Dec 23, 2025
d98dec3
feat: implement Steam user name caching and repository
disconsented Dec 23, 2025
3d1911f
feat: integrate user name fetching and display in UI
disconsented Dec 23, 2025
2903229
refactor: improve SteamUserActor batching and error handling
disconsented Dec 29, 2025
5702246
feat: add Steam tags support
disconsented Dec 29, 2025
53e39ce
style: remove unused surrealdb imports and functions in model.rs
disconsented Dec 30, 2025
b654c65
fix: fix loop condition in steam download actor
disconsented Dec 30, 2025
28f4d2f
refactor: rename new_item to try_new and update appid source
disconsented Dec 30, 2025
35bf12d
refactor: clean up tag insertion and repository code
disconsented Dec 30, 2025
02932d3
chore: remove unused enum variant in test
disconsented Dec 30, 2025
bb181d0
feat: update app and item pages
disconsented Dec 30, 2025
16060b4
build: update dependencies and add scraper
disconsented Dec 30, 2025
6b7a0ad
refactor: simplify backtrace mapping in StatusError
disconsented Dec 30, 2025
8f0ea2f
feat: add tags support to App and update UI
disconsented Dec 30, 2025
efce6f6
fix: use path parameter for get app endpoint
disconsented Dec 30, 2025
2b2b217
style: Formatting
disconsented Jan 25, 2026
df088e5
fix: Correct language selection from "None" to "Any"
disconsented Jan 25, 2026
84fc73f
build: update dependencies in ui
disconsented Jan 26, 2026
33cb606
feat: make App generic and add previews to Steam model
disconsented Jan 26, 2026
09246da
refactor: update codebase to use generic App and TagRef
disconsented Jan 26, 2026
0db357a
feat: add app_from_item endpoint and update apps API
disconsented Jan 26, 2026
41626a2
feat: update UI to handle complex tags and app-specific logic
disconsented Jan 26, 2026
6e242a8
test: add SurrealDB transaction/throw tests
disconsented Jan 26, 2026
c3d5adc
feat: change score label to upvote percentage in UI
disconsented Feb 2, 2026
f5a39b2
fix: resolve title rendering and data access on item page
disconsented Feb 2, 2026
cbcd0fe
refactor: update surrealdb query and cleanup item route logic
disconsented Feb 2, 2026
2b42600
feat: add debug logging for item query
disconsented Feb 2, 2026
b2b17a3
stash
disconsented Apr 2, 2026
8ff1b26
stash
disconsented Apr 2, 2026
ecdd85d
stash
disconsented Apr 3, 2026
cba6780
stash
disconsented Apr 3, 2026
4576388
format toml
disconsented Apr 3, 2026
363a058
stash
disconsented Apr 3, 2026
0847c1c
stash
disconsented Apr 4, 2026
d8842e2
stash
disconsented Apr 6, 2026
fd8b757
stash
disconsented Apr 6, 2026
3735a19
now using try_from
disconsented Apr 10, 2026
97b0cde
stash
disconsented Apr 10, 2026
e04e4b0
stash
disconsented Apr 11, 2026
4d8d51a
stash
disconsented Apr 12, 2026
e8fbc04
stash
disconsented Apr 12, 2026
c1f01cc
its compiles
disconsented Apr 12, 2026
fc36166
format
disconsented Apr 12, 2026
0ceb4f5
stash
disconsented Apr 12, 2026
2ee2939
stash
disconsented Apr 21, 2026
5d9e09d
stash ui
disconsented Apr 26, 2026
e6eaf58
stash skeleton update
disconsented Apr 26, 2026
abfdb09
card update
disconsented Apr 26, 2026
7dbb76d
stash
disconsented Apr 29, 2026
43c3d14
stash
disconsented May 24, 2026
6661d3d
stash
disconsented May 30, 2026
62020ed
stash
disconsented May 30, 2026
7cbc55d
stash
disconsented May 30, 2026
75121a6
stash
disconsented May 31, 2026
44641bf
stash
disconsented May 31, 2026
42bd724
stash
disconsented May 31, 2026
f1cb195
stash
disconsented May 31, 2026
ef24599
stash
disconsented May 31, 2026
42b9bab
fix(ui): Item page accordion
disconsented Jun 2, 2026
e90f18b
fix(ui): Back navigation
disconsented Jun 2, 2026
5e7503f
fix(ui): Colour in properties
disconsented Jun 2, 2026
c724e0e
style(ui): Minor tweaks
disconsented Jun 2, 2026
c44f97b
stash
disconsented Jun 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[target.'cfg(target_os = "linux")']
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
#[target.'cfg(target_os = "linux")']
#linker = "clang"
#rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]

[target.x86_64-unknown-linux-gnu]
rustflags = ["-Ctarget-cpu=native", "-C", "target-feature=+avx2,+avx,+sse2,+avx512f,+avx512bw,+avx512bf16,+avx512bitalg,+avx512bw,+avx512cd,+avx512dq,+avx512f,+avx512ifma,+avx512vbmi,+avx512vbmi2,+avx512vl,+avx512vnni,+avx512vpopcntdq,+avxifma,+avxneconvert,+avxvnni,+avxvnniint16,+avxvnniint8"]
Loading