- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Aug 30 2024
Aug 30 2024
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEc12879841836: Rename Activity.Search to Search.DatabaseSearch (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Rename Activity.Search to Search.DatabaseSearch
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE426cff3372be: Update search.md documentation with meilisearch indexing steps (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Update search.md documentation with meilisearch indexing steps
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEbac70a2bc155: Implement suggestions from the Meilisearch MR (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Implement suggestions from the Meilisearch MR
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEa4914add8c54: Don't support meilisearch < 0.24.0, since it breaks things (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Don't support meilisearch < 0.24.0, since it breaks things
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE58cc5d13a2a1: Add config description for meilisearch (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add config description for meilisearch
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE0769f06bd172: Style fixes (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Style fixes
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE5dd908552cac: Move the search.ex file so credo doesn't complain (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Move the search.ex file so credo doesn't complain
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEea582fbf936f: Rename search.ex to database_search.ex and add search/2 (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Rename search.ex to database_search.ex and add search/2
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE7a9d9cf45728: Fix a typo in search docs (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Fix a typo in search docs
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE51faa28568c8: Set content-type to application/json (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Set content-type to application/json
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE9e7d7ebd48fa: Add a reindex option (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add a reindex option
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEd99a2be3517a: Only add local posts to index in activity_pub (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Only add local posts to index in activity_pub
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE86971fceaab2: Support reindexing meilisearch >=0.24.0 (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Support reindexing meilisearch >=0.24.0
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE37913c8ddf69: Use proper deleted object for removing from index (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Use proper deleted object for removing from index
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE9ab0f130ccd7: Add more documentation about rum to meilisearch docs (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add more documentation about rum to meilisearch docs
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEafcdd2f4379d: Modify some meilisearch variables (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Modify some meilisearch variables
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEa937a98df5a1: Don't try removing from index again in common_api (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Don't try removing from index again in common_api
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE0802c0666bbf: Move add_to_index / remove_from_index to Pleroma.Actitivy.Search (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Move add_to_index / remove_from_index to Pleroma.Actitivy.Search
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE88891e9d764f: Add tests for local post indexing for meilisearch (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add tests for local post indexing for meilisearch
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE375154e5de99: Add search/meilisearch documentation (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add search/meilisearch documentation
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE5ed17590915b: Reorder ranking rules for (maybe) better results (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Reorder ranking rules for (maybe) better results
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEb51972657197: Add private_key: nil to default meilisearch options (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add private_key: nil to default meilisearch options
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE41f357215290: Fix activity being passed to objec_to_search_data (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Fix activity being passed to objec_to_search_data
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEd5cc272a919d: Add a message with a count of posts to index (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add a message with a count of posts to index
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEd1079f1aa307: Add the meilisearch.stats command (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add the meilisearch.stats command
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEdbf556cdcf3a: Implement meilisearch auth (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Implement meilisearch auth
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE5360cc109706: Make indexing logs rewrite themselves (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Make indexing logs rewrite themselves
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEa586ce0ddd1e: Use content instead of source and scrub it (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Use content instead of source and scrub it
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE117f525fd610: Adjust content indexing to skip more unneeded stuff (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Adjust content indexing to skip more unneeded stuff
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE14ef6ce80f5a: Mark only content as searchable for meilisearch (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Mark only content as searchable for meilisearch
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE52a872432d34: Make the chunk size smaller (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Make the chunk size smaller
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEb3401ba7bdd0: Also index incoming federated posts (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Also index incoming federated posts
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE0cf365490781: Rework task indexing to share code with the main module (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Rework task indexing to share code with the main module
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEe961cf26891e: Initial meilisearch implementation, doesn't delete posts yet (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Initial meilisearch implementation, doesn't delete posts yet
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE7b3701e6b9de: Make meilisearch sort on publish date converted to unix time (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Make meilisearch sort on publish date converted to unix time
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEabf82a63ec24: Make the indexing batch differently and more, show number indexed (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Make the indexing batch differently and more, show number indexed
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEc3a04166a0d9: Tweak search ordering to hopefully return newer results (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Tweak search ordering to hopefully return newer results
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEe5ac2ffa0791: Ensure only indexing public posts and implement clearing and delete (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Ensure only indexing public posts and implement clearing and delete
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE661d0ba481c4: Also use actor_type to determine if an account is a bot in antiFollowbotPolicy (authored by Ilja <pleroma@spectraltheorem.be>).
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE41db5c8653db: Add logging to milisiearch index and make it use desc(id) (authored by Ekaterina Vaartis <vaartis@kotobank.ch>).
Add logging to milisiearch index and make it use desc(id)
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE60eec9d0c50b: Instruct users to run 'git pull' as the pleroma user (authored by lewdthewides <lewdthewides@purelymail.com>).
Instruct users to run 'git pull' as the pleroma user
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE3fd87b6a7521: Skip cache when /objects or /activities is authenticated (authored by tusooa).
Skip cache when /objects or /activities is authenticated
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE8f140deb8f99: StealEmojiPolicy: fix String rejected_shortcodes (authored by Hélène <pleroma-dev@helene.moe>).
StealEmojiPolicy: fix String rejected_shortcodes
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE932e5df19ed5: Allow to skip cache in Cache plug (authored by tusooa).
Allow to skip cache in Cache plug
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE33d821256e2a: Fix incorrect fallback when English is set to first language (authored by tusooa).
Fix incorrect fallback when English is set to first language
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE2df25e6666d0: Support fallbacking to other languages (authored by tusooa).
Support fallbacking to other languages
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE07bd35227af9: Support multiple locales from userLanguage cookie (authored by tusooa).
Support multiple locales from userLanguage cookie
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEe3107fee98bf: Fix eratic test for POST /api/pleroma/admin/reports/:id/notes (authored by Ilja <ilja@ilja.space>).
Fix eratic test for POST /api/pleroma/admin/reports/:id/notes
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEfcfb5a496762: Lint (authored by tusooa).
Lint
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEfa95bc87253e: Support multiple locales formally (authored by tusooa).
Support multiple locales formally
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEef73f61b0726: Fallback to a variant if the language in general is not supported (authored by tusooa).
Fallback to a variant if the language in general is not supported
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEff0bb3a3ac56: Add test for fallbacking to a general language (authored by tusooa).
Add test for fallbacking to a general language
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE845e5769ceb4: Make lint happy (authored by tusooa).
Make lint happy
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEdadc4eabf7ed: Document API addition (authored by tusooa).
Document API addition
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE6e8123a3304a: Add changelog (authored by tusooa).
Add changelog
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE7726148472cd: Send emails i18n'd using backend-stored user language (authored by tusooa).
Send emails i18n'd using backend-stored user language
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE72bdb0640f28: Allow user to register with custom language (authored by tusooa).
Allow user to register with custom language
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE4ed0a780b72e: Fix digest test (authored by tusooa).
Fix digest test
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE1b77308644ac: Allow update_credentials to update User.language (authored by tusooa).
Allow update_credentials to update User.language
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEc301a95276fd: Make all emails translatable (authored by tusooa).
Make all emails translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE63a0536d55a8: Make mail and mailer translatable (authored by tusooa).
Make mail and mailer translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE39cfecb18899: Make static fe translatable (authored by tusooa).
Make static fe translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEc6652fccae17: Make mfa pages translatable (authored by tusooa).
Make mfa pages translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE03aac295312e: Fix tests (authored by tusooa).
Fix tests
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE8f8d2abb1239: Make oauth pages translatable (authored by tusooa).
Make oauth pages translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEec57e3480c58: Make tag feed translatable (authored by tusooa).
Make tag feed translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE793922f1d810: Use proper lang attributes in htmls (authored by tusooa).
Use proper lang attributes in htmls
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE50913c4dc5c3: Make password reset pages translatable (authored by tusooa).
Make password reset pages translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE7107fdc1b924: Extract translatable text (authored by tusooa).
Extract translatable text
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE775f997c40a8: Prefer userLanguage cookie over Accept-Language header in detecting locale (authored by tusooa).
Prefer userLanguage cookie over Accept-Language header in detecting locale
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE8f08c902a560: Make lint happy (authored by tusooa).
Make lint happy
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEed1d9e91bc34: Make remote follow pages translatable (authored by tusooa).
Make remote follow pages translatable
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE1048bc1bb9ec: Delete report notifs when demoting from superuser (authored by Ilja <ilja@ilja.space>).
Delete report notifs when demoting from superuser
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE91d715003192: mix: Check .git presence (authored by Haelwenn (lanodan) Monnier <contact@hacktivis.me>).
mix: Check .git presence
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEa20d2847e295: After code review (authored by Ilja <ilja@ilja.space>).
After code review
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE8b843be03ef5: Fix test get_user_apps/1 (authored by Ilja <ilja@ilja.space>).
Fix test get_user_apps/1
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE8de65de3b9ff: Add unicode 14 support (authored by Sam Therapy <sam@samtherapy.net>).
Add unicode 14 support
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE4d2149a12400: don't set primary just yet.
don't set primary just yet
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE1c8a2cf90190: Update README, add migration docs.
Update README, add migration docs
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEe22f3ce89cfa: don't enable static-fe.
don't enable static-fe
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE22090b2fd135: re-add gopher to URLs, fix markdown.
re-add gopher to URLs, fix markdown
floatingghost <hannah@coffee-and-dreams.uk> committed rPUBE2342fface1d1: Add visibility check in context path (#26).
Add visibility check in context path (#26)
floatingghost <hannah@coffee-and-dreams.uk> committed rPUBEe538102cf53c: Merge pull request 'Purge gopher frontend' (#24) from purge-gopher into develop.
Merge pull request 'Purge gopher frontend' (#24) from purge-gopher into develop
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE064c36274c9e: Purge gopher frontend.
Purge gopher frontend
floatingghost <hannah@coffee-and-dreams.uk> committed rPUBEc977a27043b3: Merge pull request 'emoji reaction standardisation' (#14) from emoji-reaction….
Merge pull request 'emoji reaction standardisation' (#14) from emoji-reaction…
floatingghost <hannah@coffee-and-dreams.uk> committed rPUBEe6cd61619f83: Purge SSH frontend (#23).
Purge SSH frontend (#23)
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEf2ff05637fc6: Allow for embedding object data in publish.
Allow for embedding object data in publish
floatingghost <hannah@coffee-and-dreams.uk> committed rPUBE0543954d14c0: Merge pull request 'Allow for embedding object data in publish' (#16) from undo….
Merge pull request 'Allow for embedding object data in publish' (#16) from undo…
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEd392fafa06d4: Remove debug prints.
Remove debug prints
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE502382da45e8: cherry-pick security from upstream.
cherry-pick security from upstream
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE45b7d18871b4: update api spec for custom emoji reaction.
update api spec for custom emoji reaction
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE34e11cef471f: check for local_public? on AP route.
check for local_public? on AP route
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEcac39ef8173a: Bugfix: standardise scheme for emoji reactions.
Bugfix: standardise scheme for emoji reactions
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE3928cecf6bc0: ensure local statuses are not visible remotely.
ensure local statuses are not visible remotely
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEcad4ba2ab3dd: mix format.
mix format
Restricted Repository Identity added a reverting change for rPUBE4532f75da35b: update adminfe: rPUBEb98bd66a94ab: Revert "update adminfe".
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEf919035664cd: update adminfe.
update adminfe
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBE883036b2452b: update changelog.
update changelog
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEb98bd66a94ab: Revert "update adminfe".
Revert "update adminfe"
FloatingGhost <hannah@coffee-and-dreams.uk> committed rPUBEde95ee7772d6: Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop.
Merge branch 'develop' of akkoma.dev:AkkomaGang/akkoma into develop