akkoma/test/pleroma/web
Tusooa Zhu ce13b9c183
Guard against outdated Updates
It is possible for an earlier Update to be received by us later.
For this, we now
(1) only allows Updates to poll counts if there is no updated field,
    or the updated field is the same as the last updated date or
    creation date;
(2) does not allow updating anything if the updated field
    is older than the last updated date or creation date;
(3) allows updating updatable fields otherwise (normal updates);
(4) if only the updated field is changed, it does not create
    a new history item on its own.
2022-07-27 15:01:09 +03:00
..
activity_pub Guard against outdated Updates 2022-07-27 15:01:09 +03:00
admin_api purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
api_spec Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
auth Create WrapperAuthenticator and simplify Authenticator behaviour 2021-06-07 18:18:39 -05:00
common_api fix all tests 2022-06-11 16:14:22 +01:00
feed UserController: fall back to frontend when user isn't found 2021-08-17 18:32:32 -05:00
mastodon_api Show original status at the first of history 2022-07-27 14:55:38 +03:00
media_proxy CI: Bump lint stage to elixir-1.12 2021-10-06 08:11:05 +02:00
metadata Fix incorrectly cached content after editing 2022-07-27 14:55:37 +03:00
o_auth purge ldap authenticator (#92) 2022-07-20 12:49:13 +00:00
o_status Pleroma.Web.base_url() --> Endpoint.url() 2021-12-25 20:11:14 -06:00
pleroma_api purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
plugs Remove precompiled javascript (#55) 2022-07-08 13:03:18 +00:00
preload/providers Remove precompiled javascript (#55) 2022-07-08 13:03:18 +00:00
push purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
rich_media make search provider configurable 2021-12-12 17:35:35 +00:00
static_fe Pipeline Ingestion: Note 2021-04-05 19:19:11 +02:00
twitter_api Pass remote follow avatar into media proxy 2022-07-12 15:44:38 -04:00
views Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
web_finger CI: Bump lint stage to elixir-1.12 2021-10-06 08:11:05 +02:00
common_api_test.exs Guard against outdated Updates 2022-07-27 15:01:09 +03:00
fallback_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
federator_test.exs Pipeline Ingestion: Note 2021-04-05 19:19:11 +02:00
gettext_test.exs Fix incorrect fallback when English is set to first language 2022-06-29 20:47:10 +01:00
manifest_controller_test.exs Expose /manifest.json for PWA 2021-11-24 17:50:55 -06:00
media_proxy_test.exs Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 2021-05-31 16:49:46 -05:00
mongoose_im_controller_test.exs Change user.deactivated field to user.is_active 2021-01-15 11:24:46 -06:00
node_info_test.exs remove chat enabled feature 2022-07-20 15:46:41 +01:00
rel_me_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
streamer_test.exs Send the correct update in streamer 2022-07-27 14:55:38 +03:00
uploader_controller_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
web_finger_test.exs Merge remote-tracking branch 'pleroma/develop' into cycles-base-url 2021-05-31 16:49:46 -05:00