Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-18 | Actually fix with forward slashes being restricted inside nickname | Sean King | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-18 | Apply ilja's suggestion(s) to 1 file(s) | Hélène | |
2022-07-17 | Don't accept forward slash character for nicknames | Sean King | |
2022-07-17 | Allow to unset birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-17 | Merge branch 'shrink-ci' into 'develop' | Haelwenn | |
Shrink CI See merge request pleroma/pleroma!3691 | |||
2022-07-17 | Merge branch 'from/upstream-develop/tusooa/config-translatable' into 'develop' | Haelwenn | |
Translatable config descriptions Closes pleroma-meta#65 See merge request pleroma/pleroma!3695 | |||
2022-07-16 | Document way to do notice compatibility routes with Nginx reverse-proxy instead | Sean King | |
2022-07-17 | Merge branch 'notification_types' into 'develop' | tusooa | |
MastoAPI: Use `types` for filtering notifications See merge request pleroma/pleroma!3648 | |||
2022-07-17 | Merge branch 'docs__setting_up_a_gitlab_runner' into 'develop' | tusooa | |
DOCS: Add some small piece about setting up a Gitlab-runner See merge request pleroma/pleroma!3694 | |||
2022-07-16 | Use :utc_datetime | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-16 | Add api docs for settings endpoint | Tusooa Zhu | |
2022-07-16 | Implement settings api | Tusooa Zhu | |
2022-07-14 | Pass in msgctxt for config translation strings | Tusooa Zhu | |
2022-07-14 | Allow higher amount of restarts for Pleroma.Repo during testing | floatingghost | |
This was done by floatingghost as part of a bigger commit in Akkoma. See <https://akkoma.dev/AkkomaGang/akkoma/src/commit/37ae047e1652c4089934434ec79f393c4c839122/lib/pleroma/application.ex#L83>. As explained in <https://ihatebeinga.live/objects/860d23e1-dc64-4b07-8b4d-020b9c56cff6> > there are so many caches that clearing them all can nuke the supervisor, which by default will become an hero if it gets more than 3 restarts in <5 seconds And further down the thread > essentially we've got like 11 caches (https://akkoma.dev/AkkomaGang/akkoma/src/commit/37ae047e1652c4089934434ec79f393c4c839122/lib/pleroma/application.ex#L165) > then in test we fetch them all (https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/test/support/data_case.ex#L50) and call clear on them > so if this clear fails on any 3 of them, the pleroma supervisor itself will die How it fails? > idk maybe cachex dies, maybe :ets does a weird thing > it doesn't log anything, it just consistently dies during cache clearing so i figured it had to be that > honestly my best bet is locksmith and queuing > https://github.com/whitfin/cachex/blob/master/lib/cachex/actions/clear.ex#L26 > clear is thrown into a locksmith transaction > locksmith says > >If the process is already in a transactional context, the provided function will be executed immediately. Otherwise the required keys will be locked until the provided function has finished executing. > so if we get 2 clears too close together, maybe it locks, then doesn't like the next clear? | |||
2022-07-14 | Add privilege for announcements | Ilja | |
2022-07-14 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Ilja | |
fine_grained_moderation_privileges | |||
2022-07-13 | Merge branch 'from/upstream-develop/tusooa/zh-translation' into 'develop' | tusooa | |
Translate static_pages.po (Simplified Chinese) See merge request pleroma/pleroma!3655 | |||
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 | |