aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-08-19relay fix for admin-feAlexander Strizhakov
2020-08-19added Pleroma.Web.PleromaAPI.EmojiFileControllerMaksim Pechnikov
2020-08-19Pipeline Ingestion: Audio (Part 2)Haelwenn (lanodan) Monnier
2020-08-18Merge branch '2064-image-blanking' into 'develop'Haelwenn
Resolve "Make default image description blank" Closes #2064 See merge request pleroma/pleroma!2899
2020-08-18[#2497] Added video preview proxy. Switched from exexec to Port.Ivan Tashkinov
2020-08-18Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
2168-media-preview-proxy
2020-08-18Transmogrifier Test: Extract audio tests.lain
2020-08-18Pleroma.Upload: Set default upload name / description based on config.lain
2020-08-18Test that `POST /api/pleroma/delete_account` purges the userAlex Gleason
2020-08-18Test purging a user with User.delete/1Alex Gleason
2020-08-17Also purge bio and display nameAlex Gleason
2020-08-17Purge a local user upon deletion, fixes #2062Alex Gleason
2020-08-17Merge branch 'issue/1936' into 'develop'lain
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873
2020-08-17Make notifications about new statuses from muted threads readSergey Suprunenko
2020-08-16fix search media proxy urlsMaksim Pechnikov
2020-08-15[#2046] Added test for pleroma/restrict_unauthenticated defaults on private ↵Ivan Tashkinov
instance. Updated docs and changelog.
2020-08-15Mark notifications about statuses from muted users as read automaticallySergey Suprunenko
2020-08-14[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance ↵Ivan Tashkinov
privacy setting (i.e. restrict on private instances only by default).
2020-08-13Merge branch 'fix/activity-expirations-again' into 'develop'feld
Fix activity expirations again See merge request pleroma/pleroma!2866
2020-08-13Merge branch 'reject' into 'develop'Haelwenn
Move Accepts and Rejects to the Pipeline See merge request pleroma/pleroma!2878
2020-08-13Merge branch '1152-deletion' into 'develop'lain
User deletion issue exploration See merge request pleroma/pleroma!2879
2020-08-13Merge branch 'develop' into issue/1936Maksim Pechnikov
2020-08-12don't load pinned activities in due_expirationsAlexander Strizhakov
2020-08-12Merge branch 'feature/update-welcome-setting-in-description' into 'develop'feld
Update :welcome settings in description.exs Closes #2024 See merge request pleroma/pleroma!2843
2020-08-12AdminApiControllerTest: Add test that `deleted` users get deactivated.lain
2020-08-12Transmogrifier: Move Rejects to the Pipelinelain
2020-08-12Transmogrifier Tests: Extract rejections.lain
2020-08-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rejectlain
2020-08-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
fix/activity-expirations-again
2020-08-11Transmogrifier: Handle accepts with the pipelinelain
2020-08-11Transmogrifier Test: Remove mastodon hack test.lain
2020-08-11Linter fixes.lain
2020-08-11Transmogrifier: Remove handling of orphaned acceptslain
This was a Mastodon 2.3 issue and has been fixed for a long time. According to fediverse.networks, less than one percent of servers still run a version this old or older.
2020-08-11AcceptValidation: Codify accept rules.lain
2020-08-11AcceptValidator: Add basic validator with tests.lain
2020-08-11Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
2168-media-preview-proxy # Conflicts: # config/config.exs # mix.lock
2020-08-11Transmogrifier: Small readability changes.lain
2020-08-11Transmogrifier Tests: Extract Accept handlinglain
2020-08-11Merge branch '204-fix' into 'develop'lain
Fix 500 errors when returning :no_content, fixes #2029 Closes #2029 See merge request pleroma/pleroma!2856
2020-08-11Apply 1 suggestion(s) to 1 file(s)lain
2020-08-11Merge branch 'fix/activity-expirations-again' of ↵lain
git.pleroma.social:pleroma/pleroma into fix/activity-expirations-again
2020-08-11SideEffects: Handle strange deletion case.lain
2020-08-11added paginate+search for admin/MediaProxy URLsMaksim Pechnikov
2020-08-10Merge branch 'admin-active-filter' into 'develop'feld
Admin API: Filter out unapproved users when the `active` filter is on Closes #2037 See merge request pleroma/pleroma!2872
2020-08-10Admin API: Filter out unapproved users when the `active` filter is onEgor Kislitsyn
2020-08-10Revert "Merge branch 'issue/1023' into 'develop'"lain
This reverts merge request !2763
2020-08-10AccountController: Build the correct update activity.lain
Will fix federation issues.
2020-08-09Merge branch 'develop' into 'feat/floki-fast-html-2'lain
# Conflicts: # config/config.exs
2020-08-08Add mix task to add expiration to all local statusesEgor Kislitsyn
2020-08-07Merge branch 'develop' into fix/ldap-auth-issuesMark Felder