Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
James Edington 21fe97fa16 Saner TOTP provisioning 2 lat temu
..
activity Make activity search properly use GIN indexes 2 lat temu
bbs Bump Copyright to 2021 3 lat temu
captcha Bump Copyright to 2021 3 lat temu
chat Bump Copyright to 2021 3 lat temu
config Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1 3 lat temu
conversation Add API endpoint to remove a conversation 3 lat temu
docs Bump Copyright to 2021 3 lat temu
ecto_type recipients fixes/hardening for CreateGenericValidator 3 lat temu
emails Merge remote-tracking branch 'pleroma/develop' into cycles-email 3 lat temu
emoji Deprecate Pleroma.Web.base_url/0 3 lat temu
gopher Bump Copyright to 2021 3 lat temu
gun Gun: use runtime deps in ConnectionPool 3 lat temu
helpers Bump Copyright to 2021 3 lat temu
http mix.exs: Apply OTP24 fixes to web_push_encryption 3 lat temu
instances Bump Copyright to 2021 3 lat temu
mfa Saner TOTP provisioning 2 lat temu
migration_helper Bump Copyright to 2021 3 lat temu
migrators [#3213] Code formatting fix. 3 lat temu
object Merge branch 'features/validators-note' into 'develop' 3 lat temu
password Pbkdf2: Use it everywhere. 3 lat temu
reverse_proxy ReverseProxy: create Client.Wrapper to call client from config 3 lat temu
telemetry Bump Copyright to 2021 3 lat temu
tesla/middleware Bump Copyright to 2021 3 lat temu
tests Fix compile cycle in Pleroma.Tests.AuthTestController 3 lat temu
upload Support metadata for video files too 3 lat temu
uploaders Remove deps from Uploader behaviour 3 lat temu
user Put custom guards in Web.Utils.Guards 3 lat temu
web Saner TOTP provisioning 2 lat temu
workers Merge branch 'develop' into 'fix/2412-filters' 3 lat temu
activity.ex AP C2S: Remove restrictions and make it go through pipeline 2 lat temu
application.ex More confusingly named legacy chat code renamed to shout 3 lat temu
application_requirements.ex Support metadata for video files too 3 lat temu
bookmark.ex Bump Copyright to 2021 3 lat temu
caching.ex Bump Copyright to 2021 3 lat temu
captcha.ex Bump Copyright to 2021 3 lat temu
chat.ex Bump Copyright to 2021 3 lat temu
clippy.ex Bump Copyright to 2021 3 lat temu
config.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 lat temu
config_db.ex Revert guards on string_to_elixir_types/1, remove unnecessary assignment in test 3 lat temu
constants.ex Pleroma.Constants.as_local_public/0 --> Pleroma.Web.ActivityPub.Utils.as_local_public/0 3 lat temu
conversation.ex Add API endpoint to remove a conversation 3 lat temu
counter_cache.ex Bump Copyright to 2021 3 lat temu
data_migration.ex [#3213] HashtagsTableMigrator state management refactoring & improvements (proper stats serialization etc.). 3 lat temu
delivery.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 lat temu
ecto_enums.ex Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework 3 lat temu
emoji-test.txt Emoji: Update to Unicode 13.1, switch base file, allow multichar. 3 lat temu
emoji.ex Bump Copyright to 2021 3 lat temu
filter.ex support for expires_in/expires_at in filters 3 lat temu
following_relationship.ex Change user.deactivated field to user.is_active 3 lat temu
formatter.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 lat temu
frontend.ex Bump Copyright to 2021 3 lat temu
gun.ex Gun: make Gun.API a runtime dep 3 lat temu
hashtag.ex [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle management. 3 lat temu
healthcheck.ex Bump Copyright to 2021 3 lat temu
html.ex Break out activity-specific HTML functions into Pleroma.Activity.HTML 3 lat temu
http.ex Bump Copyright to 2021 3 lat temu
instances.ex Switch to runtime deps in Pleroma.Instances 3 lat temu
job_queue_monitor.ex Bump Copyright to 2021 3 lat temu
jwt.ex Bump Copyright to 2021 3 lat temu
keys.ex Bump Copyright to 2021 3 lat temu
list.ex ListController: Fix being unable to add / remove users. 3 lat temu
logging.ex Bump Copyright to 2021 3 lat temu
maintenance.ex Bump Copyright to 2021 3 lat temu
maps.ex utils: Fix maybe_splice_recipient when "object" isn’t a map 3 lat temu
marker.ex Bump Copyright to 2021 3 lat temu
mfa.ex Pbkdf2: Use it everywhere. 3 lat temu
moderation_log.ex Bump Copyright to 2021 3 lat temu
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 lat temu
object.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 lat temu
object_tombstone.ex Bump Copyright to 2021 3 lat temu
otp_version.ex Bump Copyright to 2021 3 lat temu
pagination.ex [#3213] Performance optimization of filtering by hashtags ("any" condition). 3 lat temu
password_reset_token.ex Bump Copyright to 2021 3 lat temu
registration.ex Bump Copyright to 2021 3 lat temu
release_tasks.ex Bump Copyright to 2021 3 lat temu
repo.ex Upgrade Ecto to v3.6.2, remove deprecated ecto_explain 2 lat temu
report_note.ex Bump Copyright to 2021 3 lat temu
reverse_proxy.ex ReverseProxy: create Client.Wrapper to call client from config 3 lat temu
scheduled_activity.ex Bump Copyright to 2021 3 lat temu
signature.ex Bump Copyright to 2021 3 lat temu
stats.ex don't use continue in Stats init for test env 3 lat temu
thread_mute.ex Bump Copyright to 2021 3 lat temu
upload.ex Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 3 lat temu
user.ex Deletions: change User.purge/1 to defp, add CHANGELOG entry 2 lat temu
user_invite_token.ex Bump Copyright to 2021 3 lat temu
user_relationship.ex Bump Copyright to 2021 3 lat temu
utils.ex Cleanup and ensure we obey custom Repo timeout 3 lat temu
web.ex Refactor skipped plugs into Pleroma.Web functions 3 lat temu
xml_builder.ex Bump Copyright to 2021 3 lat temu