You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/lib/pleroma
Haelwenn d81acb5f62
Merge branch 'description-limits' into 'develop'
4 years ago
..
activity Activity.Queries: Use correct actor restriction. 4 years ago
bbs Use atoms as keys in `ActivityPub.fetch_*` functions options 4 years ago
captcha Change Pleroma.CaptchaTest to be a regular module instead of GenServer 4 years ago
chat ChatController: Add `last_read_id` option to mark_as_read. 4 years ago
config don't save tesla settings into db 4 years ago
conversation Conversations: Return last dm for conversation, not last message. 4 years ago
docs Filter config descriptions by config whitelist 4 years ago
ecto_type moving custom ecto types in context folders 4 years ago
emails Added the ability to upload background, logo, default user avatar, instance thumbnail, and the NSFW hiding image via AdminFE 4 years ago
emoji fix for emoji pagination in pack show 4 years ago
gopher
gun fix for gun connections pool 5 years ago
helpers Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) 4 years ago
http added wrapper Pleroma.HTTP for ExAws.S3 4 years ago
instances
mfa copyright update 4 years ago
migration_helper Notification Backfill: Explicitly select the needed fields. 4 years ago
object object/fetcher: Pass full Transmogrifier error 4 years ago
plugs StaticFE Plug: Use phoenix helper to get the requested format. 4 years ago
pool Fix spelling 5 years ago
reverse_proxy
tests [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug definitions for some endpoints. 4 years ago
upload
uploaders
user [#1892] Excluded internal users (applications) from user search results, reinstated service actors in search results. 4 years ago
web Merge branch 'description-limits' into 'develop' 4 years ago
workers fixed a visibility of functions 4 years ago
activity.ex Merge branch '1851-favorites-pagination' into 'develop' 4 years ago
activity_expiration.ex
application.ex Merge branch 'issue/1798' into 'develop' 4 years ago
application_requirements.ex added tests 4 years ago
bookmark.ex
chat.ex Chats: Change id to flake id. 4 years ago
clippy.ex
config.ex
constants.ex Merge remote-tracking branch 'origin/develop' into feature/embeddable-posts 4 years ago
conversation.ex User: Change signature of get_users_from_set 4 years ago
counter_cache.ex Set sum types in query 4 years ago
delivery.ex
earmark_renderer.ex
ecto_enums.ex [#2332] Misc. improvements per code change requests. 5 years ago
emoji-data.txt
emoji.ex
filter.ex Add OpenAPI spec for FilterController 4 years ago
following_relationship.ex Filter outstanding follower requests from deactivated accounts 4 years ago
formatter.ex formatter: Use user.uri instead of user.source_data.uri 5 years ago
healthcheck.ex healthcheck: report real amount of memory allocated by beam 4 years ago
html.ex excluding attachment links from RichMedia 4 years ago
instances.ex
job_queue_monitor.ex
jwt.ex
keys.ex
list.ex
maintenance.ex Abstract out the database maintenance. I'd like to use this from AdminFE too. 4 years ago
maps.ex Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) 4 years ago
marker.ex added an endpoint for getting unread notification count 4 years ago
mfa.ex copyright update 4 years ago
mime.ex
moderation_log.ex
notification.ex Apply suggestion to lib/pleroma/notification.ex 4 years ago
object.ex Merge branch 'issue/1509' into 'develop' 4 years ago
object_tombstone.ex
otp_version.ex
pagination.ex [#1873] Fixes missing :offset pagination param support. Added pagination support for hashtags search. 4 years ago
password_reset_token.ex
registration.ex
release_tasks.ex
repo.ex added verify RUM settings before start app 4 years ago
repo_streamer.ex
report_note.ex
scheduled_activity.ex Add OpenAPI spec for StatusController 4 years ago
signature.ex moving custom ecto types in context folders 4 years ago
stats.ex Update stats admin endpoint 4 years ago
thread_mute.ex Misc refactoring / tweaks (`ThreadMute.exists?/2`). 5 years ago
upload.ex Upload: Restrict description length 4 years ago
user.ex Rename user.settings column 4 years ago
user_invite_token.ex
user_relationship.ex [#2456] Added support for `embed_relationships` param, nailed down endpoints which should support it. Fixed :source_mutes relationships subset fetching. 4 years ago
utils.ex