aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2020-09-03Federator: Add option do save failed activitiesmessage-debug-modelain
2020-09-03Merge branch 'bugfix/incoming-poll-emoji' into 'develop'lain
Fix emoji in Question, force generated context/context_id insertion Closes #1870 See merge request pleroma/pleroma!2915
2020-09-02Merge branch 'fix/2095-deactivated-account-reset' into 'develop'feld
Disallow password resets for deactivated accounts Closes #2095 See merge request pleroma/pleroma!2935
2020-09-02Merge branch 'bugfix/mastoapi-lists' into 'develop'lain
Fix removing an account from a list Closes #2103 See merge request pleroma/pleroma!2940
2020-09-02Disallow password resets for deactivated accounts.Mark Felder
Ensure all responses to password reset events are identical.
2020-09-02Rich media: Add failure trackingrinpatch
2020-09-01don't fail on url fetchAlexander Strizhakov
2020-09-01Fix removing an account from a listHaelwenn (lanodan) Monnier
Mastodon (Frontend) changed a different method for deletes, keeping old format as mastodon documentation is too loose
2020-09-01User table: ensure bio is always a stringrinpatch
Gets rid of '|| ""' in multiple places and fixes #2067
2020-09-01Add new Emoji Ecto.Type and fix emoji in QuestionHaelwenn (lanodan) Monnier
2020-08-28marks notifications as read after muteMaksim Pechnikov
2020-08-27Merge branch '2078-list-fixes' into 'develop'Haelwenn
Resolve "List timeline returns incorrectly assigned Account for replies and repeats" Closes #2070 and #2078 See merge request pleroma/pleroma!2923
2020-08-27ChatController: Don't die if the recipient is gone.lain
2020-08-26TimelineController: Keys are atoms now.lain
Closes #2078 Closes #2070
2020-08-25Merge branch 'feature/1952-read-muted-notifications' into 'develop'feld
Automatically mark notifications about statuses from muted users and threads as read Closes #1952 See merge request pleroma/pleroma!2893
2020-08-25Webfinger: Handle bogus ids better.lain
2020-08-24Merge branch 'relay-fix-admin-fe' into 'develop'feld
Relay fix for admin-fe See merge request pleroma/pleroma!2902
2020-08-21Merge branch 'features/validators-event' into 'develop'lain
Pipeline Ingestion: Event See merge request pleroma/pleroma!2909
2020-08-21adding actor type in user showAlexander Strizhakov
2020-08-20Pipeline Ingestion: EventHaelwenn (lanodan) Monnier
2020-08-19AudioHandlingTest: Make mock explicitlain
2020-08-19relay fix for admin-feAlexander Strizhakov
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-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-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-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-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