You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Eugen Rochko 5abdc77c80 Add conversation model, <ostatus:conversation /> (#3016)
* Add <ostatus:conversation /> tag to Atom input/output

Only uses ref attribute (not href) because href would be
the alternate link that's always included also.

Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.

* Fix conversation migration

* More spec coverage for status before_create

* Prevent n+1 query when generating Atom with the new conversations

* Improve code style

* Remove redundant local variable
8 years ago
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 8 years ago
controllers Specs for API push controller, with refactor (#2926) 8 years ago
helpers Add Thai langauge (#2903) 8 years ago
javascript Increase color contrast on privacy warning (#3015) 8 years ago
lib Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Fix regressions from #2683 (#2970) 8 years ago
workers Pubsub confirmation worker spec (#2974) 8 years ago