Nolan Lawson
0df6442636
Use passive listener in privacy_dropdown.js ( #5037 )
2017-09-22 04:59:01 +02:00
Nolan Lawson
4a48d03b31
Eliminate re-renders for intersection_observer_article.js ( #5036 )
2017-09-22 04:58:33 +02:00
Nolan Lawson
245816ab27
Eliminate re-renders for intersection_observer_article.js ( #5036 )
2017-09-22 04:58:33 +02:00
kibigo!
123d22f3b8
Long display names now ellipsis properly
2017-09-21 16:55:32 -07:00
kibigo!
c2b479efec
Long display names now ellipsis properly
2017-09-21 16:55:32 -07:00
kibigo!
e1fc279dfd
Styling fixes for header redesign
2017-09-21 16:46:18 -07:00
kibigo!
a94dc21c79
Styling fixes for header redesign
2017-09-21 16:46:18 -07:00
David Yip
93bd063524
Merge pull request #148 from glitch-soc/better-header
...
Improvements to status headers and content
2017-09-21 16:11:03 -05:00
David Yip
9512db920c
Merge pull request #148 from glitch-soc/better-header
...
Improvements to status headers and content
2017-09-21 16:11:03 -05:00
Ondřej Hruška
640740eeac
autoscroll emoji suggestions box
2017-09-21 15:31:24 +02:00
Ondřej Hruška
c89cce0219
autoscroll emoji suggestions box
2017-09-21 15:31:24 +02:00
syui
77090376ca
fix : mobile style of /about/more ( #5034 )
2017-09-21 14:30:21 +02:00
syui
63819c848d
fix : mobile style of /about/more ( #5034 )
2017-09-21 14:30:21 +02:00
beatrix
b14d2a5ae6
Merge pull request #149 from glitch-soc/mojon-suggest
...
Emoji and Hashtag autocomplete
2017-09-20 23:02:23 -04:00
beatrix
fa3587645d
Merge pull request #149 from glitch-soc/mojon-suggest
...
Emoji and Hashtag autocomplete
2017-09-20 23:02:23 -04:00
MIYAGI Hikaru
cc0b56b40e
Fix shortname problem in emojify() (regression from #5016 ) ( #5032 )
...
When colon appears end of line, skiped all character containing unicode emojis. Fixed.
https://github.com/tootsuite/mastodon/pull/5016#issuecomment-331012008
2017-09-21 03:47:16 +02:00
MIYAGI Hikaru
a9abe89093
Fix shortname problem in emojify() (regression from #5016 ) ( #5032 )
...
When colon appears end of line, skiped all character containing unicode emojis. Fixed.
https://github.com/tootsuite/mastodon/pull/5016#issuecomment-331012008
2017-09-21 03:47:16 +02:00
kibigo!
47bc505c25
Fixed notification appearance
2017-09-20 14:52:01 -07:00
kibigo!
9ed51cecd0
Fixed notification appearance
2017-09-20 14:52:01 -07:00
Ondřej Hruška
18ebb961d8
fulltext mojo suggestions
2017-09-20 22:13:09 +02:00
Ondřej Hruška
514edd3c23
fulltext mojo suggestions
2017-09-20 22:13:09 +02:00
Ondřej Hruška
d1a08a01ad
TURBO shortcode search
2017-09-20 21:57:33 +02:00
Ondřej Hruška
a3760b7729
TURBO shortcode search
2017-09-20 21:57:33 +02:00
Ondřej Hruška
0ddaea5d9d
add scrollbar to mojon suggestions list when too long
2017-09-20 21:53:08 +02:00
Ondřej Hruška
cbf00168f1
add scrollbar to mojon suggestions list when too long
2017-09-20 21:53:08 +02:00
Ondřej Hruška
827277a8cc
cache allShortcodes
2017-09-20 21:39:22 +02:00
Ondřej Hruška
4f9a493d9d
cache allShortcodes
2017-09-20 21:39:22 +02:00
Ondřej Hruška
82dc98f91c
typo in comment
2017-09-20 21:28:44 +02:00
Ondřej Hruška
8c0733a14e
typo in comment
2017-09-20 21:28:44 +02:00
Ondřej Hruška
65673e9a91
Appease Travis
2017-09-20 20:34:11 +02:00
Ondřej Hruška
36a35be2ad
Appease Travis
2017-09-20 20:34:11 +02:00
Ondřej Hruška
4ac158f1d3
Emoji and Hashtag autocomplete
2017-09-20 20:21:09 +02:00
Ondřej Hruška
3783062450
Emoji and Hashtag autocomplete
2017-09-20 20:21:09 +02:00
Nolan Lawson
e03dd027b5
Reduce wasted renders for column_loading.js ( #5021 )
...
* Reduce wasted renders for column_loading.js
* Use defaultProps
2017-09-20 19:58:44 +02:00
Nolan Lawson
798b0fc5af
Reduce wasted renders for column_loading.js ( #5021 )
...
* Reduce wasted renders for column_loading.js
* Use defaultProps
2017-09-20 19:58:44 +02:00
Lynx Kotoura
88fd9f47fd
Fix theme translations alphabetically ( #5031 )
2017-09-20 19:41:35 +02:00
Lynx Kotoura
8fcfcddc8f
Fix theme translations alphabetically ( #5031 )
2017-09-20 19:41:35 +02:00
Eugen Rochko
f8e734ff9a
Disable private status federation over OStatus ( #5027 )
2017-09-20 19:08:20 +02:00
Eugen Rochko
d68df88d4e
Disable private status federation over OStatus ( #5027 )
2017-09-20 19:08:20 +02:00
unarist
ca502e7b15
Use file extensions in addition to MIME types for file picker ( #5029 )
...
Currently we're using a list of MIME types for `accept` attribute on `input[type="file"]` for filter options of file picker, and actual file extensions will be infered by browsers. However, infered extensions may not include our expected items. For example, "image/jpeg" seems to be infered to
only ".jfif" extension in Firefox.
To ensure common file extensions are in the list, this PR adds file extensions in addition to MIME types. Also having items in both format is encouraged by HTML5 spec.
https://www.w3.org/TR/html5/forms.html#file-upload-state-(type=file)
2017-09-20 19:07:23 +02:00
unarist
c8580eb806
Use file extensions in addition to MIME types for file picker ( #5029 )
...
Currently we're using a list of MIME types for `accept` attribute on `input[type="file"]` for filter options of file picker, and actual file extensions will be infered by browsers. However, infered extensions may not include our expected items. For example, "image/jpeg" seems to be infered to
only ".jfif" extension in Firefox.
To ensure common file extensions are in the list, this PR adds file extensions in addition to MIME types. Also having items in both format is encouraged by HTML5 spec.
https://www.w3.org/TR/html5/forms.html#file-upload-state-(type=file)
2017-09-20 19:07:23 +02:00
Lynx Kotoura
42bacb1e30
Better Japanese translations ( #5030 )
2017-09-21 01:56:28 +09:00
Lynx Kotoura
f41e70ca38
Better Japanese translations ( #5030 )
2017-09-21 01:56:28 +09:00
mayaeh
0e9e5e0317
Add Japanese translations for multiple themes, custom emoji ( #5026 )
...
* Add Japanese translations for multiple themes
* Change Japanese translation for custom emoji's created_msg.
2017-09-20 16:09:57 +02:00
mayaeh
7b8ecde32d
Add Japanese translations for multiple themes, custom emoji ( #5026 )
...
* Add Japanese translations for multiple themes
* Change Japanese translation for custom emoji's created_msg.
2017-09-20 16:09:57 +02:00
TomoyaShibata
28e4e7b4a0
Remove unnecessary css property ( #5025 )
2017-09-20 15:26:22 +02:00
TomoyaShibata
8cb4561145
Remove unnecessary css property ( #5025 )
2017-09-20 15:26:22 +02:00
JeanGauthier
acfb7a463e
l10n Occitan: theme site, custom emoji, Oauth, newcomers follow admins, ... ( #5023 )
...
* Oauto code string
* Theme, custom emoji and more
* Site theme
* added two spaces wierdly gone away
* Update oc.yml
Changes adviced
2017-09-20 15:00:54 +02:00
JeanGauthier
1607bb445a
l10n Occitan: theme site, custom emoji, Oauth, newcomers follow admins, ... ( #5023 )
...
* Oauto code string
* Theme, custom emoji and more
* Site theme
* added two spaces wierdly gone away
* Update oc.yml
Changes adviced
2017-09-20 15:00:54 +02:00
mayaeh
d8a459820c
Add japanese translations for custom emoji. ( #5007 )
...
* Add japanese translations for custom emoji.
* Remove spaces.
* Change destroyed_msg.
* Revert "Change destroyed_msg."
2017-09-20 14:57:59 +02:00