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
eugenijm 7bf622ce73
Add scheduled activities
6 years ago
..
captcha [Credo] fix Credo.Check.Readability.MaxLineLength 6 years ago
config [Credo] Remove parentesis on argument-less functions 6 years ago
emails Replace Pleroma.Jobs with `pleroma_job_queue` 6 years ago
gopher change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` 6 years ago
http http: connection: unify adapter configuration and defaults 6 years ago
instances Ecto 3.0.5 migration 6 years ago
plugs replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` 6 years ago
upload Credo fixes: parameter consistency 6 years ago
uploaders add overriding truncated_namespace condition for truncating paths for digital ocean 6 years ago
user formatting 6 years ago
web Add scheduled activities 6 years ago
PasswordResetToken.ex change `Repo.get(User, id)` => `User.get_by_id(id)` 6 years ago
activity.ex Increment replies_count on replies (MastoAPI) 6 years ago
application.ex Code readability tweak 6 years ago
clippy.ex [Credo] fix Credo.Check.Readability.MaxLineLength 6 years ago
config.ex update copyright years to 2019 6 years ago
emoji.ex [Credo] Remove parentesis on argument-less functions 6 years ago
filter.ex [Credo] fix Credo.Check.Readability.AliasOrder 6 years ago
flake_id.ex Fix account lookup for nicknames beginning with numbers 6 years ago
formatter.ex Add safe dm mode option. 6 years ago
html.ex Refactor html caching functions to have a key instead of a module, use more correct terminology and fix summaries in mastoapi 6 years ago
instances.ex [#534] Various tweaks. Tests for Instances and Instance. 6 years ago
list.ex change `Repo.get(User, id)` => `User.get_by_id(id)` 6 years ago
mime.ex Mime: detect RIFF formats (wave, webp, avi) 6 years ago
notification.ex notification: formatting 6 years ago
object.ex Fix the issue with HTML scrubber 6 years ago
object_tombstone.ex Revert Activity tombstones, add ObjectTombstone struct 6 years ago
pagination.ex Added support for exclude_types, limit, and min_id in Mastodon 6 years ago
repo.ex Set up telemetry and prometheus 6 years ago
reverse_proxy.ex Content-Disposition regex improvements 6 years ago
scheduled_activity.ex Add scheduled activities 6 years ago
stats.ex [Credo] fix Credo.Check.Readability.AliasOrder 6 years ago
thread_mute.ex [Credo] fix Credo.Check.Readability.AliasOrder 6 years ago
upload.ex Add some tests 6 years ago
user.ex Merge branch 'remove-user-activities' into 'develop' 6 years ago
user_invite_token.ex [Credo] fix Credo.Check.Readability.AliasOrder 6 years ago