akkoma
2020-07-17 Alex GleasonOpenAPI: Add :id to follower/following endpoints, fixes...
2020-07-17 Alex GleasonTest that unapproved users can never log in regardless...
2020-07-17 Alex GleasonFully delete users with status :approval_pending
2020-07-17 HaelwennMerge branch 'feature/expose-post-formats' into 'develop'
2020-07-17 Mark FelderExpose the post formats in /api/v1/instance
2020-07-17 Alexander Strizhakovusing atom keys in search params
2020-07-17 feldMerge branch 'feature/totp-input-improvements' into...
2020-07-17 Mark FelderTOTP length is configurable, so we can't hardcode this...
2020-07-17 rinpatchMerge branch 'chore/issue-template-remove-tasks' into...
2020-07-17 rinpatchBug issue template: remove choice in "Installation...
2020-07-17 Alex GleasonSanitize `reason` param in POST /api/v1/accounts
2020-07-16 Alex GleasonMigrate :auto_linker --> Pleroma.Formatter in ConfigDB
2020-07-16 Alex GleasonFormatter: Test link with local mention
2020-07-16 Alex GleasonUse updated Linkify from git
2020-07-16 Alex Gleasondescription.exs typofixes
2020-07-16 Alex GleasonMerge remote-tracking branch 'upstream/develop' into...
2020-07-16 Mark FelderImprove TOTP token and recovery input fields in OAuth...
2020-07-16 Maksim Pechnikovfix docs
2020-07-16 MaksimApply 1 suggestion(s) to 1 file(s)
2020-07-16 MaksimApply 1 suggestion(s) to 1 file(s)
2020-07-16 Maksim PechnikovMerge branch 'develop' into issue/1023
2020-07-16 Maksim Pechnikovupdate task messages
2020-07-15 feldMerge branch 'refactor/gun-pool-registry' into 'develop'
2020-07-15 Alex GleasonSquash User approval migrations
2020-07-15 Alex GleasonUse `approval_required` in /api/v1/instance
2020-07-15 Mark FelderMerge branch 'develop' into refactor/gun-pool-registry
2020-07-15 feldMerge branch 'refactor/notification_settings' into...
2020-07-15 Mark FelderUpdate FE bundle
2020-07-15 Mark FelderMerge branch 'develop' into refactor/notification_settings
2020-07-15 rinpatchMerge branch 'features/mrf-reasons' into 'develop'
2020-07-15 rinpatchMerge branch 'fix/oban-pruning' into 'develop'
2020-07-15 feldMerge branch 'issue/sign-authority' into 'develop'
2020-07-15 Haelwenn (lanodan... MastoAPI: fix & test giving MRF reject reasons
2020-07-15 rinpatchBring back oban job pruning
2020-07-15 rinpatchConnectionPool.Worker: do not stop with an error when...
2020-07-15 Maksim PechnikovMerge branch 'develop' into issue/sign-authority
2020-07-15 hrefSet a default timeout for Gun adapter timeout
2020-07-15 hrefDon't test tls_options in adapter helper test.
2020-07-15 hrefhost is now useless
2020-07-15 hrefSimplify TLS opts
2020-07-15 hrefGo back to upstream Tesla
2020-07-15 hrefBump gun
2020-07-15 hrefparentheses...
2020-07-15 hrefFix race in enforcer/reclaimer start
2020-07-15 hrefEnsure connections error get known by the caller
2020-07-15 hrefConnectionPool.Worker: Open gun conn in continue instea...
2020-07-15 rinpatchconfig.exs: set gun retries to 0
2020-07-15 rinpatchConnection Pool: fix LRFU implementation to not actuall...
2020-07-15 rinpatchRequest limiter setup: consider {:error, :existing...
2020-07-15 rinpatchFollowRedirects: Unconditionally release the connection...
2020-07-15 rinpatchconfig.exs: make gun the default again
2020-07-15 rinpatchGun adapter helper: fix wildcard cert issues on OTP 23
2020-07-15 rinpatchAdd documentation for new connection pool settings...
2020-07-15 rinpatchUse erlang monotonic time for CRF calculation
2020-07-15 rinpatchAdapter Helper: Use built-in ip address type
2020-07-15 rinpatchConnection Pool: add tests
2020-07-15 rinpatchRemove tests for old pool
2020-07-15 rinpatchHTTP: Implement max request limits
2020-07-15 rinpatchUse a custom pool-aware FollowRedirects middleware
2020-07-15 rinpatchConnection pool: fix connections being supervised by...
2020-07-15 rinpatchConnection pool: Add client death tracking
2020-07-15 rinpatchConnection pool: Fix a possible infinite recursion...
2020-07-15 rinpatchConnection pool: implement logging and telemetry events
2020-07-15 rinpatchConnection Pool: register workers using :via
2020-07-15 rinpatchConnection pool: Fix race conditions in limit enforcement
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
next