Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alex Gleason 1a2fe96d56
Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date
2 년 전
..
activity Merge remote-tracking branch 'pleroma/develop' into cycles-html 3 년 전
bbs Bump Copyright to 2021 3 년 전
captcha Bump Copyright to 2021 3 년 전
chat Bump Copyright to 2021 3 년 전
config Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1 3 년 전
conversation Add API endpoint to remove a conversation 3 년 전
docs Bump Copyright to 2021 3 년 전
ecto_type recipients fixes/hardening for CreateGenericValidator 3 년 전
emails Merge remote-tracking branch 'pleroma/develop' into cycles-email 3 년 전
emoji Deprecate Pleroma.Web.base_url/0 3 년 전
gopher Bump Copyright to 2021 3 년 전
gun Gun: use runtime deps in ConnectionPool 3 년 전
helpers Bump Copyright to 2021 3 년 전
http mix.exs: Apply OTP24 fixes to web_push_encryption 3 년 전
instances Bump Copyright to 2021 3 년 전
mfa Bump Copyright to 2021 3 년 전
migration_helper Bump Copyright to 2021 3 년 전
migrators [#3213] Code formatting fix. 3 년 전
object Merge branch 'features/validators-note' into 'develop' 3 년 전
password Pbkdf2: Use it everywhere. 3 년 전
reverse_proxy ReverseProxy: create Client.Wrapper to call client from config 3 년 전
telemetry Bump Copyright to 2021 3 년 전
tesla/middleware Bump Copyright to 2021 3 년 전
tests Fix compile cycle in Pleroma.Tests.AuthTestController 3 년 전
upload Support metadata for video files too 3 년 전
uploaders Remove deps from Uploader behaviour 3 년 전
user Put custom guards in Web.Utils.Guards 3 년 전
web Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date 2 년 전
workers Merge branch 'develop' into 'fix/2412-filters' 3 년 전
activity.ex AP C2S: Remove restrictions and make it go through pipeline 2 년 전
application.ex More confusingly named legacy chat code renamed to shout 3 년 전
application_requirements.ex Support metadata for video files too 3 년 전
bookmark.ex Bump Copyright to 2021 3 년 전
caching.ex Bump Copyright to 2021 3 년 전
captcha.ex Bump Copyright to 2021 3 년 전
chat.ex Bump Copyright to 2021 3 년 전
clippy.ex Bump Copyright to 2021 3 년 전
config.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 년 전
config_db.ex Revert guards on string_to_elixir_types/1, remove unnecessary assignment in test 3 년 전
constants.ex Pleroma.Constants.as_local_public/0 --> Pleroma.Web.ActivityPub.Utils.as_local_public/0 3 년 전
conversation.ex Add API endpoint to remove a conversation 3 년 전
counter_cache.ex Bump Copyright to 2021 3 년 전
data_migration.ex [#3213] HashtagsTableMigrator state management refactoring & improvements (proper stats serialization etc.). 3 년 전
delivery.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 년 전
ecto_enums.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 년 전
emoji-test.txt Emoji: Update to Unicode 13.1, switch base file, allow multichar. 3 년 전
emoji.ex Bump Copyright to 2021 3 년 전
filter.ex support for expires_in/expires_at in filters 3 년 전
following_relationship.ex Change user.deactivated field to user.is_active 3 년 전
formatter.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 년 전
frontend.ex Bump Copyright to 2021 3 년 전
gun.ex Gun: make Gun.API a runtime dep 3 년 전
hashtag.ex [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle management. 3 년 전
healthcheck.ex Bump Copyright to 2021 3 년 전
html.ex Break out activity-specific HTML functions into Pleroma.Activity.HTML 3 년 전
http.ex Bump Copyright to 2021 3 년 전
instances.ex Switch to runtime deps in Pleroma.Instances 3 년 전
job_queue_monitor.ex Bump Copyright to 2021 3 년 전
jwt.ex Bump Copyright to 2021 3 년 전
keys.ex Bump Copyright to 2021 3 년 전
list.ex ListController: Fix being unable to add / remove users. 3 년 전
logging.ex Bump Copyright to 2021 3 년 전
maintenance.ex Bump Copyright to 2021 3 년 전
maps.ex utils: Fix maybe_splice_recipient when "object" isn’t a map 3 년 전
marker.ex Bump Copyright to 2021 3 년 전
mfa.ex Pbkdf2: Use it everywhere. 3 년 전
moderation_log.ex Bump Copyright to 2021 3 년 전
notification.ex [#2053] Changed `Notification/for_user_query/2` to use join to filter out inactive actors instead of subselect of _all_ inactive AP ids from `users`. 3 년 전
object.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 년 전
object_tombstone.ex Bump Copyright to 2021 3 년 전
otp_version.ex Bump Copyright to 2021 3 년 전
pagination.ex [#3213] Performance optimization of filtering by hashtags ("any" condition). 3 년 전
password_reset_token.ex Bump Copyright to 2021 3 년 전
registration.ex Bump Copyright to 2021 3 년 전
release_tasks.ex Bump Copyright to 2021 3 년 전
repo.ex Upgrade Ecto to v3.6.2, remove deprecated ecto_explain 3 년 전
report_note.ex Bump Copyright to 2021 3 년 전
reverse_proxy.ex ReverseProxy: create Client.Wrapper to call client from config 3 년 전
scheduled_activity.ex Bump Copyright to 2021 3 년 전
signature.ex Bump Copyright to 2021 3 년 전
stats.ex don't use continue in Stats init for test env 3 년 전
thread_mute.ex Bump Copyright to 2021 3 년 전
upload.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 년 전
user.ex Deletions: change User.purge/1 to defp, add CHANGELOG entry 3 년 전
user_invite_token.ex Bump Copyright to 2021 3 년 전
user_relationship.ex Bump Copyright to 2021 3 년 전
utils.ex Cleanup and ensure we obey custom Repo timeout 3 년 전
web.ex Refactor skipped plugs into Pleroma.Web functions 3 년 전
xml_builder.ex Bump Copyright to 2021 3 년 전