about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2017-04-22[WIP] Html lang on statuses (#2297)Matt Jankowski
2017-04-22Improve bio compatibility (#2278)Eugen
2017-04-21Fix mangling of ##tag matches (#2194) (#2247)Mingye Wang
2017-04-21Clean up settings/preferences controller (#2237)Matt Jankowski
2017-04-19Fix html escape characters in the URL (#2138)abcang
2017-04-18Language detection refactor (#2099)Matt Jankowski
2017-04-17Fix #1972, fix #1870 - Fix special characters in XML, add tests (#1988)Eugen
2017-04-16Fix #1870 - Strip control characters out of strings in AtomSerializer (#1876)Eugen
2017-04-16Add language detection (#1772)Eugen
2017-04-16Fix #1852 - Ensure feeds have valid <title> tags (#1875)Eugen
2017-04-15Allow running mastodon on a different domain as the one used for identifying ...ThibG
2017-04-14Change usage of gsub to delete, as per Code Climate/Rubocop recommendation (#...Effy Elden
2017-04-13Fix #1220, fix #1671 - Hook up comment box to the Redux comment value (#1699)Eugen
2017-04-13Fix #1609, fix #1628 - Revert #1397 (#1700)Eugen
2017-04-13Organize coverage dirs (#1695)Matt Jankowski
2017-04-12significant improvement in microformats markup (#1063)Ben Roberts
2017-04-12Quick best practice cleanup of views/helpers (#1546)Matt Jankowski
2017-04-12Webfinger resource to extract username from resource string (#1607)Matt Jankowski
2017-04-11Remove order prior to .find_in_batches (#1470)Matt Jankowski
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-10Keep newlines in xml (#1397)Rachel H
2017-04-09Fix #1339 - better Atom titles (#1343)Eugen
2017-04-07DRY up reblog vs original status checkJoël Quenneville
2017-04-07Fix nil#object_type errorEugen Rochko
2017-04-07Re-add forgotten <author> element on standalone <entry>Eugen Rochko
2017-04-07Force UTF8 encoding on generated XML (#1140)Eugen
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-04-05Replace calls to FeedManager#inline_render and #broadcastEugen Rochko
2017-04-04Moved to the workerKurtis Rainbolt-Greene
2017-04-04This method isn't used anymoreKurtis Rainbolt-Greene
2017-04-04By pushing this into a worker we can reduce the amount of time the feed manag...Kurtis Rainbolt-Greene
2017-04-05Merge pull request #852 from peterkeen/email-whitelist-817Eugen
2017-04-05Merge pull request #858 from krainboltgreene/patch-6Eugen
2017-04-04Spawn FeedInsertWorker to deliver status into personal feedEugen Rochko
2017-04-04Use active record shorthandKurtis Rainbolt-Greene
2017-04-04[#817] Add email whitelistPete Keen
2017-04-04Reduce number of items in feeds, optimize regeneration worker slightly,Eugen Rochko
2017-04-04Optimize FeedManager#unmerge, and slightly optimize FeedManager#mergeEugen Rochko
2017-04-04Optimize filter methods in FeedManager a bit, use redis pipelining on merge/u...Eugen Rochko
2017-04-03Add check for visibility.nil? even though it can't ever be, to check for race...Eugen Rochko
2017-04-02Fix issue with feed merge-in code as wellEugen Rochko
2017-03-28Fix #408 - link @ names in biosEugen Rochko
2017-03-22Prettier account and stream entry URLsEugen Rochko
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
2017-03-04Add digest e-mailsEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-03-01If a status is within 40 statuses from the top of a home feed, do notEugen Rochko
2017-02-26Add validation of media attachments, clean up mastodon-own exception classesEugen Rochko
2017-02-23Improve glowEugen Rochko