1c0402c103
Do not ask to register web intent handler
2019-04-24 23:05:11 +02:00
b13c90f3e3
Fix color of muted statuses content not wrapped in a p tag
2019-04-24 22:40:17 +02:00
e4b65e6349
Redesign blockquote styling
2019-04-24 22:40:17 +02:00
8753e5317f
Better distinguish titles from text
2019-04-24 22:40:17 +02:00
3631c3314a
Remove extra margin in paragraphs inside blockquotes
2019-04-24 22:40:17 +02:00
9b86707b1e
Make bold text bolder
2019-04-24 22:40:17 +02:00
5a8495dabe
Remove margins around p
tags in lists
2019-04-24 22:40:17 +02:00
ef249a2718
Rename status__text to status__content__text for consistency with upstream
2019-04-24 22:40:17 +02:00
adbb174c9c
Fix status header display in toot mobile menu
2019-04-24 20:21:19 +02:00
ef1504d625
Fix upload progressbar when image resizing is involved
2019-04-24 20:19:23 +02:00
ffab9d626a
Hide media upload form if no media are attached
2019-04-24 19:47:11 +02:00
7783ec921b
Merge branch 'master' into glitch-soc/merge-upstream
2019-04-24 15:25:22 +02:00
416aa832e5
Fix file upload
2019-04-24 07:57:28 +02:00
3d722b0c4e
Fix settings modal
2019-04-23 18:31:13 +02:00
041fb0e840
Fix sign up button not saying sign up when invite is used ( #10623 )
...
Fix #10616
2019-04-23 04:39:21 +02:00
08afd6b69c
Do not leak local-only toots to remote mentioned users
2019-04-22 23:37:50 +02:00
2db0506226
Load custom CSS rules after standard ones
...
Fixes #933
Due to glitch-soc's theming system, JS and CSS files are imported in a slightly
different order, and custom CSS rules were loaded *before* everything else.
They will now be loaded *after* everything else, which is a bit different from
upstream but should work better overall.
2019-04-22 23:07:27 +02:00
27e8354914
Add support for lists in statuses
2019-04-22 23:07:14 +02:00
659f972bed
Do not switch to italic for status media buttons
2019-04-22 23:07:14 +02:00
2e3640ecbb
Accept richer text from remote statuses
...
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5
HTML elements in remote statuses, add corresponding CSS.
2019-04-22 23:07:14 +02:00
039e35560c
[Glitch] Fix modal items cannot scroll on touch devices
...
Port d763d39d26
to glitch-soc
2019-04-22 22:57:39 +02:00
a9eaa780f5
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/javascript/mastodon/features/compose/components/compose_form.js
Upstream cleaned up a bit, including on lines in which
we replaced the hardcoded 500 character limit with a maxChar
constant. Applied the changes while keeping maxChar instead of 500.
- app/javascript/packs/public.js
Moved upstream's new animated avatar hover handling in
app/javascript/core/public.js
- app/javascript/styles/fonts/montserrat.scss
Upstream fixed local font name, applied those changes.
- app/javascript/styles/fonts/roboto.scss
Upstream fixed local font name, applied those changes.
- lib/mastodon/version.rb
Upstream made repo URL configurable, did the same, but
default to glitch-soc
2019-04-22 20:40:04 +02:00
c3fa4e8e07
Fix ReferenceError in dropdown
2019-04-22 20:15:47 +02:00
d779ec1f0e
Fix broken reference to handleSubmit
2019-04-22 20:15:47 +02:00
e949861176
Cleanup
2019-04-22 20:15:47 +02:00
faff152ae5
Move ComposerPublisher to Compose
2019-04-22 20:15:47 +02:00
df951c319c
Add OptionsContainer
2019-04-22 20:15:47 +02:00
14028655df
Move composer Dropdown from features/composer to features/compose
2019-04-22 20:15:47 +02:00
4c6221929f
Move ComposerTextareaIcons to TextareaIcons
2019-04-22 20:15:47 +02:00
47faf47ed5
ComposerTextarea → AutosuggestTextarea
2019-04-22 20:15:47 +02:00
a243567a3e
ComposerUploadForm → UploadForm + UploadFormContainer
2019-04-22 20:15:47 +02:00
c5f49a92dc
Move PollForm from features/composer to features/compose
2019-04-22 20:15:47 +02:00
f1a22e33e2
Inline spoiler input
2019-04-22 20:15:47 +02:00
8fd599fb40
ComposerReply → ReplyIndicator
2019-04-22 20:15:47 +02:00
f72af5794d
Refactor Compose*Warning → ContainerWarning
...
Regression: only one warning at a time
2019-04-22 20:15:47 +02:00
1bc4b8a0a5
features/composer/index.js → ComposeForm
2019-04-22 20:15:47 +02:00
281a82d878
DrawerHeader → Header + HeaderContainer
2019-04-22 20:15:47 +02:00
9a2f10fe8b
DrawerAccount → NavigationBar + NavigationContainer
2019-04-22 20:15:47 +02:00
9b9816aba6
[Glitch] Show suggested follows on search screen in mobile layout
...
Port ad510db3a1
to glitch-soc
2019-04-22 20:15:47 +02:00
149aa07409
DrawerResults → SearchResults + SearchResultsContainer
2019-04-22 20:15:47 +02:00
67771e6d65
Rework DrawerResults to make them closer to upstream
2019-04-22 20:15:47 +02:00
ab3e8fc542
Move DrawerSearch to Search + SearchContainer
2019-04-22 20:15:47 +02:00
c92ab35b19
Inline DrawerSearchPopout in DrawerSearch
2019-04-22 20:15:47 +02:00
c19b983986
Refactor a bit DrawerSearch to make it closer to upstream
2019-04-22 20:15:47 +02:00
eed2c9dd44
Rename flavours/glitch/features/drawer to flavours/glitch/features/compose
2019-04-22 20:15:47 +02:00
0e78862b61
Allow switching between singe-option and multiple-option polls ( #10603 )
2019-04-22 14:56:14 +02:00
d763d39d26
Fix modal items cannot scroll on touch devices ( #10605 )
2019-04-22 14:55:50 +02:00
bdec58b514
Minor code cleanup ( #10613 )
2019-04-22 14:55:24 +02:00
be8692b938
Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs ( #10565 )
2019-04-21 04:53:24 +02:00
80c9cb0eb3
Add hi.json ( #10573 )
2019-04-21 04:52:20 +02:00