952bce3023Replace howler.js with simple <audio />, will hopefully resolve some weird mobile browser behaviours
Eugen Rochko
2017-03-13 17:12:30 +01:00
a5daa806f2Fix casuality of processing remote mentions such that notifications about them would be processed only after the entire status is processed
Eugen Rochko
2017-03-13 16:34:15 +01:00
47bf592db7Try to detect iOS and *not* autoplay any videos
Eugen Rochko
2017-03-07 09:54:57 +01:00
1fb3e8988bRevert earlier fix due to new bug reports
Eugen Rochko
2017-03-06 02:25:41 +01:00
d6cb4bbe99Performance improvement for profiles
Eugen Rochko
2017-03-06 01:50:35 +01:00
03a857f59aUse more widely supported MP4 format for gifv's
Eugen Rochko
2017-03-06 00:30:03 +01:00
8d93f0ca56Increase max bitrate of converted webms, slightly optimized counter queries (Because postgres can tell that count(*) needs no extra checks, but counting a specific column requires them)
Eugen Rochko
2017-03-05 23:43:58 +01:00
6382ef2bc6Add vsync -cfr option when converting gif to webm
Eugen Rochko
2017-03-05 23:27:25 +01:00
79b08c5f0aHigher quality webms? Might improve conversation of some types of gifs
Eugen Rochko
2017-03-05 23:13:21 +01:00
ebc01bf0f6Make the paperclip filename interpolator smarter about the :original style 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
Eugen Rochko
2017-03-05 23:03:49 +01:00
85fce04d1bDetect videos with no sound, handle them like gifv
Eugen Rochko
2017-03-05 22:55:24 +01:00
4fb95c91fbFix wrongful matching of last period in extended usernames Fix anchor tags in some wikipedia URLs being matches as a hashtag
Eugen Rochko
2017-03-05 18:08:19 +01:00
5f4e402204Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors
Eugen Rochko
2017-03-05 17:27:17 +01:00
07b166af64Make gifvs always use media gallery component
Eugen Rochko
2017-03-05 02:04:31 +01:00
caf5b8e975Fix#431 - convert gif to webm during upload. Web UI treats them like it did 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.
Eugen Rochko
2017-03-04 22:17:10 +01:00
4cbeb9a7ebMerge pull request #663 from console-cowboy/patch-1
Eugen
2017-03-04 12:17:50 +01:00
851b730373add social.gestaltzerfall.net instance information
Alexander Acevedo
2017-03-03 19:17:58 -05:00
5d100293fbRename "the whole known network" timeline to "federated timeline" Remove note about following Gargron@mastodon.social from getting started text
Eugen Rochko
2017-03-04 00:19:18 +01:00
6b81d10030Add digest e-mails
Eugen Rochko
2017-03-03 23:45:48 +01:00
f5457cc3d2Merge pull request #662 from undrskr/patch-1
Eugen
2017-03-03 22:46:56 +01:00
fac8bfc03fgnusocial.me doesn't use Mastodon anymore
undrskr
2017-03-03 22:38:10 +02:00
4690236724Make confirmation text more specific
Eugen Rochko
2017-03-02 19:25:11 +01:00
b9345b3fc6Fix#620 - Add confirmation dialog for notifications clear
Eugen Rochko
2017-03-02 19:24:12 +01:00
4d23a85c29Fix up storybook
Eugen Rochko
2017-03-02 18:55:15 +01:00
4c0e9f85c5Merge branch 'KitRedgrave-add-mute-button'
Eugen Rochko
2017-03-02 18:50:33 +01:00
c64a1c25c4Fix#231 - Muting
Eugen Rochko
2017-03-02 18:49:32 +01:00
442fdbfc53Mute button progress so far. WIP, doesn't entirely work correctly.
Kit Redgrave
2017-02-05 19:51:56 -06:00
89fc2d7f48Fix#372 - Emoji picker
Eugen Rochko
2017-03-02 00:57:55 +01:00
6a1b738e0bMerge branch 'marrus-sh-mastodon-paste-support'
Eugen Rochko
2017-03-01 13:57:44 +01:00
95ebfa5610Simplify passing of prop
Eugen Rochko
2017-03-01 13:57:30 +01:00
0924eee81bMerge pull request #660 from marrus-sh/mastodon-smart-back-button
Eugen
2017-03-01 10:50:27 +01:00
5f6f7aaa27Making the back button a little smarter
Kibigo
2017-02-28 22:24:34 -08:00
e84c1dc95fSupport for pasting images from clipboard
Kibigo
2017-02-28 18:52:46 -08:00
5960bac11eFix incorrect detection of local vs remote user in web UI
Eugen Rochko
2017-03-01 02:00:21 +01:00
3208979655Fix typo
Eugen Rochko
2017-03-01 01:57:48 +01:00
fbdb3bcf1eRevert infinite scroll in timelines back to looking at ID of oldest 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)
Eugen Rochko
2017-03-01 01:43:29 +01:00
e1b00757a6Fix#291 - Add visual indication that numbers for remote users may be inaccurate
Eugen Rochko
2017-03-01 01:18:34 +01:00
7f0d1b8cc0If a status is within 40 statuses from the top of a home feed, do not reinsert it when someone boosts it
Eugen Rochko
2017-03-01 01:07:11 +01:00
92569b1f0dImproved dropdowns
Eugen Rochko
2017-03-01 00:53:11 +01:00
955e9088d7Fix#561 - Detect presence of audio in video, hide mute toggle when none
Eugen Rochko
2017-02-28 23:48:41 +01:00
70a56b92a6Merge pull request #656 from yiskah/patch-7
Eugen
2017-02-28 21:48:05 +01:00
620f70e42cAdds site metadata access to the API
Kibigo
2017-02-27 04:06:25 -08:00
af5cb0f853Only use bigger compose form/search form font on mobile layout
Eugen Rochko
2017-02-27 00:46:45 +01:00
175a9b9caaFix#104 - Style OAuth authorized applications page Add ability to search accounts by display name
Eugen Rochko
2017-02-27 00:15:00 +01:00
2826e6dadaFix#612 - Set font size to 16px in compose form and search form to prevent iOS from zooming in on them
Eugen Rochko
2017-02-26 23:30:18 +01:00
a0df694c24Merge branch 'rmhasan-fix_462'
Eugen Rochko
2017-02-26 23:23:47 +01:00
5f511324b6Add validation of media attachments, clean up mastodon-own exception classes
Eugen Rochko
2017-02-26 23:23:06 +01:00
03000fee5fFix JS require-issue
Eugen Rochko
2017-02-26 14:10:01 +01:00
b44dd38360Fix broken dependency on inner react utility function
Eugen Rochko
2017-02-26 01:34:56 +01:00
e2209e1104Fix local timeline showing unread status of TWKN timeline
Eugen Rochko
2017-02-26 01:27:22 +01:00
2c50687279Improve compose form performance, upgrade JS dependencies. LightingBox now allows to cycle through multiple images
Eugen Rochko
2017-02-26 01:23:44 +01:00
3e9d794ea5Add tuning documentation, add <content> tags back to most salmons, make status pagination headers generation more lax about next page existing
Eugen Rochko
2017-02-25 03:34:37 +01:00
9d4cad6307Improve glow
Eugen Rochko
2017-02-23 02:14:35 +01:00
53ae431867Skip remote media URLs that don't have a hostname
Eugen Rochko
2017-02-22 19:55:14 +01:00
3202bdd744Fix#555 - Use a better URL parser
Eugen Rochko
2017-02-22 19:35:11 +01:00
c96fd24f48Improve status reselect, do not display "load more" when no next link available
Eugen Rochko
2017-02-22 16:30:09 +01:00
c77a54fe0aFix#651 - Do not reinsert original status into all followers feeds upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution.
Eugen Rochko
2017-02-22 15:52:47 +01:00
974d712fbeImprove performance of compose form
Eugen Rochko
2017-02-22 15:43:07 +01:00
5997bb47a8Fix#38 - Unread indicator when new content appears above the fold
Eugen Rochko
2017-02-21 00:10:49 +01:00
f338cc6c94Fix scroll to top not registering because of wrong debounce usage
Eugen
2017-02-20 19:01:47 +01:00