Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | Merge branch 'fix/user-private-key-generation' into 'develop' | Haelwenn | |
User: generate private keys on user creation See merge request pleroma/pleroma!3737 | |||
2022-09-05 | Migrations: generate unset user keys | Hélène | |
User keys are now generated on user creation instead of "when needed", to prevent race conditions in federation and a few other issues. This migration will generate keys missing for local users. | |||
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/assoc-object-id' into 'develop' | Haelwenn | |
Add function to calculate associated object id Closes #2307 See merge request pleroma/pleroma!3692 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-08-20 | Update thread visibility function | Tusooa Zhu | |
2022-08-20 | Lint | Tusooa Zhu | |
2022-08-20 | Switch to associated_object_id index | Tusooa Zhu | |
2022-08-20 | Add function to calculate associated object id | Tusooa Zhu | |
2022-08-15 | Migrations: delete contexts with BaseMigrator | Hélène | |
Due to the lengthiness of this task, the migration has been adapted into a BaseMigrator migration, running in the background instead. | |||
2022-08-10 | Migrations: delete context objects | Hélène | |
These objects represent from 30 to 70% of the rows on the objects table, based on numbers from a few live instances (single-user, small, large.) As those pseudo-objects prevent creating objects with those actual IDs, deleting them is a better solution. This could have happened if an object used another object's ID as its context. | |||
2022-08-02 | Merge branch 'from/upstream-develop/tusooa/2871-fix-local-public' into 'develop' | Haelwenn | |
local only fixes Closes #2871 See merge request pleroma/pleroma!3660 | |||
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 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
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-05 | Create Update notifications | Tusooa Zhu | |
2022-06-02 | Fix long report notes giving errors on creation | Tusooa Zhu | |
2022-05-09 | Make lint happy | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-09 | Allow authenticated users to access local-only posts in MastoAPI | Tusooa Zhu | |
Ref: fix-local-public | |||
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> |