Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-30 | Remerge of hashtag following (#341) | floatingghost | |
this time with less idiot Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/341 Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-10-09 | Test the final refresh behavior of a PollWorker poll_end job | Mark Felder | |
2024-09-30 | Permit backdating the poll closed timestamp | Mark Felder | |
2024-08-12 | User Factory: include the nickname in the generated URLs | Mark Felder | |
2024-08-06 | Test Factory: ensure remote users have a valid inbox | Mark Felder | |
Without a valid inbox we can't generate the publish_one Oban jobs | |||
2024-06-08 | Render nice web push notifications for polls | Mark Felder | |
2023-12-16 | B ActivityPub.Publisher: Prioritize direct mentions | Lain Soykaf | |
2023-05-05 | User: Remove ap_enabled field | Haelwenn (lanodan) Monnier | |
2023-01-02 | Revert "Merge branch 'copyright-bump' into 'develop'" | lain | |
This reverts merge request !3825 | |||
2023-01-01 | Bump copyright year | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-09-11 | Use set of pregenerated RSA keys | FloatingGhost | |
Randomness is a huge resource sink, so let's just use a some that we made earlier | |||
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 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-06-08 | Return the corresponding object id in attachment view | Tusooa Zhu | |
2022-03-08 | Format announcements into html | Tusooa Zhu | |
2022-03-08 | Implement update announcement admin api | Tusooa Zhu | |
2022-03-08 | Add starts_at, ends_at and all_day parameters | 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-02-25 | Copyright bump for 2022 | 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 tests for setting `:instance, :quarantined_instances` | Ilja | |
No test was done for quarantined instances yet. I added a factory for followers_only notes and checked * That no followers only post is send when the target server is quarantined * That a followers only post is send when the target server is not quarantined | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-18 | Poll notification: trigger PollWorker through common_pipeline | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-06-03 | factory: Fix article_factory | Haelwenn (lanodan) Monnier | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
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 | |||
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-01 | list timeline filtration by params | Alexander Strizhakov | |
2021-01-26 | support for expires_in/expires_at in filters | Alexander Strizhakov | |
2021-01-14 | Pbkdf2: Use it everywhere. | Lain Soykaf | |
2021-01-13 | Password: Replace Pbkdf2 with Password. | lain | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-09-17 | User search respect discoverable flag | stwf | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-08-02 | Add ReportNote test | Alex Gleason | |
2020-08-02 | Factory: Add report_activity_factory | Alex Gleason | |
2020-07-06 | Restrict statuses that contain user's irreversible filters | Sergey Suprunenko | |
2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-16 | Mogrify args as custom tuples | Alexander Strizhakov | |
2020-06-06 | User: Add raw_bio, storing unformatted bio | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643 |