Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-14 | Merge branch 'fix/mrf-sample-doc' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
fix/mrf-sample-doc | |||
2020-02-14 | Fix MRF docs further. I don't think anyone has actually tested with the old ↵ | Mark Felder | |
docs. | |||
2020-02-14 | Standardize @behaviour usage in MRFs | Mark Felder | |
2020-02-14 | Apply suggestion to docs/configuration/mrf.md | feld | |
2020-02-14 | Update suggested path for location of your custom MRF | Mark Felder | |
2020-02-14 | Update ferd/recon, requested by @tk to support an AMPQ library he's | Mark Felder | |
integrating with an MRF. Upstream changelog: 2.5.0 - Optional formatting of records in traces (thanks to @bartekgorny) - Basic support for OTP-22 in recon_alloc (base handling of foreign_blocks type) | |||
2020-02-13 | Make the sample code actually compile | Mark Felder | |
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-02-13 | Formatting got me again | Mark Felder | |
2020-02-13 | Merge branch 'fix/mrf-transparency-disabling-federation-status' into 'develop' | rinpatch | |
NodeInfo: Fix federating status not being reported when MRF transparency is disabled Closes #1568 See merge request pleroma/pleroma!2206 | |||
2020-02-13 | Even more description improvements | Mark Felder | |
2020-02-13 | Add missing Oban job for attachments_cleanup | Mark Felder | |
2020-02-13 | More description cleanup work | Mark Felder | |
2020-02-13 | More description cleanups | Mark Felder | |
2020-02-13 | Merge branch 'fix/rename-no_attachment_links-setting' into 'develop' | lain | |
Fix the confusingly named and inverted logic of "no_attachment_links" See merge request pleroma/pleroma!2202 | |||
2020-02-13 | Merge branch 'chore/fast-sanitize-bump-back' into 'develop' | rinpatch | |
deps: update back fast sanitize See merge request pleroma/pleroma!2205 | |||
2020-02-13 | NodeInfo: Fix federating status not being reported when MRF | rinpatch | |
transparency is disabled Closes #1568 | |||
2020-02-13 | deps: update back fast sanitize | rinpatch | |
it was downgraded to a somewhat ancient version due to an incorrect merge conflict resolution | |||
2020-02-13 | Merge branch 'develop' into 'fix/rename-no_attachment_links-setting' | feld | |
# Conflicts: # config/description.exs | |||
2020-02-13 | Merge branch 'chore/config-descriptions' into 'develop' | feld | |
Improve config descriptions See merge request pleroma/pleroma!2201 | |||
2020-02-13 | Merge branch 'fix/status_expires_in_validation' into 'develop' | feld | |
Fix `status.expires_in` validation See merge request pleroma/pleroma!2203 | |||
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Formatting | Mark Felder | |
2020-02-13 | Update description.exs | feld | |
2020-02-13 | Apply suggestion to config/description.exs | feld | |
2020-02-12 | Fix `status.expires_in` validation | Egor Kislitsyn | |
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
2020-02-11 | First round at cleaning up descriptions | Mark Felder | |
2020-02-11 | Merge branch 'restore-twitter-api-tests' into 'develop' | feld | |
Restore TwitterAPI tests Closes #1257 See merge request pleroma/pleroma!2200 | |||
2020-02-12 | Restore TwitterAPI tests | Egor Kislitsyn | |
2020-02-11 | Merge branch 'update/admin-fe-20200211' into 'develop' | feld | |
Update AdminFE build See merge request pleroma/pleroma!2198 | |||
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Merge branch 'revert-3fee859b' into 'develop' | lain | |
Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" See merge request pleroma/pleroma!2199 | |||
2020-02-11 | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'" | feld | |
This reverts merge request !2194 | |||
2020-02-11 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
update/admin-fe-20200211 | |||
2020-02-11 | Update AdminFE build | Mark Felder | |
2020-02-11 | Merge branch 'feat/floki-fasthtml' into 'develop' | lain | |
Make Floki use fast_html See merge request pleroma/pleroma!2194 | |||
2020-02-11 | Make Floki use fast_html | rinpatch | |
2020-02-11 | deps: update fast_sanitize to 0.1.7 | rinpatch | |
needed to get new fast_html version since 1.0.1 had an attribute parsing bug | |||
2020-02-11 | deps: update floki to 0.25.0 | rinpatch | |
needed to make it use fast_html | |||
2020-02-11 | Merge branch 'uguu-uwu-notices-bulge' into 'develop' | lain | |
EmojiReactions: Align API endpoints See merge request pleroma/pleroma!2183 | |||
2020-02-11 | Update frontend | lain | |
2020-02-11 | Merge remote-tracking branch 'origin/develop' into uguu-uwu-notices-bulge | lain | |
2020-02-11 | Merge branch 'doc/unlisted-search' into 'develop' | lain | |
differences_in_mastoapi_responses.md: Add note about unlisted results Closes #1164 See merge request pleroma/pleroma!2195 | |||
2020-02-11 | Merge branch 'oban-crontab-fix' into 'develop' | lain | |
Set oban crontab to false in tests See merge request pleroma/pleroma!2197 | |||
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-02-11 | set oban crontab to false in tests | Alexander Strizhakov | |
2020-02-11 | Merge branch 'docs/kyclos' into 'develop' | lain | |
clients.md: Add Kyclos See merge request pleroma/pleroma!2196 | |||
2020-02-11 | clients.md: Add Kyclos | Haelwenn (lanodan) Monnier | |
2020-02-11 | differences_in_mastoapi_responses.md: Add note about unlisted results | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1164 |