Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | :construction: chinese translation WIP | leopku | |
2017-03-24 | :globe_with_meridians: add chinese language file | leopku | |
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. | |||
2017-03-06 | Revert earlier fix due to new bug reports | Eugen Rochko | |
2017-03-06 | Performance improvement for profiles | Eugen Rochko | |
2017-03-06 | Use more widely supported MP4 format for gifv's | Eugen Rochko | |
2017-03-05 | Increase max bitrate of converted webms, slightly optimized counter queries | Eugen Rochko | |
(Because postgres can tell that count(*) needs no extra checks, but counting a specific column requires them) | |||
2017-03-05 | Add vsync -cfr option when converting gif to webm | Eugen Rochko | |
2017-03-05 | Higher quality webms? Might improve conversation of some types of gifs | Eugen Rochko | |
2017-03-05 | Make the paperclip filename interpolator smarter about the :original style | Eugen Rochko | |
If an :original gets converted into another format, it would get saved as original_filename *anyway*, so generating the extension is pointless and yields bad results for when you change the style definition later. This way, old gifs will still have correct URLs |