Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | Merge pull request #663 from console-cowboy/patch-1 | Eugen | |
add social.gestaltzerfall.net instance information | |||
2017-03-03 | add social.gestaltzerfall.net instance information | Alexander Acevedo | |
Hello fediverse! | |||
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-03 | Merge pull request #662 from undrskr/patch-1 | Eugen | |
gnusocial.me doesn't use Mastodon anymore | |||
2017-03-03 | gnusocial.me doesn't use Mastodon anymore | undrskr | |
The host uses postActiv now. | |||
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 | Merge branch 'KitRedgrave-add-mute-button' | 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 | Merge branch 'marrus-sh-mastodon-paste-support' | 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-03-01 | Merge pull request #660 from marrus-sh/mastodon-smart-back-button | Eugen | |
#467 – Making the back button a little smarter | |||
2017-02-28 | Making the back button a little smarter | Kibigo | |
2017-02-28 | Support for pasting images from clipboard | Kibigo | |
2017-03-01 | Fix incorrect detection of local vs remote user in web UI | Eugen Rochko | |
2017-03-01 | Fix typo | Eugen Rochko | |
2017-03-01 | Revert infinite scroll in timelines back to looking at ID of oldest | Eugen 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-01 | Fix #291 - Add visual indication that numbers for remote users may be inaccurate | Eugen Rochko | |
2017-03-01 | If a status is within 40 statuses from the top of a home feed, do not | Eugen Rochko | |
reinsert it when someone boosts it | |||
2017-03-01 | Improved dropdowns | Eugen Rochko | |
2017-02-28 | Fix #561 - Detect presence of audio in video, hide mute toggle when none | Eugen Rochko | |
2017-02-28 | Merge pull request #656 from yiskah/patch-7 | Eugen | |
Add social.diskseven.com | |||
2017-02-28 | Add social.dickseven.com | shel | |
New instance | |||
2017-02-28 | Updated sponsors | Eugen | |
2017-02-28 | Fix #186 - Add RTL support to the compose form textarea and statuses output | Eugen Rochko | |
2017-02-28 | Add elephant friend to missing indicator | Eugen Rochko | |
2017-02-27 | Add new illustration | Eugen | |
2017-02-27 | Merge pull request #655 from marrus-sh/mastodon-frontend-character-count | Eugen | |
Fixes #263; makes JavaScript's character counting the same as Ruby's |