summaryrefslogtreecommitdiff
path: root/test/support/factory.ex
AgeCommit message (Collapse)Author
2024-12-30Remerge 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-09Test the final refresh behavior of a PollWorker poll_end jobMark Felder
2024-09-30Permit backdating the poll closed timestampMark Felder
2024-08-12User Factory: include the nickname in the generated URLsMark Felder
2024-08-06Test Factory: ensure remote users have a valid inboxMark Felder
Without a valid inbox we can't generate the publish_one Oban jobs
2024-06-08Render nice web push notifications for pollsMark Felder
2023-12-16B ActivityPub.Publisher: Prioritize direct mentionsLain Soykaf
2023-05-05User: Remove ap_enabled fieldHaelwenn (lanodan) Monnier
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-11Use set of pregenerated RSA keysFloatingGhost
Randomness is a huge resource sink, so let's just use a some that we made earlier
2022-09-05Merge branch 'fix/user-private-key-generation' into 'develop'Haelwenn
User: generate private keys on user creation See merge request pleroma/pleroma!3737
2022-09-05User: generate private keys on user creationHé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-03Merge branch 'develop' into 'from/upstream-develop/tusooa/edits'Tusooa Zhu
# Conflicts: # lib/pleroma/constants.ex
2022-06-08Return the corresponding object id in attachment viewTusooa Zhu
2022-03-08Format announcements into htmlTusooa Zhu
2022-03-08Implement update announcement admin apiTusooa Zhu
2022-03-08Add starts_at, ends_at and all_day parametersTusooa Zhu
2022-03-08Implement visibility filtering for announcementsTusooa Zhu
2022-03-08Implement first pass of announcement admin apiTusooa Zhu
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470
2022-02-25Copyright bump for 2022Sean King
2021-08-09Merge branch 'poll-notification' into 'develop'Haelwenn
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484
2021-08-06Add 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-18Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixesAlex Gleason
2021-07-18Poll notification: trigger PollWorker through common_pipelineAlex Gleason
2021-07-17MastodonAPI: Support poll notificationAlex Gleason
2021-06-03factory: Fix article_factoryHaelwenn (lanodan) Monnier
2021-03-25removeing corresponding add activityAlexander Strizhakov
2021-03-25refetch user on incoming add/remove activityAlexander Strizhakov
if featured_address is nil
2021-03-25Let pins federateAlexander 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-03Merge branch 'develop' into 'fix/2412-filters'feld
# Conflicts: # CHANGELOG.md
2021-02-01list timeline filtration by paramsAlexander Strizhakov
2021-01-26support for expires_in/expires_at in filtersAlexander Strizhakov
2021-01-14Pbkdf2: Use it everywhere.Lain Soykaf
2021-01-13Password: Replace Pbkdf2 with Password.lain
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
This reverts merge request !2824
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
Includes a new mix task: pleroma.database fill_old_hashtags
2020-11-19fix for forwarded reportsAlexander Strizhakov
2020-10-13Change user.discoverable field to user.is_discoverableMark Felder
2020-09-17User search respect discoverable flagstwf
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-08-02Add ReportNote testAlex Gleason
2020-08-02Factory: Add report_activity_factoryAlex Gleason
2020-07-06Restrict statuses that contain user's irreversible filtersSergey Suprunenko
2020-06-26MastoAPI: Show source field when deletingHaelwenn (lanodan) Monnier
2020-06-17Merge branch 'features/users-raw_bio' into 'develop'rinpatch
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326
2020-06-16Mogrify args as custom tuplesAlexander Strizhakov
2020-06-06User: Add raw_bio, storing unformatted bioHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/issues/1643