akkoma/test
rinpatch 4d416343fa rate limiter: Fix a race condition
When multiple requests are processed by rate limiter plug at the same
time and the bucket is not yet initialized, both would try to initialize
the bucket resulting in an internal server error.
2020-03-01 01:13:07 +03:00
..
activity/ir Revert "Merge branch 'revert-4fabf83a' into 'develop'" 2019-09-16 17:55:04 +07:00
bbs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
config need_reboot flag 2020-02-08 13:00:02 +03:00
conversation Fix mark-as-read (POST /api/v1/conversations/:id/read) refreshing updated_at and bringing conversation to the top in the user's direct conversation list 2020-01-05 17:38:51 +03:00
docs little fixes and typos fix 2020-01-10 15:52:02 +03:00
emails init tag feed 2019-12-06 09:33:40 +03:00
emoji Fix XSS emoji test 2019-10-29 20:49:32 +03:00
federation update tests and Oban 2019-11-26 15:24:34 -05:00
fixtures [#1505] Improved replies-handling tests: updated Mastodon message fixture, used exact Pleroma federation message. 2020-02-10 11:46:16 +03:00
http Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
instance_static/emoji Allow importing old (emoji.txt / plain) packs from the filesystem 2019-09-19 00:16:33 +03:00
integration Extract status actions from MastodonAPIController into StatusController 2019-09-27 10:51:15 +07:00
object [#1505] Restricted max thread distance for fetching replies on incoming federation (in addition to reply-to depth restriction). 2020-02-15 20:41:38 +03:00
plugs rate limiter: Fix a race condition 2020-03-01 01:13:07 +03:00
support Merge branch 'bugfix/captcha-nil-answer_data' into 'develop' 2020-02-24 14:54:22 +00:00
tasks compile fix 2020-02-25 15:19:52 +03:00
upload added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
uploaders Delete attachments when status is deleted 2020-01-12 18:48:58 +00:00
user added privacy option to push notifications 2019-11-28 22:13:11 +03:00
web Merge branch 'rate-limiter-runtime-settings' into 'develop' 2020-02-29 21:52:33 +00:00
workers Hotlink logo instead of attachment 2020-02-11 23:33:05 +04:00
activity_expiration_test.exs moved ActivityExpiration to Oban Periodic jobs 2019-11-27 13:36:03 +03:00
activity_test.exs Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
bookmark_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
captcha_test.exs Captcha: return invalid when answer_data is nil 2020-02-24 02:49:53 +01:00
config_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
conversation_test.exs [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue 2019-08-22 20:59:58 +03:00
emoji_test.exs Merge remote-tracking branch 'origin/develop' into reactions 2019-09-30 13:57:54 +02:00
filter_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
following_relationship_test.exs update following_relationship.ex 2019-11-05 10:50:03 +03:00
formatter_test.exs Formatter: Add a test for domain / username clashes 2020-01-28 13:38:21 +01:00
healthcheck_test.exs Add Pleroma.JobQueueMonitor 2019-09-26 18:49:57 +07:00
html_test.exs Fix Pleroma.HTML.extract_first_external_url/2 2019-11-29 15:49:35 +07:00
http_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00
job_queue_monitor_test.exs Add tests for Pleroma.JobQueueMonitor 2019-10-02 15:24:21 +07:00
keys_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
list_test.exs Fix merge 2019-09-30 19:10:54 +07:00
marker_test.exs add Markers /api/v1/markers 2019-10-17 15:26:59 +03:00
moderation_log_test.exs Fix test 2019-12-08 11:35:38 +03:00
notification_test.exs Notifications: Add emoji reaction notifications 2020-01-22 20:06:12 +01:00
object_test.exs Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
pagination_test.exs Return "total" optionally 2019-09-03 13:58:27 +03:00
registration_test.exs [#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme. 2019-04-05 15:12:02 +03:00
repo_test.exs Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
reverse_proxy_test.exs Track failed proxy urls and don't request them again 2019-10-01 20:00:27 +00:00
runtime_test.exs Fix compatibility with Elixir v1.10 2020-01-28 18:23:59 +04:00
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 15:22:16 +03:00
scheduled_activity_test.exs removed try/rescue 2020-01-23 11:05:08 +03:00
signature_test.exs Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation 2019-10-20 20:43:18 +03:00
stat_test.exs Admin API: GET /api/pleroma/admin/stats to get status count by visibility scope 2020-02-24 21:46:37 +03:00
test_helper.exs update tests and Oban 2019-11-26 15:24:34 -05:00
upload_test.exs Bump copyright years of files changed in 2019 2019-09-18 23:21:11 +02:00
user_invite_token_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
user_relationship_test.exs [#1335] Reorganized users.subscribers as UserRelationship. Added tests for UserRelationship-related functionality. 2019-11-20 15:46:11 +03:00
user_search_test.exs Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
user_test.exs Tweaks to clear_config calls in tests in order to prevent side effects on config during test suite execution. 2020-02-13 21:55:47 +03:00
xml_builder_test.exs tests: add legal boilerplate 2018-12-23 20:57:10 +00:00