Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-12 | ActivityPub: Remove `reject`, move everything to the Pipeline. | lain | |
2020-08-12 | Transmogrifier: Move Rejects to the Pipeline | lain | |
2020-08-12 | Transmogrifier Tests: Extract rejections. | lain | |
2020-08-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into reject | lain | |
2020-08-12 | Merge branch 'issue/2036-job-monitor' into 'develop' | rinpatch | |
[#2036] fix job monitor See merge request pleroma/pleroma!2877 | |||
2020-08-11 | fix job monitor | Maksim Pechnikov | |
2020-08-11 | Linting fixes. | lain | |
2020-08-11 | ActivityPub: Remove ActivityPub.accept | lain | |
Switch to the pipeline in CommonAPI and SideEffects | |||
2020-08-11 | Transmogrifier: Handle accepts with the pipeline | lain | |
2020-08-11 | Transmogrifier Test: Remove mastodon hack test. | lain | |
2020-08-11 | Linter fixes. | lain | |
2020-08-11 | Merge branch 'set-approval-pending-default-to-false' into 'develop' | lain | |
Set `users.approval_pending` default to `false` See merge request pleroma/pleroma!2874 | |||
2020-08-11 | Transmogrifier: Remove handling of orphaned accepts | lain | |
This was a Mastodon 2.3 issue and has been fixed for a long time. According to fediverse.networks, less than one percent of servers still run a version this old or older. | |||
2020-08-11 | AcceptValidation: Codify accept rules. | lain | |
2020-08-11 | Set `users.approval_pending` default to `false` | Egor Kislitsyn | |
2020-08-11 | AcceptValidator: Add basic validator with tests. | lain | |
2020-08-11 | Transmogrifier: Small readability changes. | lain | |
2020-08-11 | Transmogrifier Tests: Extract Accept handling | lain | |
2020-08-11 | Merge branch '204-fix' into 'develop' | lain | |
Fix 500 errors when returning :no_content, fixes #2029 Closes #2029 See merge request pleroma/pleroma!2856 | |||
2020-08-11 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-08-10 | Merge branch 'admin-active-filter' into 'develop' | feld | |
Admin API: Filter out unapproved users when the `active` filter is on Closes #2037 See merge request pleroma/pleroma!2872 | |||
2020-08-10 | Admin API: Filter out unapproved users when the `active` filter is on | Egor Kislitsyn | |
2020-08-10 | Merge branch 'revert-a6d3bb5f' into 'develop' | lain | |
Revert "Merge branch 'issue/1023' into 'develop'" Closes #2033 See merge request pleroma/pleroma!2868 | |||
2020-08-10 | Merge branch 'remove-unreachable-code' into 'develop' | lain | |
Transmogrifier: Remove duplicate code. See merge request pleroma/pleroma!2871 | |||
2020-08-10 | Merge branch 'develop' into 'develop' | lain | |
docs: add cmake to other installation guides Closes #2039 See merge request pleroma/pleroma!2870 | |||
2020-08-10 | Merge branch '2039-cmake' into 'develop' | lain | |
Docs: Add cmake dependency Closes #2039 See merge request pleroma/pleroma!2869 | |||
2020-08-10 | Transmogrifier: Remove duplicate code. | lain | |
2020-08-10 | docs: add cmake to other installation guides | Alibek Omarov | |
2020-08-10 | Docs: Add cmake dependency | lain | |
2020-08-10 | Revert "Merge branch 'issue/1023' into 'develop'" | lain | |
This reverts merge request !2763 | |||
2020-08-10 | Merge branch 'fix/flaky-migration-episode-666' into 'develop' | rinpatch | |
20200802170532_fix_legacy_tags: Select only fields the migration needs See merge request pleroma/pleroma!2863 | |||
2020-08-10 | Merge branch '2038-old-update-info' into 'develop' | rinpatch | |
AccountController: Build the correct update activity. Closes #2038 See merge request pleroma/pleroma!2867 | |||
2020-08-10 | 20200802170532_fix_legacy_tags: chunk the user query | rinpatch | |
2020-08-10 | 20200802170532_fix_legacy_tags: Select only fields the migration needs | rinpatch | |
Selecting the full struct will break as soon as a new field is added. | |||
2020-08-10 | AccountController: Build the correct update activity. | lain | |
Will fix federation issues. | |||
2020-08-09 | Merge branch 'feat/floki-fast-html-2' into 'develop' | lain | |
Update to fast_html 2 and use it for Floki parsing See merge request pleroma/pleroma!2861 | |||
2020-08-09 | Merge branch 'security-policy' into 'develop' | lain | |
Add security policy for Pleroma backend Closes #1848 See merge request pleroma/pleroma!2862 | |||
2020-08-09 | Merge branch 'develop' into 'feat/floki-fast-html-2' | lain | |
# Conflicts: # config/config.exs | |||
2020-08-08 | Merge branch 'ensure-expiration-mix-task' into 'develop' | lain | |
Add mix task to add expiration to all local statuses Closes #2020 See merge request pleroma/pleroma!2865 | |||
2020-08-08 | Add mix task to add expiration to all local statuses | Egor Kislitsyn | |
2020-08-07 | Merge branch 'fix/ldap-auth-issues' into 'develop' | lain | |
Fix LDAP auth issues Closes #1646 See merge request pleroma/pleroma!2852 | |||
2020-08-07 | Merge branch 'develop' into fix/ldap-auth-issues | Mark Felder | |
2020-08-07 | Make a new function instead of overloading register_changeset/3 | Mark Felder | |
2020-08-07 | Add security policy for Pleroma backend | rinpatch | |
Closes #1848 | |||
2020-08-07 | Force 204 responses to be empty, fixes #2029 | Alex Gleason | |
2020-08-07 | Merge branch 'authenticator-docs' into 'develop' | rinpatch | |
Docs: Remove wrong / confusing auth docs. Closes #2028 See merge request pleroma/pleroma!2860 | |||
2020-08-07 | Docs: Remove wrong / confusing auth docs. | lain | |
2020-08-07 | CI: install cmake since fast_html now requires it | rinpatch | |
2020-08-07 | Merge branch 'spoopy-user' into 'develop' | lain | |
restricted_nicknames: Add names from MastoAPI endpoints See merge request pleroma/pleroma!2857 | |||
2020-08-07 | Add a note about the proper value for uid | Mark Felder | |