Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Metadata: Move restriction check from Feed provider to activated_providers | rinpatch | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-08 | Fix test so setting doesn't leak | Mark Felder | |
2020-09-08 | Disable providers of user and status metadata when instance is private | Mark Felder | |
2020-09-08 | AP C2S: Restrict character limit on Note | Haelwenn (lanodan) Monnier | |
2020-09-08 | don't run async tests, which use Mock | Alexander Strizhakov | |
2020-09-08 | Merge branch 'develop' into 'develop' | feld | |
ForceBotUnlistedPolicy See merge request pleroma/pleroma!2967 | |||
2020-09-08 | account_view_test: Remove empty test | Haelwenn (lanodan) Monnier | |
2020-09-08 | test: remove extraneous :instances_favicons config bits | Haelwenn (lanodan) Monnier | |
2020-09-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlisted | Mark Felder | |
2020-09-08 | Merge branch 'fix/upload-filter-exiftool-webp' into 'develop' | rinpatch | |
Skip processing webp image files because we can't strip EXIF Closes #2080 See merge request pleroma/pleroma!2924 | |||
2020-09-08 | Revert/simplify. | Mark Felder | |
We only need to check the content-type. There's no chance a webp file will get mismatched as another image type. | |||
2020-09-08 | Bypass the filter based on content-type as well in case a webp image is ↵ | Mark Felder | |
uploaded with the wrong file extension. | |||
2020-09-08 | Verify webp files are not processed with exiftool | Mark Felder | |
2020-09-08 | Improve upload filter return values so we can identify when filters make no ↵ | Mark Felder | |
changes to the input | |||
2020-09-07 | ForceBotUnlistedPolicy: try to fix test 2 | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: try to fix test | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: fix test extension | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: format | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: add test | Alibek Omarov | |
2020-09-07 | deprecation warnings | Alexander Strizhakov | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-09-07 | Merge branch 'bugfix/favicon-too-long' into 'develop' | rinpatch | |
instance: Drop favicon URLs longer than 255 characters Closes #2116 See merge request pleroma/pleroma!2949 | |||
2020-09-07 | Merge branch 'fix/rich-media-fake-statuses' into 'develop' | lain | |
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956 | |||
2020-09-07 | instance: Log catch favicon errors as warnings | Haelwenn (lanodan) Monnier | |
2020-09-05 | RichMedia: do not log webpages missing metadata as errors | rinpatch | |
Also fixes the return value of Parser.parse on errors, previously was just `:ok` due to the logger call in the end | |||
2020-09-05 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
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-03 | Frontend mix task: Add tests. | lain | |
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 | Disallow password resets for deactivated accounts. | Mark Felder | |
Ensure all responses to password reset events are identical. | |||
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 | Merge branch 'http-fixes' into 'develop' | rinpatch | |
Improvements and fixes for http requests See merge request pleroma/pleroma!2904 | |||
2020-09-02 | correct pool and uniform headers format | Alexander Strizhakov | |
2020-09-02 | search: fix 'following' query parameter | Karol Kosek | |
The parameter included the accounts that are following you (followers) instead of those you are actually following. Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me> | |||
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 | Add new Emoji Ecto.Type and fix emoji in Question | 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-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 | |