Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | formatting | William Pitcock | |
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 | [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 | [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 | 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 '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-17 | Fix typo in app creation response | shadowfacts | |
Mastodon sends redirect_uri (singular), so should Pleroma. | |||
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 'dev-lanodan-url-regex' into 'develop' | kaniini | |
lib/pleroma/formatter.ex: Fix URL regex Closes #127 See merge request pleroma/pleroma!69 | |||
2018-08-16 | Merge branch 'mastofe/system-font' into 'develop' | kaniini | |
Mastodon frontend: Use system font See merge request pleroma/pleroma!247 | |||
2018-08-16 | Merge branch 'bugfix/federation-kroeg' into 'develop' | kaniini | |
fix federation with kroeg See merge request pleroma/pleroma!272 | |||
2018-08-16 | Merge branch 'fix/put-repeats-at-activitypub-outbox' into 'develop' | kaniini | |
Fix: Output repeats at ActivityPub outbox Closes #191 See merge request pleroma/pleroma!175 | |||
2018-08-16 | Merge branch 'fix/normalize-file-extension' into 'develop' | kaniini | |
Normalize file extension for uploaded files Closes #218 See merge request pleroma/pleroma!233 | |||
2018-08-15 | Merge branch ↵ | lambda | |
'feature/suggestions-api-with-third-party-recommendation-engine' into 'develop' Feature / Suggestions API with third party recommendation engine See merge request pleroma/pleroma!254 | |||
2018-08-14 | activitypub: transmogrifier: add necessary translations for kroeg | William Pitcock | |
2018-08-13 | Use Image type for emoji icons. | eal | |
2018-08-13 | ActivityPub user view: include tag if present. | eal | |
2018-08-13 | CommonAPI: add emoji to user source data on update | eal | |
2018-08-12 | formatting | lain | |
2018-08-12 | Fix for elixir 1.7. | lain | |
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 | |||
2018-08-12 | Update generate_invite_token.ex | lambda | |
2018-08-12 | Merge branch 'fix/remote-follow-errormessage' into 'develop' | lambda | |
Remote follow: don't show confusing error if already following See merge request pleroma/pleroma!267 | |||
2018-08-12 | Merge branch 'bugfix/gopher-empty-lines' into 'develop' | lambda | |
lib/pleroma/gopher/server.ex: Fix errorneous empty lines See merge request pleroma/pleroma!270 | |||
2018-08-12 | Merge branch 'emoji-in-account-view' into 'develop' | lambda | |
Render emoji in user profiles See merge request pleroma/pleroma!265 | |||
2018-08-10 | lib/pleroma/gopher/server.ex: Fix errorneous empty lines | Haelwenn (lanodan) Monnier | |
2018-08-10 | fix gopher server informational messages | trqx@goat.si | |
some gopher clients did not accept those lines due to a missing tab | |||
2018-08-09 | Remote follow: don't show confusing error if already following | eal | |
2018-08-09 | HTML-sanitize usernames before emojifying. | eal | |
2018-08-08 | Add tests for emoji in user profiles | eal | |
Also use the correct field in TwitterAPI... |