- Aug 23, 2018
-
-
Jorty authored
-
Jorty authored
1. Move Mix tasks into a `pleroma` namespace, to avoid collisions with dependent packages. 2. Rename and condense tasks into two `pleroma.user` and `pleroma.gen.instance` tasks for consistency with Hex and Phoenix. 3. Add additional functionality to the tasks to make them more user-friendly. Arguments with sensible defaults were demoted to flags and in the interactive `generate_config` (renamed to `pleroma.gen.instance`), flags were added to allow non-interactive use, though interactive use remains the primary interface. That task also now prompts the user for database parameters. 4. Documentation has been added to both tasks such that `mix help` now shows useful information. 5. Finally, use of IO.puts in tasks has been replaced with Mix.shell() equivalents to make the behavior more consistent with Mix tasks in other packages, and such that variables like MIX_QUIET are respected. The only exception is in `mix pleroma.user reset_password`, wherein the URL must always be printed regardless of the value of MIX_QUIET since that's its entire purpose.
-
kaniini authored
security: activitypub: reject activities with bogus ids See merge request pleroma/pleroma!286
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
- Aug 22, 2018
-
-
Haelwenn authored
-
- Aug 21, 2018
-
-
Haelwenn authored
-
Haelwenn authored
-
kaniini authored
rebase/update of feature/peertube See merge request pleroma/pleroma!217
-
kaniini authored
mastodon api: sanitize the bio HTML See merge request pleroma/pleroma!282
-
kaniini authored
Twitter API: Support Mastodon-style bios See merge request pleroma/pleroma!283
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
ensra authored
-
ensra authored
fixes test.
-
ensra authored
-
ensra authored
-
ensra authored
-
ensra authored
(multi-line, with links, and user mentions)
-
ensra authored
-
- Aug 20, 2018
-
-
kaniini authored
formatter: consistent presentation of hashtags and mentions See merge request pleroma/pleroma!280
-
kaniini authored
-
kaniini authored
-
kaniini authored
update pleroma frontend See merge request pleroma/pleroma!279
-
kaniini authored
-
eal authored
ActivityPub: follow redirects when fetching user See merge request pleroma/pleroma!278
-
eal authored
-
kaniini authored
update pleroma frontend See merge request pleroma/pleroma!277
-
kaniini authored
-
- Aug 18, 2018
-
-
kaniini authored
update pleroma frontend See merge request pleroma/pleroma!276
-
kaniini authored
-
- Aug 17, 2018
-
-
kaniini authored
Fix typo in app creation response See merge request pleroma/pleroma!275
-
shadowfacts authored
Mastodon sends redirect_uri (singular), so should Pleroma.
-
- Aug 16, 2018
-
-
kaniini authored
mastodon api: add undocumented fields to json response, return app id as string… See merge request pleroma/pleroma!274
-