summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-12-05Add basic channel state.Roger Braun
2017-12-04Fix basic auth for passwords with a colon.eal
2017-12-04Basic backend chat.Lain Iwakura
2017-12-04unfuckHenry Jameson
2017-12-04made psql script compatible with migrations or generate_config rerunsHenry Jameson
2017-12-04reverts config genHenry Jameson
2017-12-04fixHenry Jameson
2017-12-04fixesHenry Jameson
2017-12-04first version of safe DB setupHenry Jameson
2017-12-03OStatus: Add user bio as summary fieldRoger Braun
Fixes problem with bio federation.
2017-11-30MastodonAPI: Add proper user count.Lain Iwakura
2017-11-28Improve error handling, add configurationhref
2017-11-28mandatory typo fix...href
2017-11-28media proxy: good enough wiphref
2017-11-28Merge branch 'salmon-native-keys' into 'develop'lambda
Salmon: generate private key with native crypto if available. See merge request pleroma/pleroma!33
2017-11-28Salmon: generate private key with native crypto if available.href
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