Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-13 | Extract translatable strings | Tusooa Zhu | |
2022-07-13 | Fix compile error | Tusooa Zhu | |
2022-07-13 | Make admin api use translated config descriptions | Tusooa Zhu | |
2022-07-13 | Add tests for translator compiler | Tusooa Zhu | |
2022-07-13 | Extract config descriptions for translation | Tusooa Zhu | |
2022-07-13 | Check refute User.following? | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-13 | DOCS: Add some small piece about setting up a Gitlab-runner | Ilja | |
This is based on me setting one up, but I kept it general with mostly linking to other documentation. The idea is that to just provide some Pleroma-specific info, maybe give some pointers, and point to the right (external) docs. | |||
2022-07-13 | Merge branch 'short-description' into 'develop' | tusooa | |
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651 | |||
2022-07-13 | Add tests for short_description | Tusooa Zhu | |
2022-07-12 | Make mutes and blocks behave the same as other lists | Tusooa Zhu | |
2022-07-12 | CI: cycles: Use current stable elixir image | Haelwenn (lanodan) Monnier | |
2022-07-12 | CI: template for change policies based on build stage | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run stages when .gitlab-ci.yml changes | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run lint and cycles in alpine | Haelwenn (lanodan) Monnier | |
2022-07-11 | CI: Run postgres services in alpine | Haelwenn (lanodan) Monnier | |
2022-07-11 | Merge branch 'fix/case-sensitivity-restricted-nicknames-blacklisted-domains' ↵ | tusooa | |
into 'develop' Make checking blacklisted domains and restricted nicknames case-insensitive Closes #2894 and #2888 See merge request pleroma/pleroma!3687 | |||
2022-07-10 | Make lint happy | Tusooa Zhu | |
2022-07-10 | Merge branch 'from/upstream-develop/tusooa/2830-remote-fo-mp' into 'develop' | Haelwenn | |
Pass remote follow avatar into media proxy Closes #2830 See merge request pleroma/pleroma!3690 | |||
2022-07-09 | Use is_binary instead of is_bitstring for restricted nicknames tests | Sean King | |
2022-07-10 | Pass remote follow avatar into media proxy | Tusooa Zhu | |
2022-07-09 | Fix remote emoji in subject disappearing after edits | Tusooa Zhu | |
2022-07-09 | Fix rate_limiter_test.exs test "it restricts based on config values" | Ilja | |
It used a timer to sleep. But time also goes on when doing other things, so depending on hardware, the timings could be off. I slightly changed the tests so we still test what we functionally want. Instead of waiting until the cache expires I now have a function to expire the test and use that. That means we're not testing any more if the cache really expires after a certain amount of time, but that's the responsability of the dependency imo, so shouldn't be a problem. I also changed `Pleroma.Web.Endpoint, :http, :ip` to `127.0.0.1` because that's the setting people typically have, and I see no reason to do it differently. Especially since it's an exernal ip, which may come over as weird or suspicious to people. | |||
2022-07-08 | Add test | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-08 | Add test for rendering mute expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-08 | ipfs: replacing single quotes with double quotes | Claudio Maradonna | |
2022-07-07 | Test that Question updates are viable | Tusooa Zhu | |
2022-07-07 | Guard against outdated Updates | Tusooa Zhu | |
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-07 | ipfs: better tests with @ilja suggestions | Claudio Maradonna | |
2022-07-07 | ipfs: remove unused alias | Claudio Maradonna | |
fix analysis job | |||
2022-07-07 | ipfs: small refactor and more tests | Claudio Maradonna | |
2022-07-07 | ipfs: refactor final_url generation. add tests for final_url | Claudio Maradonna | |
fix lint | |||
2022-07-07 | ipfs: revert to String.replace for cid placeholder | Claudio Maradonna | |
ipfs: fix lint | |||
2022-07-07 | added tests for ipfs uploader. adapted changelog.md accordingly. improved ↵ | Claudio Maradonna | |
ipfs uploader with external suggestions fix lint description.exs | |||
2022-07-07 | feat: simple, but not stupid, uploader for IPFS | Claudio Maradonna | |
fix: format fix with credo | |||
2022-07-06 | Make validation functions for restricted nicknames and blacklisted domains; ↵ | Sean King | |
do restricted nickname validation in LDAP account registration | |||
2022-07-06 | Fix cannot get full history on object fetch | Tusooa Zhu | |
2022-07-05 | Make checking blacklisted domains and restricted nicknames case-insenstive | Sean King | |
2022-07-05 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Ilja | |
fine_grained_moderation_privileges | |||
2022-07-05 | Improve tests after code review | Ilja | |
2022-07-04 | Merge branch 'from/upstream-develop/tusooa/report-too-long' into 'develop' | Haelwenn | |
Fix long report notes giving errors on creation See merge request pleroma/pleroma!3679 | |||
2022-07-04 | EmojiReactValidator: apply lanodan's suggestions | Haelwenn | |
These changes make the encoding for the fully-qualified heart emoji very visible in editors. | |||
2022-07-03 | Validate object data for incoming Update activities | Tusooa Zhu | |
In Create validator we do not validate the object data, but that is because the object itself will go through the pipeline again, which is not the case for Update. Thus, we added validation for objects in Update activities. | |||
2022-07-03 | Pass history items through ObjectValidator for updatable object types | Tusooa Zhu | |
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-07-03 | Merge branch 'fix/eblurhash-binaries' into 'develop' | Haelwenn | |
mix: update eblurhash to 1.2.2 See merge request pleroma/pleroma!3686 | |||
2022-07-03 | Merge branch 'indexing-hotspots' into 'develop' | Haelwenn | |
Add index hotspots See merge request pleroma/pleroma!3664 | |||
2022-07-03 | Merge branch 'image_description_from_exif_data' into 'develop' | Haelwenn | |
Use EXIF data of image for image description See merge request pleroma/pleroma!3535 | |||
2022-07-03 | Merge branch 'bugfix/mime-validation-no-list' into 'develop' | Haelwenn | |
Bugfix: Validate mediaType only by it's format See merge request pleroma/pleroma!3597 | |||
2022-07-03 | Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' | Haelwenn | |
Server announcements (1st pass) See merge request pleroma/pleroma!3643 | |||
2022-07-02 | mix: update eblurhash to 1.2.2 | Hélène | |
Previous eblurhash versions bundled precompiled binaries which caused issues on non-Darwin operating systems. |