Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Merge branch 'feat/rich-media-improvements' into 'develop' | rinpatch | |
Rich media improvements See merge request pleroma/pleroma!2944 | |||
2020-09-08 | Merge branch 'fix/2047-rich-media-parser' into 'develop' | rinpatch | |
RichMedia parser fix Closes #2047 See merge request pleroma/pleroma!2941 | |||
2020-09-08 | Merge branch 'fix/2087-metadata' into 'develop' | rinpatch | |
Fix/2087 metadata See merge request pleroma/secteam/pleroma!11 | |||
2020-09-08 | Merge branch 'fix/apc2s-limits' into 'develop' | rinpatch | |
AP C2S: Restrict character limit on Note Closes #2 See merge request pleroma/secteam/pleroma!9 | |||
2020-09-08 | ForceBotUnlistedPolicy: simplify code | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: format | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: initial add, tiny clean up from my previous version | Alibek Omarov | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
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 | added api spec | Maksim Pechnikov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
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-05 | [#2497] Func defs grouping fix. | Ivan Tashkinov | |
2020-09-05 | [#2497] Adjusted media proxy preview invalidation. Allowed client-side ↵ | Ivan Tashkinov | |
caching for media preview. Adjusted prewarmer to fetch only proxiable URIs. Removed :preview pool in favor of existing :media one. Misc. refactoring. | |||
2020-09-05 | [#2497] Made media preview proxy fall back to media proxy instead of to ↵ | Ivan Tashkinov | |
source url. Adjusted tests. Refactoring. | |||
2020-09-03 | Merge branch 'media-preview-proxy' of git.pleroma.social:pleroma/pleroma ↵ | Mark Felder | |
into feld-media-preview-proxy | |||
2020-09-03 | Fetch preview requests through the MediaProxy. Separate connection options ↵ | Mark Felder | |
are not needed. Use a separate pool for preview requests | |||
2020-09-03 | [#2497] Added support for enforcing output format for media proxy preview, ↵ | Ivan Tashkinov | |
used for avatar_static & header_static (AccountView). | |||
2020-09-03 | Merge branch 'develop' into media-preview-proxy | Mark Felder | |
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 | [#2497] Fix for png media proxy preview response headers (content-type & ↵ | Ivan Tashkinov | |
content-disposition). | |||
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 | remove `unread_conversation_count` from User | Maksim Pechnikov | |
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 | [#2497] Added Cache-Control response header for media proxy preview endpoint. | Ivan Tashkinov | |
2020-08-31 | Notification: Small refactor. | lain | |
2020-08-30 | Merge branch 'develop' into feld-2168-media-preview-proxy | Mark Felder | |
2020-08-30 | Support PNG previews to preserve alpha channels | Mark Felder | |
2020-08-28 | marks notifications as read after mute | Maksim Pechnikov | |
2020-08-27 | Add a note about the avatars and banners situation | Mark Felder | |
2020-08-27 | Support static avatars and header images with Mediaproxy Preview | Mark Felder | |
2020-08-27 | Attempt at supporting video thumbnails via ffmpeg | Mark Felder | |
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 | Follow redirects. | Mark Felder | |
I think we should be using some global adapter options here, though. |