This website requires JavaScript.
Explore
Help
Sign In
Samuele Lorefice
REDCODE
0 Followers
·
0 Following
Joined on
2024-01-01
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
12
Projects
Packages
Public Activity
Starred Repositories
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 21:29:42 +00:00
dc1e44f2be
chore(dev): fix ovveride PM Compose deploy
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 18:34:26 +00:00
923aaa6865
feat: add CreatePersons and CreateAlbums jobs
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 18:05:52 +00:00
53fe2cc3d5
removed unused run configs
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 18:00:21 +00:00
970f99db54
fix: wire MaxConcurrentJobs to database setting on startup and runtime changes
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 17:42:11 +00:00
96f431fb41
feat: add PreviewJob and upgrade thumbnails to WebP
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 17:19:34 +00:00
604f0e33a0
refactor: make LoginService singleton, centralize auth state and persistence
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 16:44:14 +00:00
6d75843dcd
feat: make navbar sticky during infinite scroll
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 16:38:59 +00:00
0cb5d097d6
update gitignore
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 16:37:57 +00:00
0549be6d42
Merge branch 'feature/masonryLayoutInHome' into develop
5cd16a7416
build: upgrade to .NET 10 — packages, Docker images, and Swagger fix
5573be1502
Merge remote-tracking branch 'origin/feature/masonryLayoutInHome' into feature/masonryLayoutInHome
99ef2db822
chore: add dotnet-tools.json for ef tool
0502cbbd76
chore: upgrade target framework to net10.0
Compare 13 commits »
REDCODE
pushed to
feature/masonryLayoutInHome
at
MilkyShots/MilkyShots
2026-07-07 16:09:26 +00:00
5573be1502
Merge remote-tracking branch 'origin/feature/masonryLayoutInHome' into feature/masonryLayoutInHome
99ef2db822
chore: add dotnet-tools.json for ef tool
0502cbbd76
chore: upgrade target framework to net10.0
6d29f053f4
fix: proper bidirectional SharedWith many-to-many migration
75c667d1c2
Merge remote-tracking branch 'origin/feature/masonryLayoutInHome' into feature/masonryLayoutInHome
Compare 7 commits »
REDCODE
pushed to
feature/masonryLayoutInHome
at
MilkyShots/MilkyShots
2026-07-07 15:16:33 +00:00
d90a9421e9
dotnet tools
ba1071ba6c
fix: add AssetUser many-to-many join table for SharedWith
Compare 2 commits »
REDCODE
created branch
feature/masonryLayoutInHome
in
MilkyShots/MilkyShots
2026-07-07 13:59:06 +00:00
REDCODE
pushed to
feature/masonryLayoutInHome
at
MilkyShots/MilkyShots
2026-07-07 13:59:06 +00:00
29b021bee5
feat: pass JWT token in media URLs for authenticated thumbnail/preview requests
07fcd05031
feat: masonry gallery on homepage with infinite scroll
Compare 2 commits »
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 12:21:22 +00:00
64a0fdf81d
feat(folders): add regex pattern field with named groups, syntax highlighting, and sample path preview
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-07 11:08:11 +00:00
9e8723b79f
feat(settings): add runtime-configurable Po2W slider limits + split thumbnail/preview ranges
1ecd6d167a
fix: add DeletedAt filter to asset batch queries to exclude soft-deleted assets
78ecec2e12
fix(jobs): add delay to JobManager main loop to prevent CPU spin
6ac692f137
fix(jobs): fix IntegrityCheckJob conditional + use soft-delete
a6d26067b3
refactor(jobs): flatten MetadataJob to batch-based sub-jobs
Compare 10 commits »
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-06 23:06:07 +00:00
c7d555d90b
fix(ui): apply poll interval to child jobs, add @key for DOM reuse, guard admin pages
0d12b45563
feat(jobs): apply batching to PHashJob and MetadataJob
b20b7d20fd
fix(jobs): prevent silent crash on large thumbnail jobs and auto-refresh child jobs
Compare 3 commits »
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-06 19:35:27 +00:00
25ac326d7e
fix(phash): display child jobs grouped by status
REDCODE
pushed to
develop
at
MilkyShots/MilkyShots
2026-07-06 18:32:21 +00:00
095c80071f
Merge branch 'feature/thumbnailInvalidation' into develop
9dd93494c1
feat(ui): show CompletedWithErrors as orange and group sub-jobs by status
a7b71153e9
feat(jobs): add CompletedWithErrors status for parents with failed sub-jobs
cbe374a010
fix(ui): restore auth in App.razor before rendering to prevent race redirect to /login
ffffb7ff2b
fix(docker): create thumbnails/previews dirs as app user so subdirs can be created at runtime
Compare 16 commits »
REDCODE
pushed to
feature/thumbnailInvalidation
at
MilkyShots/MilkyShots
2026-07-06 18:31:53 +00:00
9dd93494c1
feat(ui): show CompletedWithErrors as orange and group sub-jobs by status
a7b71153e9
feat(jobs): add CompletedWithErrors status for parents with failed sub-jobs
Compare 2 commits »
REDCODE
pushed to
feature/thumbnailInvalidation
at
MilkyShots/MilkyShots
2026-07-06 18:24:28 +00:00
cbe374a010
fix(ui): restore auth in App.razor before rendering to prevent race redirect to /login
ffffb7ff2b
fix(docker): create thumbnails/previews dirs as app user so subdirs can be created at runtime
167cbb8ad1
Revert "fix(db): always override ThumbnailPath/PreviewPath values with local paths on init"
9e8d31f457
fix(db): always override ThumbnailPath/PreviewPath values with local paths on init
82250739e3
fix(ui): render child jobs in JobTree by skipping root filter at deeper levels
Compare 8 commits »
First
Previous
...
28
29
30
31
32
...
Next
Last