summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-11-27Return xml notice at /notice path.Lain Iwakura
2017-11-23Add configuration generation tool, update readme.Lain Iwakura
2017-11-23MastodonUI login: Show error message on error.Roger Braun
2017-11-22Merge branch 'develop' into 'develop'lambda
Pleroma-Dark default theme for the Mastodon Frontend See merge request pleroma/pleroma!27
2017-11-21Merge branch 'fix/self-follow' into 'develop'eal
Dont include the user in their own follower count. See merge request pleroma/pleroma!29
2017-11-21Do not include user in their own follower count.eal
2017-11-20MastoAPI: no more than 4 attachments.eal
2017-11-20Treat internal emoji like external.Roger Braun
2017-11-20MastoAPI: Add max_toot_chars.Roger Braun
2017-11-20Fix posts being streamed to non-local websocket channels.eal
2017-11-20Don't let the user unfollow their own account.eal
2017-11-20Don't show the user in their own following count.eal
2017-11-19Add Custom Pleroma-dark themeHyper! (Stitch)
2017-11-19Federator Queue: Add seperate in/out queues.Roger Braun
2017-11-19MastodonAPI: Streaming fixes.Roger Braun
Now shows repeats in the home tl.
2017-11-19MastodonAPI: Add sign out.Roger Braun
Close #79
2017-11-19MastoAPI: Only return create activties in contexts.Roger Braun
2017-11-19Fix all compilation warningsThog
2017-11-18Merge branch 'formatting-fixes' into 'develop'lambda
Formatting fixes Closes #80 See merge request pleroma/pleroma!22
2017-11-18Merge branch 'fix/mastofe-login-redirect' into 'develop'eal
Redirect to Getting Started on login. See merge request pleroma/pleroma!21
2017-11-18Add #nsfw tag if sensitive content bit is seteal
2017-11-18Don't add summary if empty.eal
2017-11-18Don't insert newlines to generated HTML.eal
MastoFE doesn't like them.
2017-11-18Escape HTML instead of discarding it.eal
2017-11-18Don't start streamer during tests.Roger Braun
2017-11-16Redirect to Getting Started on login.eal
2017-11-16MastoAPI: Implement all streaming functions.Roger Braun
2017-11-16MastodonAPI: Stream fixes.Roger Braun
2017-11-16Small css fix.Roger Braun
2017-11-16Add styles to make login page resemble mastodon'sShpuld Shpuldson
2017-11-16Add custom emoji to Mastodon UI initial state.Roger Braun
2017-11-15MastoAPI: Make attachment ids strings.Roger Braun
2017-11-14Merge branch 'twitterapi-bitlbee' into 'develop'lambda
TwitterAPI: Add missing endpoints for bitlbee. Closes #67 See merge request pleroma/pleroma!18
2017-11-14TwitterAPI: Add /users/show.eal
2017-11-14TwitterAPI: Add unimplemented /mutes/users/ids.eal
2017-11-14TwitterAPI: Add unimplemented /friendships/no_retweets/ids.eal
2017-11-14TwitterAPI: Add /friends/ids.eal
2017-11-14Accept 1 as true.eal
2017-11-14MastoAPI: Add media timelines.eal
2017-11-13MastoAPI: Fix repeat api bug.Roger Braun
Documentation was wrong, reblogging actually returns the reblog, not the reblogged status.
2017-11-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-12Add Mastodon frontend.Roger Braun
2017-11-12Merge branch 'mastodon-notification-endpoints' into 'develop'lambda
MastoAPI: Add notification endpoints get, clear and dismiss. Closes #42 See merge request pleroma/pleroma!13
2017-11-12Merge branch 'filetype-recognition' into 'develop'lambda
Use headers for file content type recognition. See merge request pleroma/pleroma!14
2017-11-12Merge branch 'mastoapi-update-credentials' into 'develop'lambda
MastoAPI: Add update credentials endpoint. Closes #61 See merge request pleroma/pleroma!15
2017-11-12Add common video and audio types.eal
2017-11-12MastoAPI: Add update credentials endpoint.eal
2017-11-11Use headers for file content type recognition.eal
2017-11-11MastoAPI: Websocket streaming for federated timeline.Roger Braun
2017-11-11MastoAPI: Basic streaming.Roger Braun