Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Pagination: Don't be dos'd by random parameters. | lain | |
2021-01-11 | Simplify. We will always have a result from Upload.base_url/0, so just add ↵ | Mark Felder | |
it to the list | |||
2021-01-11 | Fix regression in MediaProxy.local?/0 and appending the Upload.base_url to ↵ | Mark Felder | |
whitelisted domains | |||
2021-01-11 | ChatMessages: Fix pagination headers. | lain | |
They used to contain the path parameter `id` as query param, which would break the link. | |||
2021-01-10 | Formatting | Mark Felder | |
2021-01-10 | Merge branch 'feat/format-optional-migrations' into 'develop' | rinpatch | |
.formatter.exs: Format optional migrations See merge request pleroma/pleroma!3249 | |||
2021-01-10 | .formatter.exs: Format optional migrations | rinpatch | |
(There are no changes to optional migrations since they were manually formatted in https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3207) | |||
2021-01-10 | Merge branch ↵ | rinpatch | |
'add_some_information_about_setting_up_a_development_environment' into 'develop' Add some information about setting up a development environment Closes #1904 See merge request pleroma/pleroma!3207 | |||
2021-01-10 | Add development section | Ilja | |
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md | |||
2021-01-10 | Apply 4 suggestion(s) to 2 file(s) | feld | |
2021-01-08 | Move construction of S3 base URL with optional namespace and bucket to ↵ | Mark Felder | |
Upload.base_url/0 Now we should have a correct base URL for S3 hosted objects throughout the codebase. | |||
2021-01-08 | More places we should be using Upload.base_url | Mark Felder | |
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. |