about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-03-26:globe_with_meridians: add simplified chinese languageleopku
2017-03-24:construction: chinese translation WIPleopku
2017-03-24:globe_with_meridians: add chinese language fileleopku
2017-03-24Fix #675 - return created_at in notifications APIEugen Rochko
2017-03-24Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295)Eugen Rochko
2017-03-24Merge pull request #676 from leopku/feature/s3_protocol_from_envEugen
:wrench: S3 protocol from ENV
2017-03-23:wrench: S3 protocol from ENVleopku
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample
2017-03-22Merge branch 'feature-omnisearch'Eugen Rochko
2017-03-22Prettier account and stream entry URLsEugen Rochko
2017-03-22Shorter timeout on FetchAtomServiceEugen Rochko
2017-03-22Fix full-text search query quotation, improve tag search performance with an ↵Eugen Rochko
index, add ability to open status by URL from search (fix #53)
2017-03-22Merge branch 'master' into feature-omnisearchEugen Rochko
2017-03-22Upgrade status IDs to bigintEugen Rochko
2017-03-22Upgrade Rails to 5.0.2Eugen Rochko
2017-03-22Web UI support for the new omnisearchEugen Rochko
2017-03-22Merge branch 'master' into feature-omnisearchEugen Rochko
this merge is necessary,
2017-03-22German toot -> "tröt"Eugen Rochko
2017-03-22More efficient single account retrieval (0.9ms vs 50ms before)Eugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
Returns accounts, statuses, hashtags arrays
2017-03-21Don't list "direct" under default post privacy settingsEugen Rochko
2017-03-21Improved landing pageEugen Rochko
2017-03-20Add landing stripEugen Rochko
2017-03-19Export follow/block lists as CSVEugen Rochko
2017-03-19Fix wrong HTTP status codes on error pagesEugen Rochko
2017-03-19Add link to contribution guidelines to READMEEugen Rochko
2017-03-19Added contribution guidelinesEugen Rochko
2017-03-18Federate header images, fix open-uri http->https redirection errorEugen Rochko
2017-03-17Forgot to hook up API with the latest methodEugen Rochko
2017-03-17Start page links a bit more readableEugen Rochko
2017-03-17Make account search blazing fast and rank followers/followees higher in the ↵Eugen Rochko
results
2017-03-17Merge pull request #671 from yiskah/patch-9Eugen
Update Matador name to 11t
2017-03-17Update Matador name to 11tshel
The project was renamed 11t, the link goes to a project titled "11t" this is just an update
2017-03-17Promote Apps (#670)shel
"Various apps are available" is now a hyperlink
2017-03-16Add method for retrieving triadic closuresEugen Rochko
2017-03-15Merge branch 'marrus-sh-mastodon-site-api'Eugen Rochko
2017-03-15Fix #525 - Add instance information APIEugen Rochko
2017-03-15Merge branch 'mastodon-site-api' of ↵Eugen Rochko
https://github.com/marrus-sh/ardipithecus into marrus-sh-mastodon-site-api
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
adjusted to allow choosing it, yet
2017-03-15Merge branch 'master' into mastodon-site-apiEugen
2017-03-15Update list of appsEugen
2017-03-14Obfuscate filenames better, double rate limitsEugen Rochko
2017-03-13Replace howler.js with simple <audio />, will hopefully resolveEugen Rochko
some weird mobile browser behaviours
2017-03-13Fix casuality of processing remote mentions such that notificationsEugen Rochko
about them would be processed only after the entire status is processed
2017-03-07Try to detect iOS and *not* autoplay any videosEugen Rochko
Technically the check for iOS from components is a side effect, because it's neither in state nor props, but the user agent does not change, so I think that's okay.
2017-03-06Revert earlier fix due to new bug reportsEugen Rochko
2017-03-06Performance improvement for profilesEugen Rochko
2017-03-06Use more widely supported MP4 format for gifv'sEugen Rochko
2017-03-05Increase max bitrate of converted webms, slightly optimized counter queriesEugen Rochko
(Because postgres can tell that count(*) needs no extra checks, but counting a specific column requires them)
2017-03-05Add vsync -cfr option when converting gif to webmEugen Rochko
2017-03-05Higher quality webms? Might improve conversation of some types of gifsEugen Rochko