This website requires JavaScript.
6e83b5e719
Update brakeman to 3.0 and bundler-audit to 0.6 (#5117 )
Eugen Rochko
2017-09-27 03:13:09 +02:00
b32a1d5754
Refactor 500 file generation for future extension (#5105 )
nullkal
2017-09-26 18:55:33 +09:00
9d53a38a44
i18n: Update Polish translation (#5106 )
m4sk1n
2017-09-26 07:19:25 +02:00
f7ca205f38
Fixed webpack config code
kibigo!
2017-09-25 19:35:54 -07:00
86e617a839
Better themeing support!!
kibigo!
2017-09-25 19:24:32 -07:00
e528114c53
Follow-up to #4582 and #5027 , removing dead code (#5101 )
Eugen Rochko
2017-09-26 01:06:27 +02:00
cf7fbf2c56
Fix #5059 - Stop processing payload if it's from local account (#5100 )
Eugen Rochko
2017-09-26 01:06:13 +02:00
91e5b0dfdb
Send streaming API delete to people mentioned in status (#5103 )
Eugen Rochko
2017-09-26 00:29:29 +02:00
3b60832214
New error page graphic. Other error page improvements (#5099 )
Eugen Rochko
2017-09-25 23:05:54 +02:00
259181c41a
Fix size of single media in media-gallery (#5098 )
Lynx Kotoura
2017-09-26 03:26:50 +09:00
510df0ac55
Fix emojify() by generating a mapping to existing Twemoji files (#5080 )
Eugen Rochko
2017-09-25 18:36:33 +02:00
98936bfcdf
Add missing validations in ActivityPub::Activity::Create (#5096 )
Akihiko Odaki
2017-09-26 01:33:11 +09:00
5c82c2b75f
Increase max height of preview card image (#5092 )
unarist
2017-09-26 00:10:49 +09:00
0fea700c7b
Refresh manifest before generate 500.html (#5090 )
Yamagishi Kazutoshi
2017-09-25 23:58:12 +09:00
2c8e3fbbfb
Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067 )
Eugen Rochko
2017-09-25 04:04:04 +02:00
b982d549f4
Add strong_migrations gem to warn when creating unsafe migrations (#5078 )
Eugen Rochko
2017-09-25 02:11:14 +02:00
909a6d4661
Fix streaming API double-JSON-encoding status IDs for deletes (#5069 )
Eugen Rochko
2017-09-24 15:31:03 +02:00
3f3de38075
OC update: different emoji picker (#5046 ) (#5077 )
JeanGauthier
2017-09-24 12:17:47 +02:00
c267acfcf7
Thread toot notification mails by conversation (#5061 )
ThibG
2017-09-24 11:19:42 +02:00
ab625c57ce
Compact status_ids in StatusRelationshipsPresenter (#5073 )
Daigo 3 Dango
2017-09-23 23:18:32 -10:00
e756c4f5ec
Fix media spoiler of DetailedStatus (#5071 )
abcang
2017-09-24 18:15:11 +09:00
a0bbeafb04
Suppress backtrace when failed to communicate with a remote instance (#5076 )
Daigo 3 Dango
2017-09-23 23:14:06 -10:00
2f079573ed
In detail status view, display attachment uncropped if there's only one (#5054 )
Eugen Rochko
2017-09-24 05:58:30 +02:00
b2820c3913
Forgotten in #5039 , change statuses_tags tag_id to bigint (#5070 )
Eugen Rochko
2017-09-24 05:58:07 +02:00
adc38078dd
Make sure nil IDs to not get cast to empty string in REST API (#5068 )
Eugen Rochko
2017-09-24 04:09:32 +02:00
dae0af1fd2
Change mobile layout breakpoint from 1024px to 630px (#5063 )
Eugen Rochko
2017-09-24 01:25:07 +02:00
5b8d0ad71b
Dropdown triangles a bit nicer, smoother scrolling on touch (#5062 )
Eugen Rochko
2017-09-24 00:40:10 +02:00
233258c61b
Fix media gallery CSS (#5064 )
Eugen Rochko
2017-09-24 00:33:26 +02:00
9c8aad612e
Require at least 2 characters before showing autosuggestions (#5065 )
Eugen Rochko
2017-09-24 00:33:17 +02:00
210e6776fc
Fix intl warning with disabled secondary toot btn - Moved building the secondary btn text into the if to avoid trying to translate 'none' visibility
Ondřej Hruška
2017-09-23 23:41:25 +02:00
1924a71b5a
Make secondary toot button work nicer with file attachments & revert to the original behavior if it's disabled
Ondřej Hruška
2017-09-23 23:38:24 +02:00
67f8277526
Add secondary toot button (opt-in) (#153 )
Ondřej Hruška
2017-09-23 23:11:02 +02:00
6dfeb64326
jsx/zh-*: Fix "pin column" for Chinese (#5060 )
Mingye Wang
2017-09-23 16:47:15 -04:00
427beb4177
i18n: Update Polish translation (#5058 )
m4sk1n
2017-09-23 22:14:39 +02:00
838f255fc2
Fix overflowing tabs in account__action-bar (#5056 )
Lynx Kotoura
2017-09-24 04:06:16 +09:00
1e02ba111a
Add emoji autosuggest (#5053 )
Eugen Rochko
2017-09-23 14:47:32 +02:00
66126f3021
Add custom emojis to the emoji picker (#5052 )
Eugen Rochko
2017-09-23 05:40:28 +02:00
293972f716
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051 )
Eugen Rochko
2017-09-23 01:57:23 +02:00
9c8e602163
Fix custom emojis not detected when used in content warning (#5049 )
Eugen Rochko
2017-09-23 01:50:17 +02:00
846cd4e838
Switch from EmojiOne to Twemoji, different emoji picker (#5046 )
Eugen Rochko
2017-09-23 01:41:00 +02:00
169d83f532
Remove "extra clickable spaces" made obsolete by status re-design
Ondřej Hruška
2017-09-23 00:33:35 +02:00
31dd261375
applied blackle's fix for gallery offset with full-width media
Ondřej Hruška
2017-09-22 21:47:14 +02:00
0de82dd316
Do not filter statuses with unknown languages (#5045 )
Akihiko Odaki
2017-09-23 02:33:17 +09:00
dcfc9b2204
Fix the migration error when deprecated_preview_cards has been deleted (#5043 )
nullkal
2017-09-23 02:32:57 +09:00
b01ab55ed8
Fix PropTypes.oneOfType() warning (#5041 )
Nolan Lawson
2017-09-22 08:50:29 -07:00
dd4ef69839
Hardcode IdToBigints migration columns (#5039 )
aschmitz
2017-09-22 06:20:04 -05:00
d4f80824f7
Document REDIS_NAMESPACE (#5038 )
Nolan Lawson
2017-09-21 21:44:39 -07:00
034fab39ab
Make dropdowns render into portal, expand animation (#5018 )
Eugen Rochko
2017-09-22 04:59:17 +02:00
0df6442636
Use passive listener in privacy_dropdown.js (#5037 )
Nolan Lawson
2017-09-21 19:59:01 -07:00
245816ab27
Eliminate re-renders for intersection_observer_article.js (#5036 )
Nolan Lawson
2017-09-21 19:58:33 -07:00
c2b479efec
Long display names now ellipsis properly
kibigo!
2017-09-21 16:55:32 -07:00
a94dc21c79
Styling fixes for header redesign
kibigo!
2017-09-21 16:43:01 -07:00
9512db920c
Merge pull request #148 from glitch-soc/better-header
David Yip
2017-09-21 16:11:03 -05:00
c89cce0219
autoscroll emoji suggestions box
Ondřej Hruška
2017-09-21 15:31:24 +02:00
63819c848d
fix : mobile style of /about/more (#5034 )
syui
2017-09-21 21:30:21 +09:00
fa3587645d
Merge pull request #149 from glitch-soc/mojon-suggest
beatrix
2017-09-20 23:02:23 -04:00
a9abe89093
Fix shortname problem in emojify() (regression from #5016 ) (#5032 )
MIYAGI Hikaru
2017-09-21 01:47:16 +00:00
9ed51cecd0
Fixed notification appearance
kibigo!
2017-09-20 14:51:45 -07:00
514edd3c23
fulltext mojo suggestions
Ondřej Hruška
2017-09-20 22:13:09 +02:00
a3760b7729
TURBO shortcode search
Ondřej Hruška
2017-09-20 21:57:33 +02:00
cbf00168f1
add scrollbar to mojon suggestions list when too long
Ondřej Hruška
2017-09-20 21:53:08 +02:00
4f9a493d9d
cache allShortcodes
Ondřej Hruška
2017-09-20 21:39:22 +02:00
8c0733a14e
typo in comment
Ondřej Hruška
2017-09-20 21:28:44 +02:00
36a35be2ad
Appease Travis
Ondřej Hruška
2017-09-20 20:34:11 +02:00
3783062450
Emoji and Hashtag autocomplete
Ondřej Hruška
2017-09-20 20:21:09 +02:00
798b0fc5af
Reduce wasted renders for column_loading.js (#5021 )
Nolan Lawson
2017-09-20 10:58:44 -07:00
8fcfcddc8f
Fix theme translations alphabetically (#5031 )
Lynx Kotoura
2017-09-21 02:41:35 +09:00
d68df88d4e
Disable private status federation over OStatus (#5027 )
Eugen Rochko
2017-09-20 19:08:20 +02:00
c8580eb806
Use file extensions in addition to MIME types for file picker (#5029 )
unarist
2017-09-21 02:07:23 +09:00
f41e70ca38
Better Japanese translations (#5030 )
Lynx Kotoura
2017-09-21 01:56:28 +09:00
7b8ecde32d
Add Japanese translations for multiple themes, custom emoji (#5026 )
mayaeh
2017-09-20 23:09:57 +09:00
8cb4561145
Remove unnecessary css property (#5025 )
TomoyaShibata
2017-09-20 22:26:22 +09:00
1607bb445a
l10n Occitan: theme site, custom emoji, Oauth, newcomers follow admins, ... (#5023 )
JeanGauthier
2017-09-20 15:00:54 +02:00
33c39784e4
Add japanese translations for custom emoji. (#5007 )
mayaeh
2017-09-20 21:57:59 +09:00
669fe9ee06
Change IDs to strings rather than numbers in API JSON output (#5019 )
aschmitz
2017-09-20 07:53:48 -05:00
15c9c2fd7e
Pinned toots; embeds
kibigo!
2017-09-20 02:50:53 -07:00
227dbb6adb
Added GIF hover-to-play support
kibigo!
2017-09-20 02:19:36 -07:00
769f62d96f
Improvements to status headers
kibigo!
2017-09-20 01:57:08 -07:00
003bfd094e
Fixed disabled boost SVG (#106 )
kibigo!
2017-09-20 00:40:54 -07:00
fae8dce738
Fixed #133 (only parse links in status text)
kibigo!
2017-09-20 00:20:11 -07:00
b35406b700
Fix custom emojis with non-1:1 aspect ratio being stretched (#5017 )
Eugen Rochko
2017-09-20 03:38:38 +02:00
8e33fc29d7
redo #4500 with customEmojis (#5016 )
MIYAGI Hikaru
2017-09-19 21:27:29 +00:00
1de6c52545
i18n: Update Polish translation (#5015 )
m4sk1n
2017-09-19 23:25:17 +02:00
34fa305a00
Fix race condition when processing incoming OStatus messages (#5013 )
ThibG
2017-09-19 21:44:18 +02:00
bb4d005a83
Introduce OStatus::TagManager (#5008 )
Akihiko Odaki
2017-09-20 01:08:08 +09:00
df1ce2350c
Fix non-local statuses are html_encoded in public_page. (#5012 )
Naoki Kosaka
2017-09-20 00:55:48 +09:00
e5c65b3067
Set touchstart listener to 'passive', remove 'once' (#5011 )
Nolan Lawson
2017-09-19 08:00:29 -07:00
7d16bb379d
Use OrderedCollectionPage to return followers/following list (#4949 )
nullkal
2017-09-19 23:37:06 +09:00
0401a24558
Add support for multiple themes (#4959 )
Andrew
2017-09-19 07:36:23 -07:00
4aea3f88a6
Hide sensitive image in default on the public pages (#5009 )
unarist
2017-09-19 23:03:45 +09:00
41e6c8b151
Fix incomplete account records being read (#4998 )
Eugen Rochko
2017-09-19 06:53:16 +02:00
813e650729
Remove ubuntu-toolchain-r-test (#5005 )
Akihiko Odaki
2017-09-19 12:06:27 +09:00
1664e52cbb
Fix custom emojis index (#5006 )
Yamagishi Kazutoshi
2017-09-19 12:06:13 +09:00
dce869dfc7
Define emoji context for ActivityPub (#5004 )
Eugen Rochko
2017-09-19 05:05:48 +02:00
09a94b575e
Admin interface for listing, adding and removing custom emojis (#5002 )
Eugen Rochko
2017-09-19 03:52:38 +02:00
d43944143a
Run i18n-tasks normalize (#5003 )
Eugen Rochko
2017-09-19 03:27:08 +02:00
81cec35dbf
Custom emoji (#4988 )
Eugen Rochko
2017-09-19 02:42:40 +02:00
c155d843f4
A few updates to the Spanish translation and some typos fixing (#4997 )
BruWalfas
2017-09-18 19:47:48 -03:00
3d640dc8ac
Add will-change to improve scrolling perf (#5001 )
Nolan Lawson
2017-09-18 14:29:15 -07:00
6db034a866
Re-allow underscore on valid_url_path_ending_chars (#4999 )
unarist
2017-09-19 04:25:40 +09:00