Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-23 | Merge branch 'mute-expiration' into 'develop' | tusooa | |
MastoAPI: Show mutes expiration date See merge request pleroma/pleroma!3682 | |||
2022-07-16 | Use :utc_datetime | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-04 | Merge branch 'from/upstream-develop/tusooa/report-too-long' into 'develop' | Haelwenn | |
Fix long report notes giving errors on creation See merge request pleroma/pleroma!3679 | |||
2022-07-03 | Merge branch 'indexing-hotspots' into 'develop' | Haelwenn | |
Add index hotspots See merge request pleroma/pleroma!3664 | |||
2022-07-03 | Merge branch 'image_description_from_exif_data' into 'develop' | Haelwenn | |
Use EXIF data of image for image description See merge request pleroma/pleroma!3535 | |||
2022-07-03 | Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' | Haelwenn | |
Server announcements (1st pass) See merge request pleroma/pleroma!3643 | |||
2022-07-01 | Migration failed when no value for Pleroma.Upload was set | Ilja | |
2022-07-01 | Migration for exiftool filter | Ilja | |
Rename to Exiftool.StripLocation | |||
2022-06-16 | Store mutes expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-06-02 | Fix long report notes giving errors on creation | Tusooa Zhu | |
2022-05-06 | Add index hotspots | Pete | |
squash | |||
2022-03-20 | Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' | Haelwenn | |
Translate backend-rendered pages See merge request pleroma/pleroma!3634 | |||
2022-03-08 | Format announcements into html | Tusooa Zhu | |
2022-03-08 | Implement visibility filtering for announcements | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-03-01 | Send emails i18n'd using backend-stored user language | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-25 | Birthdays: users_birthday_month_day_index | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Create index for `show_birthday` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-29 | `mix format` | Ivan Tashkinov | |
2021-12-29 | Added index on [:target_id, :relationship_type] to :user_relationships ↵ | Ivan Tashkinov | |
(speeds up `Notification.exclude_blockers/_`). | |||
2021-12-27 | Apps: add user_id index | Alex Gleason | |
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-25 | Merge branch 'account-notes' into 'develop' | Alex Gleason | |
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540 | |||
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 | |||
2021-11-29 | Force pinned_objects to be empty, not null | NEETzsche | |
2021-11-26 | v2 Suggestions: add index on is_suggested column | Alex Gleason | |
2021-11-26 | v2 Suggestions: rudimentary API response | Alex Gleason | |
2021-11-21 | Lint | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | MastoAPI: Add user notes on accounts | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-09-07 | Merge branch 'remove/mastofe' into 'develop' | Haelwenn | |
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 | |||
2021-08-25 | GET /api/v1/apps endpoint | Sean King | |
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Add database migrations | Ilja | |
* SimplePolicy * quarentine * transparency_exclusions | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-07-10 | Merge develop branch upstream | Sean King | |
2021-06-07 | Merge branch 'develop' into 'fix/prune-hashtags' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-06-01 | Add RenameInstanceChat migration | Roman Chvanikov | |
2021-05-08 | migration: add on_delete: :delete_all to hashtags object_id fk | faried nawaz | |
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-04-15 | Remove MastoFE settings from users table | Sean King | |
2021-04-01 | Enforce user.notification_settings is NOT NULL | Mark Felder | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins |