Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | 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 | 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-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 | Detect videos with no sound, handle them like gifv | Eugen Rochko | |
2017-03-05 | Fix wrongful matching of last period in extended usernames | Eugen Rochko | |
Fix anchor tags in some wikipedia URLs being matches as a hashtag | |||
2017-03-05 | Improved /api/v1/accounts/:id/statuses with new params: only_media, ↵ | Eugen Rochko | |
exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors | |||
2017-03-05 | Make gifvs always use media gallery component | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-03-04 | Rename "the whole known network" timeline to "federated timeline" | Eugen Rochko | |
Remove note about following Gargron@mastodon.social from getting started text | |||
2017-03-04 | Add digest e-mails | Eugen Rochko | |
2017-03-02 | Make confirmation text more specific | Eugen Rochko | |
2017-03-02 | Fix #620 - Add confirmation dialog for notifications clear | Eugen Rochko | |
2017-03-02 | Fix up storybook | Eugen Rochko | |
2017-03-02 | Fix #231 - Muting | Eugen Rochko | |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-03-01 | Simplify passing of prop | Eugen Rochko | |
2017-03-01 | Merge branch 'mastodon-paste-support' of ↵ | Eugen Rochko | |
https://github.com/marrus-sh/ardipithecus into marrus-sh-mastodon-paste-support | |||
2017-03-01 | Better smart/dumb component separation | Kibigo | |
2017-02-28 | Making the back button a little smarter | Kibigo | |
2017-02-28 | Support for pasting images from clipboard | Kibigo | |