Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | Increase color contrast | shel | |
Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant. | |||
2017-03-25 | Clarify privacy options | shel | |
Descriptions of differences between scope are more clear | |||
2017-03-25 | Fix up visual indicators for compose form privacy | Eugen Rochko | |
2017-03-25 | Improve sign up page on small screens | Eugen Rochko | |
2017-03-25 | When replying to status with content warning, prefill content warning | Eugen Rochko | |
2017-03-25 | Temporary spacing fix | Eugen Rochko | |
2017-03-25 | Privacy dropdown i18n | Eugen Rochko | |
2017-03-25 | Fix public profile pagination links | Eugen Rochko | |
2017-03-25 | Redesigned compose form | Eugen Rochko | |
2017-03-24 | Fix #675 - return created_at in notifications API | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-03-24 | Merge pull request #676 from leopku/feature/s3_protocol_from_env | Eugen | |
:wrench: S3 protocol from ENV | |||
2017-03-23 | :wrench: S3 protocol from ENV | leopku | |
add support for reading S3 protocol from ENV also add S3_HOSTNAME in .env.production.sample | |||
2017-03-22 | Merge branch 'feature-omnisearch' | Eugen Rochko | |
2017-03-22 | Prettier account and stream entry URLs | Eugen Rochko | |
2017-03-22 | Shorter timeout on FetchAtomService | Eugen Rochko | |
2017-03-22 | Fix 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-22 | Merge branch 'master' into feature-omnisearch | Eugen Rochko | |
2017-03-22 | Upgrade status IDs to bigint | Eugen Rochko | |
2017-03-22 | Upgrade Rails to 5.0.2 | Eugen Rochko | |
2017-03-22 | Web UI support for the new omnisearch | Eugen Rochko | |
2017-03-22 | Merge branch 'master' into feature-omnisearch | Eugen Rochko | |
this merge is necessary, | |||
2017-03-22 | German toot -> "tröt" | Eugen Rochko | |
2017-03-22 | More efficient single account retrieval (0.9ms vs 50ms before) | Eugen Rochko | |
2017-03-22 | New API method: /api/v1/search | Eugen Rochko | |
Returns accounts, statuses, hashtags arrays | |||
2017-03-21 | Don't list "direct" under default post privacy settings | Eugen Rochko | |
2017-03-21 | Improved landing page | Eugen Rochko | |
2017-03-20 | Add landing strip | Eugen Rochko | |
2017-03-19 | Export follow/block lists as CSV | Eugen Rochko | |
2017-03-19 | Fix wrong HTTP status codes on error pages | Eugen Rochko | |
2017-03-19 | Add link to contribution guidelines to README | Eugen Rochko | |
2017-03-19 | Added contribution guidelines | Eugen Rochko | |
2017-03-18 | Federate header images, fix open-uri http->https redirection error | Eugen Rochko | |
2017-03-17 | Forgot to hook up API with the latest method | Eugen Rochko | |
2017-03-17 | Start page links a bit more readable | Eugen Rochko | |
2017-03-17 | Make account search blazing fast and rank followers/followees higher in the ↵ | Eugen Rochko | |
results | |||
2017-03-17 | Merge pull request #671 from yiskah/patch-9 | Eugen | |
Update Matador name to 11t | |||
2017-03-17 | Update Matador name to 11t | shel | |
The project was renamed 11t, the link goes to a project titled "11t" this is just an update | |||
2017-03-17 | Promote Apps (#670) | shel | |
"Various apps are available" is now a hyperlink | |||
2017-03-16 | Add method for retrieving triadic closures | Eugen Rochko | |
2017-03-15 | Merge branch 'marrus-sh-mastodon-site-api' | Eugen Rochko | |
2017-03-15 | Fix #525 - Add instance information API | Eugen Rochko | |
2017-03-15 | Merge branch 'mastodon-site-api' of ↵ | Eugen Rochko | |
https://github.com/marrus-sh/ardipithecus into marrus-sh-mastodon-site-api | |||
2017-03-15 | Add "direct" visibility level in the backend. Web UI is not yet | Eugen Rochko | |
adjusted to allow choosing it, yet | |||
2017-03-15 | Merge branch 'master' into mastodon-site-api | Eugen | |
2017-03-15 | Update list of apps | Eugen | |
2017-03-14 | Obfuscate filenames better, double rate limits | Eugen Rochko | |
2017-03-13 | Replace howler.js with simple <audio />, will hopefully resolve | Eugen Rochko | |
some weird mobile browser behaviours | |||
2017-03-13 | Fix casuality of processing remote mentions such that notifications | Eugen Rochko | |
about them would be processed only after the entire status is processed | |||
2017-03-07 | Try to detect iOS and *not* autoplay any videos | Eugen 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. |