aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-01-21Ability to set the Service-Worker-Allowed headereugenijm
2021-01-21Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md
2021-01-21changed naming in changelogAlexander Strizhakov
2021-01-21Document ConcurrentLimiter for RichMedia and MediaProxyMark Felder
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-19Add Reblog fix to CHANGELOGEgor Kislitsyn
2021-01-19Merge branch 'stable' into mergeback/2.2.2rinpatch
2021-01-18Merge branch 'develop' into refactor/deactivated_user_fieldMark Felder
2021-01-18Document new is_approved attributeMark Felder
2021-01-18Merge branch 'refactor/confirmation_pending_user_field' into 'develop'feld
Change user.confirmation_pending field to user.is_confirmed See merge request pleroma/pleroma!3081
2021-01-18Document new is_confirmed attributeMark Felder
2021-01-18Keep *Breaking* at the topMark Felder
2021-01-18Changelog: Add list fix.Lain Soykaf
2021-01-18CHANGELOG.md: Finalize 2.2.2 changelogrinpatch
2021-01-18Merge branch 'fix/missing_emoji_steal_dir' into 'develop'lain
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218
2021-01-17CHANGELOG.md: Remove wrong entries from Unreleased(patch)rinpatch
Webpush changes are under 2.3.0 milestone and therefore should be under Unreleased section The emoji reaction change was introduced in 2.2.1
2021-01-16[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance ↵Ivan Tashkinov
optimization (auto switch to non-aggregate join strategy when efficient).
2021-01-15Remove toggle_activationMark Felder
2021-01-12Document deprecationMark Felder
2021-01-08Merge branch 'fix/missing_emoji_steal_dir' into 'develop'lain
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218
2021-01-06Oopsie whoopsie fix changelogAlex Gleason
2021-01-06Merge remote-tracking branch 'upstream/develop' into block-behaviorAlex Gleason
2021-01-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
1526-account-aliases
2020-12-31Document reports ordering changeMark Felder
2020-12-30Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
This reverts merge request !2824
2020-12-28Merge branch 'features/hashtag-column' into 'develop'Haelwenn
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824
2020-12-27changelog entryAlexander Strizhakov
2020-12-23Update Linkify to 0.4.1Mark Felder
Fixes false positive detection of IPv4 addresses
2020-12-23Align changeloglain
2020-12-23Merge branch 'release/2.2.1' of git.pleroma.social:pleroma/pleroma into ↵lain
release/2.2.1
2020-12-23Update changeloglain
2020-12-23Apply 1 suggestion(s) to 1 file(s)lain
2020-12-22Mix: Update version.lain
2020-12-22Update changeloglain
2020-12-22Report fixes.lain
2020-12-22Mix: Update linkify to 0.4.1lain
2020-12-22Update changeloglain
2020-12-22Document fixing the pleroma.user delete_activities mix taskMark Felder
2020-12-22Document S3 and Elixir 1.11 compat fixMark Felder
2020-12-22pleroma.instance: Fix Exiftool module nameHaelwenn (lanodan) Monnier
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
Includes a new mix task: pleroma.database fill_old_hashtags
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-14changelogAlexander Strizhakov
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
2020-12-12Fixed Rich Media PreviewsMark Felder
2020-12-09Merge branch 'auth-improvements' into 'develop'lain
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112
2020-12-09Merge branch 'stream-follow-updates' into 'develop'lain
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183
2020-12-09Update CHANGELOGEgor Kislitsyn
2020-12-07[#3112] Changelog entry.Ivan Tashkinov