rinpatch
|
79bc4bcc3c
|
Merge branch 'stable' into mergeback/2.2.2
|
2021-01-19 12:59:24 +03:00 |
|
|
ab32ede102
|
Document new is_approved attribute
|
2021-01-18 12:07:37 -06:00 |
|
|
0ad6ea2057
|
Merge branch 'refactor/confirmation_pending_user_field' into 'develop'
Change user.confirmation_pending field to user.is_confirmed
See merge request pleroma/pleroma!3081
|
2021-01-18 17:54:42 +00:00 |
|
|
a9f9fb002c
|
Document new is_confirmed attribute
|
2021-01-18 11:31:07 -06:00 |
|
|
096e61fe93
|
Keep *Breaking* at the top
|
2021-01-18 11:30:06 -06:00 |
|
rinpatch
|
605f389038
|
CHANGELOG.md: Finalize 2.2.2 changelog
|
2021-01-18 17:08:26 +03:00 |
|
lain
|
3dc04b9aca
|
Merge branch 'fix/missing_emoji_steal_dir' into 'develop'
Create dir for EmojiStealPolicy automatically
See merge request pleroma/pleroma!3218
|
2021-01-18 15:28:19 +03:00 |
|
rinpatch
|
cbb1174cbd
|
CHANGELOG.md: Remove wrong entries from Unreleased(patch)
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-17 15:55:33 +03:00 |
|
lain
|
80167e62dd
|
Merge branch 'fix/missing_emoji_steal_dir' into 'develop'
Create dir for EmojiStealPolicy automatically
See merge request pleroma/pleroma!3218
|
2021-01-08 13:10:49 +00:00 |
|
lain
|
f0e6cff583
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1526-account-aliases
|
2021-01-05 12:42:30 +01:00 |
|
|
83d97ab98e
|
Document reports ordering change
|
2020-12-31 13:15:44 -06:00 |
|
Alex Gleason
|
cbce880076
|
Merge remote-tracking branch 'upstream/develop' into aliases
|
2020-12-30 17:10:02 -06:00 |
|
Haelwenn
|
3966add048
|
Revert "Merge branch 'features/hashtag-column' into 'develop'"
This reverts merge request !2824
|
2020-12-28 12:02:16 +00:00 |
|
Haelwenn
|
b122b6ffa3
|
Merge branch 'features/hashtag-column' into 'develop'
Insert text representation of hashtags into object["hashtags"]
See merge request pleroma/pleroma!2824
|
2020-12-28 10:14:58 +00:00 |
|
Alexander Strizhakov
|
546da68a11
|
changelog entry
|
2020-12-27 21:53:30 +03:00 |
|
|
5b838accc0
|
Update Linkify to 0.4.1
Fixes false positive detection of IPv4 addresses
|
2020-12-23 09:07:01 -06:00 |
|
lain
|
ae934659d1
|
Align changelog
|
2020-12-23 14:56:57 +01:00 |
|
lain
|
5ada38499b
|
Merge branch 'release/2.2.1' of git.pleroma.social:pleroma/pleroma into release/2.2.1
|
2020-12-23 11:40:34 +01:00 |
|
lain
|
322463e1bd
|
Update changelog
|
2020-12-23 11:39:19 +01:00 |
|
lain
|
463eec992a
|
Apply 1 suggestion(s) to 1 file(s)
|
2020-12-23 10:35:41 +00:00 |
|
lain
|
b988e9cc8b
|
Mix: Update version.
|
2020-12-22 22:11:02 +01:00 |
|
lain
|
a8ca282b4a
|
Update changelog
|
2020-12-22 21:54:31 +01:00 |
|
lain
|
d788b41c2e
|
Report fixes.
|
2020-12-22 21:32:11 +01:00 |
|
lain
|
0f527c9e02
|
Mix: Update linkify to 0.4.1
|
2020-12-22 21:22:48 +01:00 |
|
lain
|
66c75b0192
|
Update changelog
|
2020-12-22 21:05:12 +01:00 |
|
Mark Felder
|
42a386eb9f
|
Document fixing the pleroma.user delete_activities mix task
|
2020-12-22 20:51:24 +01:00 |
|
Mark Felder
|
93852f1b42
|
Document S3 and Elixir 1.11 compat fix
|
2020-12-22 20:48:56 +01:00 |
|
Haelwenn (lanodan) Monnier
|
aa848cbd75
|
pleroma.instance: Fix Exiftool module name
|
2020-12-22 20:48:19 +01:00 |
|
Haelwenn (lanodan) Monnier
|
acb03d591b
|
Insert text representation of hashtags into object["hashtags"]
Includes a new mix task: pleroma.database fill_old_hashtags
|
2020-12-22 05:15:34 +01:00 |
|
Alex Gleason
|
80891e83d8
|
Merge remote-tracking branch 'upstream/develop' into registration-workflow
|
2020-12-17 09:05:36 -06:00 |
|
Alexander Strizhakov
|
c37f78d1c8
|
changelog
|
2020-12-14 11:02:32 -06:00 |
|
Alexander Strizhakov
|
cebe3c7def
|
Fix for dropping posts/notifs in WS when mix task is executed
- 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-14 11:02:32 -06:00 |
|
Mark Felder
|
dfde4af0fd
|
Fixed Rich Media Previews
|
2020-12-12 13:23:51 -06:00 |
|
lain
|
477c6c8e55
|
Merge branch 'auth-improvements' into 'develop'
Cookie auth rework / Auth subsystem refactoring and tweaks
Closes pleroma/secteam/pleroma#3
See merge request pleroma/pleroma!3112
|
2020-12-09 15:55:45 +00:00 |
|
lain
|
1436a2fa2d
|
Merge branch 'stream-follow-updates' into 'develop'
Stream follow updates
Closes #2299
See merge request pleroma/pleroma!3183
|
2020-12-09 15:52:31 +00:00 |
|
Egor Kislitsyn
|
97068196a9
|
Update CHANGELOG
|
2020-12-09 19:40:40 +04:00 |
|
Ivan Tashkinov
|
36ce45a28c
|
[#3112] Changelog entry.
|
2020-12-07 21:50:32 +03:00 |
|
Ivan Tashkinov
|
c8e7ace812
|
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
# Conflicts:
# CHANGELOG.md
|
2020-12-07 21:45:04 +03:00 |
|
lain
|
ed76323776
|
Merge branch 'feature/configdb-mix-tasks' into 'develop'
Add mix tasks to give additional ConfigDB recovery and debugging options
See merge request pleroma/pleroma!3174
|
2020-12-07 18:06:06 +00:00 |
|
Ivan Tashkinov
|
a010c5b16a
|
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
|
2020-12-06 13:59:35 +03:00 |
|
Mark Felder
|
24673b6ca3
|
Add entry announcing new ConfigDB mix tasks
|
2020-12-05 08:44:02 -06:00 |
|
lain
|
9feb678ec8
|
Docs, Changelog: Add info about regional indicators
|
2020-12-03 16:18:35 +01:00 |
|
lain
|
a0aece3223
|
Changelog: Update changelog
|
2020-12-02 16:52:44 +01:00 |
|
Ivan Tashkinov
|
f1b07a2b2b
|
OAuth form user remembering feature. Local MastoFE login / logout fixes.
|
2020-11-28 21:51:06 +03:00 |
|
lain
|
f9a4cf2097
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch
|
2020-11-23 15:18:19 +01:00 |
|
Alex Gleason
|
4999efad3f
|
Update CHANGELOG.md: registration workflow
|
2020-11-21 10:24:45 -06:00 |
|
Alex Gleason
|
30ed7b502f
|
Merge remote-tracking branch 'upstream/develop' into registration-workflow
|
2020-11-21 10:23:53 -06:00 |
|
|
ecd1ef8cb5
|
Merge branch 'fix/2302-report-duplicates' into 'develop'
Fix for forwarded reports
Closes #2303 and #2302
See merge request pleroma/pleroma!3146
|
2020-11-20 18:40:15 +00:00 |
|
lain
|
cc52f03566
|
Changelog: Add info about search changes
|
2020-11-20 16:28:00 +01:00 |
|
Ivan Tashkinov
|
b27d8f7437
|
Merge remote-tracking branch 'remotes/origin/develop' into 2301-users-search-discoverability-fix
# Conflicts:
# CHANGELOG.md
|
2020-11-19 19:35:44 +03:00 |
|