952bce3023
Replace howler.js with simple <audio />, will hopefully resolve some weird mobile browser behaviours
Eugen Rochko2017-03-13 17:12:30 +01:00
a5daa806f2
Fix casuality of processing remote mentions such that notifications about them would be processed only after the entire status is processed
Eugen Rochko2017-03-13 16:34:15 +01:00
47bf592db7
Try to detect iOS and *not* autoplay any videos
Eugen Rochko2017-03-07 09:54:57 +01:00
1fb3e8988b
Revert earlier fix due to new bug reports
Eugen Rochko2017-03-06 02:25:41 +01:00
03a857f59a
Use more widely supported MP4 format for gifv's
Eugen Rochko2017-03-06 00:30:03 +01:00
8d93f0ca56
Increase 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 Rochko2017-03-05 23:43:58 +01:00
6382ef2bc6
Add vsync -cfr option when converting gif to webm
Eugen Rochko2017-03-05 23:27:25 +01:00
79b08c5f0a
Higher quality webms? Might improve conversation of some types of gifs
Eugen Rochko2017-03-05 23:13:21 +01:00
ebc01bf0f6
Make 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 Rochko2017-03-05 23:03:49 +01:00
85fce04d1b
Detect videos with no sound, handle them like gifv
Eugen Rochko2017-03-05 22:55:24 +01:00
4fb95c91fb
Fix wrongful matching of last period in extended usernames Fix anchor tags in some wikipedia URLs being matches as a hashtag
Eugen Rochko2017-03-05 18:08:19 +01:00
5f4e402204
Improved /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 Rochko2017-03-05 17:27:17 +01:00
07b166af64
Make gifvs always use media gallery component
Eugen Rochko2017-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 Rochko2017-03-04 22:17:10 +01:00
4cbeb9a7eb
Merge pull request #663 from console-cowboy/patch-1
EugenandGitHub2017-03-04 12:17:50 +01:00
5d100293fb
Rename "the whole known network" timeline to "federated timeline" Remove note about following [email protected] from getting started text
Eugen Rochko2017-03-04 00:19:18 +01:00
fbdb3bcf1e
Revert 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 Rochko2017-03-01 01:43:29 +01:00
e1b00757a6Fix#291 - Add visual indication that numbers for remote users may be inaccurate
Eugen Rochko2017-03-01 01:18:34 +01:00
7f0d1b8cc0
If a status is within 40 statuses from the top of a home feed, do not reinsert it when someone boosts it
Eugen Rochko2017-03-01 01:07:11 +01:00
5a7590d94c
Merge pull request #655 from marrus-sh/mastodon-frontend-character-count
EugenandGitHub2017-02-27 15:51:57 +01:00
4d2af0d664
Character counter fix
Kibigo2017-02-27 04:32:41 -08:00
620f70e42c
Adds site metadata access to the API
Kibigo2017-02-27 04:06:25 -08:00
af5cb0f853
Only use bigger compose form/search form font on mobile layout
Eugen Rochko2017-02-27 00:46:45 +01:00
175a9b9caaFix#104 - Style OAuth authorized applications page Add ability to search accounts by display name
Eugen Rochko2017-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 Rochko2017-02-26 23:30:18 +01:00
b44dd38360
Fix broken dependency on inner react utility function
Eugen Rochko2017-02-26 01:34:56 +01:00
e2209e1104
Fix local timeline showing unread status of TWKN timeline
Eugen Rochko2017-02-26 01:27:22 +01:00
2c50687279
Improve compose form performance, upgrade JS dependencies. LightingBox now allows to cycle through multiple images
Eugen Rochko2017-02-26 01:23:44 +01:00
3e9d794ea5
Add tuning documentation, add <content> tags back to most salmons, make status pagination headers generation more lax about next page existing
Eugen Rochko2017-02-25 03:34:37 +01:00
c96fd24f48
Improve status reselect, do not display "load more" when no next link available
Eugen Rochko2017-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 Rochko2017-02-22 15:52:47 +01:00