.. |
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
|
…
|
|
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
|
Merge remote-tracking branch 'origin/develop' into features/mastoapi/2.6.0-conversations
|
2019-04-08 14:10:51 +02:00 |
PasswordResetToken.ex
|
change `Repo.get(User, id)` => `User.get_by_id(id)`
|
2019-04-02 17:01:26 +07:00 |
activity.ex
|
Handle `scheduled_at` on status creation.
|
2019-04-06 23:55:58 +03:00 |
application.ex
|
Merge remote-tracking branch 'pleroma/develop' into use-jobs-in-webpush
|
2019-04-08 16:46:59 +07:00 |
clippy.ex
|
…
|
|
config.ex
|
[#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme.
|
2019-04-05 15:12:02 +03:00 |
emoji.ex
|
second level of headertext change in doc
|
2019-04-02 20:36:36 +07:00 |
filter.ex
|
…
|
|
flake_id.ex
|
Fix account lookup for nicknames beginning with numbers
|
2019-04-02 10:51:33 +00:00 |
formatter.ex
|
Adding tag to emoji ets table
|
2019-04-01 17:17:57 +07:00 |
html.ex
|
Refactor html caching functions to have a key instead of a module, use more correct terminology and fix summaries in mastoapi
|
2019-04-05 15:19:44 +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
|
…
|
|
object.ex
|
Add scheduler for sending scheduled activities to the queue
|
2019-04-06 23:56:29 +03:00 |
object_tombstone.ex
|
…
|
|
pagination.ex
|
…
|
|
registration.ex
|
…
|
|
repo.ex
|
Set up telemetry and prometheus
|
2019-04-04 11:30:43 -05:00 |
reverse_proxy.ex
|
…
|
|
scheduled_activity.ex
|
Add scheduler for sending scheduled activities to the queue
|
2019-04-06 23:56:29 +03:00 |
scheduled_activity_worker.ex
|
Add scheduler for sending scheduled activities to the queue
|
2019-04-06 23:56:29 +03:00 |
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
|
…
|
|