.. |
captcha
|
…
|
|
config
|
…
|
|
emails
|
Replace Pleroma.Jobs with `pleroma_job_queue`
|
2019-03-29 12:46:05 +00:00 |
gopher
|
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)`
|
2019-04-02 16:50:31 +07:00 |
http
|
…
|
|
instances
|
Ecto 3.0.5 migration
|
2019-03-20 15:59:54 +03:00 |
plugs
|
replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)`
|
2019-04-02 17:47:02 +07:00 |
upload
|
…
|
|
uploaders
|
add overriding truncated_namespace condition for truncating paths for digital ocean
|
2019-03-24 11:32:09 -07:00 |
user
|
…
|
|
web
|
[#923] OAuthController#callback adjustments (with tests).
|
2019-04-05 09:19:17 +03:00 |
PasswordResetToken.ex
|
change `Repo.get(User, id)` => `User.get_by_id(id)`
|
2019-04-02 17:01:26 +07:00 |
activity.ex
|
Increment replies_count on replies (MastoAPI)
|
2019-03-26 15:27:04 +03:00 |
application.ex
|
Replace Pleroma.Jobs with `pleroma_job_queue`
|
2019-03-29 12:46:05 +00:00 |
clippy.ex
|
…
|
|
config.ex
|
…
|
|
emoji.ex
|
…
|
|
filter.ex
|
…
|
|
flake_id.ex
|
Fix account lookup for nicknames beginning with numbers
|
2019-04-02 10:51:33 +00:00 |
formatter.ex
|
Add safe dm mode option.
|
2019-03-20 21:09:36 +01:00 |
html.ex
|
insert object defaults for fake activities and make credo happy
|
2019-04-01 12:16:51 +03:00 |
instances.ex
|
…
|
|
list.ex
|
change `Repo.get(User, id)` => `User.get_by_id(id)`
|
2019-04-02 17:01:26 +07:00 |
mime.ex
|
…
|
|
notification.ex
|
notification: formatting
|
2019-03-23 02:30:53 +00:00 |
object.ex
|
Fix the issue with HTML scrubber
|
2019-04-01 11:55:59 +03:00 |
object_tombstone.ex
|
…
|
|
pagination.ex
|
Added support for exclude_types, limit, and min_id in Mastodon
|
2019-03-18 11:27:27 +03:00 |
registration.ex
|
[#923] Nickname & email selection for external registrations, option to connect to existing account.
|
2019-03-20 10:35:31 +03:00 |
repo.ex
|
Fix migration timestamp type
|
2019-03-20 16:04:59 +03:00 |
reverse_proxy.ex
|
…
|
|
stats.ex
|
…
|
|
thread_mute.ex
|
…
|
|
upload.ex
|
…
|
|
user.ex
|
[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
|
2019-04-04 23:43:08 +03:00 |
user_invite_token.ex
|
…
|
|