Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... | |||
2018-08-08 | TwitterAPI user view: add screen_name_html and description_html. | eal | |
2018-08-07 | MastoAPI AccountView: render profile emoji. | eal | |
2018-08-06 | Merge branch 'bugfix/duplicate-follow-requests' into 'develop' | lambda | |
user: filter out duplicate follow requests Closes #228 See merge request pleroma/pleroma!263 | |||
2018-08-06 | user: do not leak virtuals in account search | William Pitcock | |
2018-08-06 | user: hide virtual actors from statistics queries | William Pitcock | |
2018-08-06 | activitypub: do not show observable effects of non-public boosts | William Pitcock | |
2018-08-06 | relay: do not relay in test mode | William Pitcock | |
2018-08-06 | run mix format | William Pitcock | |
2018-08-06 | relay: reintroduce @allow_relay | William Pitcock | |
2018-08-06 | activitypub: relay: fix up AS2 actor object | William Pitcock | |
2018-08-06 | relay: move to /relay endpoint from / due to webapp issues | William Pitcock | |
2018-08-06 | relay: only relay create activities | William Pitcock | |
2018-08-06 | user: set up a valid followers address to use | William Pitcock | |
2018-08-06 | activitypub: relay: add relay following/followers collection URLs | William Pitcock | |
2018-08-06 | federator: actually relay the public activities | William Pitcock | |
2018-08-06 | relay: remove @allow_relay for the moment | William Pitcock | |
2018-08-06 | relay: fix invoking federator, use a timer to sleep the mix task to force a ↵ | William Pitcock | |
context switch | |||
2018-08-06 | relay: add relay follow/unfollow tasks | William Pitcock | |
2018-08-06 | user: remote actors can have no nickname if they are virtual services | William Pitcock | |
2018-08-06 | config: allow relaying to be disabled | William Pitcock | |
2018-08-06 | activitypub: refactor relay concerns into new relay module | William Pitcock | |
2018-08-06 | activitypub: represent relay actor at instance root | William Pitcock | |
2018-08-06 | user: support creating an actor which represents the instance itself | William Pitcock | |
2018-08-05 | user: filter out duplicate follow requests | William Pitcock | |
2018-08-05 | formatter: preserve case of hashtags | William Pitcock | |
when generating hashtag links, we used the casefolded version that we use in the link URLs, instead of the original version. accordingly, adjust the formatter to use the original text for the links, while keeping the casefolded version for the URLs. | |||
2018-08-02 | add suggestions/web config | Hakaba Hitoyo | |