about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2017-03-05Make the paperclip filename interpolator smarter about the :original styleEugen 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
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-04Merge pull request #663 from console-cowboy/patch-1Eugen
add social.gestaltzerfall.net instance information
2017-03-03add social.gestaltzerfall.net instance informationAlexander Acevedo
Hello fediverse!
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-03Merge pull request #662 from undrskr/patch-1Eugen
gnusocial.me doesn't use Mastodon anymore
2017-03-03gnusocial.me doesn't use Mastodon anymoreundrskr
The host uses postActiv now.
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-02Merge branch 'KitRedgrave-add-mute-button'Eugen 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-01Merge branch 'marrus-sh-mastodon-paste-support'Eugen 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-03-01Merge pull request #660 from marrus-sh/mastodon-smart-back-buttonEugen
#467 – Making the back button a little smarter
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)