Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | Avoid duplicate Config calls | Mark Felder | |
2021-01-08 | Apply Upload.base_url for S3 | Mark Felder | |
2021-01-08 | Fix URL generated for backup files, try to create a source of truth we can ↵ | Mark Felder | |
reuse throughout the codebase | |||
2021-01-08 | Merge branch 'guppe-example' into 'develop' | lain | |
ActivtityPub Test: Add example for guppe actor See merge request pleroma/pleroma!3243 | |||
2021-01-08 | Merge branch 'confirm-users' into 'develop' | lain | |
Automatically confirm logged-in users See merge request pleroma/pleroma!3234 | |||
2021-01-08 | Merge remote-tracking branch 'upstream/develop' into confirm-users | Alex Gleason | |
2021-01-08 | Remove ConfirmUserPlug | Alex Gleason | |
2021-01-08 | Merge branch 'fix/missing_emoji_steal_dir' into 'develop' | lain | |
Create dir for EmojiStealPolicy automatically See merge request pleroma/pleroma!3218 | |||
2021-01-07 | Merge branch 'backup-ids' into 'develop' | lain | |
Backups: render ID in API See merge request pleroma/pleroma!3245 | |||
2021-01-07 | Backups: render ID in API | Alex Gleason | |
2021-01-07 | Merge branch 'cleanup/unused-proxy-opts' into 'develop' | lain | |
Cleanup Pleroma.Upload proxy opts See merge request pleroma/pleroma!3236 | |||
2021-01-07 | ActivtityPub Test: Add example for guppe actor | lain | |
2021-01-07 | Merge branch 'object-normalize-refactor' into 'develop' | lain | |
Object: Rework how Object.normalize works See merge request pleroma/pleroma!3229 | |||
2021-01-07 | Merge branch 'adminapi-user-email' into 'develop' | lain | |
AdminAPI: return user email See merge request pleroma/pleroma!3240 | |||
2021-01-07 | Merge branch 'upstream/remote-emoji-support' into 'develop' | lain | |
Upstream external emoji support See merge request pleroma/pleroma!3238 | |||
2021-01-06 | Call ConfirmUserPlug from Router, not Endpoint | Alex Gleason | |
2021-01-06 | Add AdminAPI.AccountViewTest | Alex Gleason | |
2021-01-06 | AdminAPI: return user email | Alex Gleason | |
2021-01-06 | allow external emoji | Roger Braun | |
2021-01-05 | Merge branch 'fix/mediaproxy-config-descriptions' into 'develop' | feld | |
Fix proxy and mediaproxy description.exs See merge request pleroma/pleroma!3219 | |||
2021-01-05 | Remove configurability of upload proxy opts, simplify | Mark Felder | |
2021-01-05 | Merge branch 'fix/emoji-encoding' into 'develop' | lain | |
URI.encode custom emojis Closes #2381 See merge request pleroma/pleroma!3235 | |||
2021-01-05 | Add test to validate URLs to custom emojis are properly encoded | Mark Felder | |
2021-01-05 | Add dinosaur gif from https://gifs.cc | Mark Felder | |
"Our animations are free to be used to enhance your website." | |||
2021-01-05 | URI.encode custom emojis | Mark Felder | |
2021-01-05 | Merge branch 'fix/pagination-regression' into 'develop' | lain | |
Do not try to guess which pagination we need by the existence of an :offset param. Closes #2399 See merge request pleroma/pleroma!3230 | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-confirm-users | |||
2021-01-05 | Merge branch '1526-account-aliases' into 'develop' | lain | |
Resolve "account move from mastodon to pleroma" Closes #1526 See merge request pleroma/pleroma!3233 | |||
2021-01-05 | User: Use ObjectID type to validate also-known-as field | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1526-account-aliases | |||
2021-01-05 | Merge branch 'pleroma-moderation-log-stuff' into 'develop' | lain | |
AdminAPI: return id for moderation log entries See merge request pleroma/pleroma!3232 | |||
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
pleroma-moderation-log-stuff | |||
2021-01-05 | AccountControllerTest: Fix test logic | lain | |
2021-01-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
object-normalize-refactor | |||
2021-01-05 | Merge branch '2391-async-bugs' into 'develop' | Haelwenn | |
SideEffects.DeleteTest: asyncify. Closes #2391 See merge request pleroma/pleroma!3231 | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2021-01-04 | Add test to validate profile pagination works with keyset | Mark Felder | |
2021-01-04 | Do not try to guess which pagination we need by the existence of an :offset ↵ | Mark Felder | |
param. Require explicit request to get offset pagination. | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2021-01-01 | AdminAPI: return id for moderation log entries | Alex Gleason | |
2020-12-31 | Migration to confirm previously-logged-in users | Alex Gleason | |
2020-12-31 | Merge branch 'fix/reports-ordering' into 'develop' | feld | |
Do not reverse order of reports. We want newest ones sorted to the top. Closes #2364 See merge request pleroma/pleroma!3225 | |||
2020-12-31 | Document reports ordering change | Mark Felder | |
2020-12-31 | Aliases: refactor validate_also_known_as/1 | Alex Gleason | |
2020-12-31 | Apply 2 suggestion(s) to 1 file(s) | Alex Gleason | |
2020-12-31 | Ensure newest report is returned first in the list | Mark Felder | |
2020-12-31 | Automatically confirm logged-in users | Alex Gleason | |
2020-12-31 | Merge branch 'fix/adminapi-user-status-pagination' into 'develop' | feld | |
Support pagination in AdminAPI for user statuses See merge request pleroma/pleroma!3226 | |||
2020-12-31 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-12-30 | Render AKAs in Actor endpoints | Alex Gleason | |