Merge branch 'develop' into feature/polls-2-electric-boogalo
[akkoma] / lib / pleroma / web /
2019-06-03 rinpatchMerge branch 'develop' into feature/polls-2-electric...
2019-06-03 rinpatchChange query order in fetch_activities_for_context_quer...
2019-06-02 rinpatchRemove a TODO comment as the tests for poll view were...
2019-06-02 rinpatchMake error message about author's inability to vote...
2019-06-02 rinpatchRefresh the object in CommonAPI.vote instead of MastoAP...
2019-06-02 kaniiniMerge branch 'feature/notification-control-part-2'...
2019-06-01 rinpatchMastodon API: Refresh the object before rendering it...
2019-06-01 rinpatchMastodon API: actually check for poll votes
2019-06-01 rinpatchResolve merge conflicts
2019-06-01 rinpatchAdd poll votes
2019-06-01 kaniiniMerge branch 'bugfix/visibility-indicator-litepub-dm...
2019-06-01 kaniiniMerge branch 'bugfix/remove-others-follower-collections...
2019-06-01 Sergey SuprunenkoRemove all follower collections but actor's from "cc"
2019-06-01 kaniiniMerge branch 'bugfix/remove-vanilla-flavour' into ...
2019-06-01 William Pitcockvisibility: if litepub:directMessage is asserted, alway...
2019-05-31 Haelwenn (lanodan... Remove now useless flavours switching
2019-05-31 Haelwenn (lanodan... mastodon_api_controller.ex: Remove vanilla from support...
2019-05-31 HaelwennMerge branch 'dokku' into 'develop'
2019-05-31 lambdaMerge branch 'hotfix/leaking-lists' into 'develop'
2019-05-31 rinpatchMastodon API: Fix lists leaking private posts
2019-05-31 rinpatchFix fix_explicit_addressing moving follower collection...
2019-05-30 feldMerge branch 'fix/ogp-missing-data' into 'develop'
2019-05-30 Sergey SuprunenkoReplace missing non-nullable Card attributes with empty...
2019-05-30 lambdaMerge branch 'use-pleroma-config' into 'develop'
2019-05-30 Egor KislitsynUse Pleroma.Config everywhere
2019-05-29 kaniiniMerge branch 'revert-57e58d26' into 'develop'
2019-05-29 kaniiniRevert "Merge branch 'feature/search-authenticated...
2019-05-29 lambdaMerge branch 'fix/mastodon-search-limit' into 'develop'
2019-05-29 Mark FelderDefault search limit should be 40
2019-05-29 kaniiniMerge branch 'feature/search-authenticated-only' into...
2019-05-29 William Pitcockrouter: require oauth_read for searching
2019-05-26 lambdaMerge branch 'refactor/die-httpoison-die' into 'develop'
2019-05-26 kaniiniMerge branch 'fix/mrf-simple' into 'develop'
2019-05-26 William Pitcockmrf: simple policy: fix matching imported activitypub...
2019-05-25 William Pitcocktwitter api: user view: expose user notification settin...
2019-05-25 William Pitcockremove @websub and @ostatus module-level constants
2019-05-25 William Pitcockkill @httpoison
2019-05-25 kaniiniMerge branch 'fix/nodeinfo-unavailable-when-not-federat...
2019-05-25 Aaron TinioKeep nodeinfo available when not federating
2019-05-24 kaniiniMerge branch 'feature/static-headers' into 'develop'
2019-05-24 feldMove the Cache Control header test to its own file
2019-05-23 rinpatchChange the order of preloading when fetching activities...
2019-05-22 kaniiniMerge branch 'feature/mrf-user-filter' into 'develop'
2019-05-22 rinpatchFix credo issues
2019-05-22 kaniiniMerge branch 'ssh-fixes' into 'develop'
2019-05-22 William Pitcockmrf: simple policy: add the ability to strip avatars...
2019-05-22 William Pitcockactivitypub: run user objects through MRF filters
2019-05-22 William Pitcockmrf: defang policy modules for filtering user profile...
2019-05-22 rinpatchExclude Answers from fetching by default
2019-05-22 rinpatchNormalize poll votes to Answer objects
2019-05-22 lambdaMerge branch 'issue/699' into 'develop'
2019-05-22 Maksim[#699] add worker to clean expired oauth tokens
2019-05-22 lambdaMerge branch 'feature/object-pruning' into 'develop'
2019-05-22 lambdaMerge branch 'refactor/keys' into 'develop'
2019-05-22 William Pitcocksalmon: fix credo
2019-05-22 rinpatchMerge branch 'bugfix/account_view_source.note' into...
2019-05-22 Haelwenn (lanodan... MastoAPI AccountView: fill source.note with plaintext...
2019-05-22 kaniiniMerge branch 'mongooseim-support' into 'develop'
2019-05-22 kaniiniMerge branch 'fix/api-fallback' into 'develop'
2019-05-22 William Pitcockmove key generation functions into Pleroma.Keys module
2019-05-21 Aaron TinioRespond with a 404 Not implemented JSON error message
2019-05-21 rinpatchMastoAPI: Add GET /api/v1/polls/:id
2019-05-21 rinpatchAccept strings in expires_in because sasuga javascript
2019-05-21 rinpatchChange validation error status codes to be more appropriate
2019-05-21 rinpatchDo not stream out poll replies
2019-05-21 rinpatchRestrict poll replies when fetching activiites for...
2019-05-21 rinpatchActual vote count in poll view
2019-05-21 rinpatchFix posting non-polls from mastofe
2019-05-21 rinpatchHandle poll votes
2019-05-21 rinpatchEnforce poll limits and add error handling for Mastodon...
2019-05-21 rinpatchAdd poll limits to /api/v1/instance and initial state
2019-05-21 kaniiniMerge branch 'fix/prometheus-ecto-error-when-not-config...
2019-05-20 kaniiniMerge branch 'refactor/add-virtual-thread-muted-field...
2019-05-20 kaniiniMerge branch 'feature/user-configurable-mascot' into...
2019-05-20 Aaron TinioAdd virtual :thread_muted? field
2019-05-20 SadposterMove default mascot configuration to `config/`
2019-05-20 SadposterAdd mascot get/set tests
2019-05-20 SadposterAdd API endpoints for a custom user mascot
2019-05-19 kaniiniMerge branch 'feature/mrf-simple-report-filtering'...
2019-05-19 Aaron TinioAdd report filtering to MRF.SimplePolicy
2019-05-19 rinpatchRestrict poll replies from fetch queries by default
2019-05-19 rinpatchRemove tags/mentions/rich text from poll options becaus...
2019-05-18 rinpatchResolve merge conflicts and remove IO.inspects
2019-05-18 rinpatchMastodon API: Add support for posting polls
2019-05-18 rinpatchMerge branch 'feature/mrf-always-nsfw' into 'develop'
2019-05-17 William Pitcockadd Changelog entry
2019-05-17 William Pitcockalso suppress link previews from posts marked #nsfw
2019-05-17 William Pitcockrich media: suppress link previews if post is marked...
2019-05-17 William Pitcockmrf: simple policy: mark all posts instead of posts...
2019-05-17 rinpatchMerge branch 'rum-index' into 'develop'
2019-05-17 lainLinting.
2019-05-17 lainMongooseIM: Add basic integration endpoints.
2019-05-17 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2019-05-17 lambdaMerge branch 'ecto_sql_update' into 'develop'
2019-05-17 lambdaMerge branch 'update-tzdata' into 'develop'
2019-05-17 lambdaMerge branch 'bugfix/903-mastoapi-relationship-requeste...
2019-05-17 lambdaUpdate account_view.ex
2019-05-17 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2019-05-17 rinpatchRender polls in statuses
2019-05-17 rinpatchMerge branch 'fix/902-random-compile-failing' into...
next