akkoma
2022-06-29 Ekaterina VaartisAdd description for initial_indexing_chunk_size
2022-06-29 Ekaterina VaartisDon't support meilisearch < 0.24.0, since it breaks...
2022-06-29 Ekaterina VaartisMake chunk size configurable
2022-06-29 Ekaterina VaartisUpdate search.md documentation with meilisearch indexin...
2022-06-29 Ekaterina VaartisAdd config description for meilisearch
2022-06-29 Ekaterina VaartisImplement suggestions from the Meilisearch MR
2022-06-29 Ekaterina VaartisRename Activity.Search to Search.DatabaseSearch
2022-06-29 Ekaterina VaartisRename search.ex to database_search.ex and add search/2
2022-06-29 Ekaterina VaartisStyle fixes
2022-06-29 Ekaterina VaartisMove the search.ex file so credo doesn't complain
2022-06-29 Ekaterina VaartisFix a typo in search docs
2022-06-29 Ekaterina VaartisSupport reindexing meilisearch >=0.24.0
2022-06-29 Ekaterina VaartisAdd a reindex option
2022-06-29 Ekaterina VaartisOnly add local posts to index in activity_pub
2022-06-29 Ekaterina VaartisSet content-type to application/json
2022-06-29 Ekaterina VaartisModify some meilisearch variables
2022-06-29 Ekaterina VaartisUse proper deleted object for removing from index
2022-06-29 Ekaterina VaartisDon't try removing from index again in common_api
2022-06-29 Ekaterina VaartisAdd more documentation about rum to meilisearch docs
2022-06-29 Ekaterina VaartisMove add_to_index / remove_from_index to Pleroma.Actiti...
2022-06-29 Ekaterina VaartisReorder ranking rules for (maybe) better results
2022-06-29 Ekaterina VaartisAdd private_key: nil to default meilisearch options
2022-06-29 Ekaterina VaartisAdd tests for local post indexing for meilisearch
2022-06-29 Ekaterina VaartisFix activity being passed to objec_to_search_data
2022-06-29 Ekaterina VaartisAdd search/meilisearch documentation
2022-06-29 Ekaterina VaartisAdd the meilisearch.stats command
2022-06-29 Ekaterina VaartisAdd a message with a count of posts to index
2022-06-29 Ekaterina VaartisImplement meilisearch auth
2022-06-29 Ekaterina VaartisMake indexing logs rewrite themselves
2022-06-29 Ekaterina VaartisRework task indexing to share code with the main module
2022-06-29 Ekaterina VaartisAdjust content indexing to skip more unneeded stuff
2022-06-29 Ekaterina VaartisMark only content as searchable for meilisearch
2022-06-29 Ekaterina VaartisAlso index incoming federated posts
2022-06-29 Ekaterina VaartisMake the chunk size smaller
2022-06-29 Ekaterina VaartisUse content instead of source and scrub it
2022-06-29 Ekaterina VaartisTweak search ordering to hopefully return newer results
2022-06-29 Ekaterina VaartisMake meilisearch sort on publish date converted to...
2022-06-29 Ekaterina VaartisMake the indexing batch differently and more, show...
2022-06-29 Ekaterina VaartisEnsure only indexing public posts and implement clearin...
2022-06-29 Ekaterina VaartisAdd logging to milisiearch index and make it use desc(id)
2022-06-29 Ekaterina VaartisInitial meilisearch implementation, doesn't delete...
2022-06-29 lewdthewidesInstruct users to run 'git pull' as the pleroma user
2022-06-29 HélèneStealEmojiPolicy: fix String rejected_shortcodes
2022-06-29 IljaAlso use actor_type to determine if an account is a...
2022-06-29 Tusooa ZhuSkip cache when /objects or /activities is authenticated
2022-06-29 Tusooa ZhuAllow to skip cache in Cache plug
2022-06-29 Tusooa ZhuFix incorrect fallback when English is set to first...
2022-06-29 IljaFix eratic test for POST /api/pleroma/admin/reports...
2022-06-29 Tusooa ZhuSupport fallbacking to other languages
2022-06-29 Tusooa ZhuLint
2022-06-29 Tusooa ZhuSupport multiple locales from userLanguage cookie
2022-06-29 Tusooa ZhuSupport multiple locales formally
2022-06-29 Tusooa ZhuMake lint happy
2022-06-29 Tusooa ZhuAdd test for fallbacking to a general language
2022-06-29 Tusooa ZhuFallback to a variant if the language in general is...
2022-06-29 Tusooa ZhuAdd changelog
2022-06-29 Tusooa ZhuDocument API addition
2022-06-29 Tusooa ZhuAllow user to register with custom language
2022-06-29 Tusooa ZhuAllow update_credentials to update User.language
2022-06-29 Tusooa ZhuSend emails i18n'd using backend-stored user language
2022-06-29 Tusooa ZhuMake all emails translatable
2022-06-29 Tusooa ZhuFix digest test
2022-06-29 Tusooa ZhuMake mail and mailer translatable
2022-06-29 Tusooa ZhuMake static fe translatable
2022-06-29 Tusooa ZhuFix tests
2022-06-29 Tusooa ZhuMake mfa pages translatable
2022-06-29 Tusooa ZhuMake oauth pages translatable
2022-06-29 Tusooa ZhuUse proper lang attributes in htmls
2022-06-29 Tusooa ZhuMake tag feed translatable
2022-06-29 Tusooa ZhuMake password reset pages translatable
2022-06-29 Tusooa ZhuMake lint happy
2022-06-29 Tusooa ZhuExtract translatable text
2022-06-29 Tusooa ZhuMake remote follow pages translatable
2022-06-29 Tusooa ZhuPrefer userLanguage cookie over Accept-Language header...
2022-06-29 IljaAfter code review
2022-06-29 IljaDelete report notifs when demoting from superuser
2022-06-29 Haelwenn (lanodan... mix: Check .git presence
2022-06-29 IljaFix test get_user_apps/1
2022-06-29 Sam TherapyAdd unicode 14 support
2022-06-29 floatingghostAdd visibility check in context path (#26)
2022-06-27 floatingghostMerge pull request 'Purge gopher frontend' (#24) from...
2022-06-27 FloatingGhostPurge gopher frontend
2022-06-27 floatingghostPurge SSH frontend (#23)
2022-06-25 floatingghostMerge pull request 'Allow for embedding object data...
2022-06-25 FloatingGhostRemove debug prints
2022-06-25 FloatingGhostAllow for embedding object data in publish
2022-06-25 floatingghostMerge pull request 'emoji reaction standardisation...
2022-06-25 FloatingGhostupdate api spec for custom emoji reaction
2022-06-25 FloatingGhostBugfix: standardise scheme for emoji reactions
2022-06-22 FloatingGhostmix format
2022-06-22 FloatingGhostupdate changelog
2022-06-22 FloatingGhostensure local statuses are not visible remotely
2022-06-22 FloatingGhostcheck for local_public? on AP route
2022-06-22 FloatingGhostcherry-pick security from upstream
2022-06-21 FloatingGhostMerge branch 'develop' of akkoma.dev:AkkomaGang/akkoma...
2022-06-21 FloatingGhostupdate changelog
2022-06-17 floatingghostMerge pull request 'Use mediaproxy for emoji notificati...
2022-06-17 sn0wUse mediaproxy for emoji notifications if enabled
2022-06-15 FloatingGhostformat everything
2022-06-15 FloatingGhostupdate pleroma-fe url
next