• Joined on 2023-07-22
Oneric commented on issue AkkomaGang/akkoma#773 2024-05-08 00:12:21 +00:00
[bug] exiftool alt text generator includes stderr (?)

heh, it currently explicitly redirects stderr to stdout: ee03149ba1/lib/pleroma/upload/filter/exiftool/read_description

Oneric created pull request AkkomaGang/akkoma#772 2024-05-07 00:22:42 +00:00
Preserve Meilisearch’s result ranking
Oneric pushed to search-meili-order at Oneric/akkoma 2024-05-07 00:18:12 +00:00
560c5a4b5d docs/meilisearch: update admin api key for current output
Oneric created branch search-meili-order in Oneric/akkoma 2024-05-07 00:10:12 +00:00
Oneric pushed to search-meili-order at Oneric/akkoma 2024-05-07 00:10:12 +00:00
031e764eaf meilisearch: respect meili’s result ranking
852d11bedf meilisearch: remove duplicate preload
ee03149ba1 Merge pull request 'Fix Exiftool migration id' (#763) from Oneric/akkoma:fix-migration-timeline-exifdesc into develop
5256678901 Fix Exiftool migration id
fdeecc7b4c Merge pull request 'Update clients list in docs' (#761) from norm/akkoma:docs-clients-update into develop
Compare 7 commits »
Oneric commented on pull request AkkomaGang/akkoma#763 2024-05-06 22:34:19 +00:00
Fix Exiftool migration id

good catch! If filenames can become important though, it’s probably safer to leave the original filename as is. So the 2022 version now keeps its name and module and filename of the 2024 are now…

Oneric pushed to fix-migration-timeline-exifdesc at Oneric/akkoma 2024-05-06 22:31:57 +00:00
5256678901 Fix Exiftool migration id
fdeecc7b4c Merge pull request 'Update clients list in docs' (#761) from norm/akkoma:docs-clients-update into develop
51482c4fe8 Merge pull request 'Remove remaining Dokku files' (#766) from norm/akkoma:remove-dokku into develop
8ae54b260a Remove remaining Dokku files
549d580054 Add Enafore to clients list
Compare 6 commits »
Oneric commented on pull request AkkomaGang/akkoma-fe#390 2024-05-06 18:27:05 +00:00
Fix public favorites

Thanks for porting this! I haven’t looked closely at this yet, but i think the attribution needs to be clearer. Both because attibuting original authors is the nice thing to do and because not…

Oneric commented on issue AkkomaGang/akkoma#770 2024-05-05 02:49:31 +00:00
Stop putting actor on non-Activity objects

funny thing, there’s a ~4 year old todo for that [# TODO: Remove actor field for Objects](21a81e1111/lib/pleroma/we

Oneric commented on pull request AkkomaGang/akkoma-fe#384 2024-05-04 01:09:51 +00:00
[feat] apply wordfilters to attachment alt-texts

nit: this could directly return as soon as something matches the word

Oneric commented on pull request AkkomaGang/akkoma#579 2024-05-04 00:04:38 +00:00
Make search result order match the order of objects received from Meilisearch

@AdamK2003 can you test whether f32335742d also works for you? It directly fetches results in the correct order instead of…

Oneric pushed to search-ungarbage-maybe at Oneric/akkoma 2024-05-03 22:59:41 +00:00
bc84698087 [TESTING] dbsearch: actually rank search results
403913a2e1 dbsearch: use two-arg websearch_to_tsquery version
f32335742d [UNTESTED] meilisearch: respect meili’s result ordering
Compare 3 commits »
Oneric deleted branch search-ungarbage from Oneric/akkoma 2024-05-03 22:56:09 +00:00
Oneric created branch search-ungarbage-maybe in Oneric/akkoma 2024-05-03 22:55:48 +00:00
Oneric pushed to search-ungarbage-maybe at Oneric/akkoma 2024-05-03 22:55:48 +00:00
Oneric pushed to search-ungarbage at Oneric/akkoma 2024-05-03 22:55:19 +00:00
d5881d08b7 [TESTING] dbsearch: actually rank search results
788a0bdc26 dbsearch: use two-arg websearch_to_tsquery version
f8458d35f5 [UNTESTED] meilisearch: respect meili’s result ordering
4ffb65bbe5 meilisearch: remove duplicate preload
f848085195 Raise log level for start failures
Compare 6 commits »
Oneric created branch search-ungarbage in Oneric/akkoma 2024-05-03 22:55:19 +00:00
Oneric commented on issue AkkomaGang/akkoma#650 2024-05-03 19:07:34 +00:00
[bug] Japanese full text search using tsja doesn't work when logged in

notably, if I replace websearch_to_tsquery() function call with the result directly, it gets noticeably faster (previously I couldn't wait for it to finish, now it takes a couple seconds). If…

Oneric pushed to purge-unused-indices at Oneric/akkoma 2024-05-03 05:31:30 +00:00
b7e3d44756 Drop unused indices
Oneric pushed to purge-unused-indices at Oneric/akkoma 2024-05-03 05:30:27 +00:00
cd50c50c4c Drop unused indices