Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue

when registering incoming status mentions, add Travis CI file
This commit is contained in:
Eugen Rochko 2016-03-18 23:23:19 +01:00
parent 15476d505d
commit 9a7485d034
5 changed files with 19 additions and 8 deletions

View file

@ -1,6 +1,8 @@
Mastodon
========
[![Build Status](https://travis-ci.org/Gargron/mastodon.svg?branch=master)](https://travis-ci.org/Gargron/mastodon)
Mastodon is a federated microblogging engine. An alternative implementation of the GNU Social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon.
**Current status of the project is early development. Documentation &co will be added later**
@ -18,12 +20,6 @@ Mastodon is a federated microblogging engine. An alternative implementation of t
- Upload header image for profile page
- Deleting statuses, deletion propagation
Missing:
- Media attachments (photos, videos)
- Streaming API
- Blocking users, blocking remote instances
## Configuration
- `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related