akkoma
2020-07-23 lainMerge branch 'bugfix/mrf-reject-logging' into 'develop'
2020-07-23 lainMerge branch 'issue/1878' into 'develop'
2020-07-23 lainMerge branch 'linkify' into 'develop'
2020-07-22 Alex GleasonUpdate linkify migration tests to use config from ConfigDB
2020-07-22 Alex GleasonMigration to fix malformed Pleroma.Formatter config
2020-07-22 Alex GleasonRefactor require_migration/1 into a test helper function
2020-07-22 Alex GleasonAdd AutolinkerToLinkify migration test
2020-07-22 Alex GleasonFix linkify ConfigDB migration
2020-07-22 lainMerge branch 'fix/pleroma-api-emoji-packs' into 'develop'
2020-07-22 lainMerge branch 'bugfix/limiter_git_url' into 'develop'
2020-07-22 Haelwenn (lanodan... mix.exs: Append .git to git repo URLs
2020-07-21 Mark FelderDocument the emoji packs API fix
2020-07-21 Mark FelderTest that Emoji Packs can be listed when instance is...
2020-07-21 Mark FelderSkip the correct plug
2020-07-21 lainRevert "Merge branch 'revert-2b5d9eb1' into 'develop'"
2020-07-21 lainMerge branch 'revert-2b5d9eb1' into 'develop'
2020-07-21 lainRevert "Merge branch 'linkify' into 'develop'"
2020-07-21 Mark FelderMerge branch 'develop' into fix/pleroma-api-emoji-packs
2020-07-21 lainMerge branch 'linkify' into 'develop'
2020-07-21 lainMerge branch 'gopher-fix' into 'develop'
2020-07-21 Alexander Strizhakovcopy tmp file if test depends on it
2020-07-20 Alex GleasonPleroma.Formatter can have partial updates
2020-07-20 Alex GleasonUpdate linkify to latest release
2020-07-20 HaelwennMerge branch 'patch-1' into 'develop'
2020-07-20 Dym Sohinfix markdown rendering withing <details>; typo parent...
2020-07-18 Alex GleasonTest angry face in formatter D:< #1968
2020-07-18 feldMerge branch 'fix/followredirects-hackney' into 'develop'
2020-07-18 hrefDon't enable Pleroma.HTTP.Middleware.FollowRedirects...
2020-07-18 KokaKiwiFix /api/pleroma/emoji/packs index endpoint.
2020-07-17 HaelwennMerge branch 'fix-1958' into 'develop'
2020-07-17 Alex GleasonOpenAPI: Add :id to follower/following endpoints, fixes...
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-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-15 feldMerge branch 'refactor/gun-pool-registry' into 'develop'
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 lainMerge branch 'tests/apc2s-update_outbox' into 'develop'
2020-07-15 Haelwenn (lanodan... AP C2S tests: Make sure you can't use another user...
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 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'
next