Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | Federator: Add option do save failed activitiesmessage-debug-mode | lain | |
2020-09-03 | Merge branch 'bugfix/incoming-poll-emoji' into 'develop' | lain | |
Fix emoji in Question, force generated context/context_id insertion Closes #1870 See merge request pleroma/pleroma!2915 | |||
2020-09-02 | Merge branch 'fix/2095-deactivated-account-reset' into 'develop' | feld | |
Disallow password resets for deactivated accounts Closes #2095 See merge request pleroma/pleroma!2935 | |||
2020-09-02 | Merge branch 'bugfix/mastoapi-lists' into 'develop' | lain | |
Fix removing an account from a list Closes #2103 See merge request pleroma/pleroma!2940 | |||
2020-09-02 | ListController: DRY up stuff. | lain | |
2020-09-02 | Disallow password resets for deactivated accounts. | Mark Felder | |
Ensure all responses to password reset events are identical. | |||
2020-09-02 | StatusView: Start fetching rich media cards as soon as possible | rinpatch | |
2020-09-02 | Rich media: Add failure tracking | rinpatch | |
2020-09-02 | Merge branch 'fix/2047-rich-media-parser' into 'develop' | rinpatch | |
RichMedia parser fix Closes #2047 See merge request pleroma/pleroma!2941 | |||
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
2020-09-01 | don't fail on url fetch | Alexander Strizhakov | |
2020-09-01 | Fix removing an account from a list | Haelwenn (lanodan) Monnier | |
Mastodon (Frontend) changed a different method for deletes, keeping old format as mastodon documentation is too loose | |||
2020-09-01 | User table: ensure bio is always a string | rinpatch | |
Gets rid of '|| ""' in multiple places and fixes #2067 | |||
2020-09-01 | common_fixes: Force inserting context and context_id | Haelwenn (lanodan) Monnier | |
2020-09-01 | Add new Emoji Ecto.Type and fix emoji in Question | Haelwenn (lanodan) Monnier | |
2020-09-01 | transmogrifier: Remove mastodon emoji-format from emoji field | Haelwenn (lanodan) Monnier | |
2020-08-31 | Merge branch 'chat-relation-constraints' into 'develop' | Haelwenn | |
Chats: Add cascading delete on both referenced users. See merge request pleroma/pleroma!2934 | |||
2020-08-31 | Chats: Add cascading delete on both referenced users. | lain | |
Also remove the now-superfluous join in the chat controller, which was only used to filter out these cases. | |||
2020-08-31 | Notification: Small refactor. | lain | |
2020-08-28 | marks notifications as read after mute | Maksim Pechnikov | |
2020-08-27 | Merge branch '2078-list-fixes' into 'develop' | Haelwenn | |
Resolve "List timeline returns incorrectly assigned Account for replies and repeats" Closes #2070 and #2078 See merge request pleroma/pleroma!2923 | |||
2020-08-27 | ChatController: Don't die if the recipient is gone. | lain | |
2020-08-26 | TimelineController: Keys are atoms now. | lain | |
Closes #2078 Closes #2070 | |||
2020-08-25 | Merge branch 'feature/1952-read-muted-notifications' into 'develop' | feld | |
Automatically mark notifications about statuses from muted users and threads as read Closes #1952 See merge request pleroma/pleroma!2893 | |||
2020-08-25 | Webfinger: Handle bogus ids better. | lain | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-24 | Merge branch 'relay-fix-admin-fe' into 'develop' | feld | |
Relay fix for admin-fe See merge request pleroma/pleroma!2902 | |||
2020-08-21 | Merge branch 'features/validators-event' into 'develop' | lain | |
Pipeline Ingestion: Event See merge request pleroma/pleroma!2909 | |||
2020-08-21 | adding actor type in user show | Alexander Strizhakov | |
2020-08-20 | Pipeline Ingestion: Event | Haelwenn (lanodan) Monnier | |
2020-08-19 | relay fix for admin-fe | Alexander Strizhakov | |
2020-08-19 | Pipeline Ingestion: Audio (Part 2) | Haelwenn (lanodan) Monnier | |
2020-08-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/validators-audio | |||
2020-08-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/validators_use_ectotypes | |||
2020-08-18 | common_fixes: Remove Utils.make_date call | Haelwenn (lanodan) Monnier | |
2020-08-18 | common_fixes: Get fixes common from Audio and Question | Haelwenn (lanodan) Monnier | |
2020-08-18 | Pipeline Ingestion: Audio | Haelwenn (lanodan) Monnier | |
2020-08-17 | object_validators: Use ecto_types where available | Haelwenn (lanodan) Monnier | |
2020-08-17 | Merge branch 'issue/1936' into 'develop' | lain | |
[#1936] Ability to search for banned MediaProxy URLs  See merge request pleroma/pleroma!2873 | |||
2020-08-17 | Make notifications about new statuses from muted threads read | Sergey Suprunenko | |
2020-08-16 | fix search media proxy urls | Maksim Pechnikov | |
2020-08-14 | [#2046] Defaulted pleroma/restrict_unauthenticated basing on instance ↵ | Ivan Tashkinov | |
privacy setting (i.e. restrict on private instances only by default). | |||
2020-08-13 | Merge branch 'fix/activity-expirations-again' into 'develop' | feld | |
Fix activity expirations again See merge request pleroma/pleroma!2866 | |||
2020-08-13 | side_effects: Fix typo on notification | Haelwenn (lanodan) Monnier | |
2020-08-13 | Merge branch 'develop' into issue/1936 | Maksim Pechnikov | |
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 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into reject | lain | |
2020-08-11 | Linting fixes. | lain | |
2020-08-11 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
fix/activity-expirations-again |