aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-15Fix CHANGELOG entryMaxim Filippov
2019-08-15Do not check if actor is active when deleting a userMaxim Filippov
2019-08-14Merge branch 'fix/stats-send-after' into 'develop'rinpatch
Collect stats immediately after init See merge request pleroma/pleroma!1574
2019-08-15Collect stats immediately after initrinpatch
2019-08-15Cache follow staterinpatch
2019-08-15Add a task to benchmark timeline renderingrinpatch
2019-08-14html.ex: Allow sub and sup elements by defaultHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1191
2019-08-14Merge branch 'misc-otp-issues' into 'develop'rinpatch
Misc OTP issues See merge request pleroma/pleroma!1567
2019-08-14Merge branch 'fix/http-signatures-post' into 'develop'rinpatch
activitypub: publisher: add (request-target) to http signature when POSTing See merge request pleroma/pleroma!1569
2019-08-14Apply suggestion to lib/pleroma/web/activity_pub/publisher.exkaniini
2019-08-14Merge branch 'fix/mrf-describe-keyword-lists' into 'develop'rinpatch
MRF: fix up unserializable option lists in describe implementations See merge request pleroma/pleroma!1568
2019-08-14activitypub: publisher: add (request-target) to http signature when POSTingAriadne Conill
2019-08-14MRF: fix up unserializable option lists in describe implementationsAriadne Conill
2019-08-14fix formattingstwf
2019-08-14Implement Pleroma.Stats as GenServerstwf
2019-08-14streamline Streamer pingsstwf
2019-08-14Isolate OAuth.Token.CleanWorkerstwf
2019-08-14use default child_specsstwf
2019-08-14Merge branch 'fix/revert-tzdata-1.8' into 'develop'lain
Switch to pre-1.8 version of tzdata. Closes #1183 See merge request pleroma/pleroma!1566
2019-08-14Conversations: Load relations in one query.lain
2019-08-14Switch to pre-1.8 version of tzdata.rinpatch
tzdata 1.0.0 requires Elixir 1.8.0, but we target 1.7. Fortunately tzdata issues bugfix releases for pre-1.8.0 version.
2019-08-14Fix compatibility with Elixir 1.8Egor Kislitsyn
2019-08-14Conversation: Render new participation on update.lain
2019-08-14Conversations: Use correct oauth paths for extended api.lain
2019-08-14Improve digest email templateEgor Kislitsyn
2019-08-14Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-14Increase max account fields limitsEgor Kislitsyn
2019-08-14Limit custom fields for old remote usersEgor Kislitsyn
2019-08-14Add `:max_remote_account_fields` config optionEgor Kislitsyn
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Add configurable account field name length limitEgor Kislitsyn
2019-08-14Add configurable account field value length limitEgor Kislitsyn
2019-08-14Linkify custom fields values in ActivityPub.UserViewxEgor Kislitsyn
2019-08-14Support user attachment update in TransmogrifierEgor Kislitsyn
2019-08-14Apply suggestion to CHANGELOG.mdEgor
2019-08-14Add profile custom fields to ActivityPub.UserViewEgor Kislitsyn
2019-08-14Add custom fields to TwitterAPI.UserViewEgor Kislitsyn
2019-08-14Update CHANGELOGEgor Kislitsyn
2019-08-14Fix testsEgor Kislitsyn
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-14Merge branch 'backport/describe-api-changelog' into 'develop'rinpatch
Backport the describe API changelog entry to develop See merge request pleroma/pleroma!1564
2019-08-14update changelog to cover MRF describe API.Ariadne Conill
2019-08-14Merge branch 'preload-user-timelines' into 'develop'kaniini
Preload thread mutes/bookmarks in user_statuses See merge request pleroma/pleroma!1563
2019-08-14Merge branch 'get-context-optimizations' into 'develop'kaniini
Preload thread mutes/bookmarks in get_context See merge request pleroma/pleroma!1562
2019-08-14Preload thread mutes/bookmarks in user_statusesrinpatch
2019-08-14Preload thread mutes/bookmarks in get_contextrinpatch
Also removes filtering for creates (was done on the database side already) and filtering for the requested activity (moved to the database side) from application side.
2019-08-13Merge branch 'feature/mrf-vocabulary' into 'develop'rinpatch
MRF Vocabulary See merge request pleroma/pleroma!1559
2019-08-13Merge branch 'feature/mrf-describe' into 'develop'kaniini
MRF describe API See merge request pleroma/pleroma!1561
2019-08-13docs tweakAriadne Conill
2019-08-13Merge branch 'length-limit-bio' into 'develop'rinpatch
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515