about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
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-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-17Promote Apps (#670)shel
"Various apps are available" is now a hyperlink
2017-03-16Add method for retrieving triadic closuresEugen 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-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
2017-03-05Detect videos with no sound, handle them like gifvEugen Rochko
2017-03-05Fix wrongful matching of last period in extended usernamesEugen Rochko
Fix anchor tags in some wikipedia URLs being matches as a hashtag
2017-03-05Improved /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-05Make gifvs always use media gallery componentEugen Rochko
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen 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-04Rename "the whole known network" timeline to "federated timeline"Eugen Rochko
Remove note about following Gargron@mastodon.social from getting started text
2017-03-04Add digest e-mailsEugen Rochko
2017-03-02Make confirmation text more specificEugen Rochko
2017-03-02Fix #620 - Add confirmation dialog for notifications clearEugen Rochko
2017-03-02Fix up storybookEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-03-02Fix #372 - Emoji pickerEugen Rochko
2017-03-01Simplify passing of propEugen Rochko
2017-03-01Merge branch 'mastodon-paste-support' of ↵Eugen Rochko
https://github.com/marrus-sh/ardipithecus into marrus-sh-mastodon-paste-support
2017-03-01Better smart/dumb component separationKibigo
2017-02-28Making the back button a little smarterKibigo
2017-02-28Support for pasting images from clipboardKibigo
2017-03-01Fix incorrect detection of local vs remote user in web UIEugen Rochko
2017-03-01Fix typoEugen Rochko
2017-03-01Revert infinite scroll in timelines back to looking at ID of oldestEugen Rochko
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually)
2017-03-01Fix #291 - Add visual indication that numbers for remote users may be inaccurateEugen Rochko
2017-03-01If a status is within 40 statuses from the top of a home feed, do notEugen Rochko
reinsert it when someone boosts it
2017-03-01Improved dropdownsEugen Rochko
2017-02-28Fix #561 - Detect presence of audio in video, hide mute toggle when noneEugen Rochko
2017-02-28Fix #186 - Add RTL support to the compose form textarea and statuses outputEugen Rochko
2017-02-28Add elephant friend to missing indicatorEugen Rochko