Pleroma/lib/pleroma
lambda 256b492a58 Merge branch 'bugfix/wrong-date-format' into 'develop'
Support activities with dates in the Unix timestamp format

Closes #763

See merge request pleroma/pleroma!1004
2019-04-02 14:18:23 +00:00
..
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 branch 'bugfix/wrong-date-format' into 'develop' 2019-04-02 14:18:23 +00: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
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
repo.ex
reverse_proxy.ex
stats.ex
thread_mute.ex
upload.ex
user.ex Merge branch 'remove-user-activities' into 'develop' 2019-04-02 12:45:29 +00:00
user_invite_token.ex