Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | Merge branch 'develop' into 'develop' | Haelwenn | |
Add an OpenRC service See merge request pleroma/pleroma!285 | |||
2018-08-23 | Move invite task to pleroma namespace | Jorty | |
Some other minor changes were made to make it consistent with the behavior of other tasks both within Pleroma and the conventions set by dependencies such as Phoenix. Namely, the task is named `gen.invite` and `IO.puts` has been replaced with references to `Mix.shell()` where appropriate. | |||
2018-08-23 | Add an OpenRC service | vaartis | |
2018-08-23 | Update README.md for refactored Mix tasks | Jorty | |
2018-08-23 | Refactor Mix tasks | Jorty | |
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. | |||
2018-08-23 | debug | hakabahitoyo | |
2018-08-23 | Merge branch 'security/activitypub-reject-bogus-ids' into 'develop' | kaniini | |
security: activitypub: reject activities with bogus ids See merge request pleroma/pleroma!286 | |||
2018-08-23 | formatting | William Pitcock | |
2018-08-23 | tests: add a testcase for verifying that objects without a valid ID are ↵ | William Pitcock | |
always rejected | |||
2018-08-23 | transmogrifier: reject activities lacking a valid ID | William Pitcock | |
2018-08-22 | fixed notifications API completely breaking if there's a like for | Henry Jameson | |
missing (deleted) post. | |||
2018-08-22 | Run mix format | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nil | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos | Haelwenn (lanodan) Monnier | |
2018-08-21 | Merge branch 'feature/peertube_2' into 'develop' | kaniini | |
rebase/update of feature/peertube See merge request pleroma/pleroma!217 | |||
2018-08-21 | Merge branch 'sanitize-bio' into 'develop' | kaniini | |
mastodon api: sanitize the bio HTML See merge request pleroma/pleroma!282 | |||
2018-08-21 | Merge branch 'twitter-api-bios' into 'develop' | kaniini | |
Twitter API: Support Mastodon-style bios See merge request pleroma/pleroma!283 | |||
2018-08-21 | [Pleroma.Web.MastodonAPI.StatusView] Support Peertube Video titles | Haelwenn (lanodan) Monnier | |
2018-08-21 | [Pleroma.Web.ActivityPub.Transmogrifier]: Fix likes | Haelwenn (lanodan) Monnier | |
2018-08-21 | Fix attachement rendering | Haelwenn (lanodan) Monnier | |
2018-08-21 | Render peertube videos in mastodon. | lain | |
2018-08-21 | Use activitypub to fetch posts. | lain | |
This falls back to ostatus. | |||
2018-08-21 | Basic peertube support. | Haelwenn (lanodan) Monnier | |
2018-08-21 | Pleroma.Web.ActivityPub.Transmogrifier: Fix actor being a list of objects ↵ | Haelwenn (lanodan) Monnier | |
(Peertube) | |||
2018-08-21 | attempt to add html validation to mastodon api test case | ensra | |
2018-08-21 | this should be looking at the follower's bio, not the user's bio. | ensra | |
fixes test. | |||
2018-08-21 | sync bio sanitization code in tests | ensra | |
2018-08-21 | fix test for converting bio \r\n to <br>. | ensra | |
2018-08-21 | Format | ensra | |
2018-08-21 | Twitter API: Support Mastodon-style bios | ensra | |
(multi-line, with links, and user mentions) | |||
2018-08-21 | mastodon api: sanitize the bio HTML | ensra | |
2018-08-20 | Merge branch 'feature/formatter-consistent-hashtag-mentions' into 'develop' | kaniini | |
formatter: consistent presentation of hashtags and mentions See merge request pleroma/pleroma!280 | |||
2018-08-20 | formatting | William Pitcock | |
2018-08-20 | common api: format hashtags in the same way as we format mentions | William Pitcock | |
2018-08-20 | Merge branch 'update/pleroma-fe-20180821' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!279 | |||
2018-08-20 | update pleroma frontend | William Pitcock | |
2018-08-20 | Merge branch 'fix/redirect-on-user-fetch' into 'develop' | eal | |
ActivityPub: follow redirects when fetching user See merge request pleroma/pleroma!278 | |||
2018-08-20 | ActivityPub: follow redirects when fetching user | eal | |
2018-08-20 | Merge branch 'update/pleroma-fe-20180820' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!277 | |||
2018-08-20 | update pleroma frontend | William Pitcock | |
2018-08-18 | Merge branch 'update/pleroma-fe-20180818' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!276 | |||
2018-08-18 | update pleroma frontend | William Pitcock | |
2018-08-17 | Merge branch 'develop' into 'develop' | kaniini | |
Fix typo in app creation response See merge request pleroma/pleroma!275 | |||
2018-08-17 | Fix typo in app creation response | shadowfacts | |
Mastodon sends redirect_uri (singular), so should Pleroma. | |||
2018-08-16 | Merge branch 'bugfix/undocumented-mastodon-app-api' into 'develop' | kaniini | |
mastodon api: add undocumented fields to json response, return app id as string… See merge request pleroma/pleroma!274 | |||
2018-08-16 | mastodon api controller: client_name, not name | William Pitcock | |
2018-08-16 | mastodon api: add undocumented fields to json response, return app id as ↵ | William Pitcock | |
string like mastodon itself does | |||
2018-08-16 | Merge branch 'bugfix/mix-lock' into 'develop' | kaniini | |
update mix.lock See merge request pleroma/pleroma!273 | |||
2018-08-16 | update mix.lock | William Pitcock | |
2018-08-16 | Merge branch 'patch-2' into 'develop' | kaniini | |
Update mix.exs See merge request pleroma/pleroma!241 |