akkoma
2020-07-15 rinpatchConnection pool: check that there actually is a result
2020-07-15 rinpatchConnection Pool: don't enforce pool limits if no new...
2020-07-15 rinpatchRefactor gun pooling and simplify adapter option insertion
2020-07-15 Haelwenn (lanodan... Create Question: Add context field to create
2020-07-15 Haelwenn (lanodan... Question: Add tests on HTML tags in options
2020-07-15 Haelwenn (lanodan... {Answer,Question}Validator: Keep both actor and attribu...
2020-07-15 Haelwenn (lanodan... Fix attachments in polls
2020-07-15 lainMerge branch 'tests/apc2s-update_outbox' into 'develop'
2020-07-15 Haelwenn (lanodan... Fixup for EctoType module move
2020-07-15 Haelwenn (lanodan... QuestionValidator: Use AttachmentValidator
2020-07-15 Haelwenn (lanodan... CreateGenericValidator: add expires_at
2020-07-15 Haelwenn (lanodan... transmogrifier tests: Move & enhance in specialised...
2020-07-15 Haelwenn (lanodan... SideEffects: port ones from ActivityPub.do_create and...
2020-07-15 Haelwenn (lanodan... question_validator: remove conversation field
2020-07-15 Haelwenn (lanodan... question_validator: fix for mastodon poll expiration
2020-07-15 Haelwenn (lanodan... create_question_validator: remove validate_recipients_match
2020-07-15 Haelwenn (lanodan... fetcher: Reinject Question through validator
2020-07-15 Haelwenn (lanodan... fetcher: more descriptive variable names
2020-07-15 Haelwenn (lanodan... Fix multiple-choice poll detection
2020-07-15 Haelwenn (lanodan... transmogrifier_test: test date, anyOf and oneOf completely
2020-07-15 Haelwenn (lanodan... QuestionOptionsValidator: inline schema for replies
2020-07-15 Haelwenn (lanodan... AnswerValidator: Create
2020-07-15 Haelwenn (lanodan... QuestionValidator: Create
2020-07-15 Haelwenn (lanodan... AP C2S tests: Make sure you can't use another user...
2020-07-15 Alex GleasonEmail admins when a new unapproved account is up for...
2020-07-14 Alex GleasonMerge remote-tracking branch 'upstream/develop' into...
2020-07-14 Alex GleasonAdd :approval_pending to User @type account_status
2020-07-14 Alex GleasonUpdate CHANGELOG.md
2020-07-14 Alex GleasonTest User with confirmation_pending: true, approval_pen...
2020-07-14 Alex GleasonAdminAPI: Add `PATCH /api/pleroma/admin/users/approve...
2020-07-14 Alex GleasonAdminAPI: Filter users by `need_approval`
2020-07-14 Alex GleasonAdminAPI: Return `approval_pending` with users
2020-07-14 Maksim PechnikovInclude port in host for signatures
2020-07-14 Mark FelderLint and fix test to match new log message
2020-07-14 Mark FelderImprove error messages
2020-07-14 Alex GleasonAdminAPI: Return `registration_reason` with users
2020-07-14 feldMerge branch 'feature/1922-media-proxy-whitelist' into...
2020-07-14 feldMerge branch 'fix/scrubber-recompile-warnings-as-errors...
2020-07-14 feldMerge branch '1940-admin-token-oauthless-auth' into...
2020-07-14 Ivan Tashkinov[#1940] Added `admin_token` param (as `admin_api_params...
2020-07-14 Mark FelderClarify description and suggestion
2020-07-14 feldMerge branch '1916-transmogrifier-skipping-oddities...
2020-07-14 rinpatchMerge branch 'fix/oban-2.0-in-db-config' into 'develop'
2020-07-14 rinpatchFix in-db configuration in dev environment
2020-07-14 rinpatchMigrate in-db config after updating to Oban 2.0
2020-07-14 Haelwenn (lanodan... MRF Policies: Return a {:reject, reason} instead of...
2020-07-14 Ivan Tashkinov[#1940] Applied rate limit for requests with bad `admin...
2020-07-19 Ivan Tashkinov[#1940] Reinstated OAuth-less `admin_token` authenticat...
2020-07-14 Maksim Pechnikovadded generated `pleroma.env`
2020-07-14 Alex GleasonAccept `reason` in POST /api/v1/accounts and store...
2020-07-13 =Transmogrifier: filtering weirdness in address fields
2020-07-13 Mark FelderMerge branch 'develop' into refactor/notification_settings
2020-07-13 feldMerge branch 'config-behaviours-runtime' into 'develop'
2020-07-13 feldMerge branch 'features/profile-fields-emojo' into ...
2020-07-13 feldMerge branch 'chore/improve-database-config-docs' into...
2020-07-13 feldMerge branch 'fix/mediaproxy-cache-settings-types'...
2020-07-13 Mark FelderLint
2020-07-13 Mark FelderShow examples for both OTP and source
2020-07-13 Mark FelderPick up env for both source and OTP installs
2020-07-13 Haelwenn (lanodan... Use Logger.info for {:reject, reason}
2020-07-13 Haelwenn (lanodan... Transmogrifier.fix_in_reply_to/2: Use warn for non...
2020-07-13 HaelwennMerge branch '1937-renaming' into 'develop'
2020-07-13 Alex GleasonMake a user unapproved when registering with `account_a...
2020-07-13 Alex GleasonPrevent unapproved users from logging in
2020-07-13 Alex GleasonAdd `account_approval_required` instance setting
2020-07-13 Alex GleasonAdd `approval_pending` field to User
2020-07-12 Mark FelderStill allow passing the arg, but fallback to MIX_ENV
2020-07-12 Mark FelderMake the query more precise
2020-07-12 Mark FelderImprove database config migration and add documentation
2020-07-12 hrefConfig/Docs: Expand behaviour suggestions at runtime
2020-07-12 Alexander StrizhakovMediaProxy whitelist setting now supports hosts with...
2020-07-11 Angelina FilippovaUpdate types in MRF Keyword group
2020-07-11 Roman ChvanikovCheck if mogrify available before calling it
2020-07-11 Roman ChvanikovRemove Logger requirement
2020-07-11 Roman ChvanikovError in Filter.Exiftool if exiftool not found
2020-07-11 Roman ChvanikovOne can not simply call application modules from mix.exs
2020-07-11 Roman ChvanikovAdd Pleroma.Utils.command_available?/1 and use where...
2020-07-11 lainMerge branch 'feature/upload-filter-exiftool' into...
2020-07-11 lainMerge branch 'patch-3' into 'develop'
2020-07-11 Alibek Omarovdocs: API: fix update_credentials endpoints path, clari...
2020-07-11 Maksim Pechnikovfix reset confirmation email in admin section
2020-07-11 Angelina FilippovaRemove :regex from types
2020-07-11 Angelina FilippovaUpdate types for :params, :match_actor and :replace...
2020-07-10 Mark FelderRemove unused @types
2020-07-10 Mark FelderAdd a moduledoc
2020-07-10 Mark FelderSupport Exiftool for stripping EXIF data
2020-07-10 feldMerge branch 'issue/1790-updated-oban' into 'develop'
2020-07-10 feldMerge branch 'fix/1924-s3-descriptions' into 'develop'
2020-07-10 feldMerge branch 'chore/should-document-that' into 'develop'
2020-07-10 Mark FelderMerge branch 'develop' into issue/1790-updated-oban
2020-07-10 Mark FelderSwitch to the official Oban 2.0.0 release
2020-07-10 Mark FelderProbably worth documenting the MediaProxy fix
2020-07-10 feldMerge branch 'proxy-range-and-chunk' into 'develop'
2020-07-10 Mark FelderCredo line length complaint
2020-07-10 hrefReverseProxy: Streaming and disable encoding if Range
2020-07-10 lainActivityPub: Don't rename a clashing nickname with...
2020-07-10 lainMerge branch 'chat-federation-information' into 'develop'
2020-07-10 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2020-07-10 lainMerge branch 'bump-fe-2020-07-10' into 'develop'
2020-07-10 lainUpdate frontend
next