Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-25 | Show more informative errors when profile exceeds char limits | tusooa | |
2023-05-22 | Fix unused variable | tusooa | |
2023-05-22 | Fix ObjectTest | tusooa | |
2023-05-17 | Merge branch 'accept-tags-2.5' into 'develop' | Haelwenn | |
TagValidator: Drop unrecognized Tag types Closes #2952 See merge request pleroma/pleroma!3823 | |||
2023-05-17 | Merge branch 'tusooa/3065-scopes' into 'develop' | Haelwenn | |
OAuth scopes descriptions Closes #3065 See merge request pleroma/pleroma!3848 | |||
2023-05-09 | Fix build warning | tusooa | |
2023-05-09 | Make sure object refetching follows update rules | tusooa | |
2023-05-02 | Make webui use translated scope descriptions | tusooa | |
2023-05-02 | Add extraction process for oauth scopes | tusooa | |
2023-04-27 | Merge branch 'list-installed-frontends' into 'develop' | tusooa | |
List installed frontend refs in admin API See merge request pleroma/pleroma!3862 | |||
2023-04-26 | Merge branch 'bugfix/content-disposition' into 'develop' | tusooa | |
UploadedMedia: Add missing disposition_type to Content-Disposition Closes #3114 See merge request pleroma/pleroma!3873 | |||
2023-04-23 | Remove SSH/BBS feature from core | duponin | |
And link to sshocial, the replacement client for this removed feature | |||
2023-04-18 | UploadedMedia: Increase readability via ~s sigil | Haelwenn (lanodan) Monnier | |
2023-04-18 | UploadedMedia: Add missing disposition_type to Content-Disposition | Haelwenn (lanodan) Monnier | |
Set it to `inline` because the vast majority of what's sent is multimedia content while `attachment` would have the side-effect of triggering a download dialog. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3114 | |||
2023-04-13 | Merge branch 'tusooa/3027-dedupe-poll' into 'develop' | Haelwenn | |
Dedupe poll options Closes #3027 See merge request pleroma/pleroma!3860 | |||
2023-03-30 | Fix tests for frontend installation | Ekaterina Vaartis | |
2023-03-30 | Also list frontends that are not in the config file | Ekaterina Vaartis | |
2023-03-29 | List installed frontend refs in admin API | Ekaterina Vaartis | |
2023-03-26 | Fix emoji reactions for legacy 2-tuple formats | tusooa | |
2023-03-25 | Dedupe poll options | tusooa | |
2023-03-25 | Merge branch 'features/image-object' into 'develop' | Haelwenn | |
Add support for Image objects Closes #1581 See merge request pleroma/pleroma!3145 | |||
2023-03-23 | Set background worker timeout to 15 minutes | anemone | |
2023-03-16 | Merge branch 'pleroma-akkoma-emoji-port' into 'develop' | Haelwenn | |
Custom emoji reactions support See merge request pleroma/pleroma!3845 | |||
2023-03-16 | Merge branch 'feat/fields-rel-me-tag' into 'develop' | Haelwenn | |
feat: build rel me tags with profile fields See merge request pleroma/pleroma!3850 | |||
2023-03-15 | fix: append field values to bio before parsing | kPherox | |
2023-03-12 | Merge branch 'remove-crypt' into 'develop' | tusooa | |
Remove crypt(3) support Closes #3030 and #3062 See merge request pleroma/pleroma!3847 | |||
2023-03-12 | Allow custom emoji reactions: Add pleroma_custom_emoji_reactions feature, ↵ | Alexander Tumin | |
review changes | |||
2023-03-09 | Add support for Image objects | Haelwenn (lanodan) Monnier | |
2023-03-09 | Merge branch 'tusooa/block-rel' into 'develop' | Haelwenn | |
Allow with_relationships param for blocks See merge request pleroma/pleroma!3843 | |||
2023-03-06 | Merge branch 'fix/tag-feed-crashes' into 'develop' | Haelwenn | |
fix: atom/rss feed issues Closes #3045 See merge request pleroma/pleroma!3851 | |||
2023-03-06 | remove static_fe pipeline for /users/:nickname/feed | faried nawaz | |
2023-03-06 | oops, remove unused import | faried nawaz | |
2023-03-06 | use scrub_html_and_truncate instead of scrub_html for feed item title | faried nawaz | |
Sometimes this truncated properly encoded HTML entities in the wrong place. The new flow calls scrub_html, removes emojis, decodes entities (a second time), truncates, and then re-encodes. Fixes #3045. | |||
2023-03-06 | modify Utils.scrub_html_and_truncate to take omission parameter | faried nawaz | |
2023-03-06 | format feed_view.ex | faried nawaz | |
2023-03-06 | feed eex templates: use published field from @data, not @activity.data | faried nawaz | |
2023-03-06 | fix tag feeds: remote activities might not have a summary field | faried nawaz | |
2023-03-05 | Merge branch 'tusooa/oban-common-pipeline' into 'develop' | Haelwenn | |
Stop oban from retrying if validating errors occur when processing incoming data See merge request pleroma/pleroma!3844 | |||
2023-03-05 | Remove crypt(3) support | Haelwenn (lanodan) Monnier | |
This was used to support migration from GNU Social, which was used by at least shitposter.club, should be entirely irrelevant now. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030 Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062 | |||
2023-03-02 | Allow custom emoji reactions: add test for mixed emoji react, fix credo errors | Alexander Tumin | |
2023-03-02 | Allow custom emoji reactions: Fix tests, mixed custom and unicode reactions | Alexander Tumin | |
2023-03-02 | Allow reacting with remote emoji when they exist on the post (#200) | floatingghost | |
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/200 | |||
2023-03-01 | Stop oban from retrying if validating errors occur when processing incoming data | tusooa | |
2023-03-01 | Merge remote-tracking branch 'upstream/stable' into mergeback/2.5.1 | tusooa | |
2023-03-01 | Sanitize filenames when uploading | tusooa | |
2023-02-28 | Allow with_relationships param for blocks | tusooa | |
2023-02-27 | Merge branch 'develop' into accept-tags-2.5 | silverpill | |
2023-02-27 | TagValidator: Drop unrecognized tags | silverpill | |
2023-02-20 | Ignores in exiftool read descriptions | tusooa | |
2023-02-20 | Require related object for notifications to filter on content | Alexander Tumin | |