Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | Refactor streamer test | Tusooa Zhu | |
2022-08-19 | Lint | Tusooa Zhu | |
2022-08-19 | Test that server will disconnect websocket upon token revocation | Tusooa Zhu | |
2022-08-19 | Use Websockex to replace websocket_client | Tusooa Zhu | |
2022-08-19 | Disconnect streaming sessions when token is revoked | Tusooa Zhu | |
2022-05-06 | Skip cache when /objects or /activities is authenticated | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Allow to skip cache in Cache plug | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-01-11 | Merge branch 'fix/rich-media-test-escape-unicrud' into 'develop' | Alex Gleason | |
Escape unicode RTL overrides in rich media parser tests See merge request pleroma/pleroma!3598 | |||
2021-08-28 | Selecting MRF policies didn't work as intended any more | Ilja | |
* Policies were put under a new module (Pleroma.Web.ActivityPub.MRF.Policy instead of Pleroma.Web.ActivityPub.MRF), but this wasn't changed in the Pleroma.Web.ActivityPub.MRF @mrf_config_descriptions * I don't have a unit test to prevent similar problems in the future because I don't find a proper way to do it * The descriptions in the unit tests are defined in the unit tests, so if someone changes module names in the code, the tests wont see it * The list is generated in Pleroma.Docs.Generator.list_behaviour_implementations, but I can't do a check in the when clause of the function to see if the provided module is a behaviour or not. Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3509 | |||
2021-08-28 | List available frontends also when no static/frontends folder is present yet | Ilja | |
* To see what front ends are installed, it ls static/frontends. When this folder doesn't exists yet, it will return an empty array. * Installing still works since the folder is created during installation already Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3510 | |||
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | ObjectAgePolicy: Fix pattern matching on published | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3500 | |||
2021-07-14 | Merge branch 'admin-api-users-sort' into 'develop' | feld | |
AdminAPI: sort new users at the top Closes #2709 See merge request pleroma/pleroma!3481 | |||
2021-07-14 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date | Alex Gleason | |
2021-07-14 | AdminAPI: add date to users | Alex Gleason | |
2021-07-13 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort | Alex Gleason | |
2021-07-13 | AdminAPI: sort user results by ID descending | Alex Gleason | |
2021-07-12 | Merge branch 'features/ingestion-page' into 'develop' | Haelwenn | |
Pipeline Ingestion: Page See merge request pleroma/pleroma!3097 | |||
2021-07-12 | AP C2S: Remove restrictions and make it go through pipeline | Haelwenn (lanodan) Monnier | |
2021-06-30 | Merge remote-tracking branch 'pleroma/develop' into remote-deletions | Alex Gleason | |
2021-06-30 | Deletions: don't purge keys so Delete/Undo activities can be signed | Alex Gleason | |
2021-06-30 | Deletions: allow deactivated users to be deleted | Alex Gleason | |
2021-06-29 | Deletions: preserve account status fields during purge, fix checks | Alex Gleason | |
2021-06-29 | Correctly purge a remote user | Alex Gleason | |
2021-06-23 | Merge branch 'ecto-upgrade' into 'develop' | feld | |
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain See merge request pleroma/pleroma!3473 | |||
2021-06-23 | Upgrade Ecto to v3.6.2, remove deprecated ecto_explain | Alex Gleason | |
2021-06-22 | Add test on changing [:instance, :upload_limit] | Haelwenn (lanodan) Monnier | |
2021-06-10 | Merge branch 'fix/twittercard-video-dimensions' into 'develop' | feld | |
Generate Twittercard/OGP metadata with correct dimensions See merge request pleroma/pleroma!3456 | |||
2021-06-09 | Test that videos only get image thumbnails in OGP metadata when we can ↵ | Mark Felder | |
produce them with Preview Proxy | |||
2021-06-09 | Metadata.Utils.attachment_url/1 was used in this test too | Mark Felder | |
2021-06-09 | ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing | Haelwenn (lanodan) Monnier | |
2021-06-08 | Set the correct height/width if the data is available when generating ↵ | Mark Felder | |
opengraph metadata | |||
2021-06-08 | Twittercard metadata for images should also include dimensions if available | Mark Felder | |
2021-06-08 | Set the correct height/width if the data is available when generating ↵ | Mark Felder | |
twittercard metadata | |||
2021-06-08 | Merge branch 'metadata-for-all' into 'develop' | feld | |
Support metadata for video files too See merge request pleroma/pleroma!3441 | |||
2021-06-08 | Blurhash varies slightly by computer generating it, so just validate it ↵ | Mark Felder | |
wasn't nil | |||
2021-06-08 | Merge branch 'improve-og-embed' into 'develop' | feld | |
Improve opengraph embeds See merge request pleroma/pleroma!3442 | |||
2021-06-08 | Update test names and verify blurhash is correctly generated for images | Mark Felder | |
2021-06-08 | Add test for AnalyzeMetadata upload filter fetching dimensions from a video | Mark Felder | |
2021-06-07 | Create WrapperAuthenticator and simplify Authenticator behaviour | Alex Gleason | |
Speeds up recompilation by reducing compile-time cycles | |||
2021-06-07 | Channel name was incorrect. We left it as chat:public for backwards ↵ | Mark Felder | |
compatibility. | |||
2021-06-07 | Test was named incorrectly and did not execute | Mark Felder | |
2021-06-07 | Fix test warnings | Mark Felder | |
2021-06-07 | Formatting | Mark Felder | |
2021-06-07 | MRF: create MRF.Policy behaviour separate from MRF module | Alex Gleason | |
Speeds up recompilation by reducing compile-time deps | |||
2021-06-04 | Merge branch 'fix/clear_config_warning' into 'develop' | feld | |
Fix warning for misuse of clear_config/2 See merge request pleroma/pleroma!3446 | |||
2021-06-04 | Fix warning for misuse of clear_config/2 | Mark Felder | |
The old warning message was producing an improperly formatted suggestion. | |||
2021-06-04 | Merge branch 'tests/openapi-everywhere' into 'develop' | Haelwenn | |
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324 | |||
2021-06-04 | Pipeline Ingestion: Page | Haelwenn (lanodan) Monnier | |