Commit Graph

2259 Commits (0733da3205caf1f014e4062cbebabba2760686aa)

Author SHA1 Message Date
rinpatch b312ca3d52 Mastodon API Poll view: Fix handling of polls without an end date
5 years ago
rinpatch 3face45467 Mastodon API: Add `pleroma.thread_muted` to Status entity
5 years ago
rinpatch c2b6c1b089 Extend `/api/pleroma/notifications/read` to mark multiple notifications
5 years ago
rinpatch cc1d1ee406 Mastdon API: Add ability to get a remote account by nickname to
5 years ago
Maxim Filippov b15cfd80ef Return "total" optionally
5 years ago
Maxim Filippov a4c5f71e93 Return total from pagination + tests
5 years ago
rinpatch 9cabc02864 Remove a useless import
5 years ago
rinpatch dbfcba85ec Add a changelog entry for twitterapi removal and fix credo issues
5 years ago
rinpatch 64410497d2 Remove TwitterAPI representers
5 years ago
rinpatch 985122cc03 Remove Activity, User and Notification views from TwitterAPI
5 years ago
rinpatch 90c2dae9a4 Remove most of Pleroma.Web.TwitterAPI.TwitterAPI
5 years ago
Haelwenn d9d7765383 Merge branch 'fix-osada-follow' into 'develop'
5 years ago
lain 66519f2100 Merge branch 'list-controller' into 'develop'
5 years ago
Maksim Pechnikov 00abe099cd added tests for ActivityPub.like\unlike
5 years ago
rinpatch eb1739c596 Remove most of TwitterAPIController
5 years ago
lain 3da65292b3 Transmogrifier: Fix follow handling when the actor is an object.
5 years ago
Maxim Filippov c338224c93 Fix sporadic test
5 years ago
Egor Kislitsyn 019ced0558 Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views
5 years ago
Egor Kislitsyn 30510ade0e Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests
5 years ago
Egor Kislitsyn 3b1b631c2a Add validation in Pleroma.List.create/2
5 years ago
kaniini 6dc24422dc Merge branch 'issue/1177' into 'develop'
5 years ago
Maxim Filippov 37dd3867bb Log admin/moderator actions
5 years ago
kaniini 503139b343 Merge branch 'fix-all-custom-fields-deleted' into 'develop'
5 years ago
kPherox d74efde94e
Update test for custom profile fields
5 years ago
lain 5e7098cf69 Merge branch 'bugfix/rel_me_missing_mocks' into 'develop'
5 years ago
Haelwenn (lanodan) Monnier 20c3f613d8
HttpRequestMock: Remove useless `error = error`
5 years ago
Haelwenn (lanodan) Monnier f3b1266273
user_test.exs: fix rel=me tests
5 years ago
Haelwenn (lanodan) Monnier 211e163770
Implement missing mocks for rel=me
5 years ago
Haelwenn (lanodan) Monnier e22737ffb5
HttpRequestMock: Improve non-implemented error message
5 years ago
Haelwenn (lanodan) Monnier 18668447d2
HttpRequestMock: Log mock errors as warnings
5 years ago
lain 90986667ce Merge branch 'admin-create-users' into 'develop'
5 years ago
lain efb8818e9e Activity Expiration: Switch to 'expires_in' system.
5 years ago
Maksim Pechnikov 654d291b6d update tests
5 years ago
lain cc6c0b4ba6 Merge remote-tracking branch 'origin/develop' into sixohsix/pleroma-post_expiration
5 years ago
Maksim Pechnikov 73bcbf4fa3 add tests
5 years ago
Maksim Pechnikov 399ca9133b fix test
5 years ago
Maksim Pechnikov f95b67c933 Merge branch 'develop' into issue/1177
5 years ago
Maksim Pechnikov 64bfb41c55 fixed unfollow for relay actor
5 years ago
Maksim Pechnikov 85bd8a4e31 fixed clear config after test
5 years ago
Ariadne Conill 76bb3572dd test: rich media: aws signed url: increase TTL delta check to 2 seconds from 1
5 years ago
lain 74f7f308f8 Merge branch 'fix/admin-api-user-deletion' into 'develop'
5 years ago
lain 8340fe8fcc Merge branch 'digest-template' into 'develop'
5 years ago
lain ef43016b2c Merge branch 'feature/custom-fields' into 'develop'
5 years ago
lain d2c9befc64 Merge branch 'develop' into 'fix/reverse-proxy-body-too-large'
5 years ago
Sergey Suprunenko 75a5dd41ee Add more tests for Database tasks and DigestEmailWorker
5 years ago
Maksim a320358703 added test helpers to clear config after tests
5 years ago
lain 49ae3191df Merge branch 'hotfix/user_unfollow' into 'develop'
5 years ago
Maksim Pechnikov e652cef76b removes duplicates from relay subscription list
5 years ago
Ariadne Conill a2fdc32368 tests: activitypub: fix typo
5 years ago
kaniini 475fcb3e6c Merge branch 'fix/bugfix-blocked-user-follow-reqs' into 'develop'
5 years ago
kaniini 18c8c8d176 Merge branch 'feature/hide-muted-threads-from-timeline' into 'develop'
5 years ago
Sadposter 58c1391c4d use commonAPI in tests
5 years ago
Sadposter 94e336d9d5 clear follow requests when blocking a user
5 years ago
Maksim Pechnikov 3315a2a1c3 fixed User.unfollow with synchronization external user
5 years ago
lain 7ab2dbbdb6 Merge branch 'pleroma-conversations' into 'develop'
5 years ago
Mark Felder 6a3b1a526e max_body_size -> max_body_length, as it should be
5 years ago
rinpatch a4a3e3becd Hide muted theads from home/public timelines unless `with_muted` is set
5 years ago
Maxim Filippov ec969eec51 Merge branch 'develop' into 'fix/admin-api-user-deletion'
5 years ago
Maxim Filippov 2b94ae3b39 Do not check if actor is active when deleting a user
5 years ago
stwf d81f63845a Implement Pleroma.Stats as GenServer
5 years ago
stwf 51bdf0cab6 use default child_specs
5 years ago
lain d3af9e19ed Conversations: Load relations in one query.
5 years ago
Egor Kislitsyn 4b7f1c6995 Improve digest email template
5 years ago
lain 560dbad538 Merge remote-tracking branch 'origin/develop' into pleroma-conversations
5 years ago
Egor Kislitsyn e457fcc479 Add `:max_remote_account_fields` config option
5 years ago
Egor Kislitsyn f7bbf99caa Use info.fields instead of source_data for remote users
5 years ago
Egor Kislitsyn 2c35d4b0b0 Add configurable account field name length limit
5 years ago
Egor Kislitsyn db3c05f6b4 Add configurable account field value length limit
5 years ago
Egor Kislitsyn 7d6f8a7fd7 Linkify custom fields values in ActivityPub.UserViewx
5 years ago
Egor Kislitsyn 5178f960c3 Support user attachment update in Transmogrifier
5 years ago
Egor Kislitsyn 88598c9baf Add profile custom fields to ActivityPub.UserView
5 years ago
Egor Kislitsyn d6094b405d Fix tests
5 years ago
Egor Kislitsyn e0ac5c7a66 Add custom profile fields
5 years ago
rinpatch 9ef31767f2 Merge branch 'feature/mrf-vocabulary' into 'develop'
5 years ago
kaniini c3a54cc34d Merge branch 'feature/mrf-describe' into 'develop'
5 years ago
rinpatch 83a3de8cc4 Merge branch 'length-limit-bio' into 'develop'
5 years ago
Ariadne Conill 4244e17de0 fix credo
5 years ago
Ariadne Conill 10fef2fcee tests: fix up nodeinfo tests
5 years ago
Ariadne Conill dd0b71ea6d tests: add tests for MRF.describe()
5 years ago
Ariadne Conill 7089400675 test: add mock MRF module for describe() testing
5 years ago
Maksim fea4d89e9f tests for Web/ActivityPub/Relay
5 years ago
Maksim 04da1166db tests for /web/mastodon_api/mastodon_api.ex
5 years ago
Ariadne Conill f7e3b7ff75 tests: add tests for mrf_vocabulary
5 years ago
lain 511ccea5aa ConversationView: Align parameter names with other views.
5 years ago
lain 60231ec7bd Conversation: Add endpoint to get a conversation by id.
5 years ago
lain 23c46f7e72 Conversations: Use 'recipients' for accounts in conversation view.
5 years ago
Ariadne Conill 9cfc289594 MRF: ensure that subdomain_match calls are case-insensitive
5 years ago
kaniini 84808e1697 Merge branch 'develop' into 'fix/hide-follows-counters'
5 years ago
Sergey Suprunenko af4cf35e20 Strip internal fields including likes from incoming and outgoing activities
5 years ago
Maksim 11d08c2de0 tests for Pleroma.Uploaders
5 years ago
rinpatch 0802a08871 Mastodon API: Fix thread mute detection
5 years ago
Maksim bb9c539580 Uploader.S3 added support stream uploads
5 years ago
Maxim Filippov dfae61c25c Fix deactivated user deletion
5 years ago
rinpatch 409bcad54b Mastodon API: Set follower/following counters to 0 when hiding
5 years ago
lain 29807ef6a5 Merge branch 'feature/digest-email' into 'develop'
5 years ago
lain a2b98f6d58 Merge remote-tracking branch 'origin/develop' into pleroma-conversations
5 years ago
Haelwenn aa718ab8f6 Merge branch 'fix/object-reembeds' into 'develop'
5 years ago
rinpatch 5329e84d62 OStatus tests: stop relying on embedded objects
5 years ago
rinpatch 32018a4ee0 ActivityPub tests: remove assertions of embedded object being updated,
5 years ago
Maksim 139b196bc0 [#1150] fixed parser TwitterCard
5 years ago