1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
Matthew Holt
7dc9312237
Super minor fixes for obfuscation mode 2025-10-04 13:14:25 -06:00
Matthew Holt
0a70666bc5
Random initial in name for demo mode
Replace an initial in a name with another random letter, rather than a whole name string
2025-10-01 22:39:11 -06:00
Matthew Holt
6fef8ae50f
Fixes for obfuscated images and videos incl. thumbnails 2025-09-18 23:24:33 -06:00
Matthew Holt
1568874a59
Minor fixes for obfuscation mode 2025-09-18 21:18:05 -06:00
Matthew Holt
b365dbbafc
Fix panics with obfuscation 2025-07-09 13:30:50 -06:00
Matthew Holt
3e311d99c3
Sort data sources in import planner; rename some DS
The sorting can help imports go faster if we put DB-heavy sources first, when the database is still small.

The data source names were also standardized to use snake_case like most other word-IDs in the app.
2025-05-16 11:10:23 -06:00
Matthew Holt
f3f4f1bc22
Use same name obfuscation for related entities as standalone entities 2025-05-12 15:56:14 -06:00
Matthew Holt
25712e7c61
Fix thumbnail job size counts 2025-04-28 10:26:59 -06:00
Matthew Holt
e760b594e0
Sigh, fix linter 2025-04-25 22:07:19 -06:00
Matthew Holt
e0d5bdb67c
Obfuscate entity names a little more intelligently 2025-04-25 22:06:09 -06:00
Matthew Holt
f0697d2d6b
Refactor embedding jobs; enhance tooltips; upgrade gofakeit to v7
The gofakeit upgrade uses the new math/rand/v2 package, which uses uint64 more than int64, so we had to change a bunch of row IDs from int64 to uint64.
2025-04-24 16:33:41 -06:00
Matthew Holt
06656c8ab7
ci: Ignore obfuscation file
Many magic numbers, doesn't matter, don't care.
2025-04-22 07:52:10 -06:00
Matthew Holt
af689078ee
Nicer tooltip in message display
(And rename file to make more sense.)
2025-04-21 22:00:14 -06:00
Renamed from timeline/faked.go (Browse further)