pleroma/lib/pleroma
Egor Kislitsyn e6d7e27bd6
Add `allow_following_move` setting to User
2019-11-12 18:45:28 +07:00
..
activity
bbs Replace `user.following` with Pleroma.FollowingRelationship 2019-10-11 02:35:32 +07:00
captcha
config
conversation Mark the conversations with the blocked user as read and update the blocking user's `unread_conversation_count`. 2019-10-26 02:29:18 +03:00
daemons [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. 2019-10-16 21:59:21 +03:00
docs
emails [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. 2019-10-16 21:59:21 +03:00
emoji Fix emoji tags for shareable packs to be "pack:{name}" 2019-09-25 12:34:03 +02:00
gopher
helpers
http
instances
object object fetcher error handling 2019-10-24 12:08:34 -04:00
plugs [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. 2019-10-16 21:59:21 +03:00
reverse_proxy Make MediaProxy failure tracking less brutal 2019-10-11 22:52:38 +03:00
upload
uploaders add tunable for stream uploads, as needed for jortage to work. 2019-09-23 20:38:53 +00:00
user Merge remote-tracking branch 'upstream/develop' into refactor/following-relationships 2019-10-24 14:55:36 +07:00
web Add `allow_following_move` setting to User 2019-11-12 18:45:28 +07:00
workers Handle "Move" activity 2019-10-30 18:21:49 +07:00
activity.ex Merge branch 'develop' into tests/mastodon_api_controller.ex 2019-09-26 16:16:30 +03:00
activity_expiration.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
application.ex application: don't start Federator.init/1 anymore 2019-10-18 14:50:09 +00:00
bookmark.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
clippy.ex
config.ex
constants.ex
conversation.ex Mark the conversations with the blocked user as read and update the blocking user's `unread_conversation_count`. 2019-10-26 02:29:18 +03:00
delivery.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
emoji.ex Merge branch 'develop' into issue/1218 2019-09-25 12:24:12 +03:00
filter.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
following_relationship.ex Add `allow_following_move` setting to User 2019-11-12 18:45:28 +07:00
formatter.ex [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. 2019-10-16 21:59:21 +03:00
healthcheck.ex Add Pleroma.JobQueueMonitor 2019-09-26 18:49:57 +07:00
html.ex Add support for `rel="ugc"` 2019-09-19 14:56:10 +07:00
instances.ex
job_queue_monitor.ex Remove `:enqueued` counter 2019-10-02 14:50:25 +07:00
jwt.ex
keys.ex
list.ex Fix merge 2019-09-30 19:10:54 +07:00
marker.ex add Markers /api/v1/markers 2019-10-17 15:26:59 +03:00
mime.ex
moderation_log.ex DELETE /api/pleroma/admin/users now accepts nicknames array 2019-10-15 17:33:29 +02:00
notification.ex [#1304] Adjusted User.Info references from Notification. 2019-10-23 17:31:02 +03:00
object.ex Fix a migration wiping user info of users that don't have any mutes 2019-10-18 15:22:07 +03:00
object_tombstone.ex
pagination.ex Allow activities pagination via limit/offset 2019-09-25 01:25:42 +03:00
password_reset_token.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
registration.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
release_tasks.ex
repo.ex
repo_streamer.ex
scheduled_activity.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
scheduler.ex
signature.ex Move local keys out of `user.info` 2019-10-06 16:56:36 +03:00
stats.ex [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. 2019-10-16 21:59:21 +03:00
thread_mute.ex Replace `Pleroma.FlakeId` with `flake_id` hex package 2019-09-25 17:14:31 +07:00
upload.ex upload.ex: Remove deprecated configuration 2019-10-18 12:34:09 +02:00
user.ex Add `allow_following_move` setting to User 2019-11-12 18:45:28 +07:00
user_invite_token.ex