Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | Redesign blockquote styling | Thibaut Girka | |
2019-04-24 | Better distinguish titles from text | Thibaut Girka | |
2019-04-24 | Remove extra margin in paragraphs inside blockquotes | Thibaut Girka | |
2019-04-24 | Make bold text bolder | Thibaut Girka | |
2019-04-24 | Remove margins around `p` tags in lists | Thibaut Girka | |
2019-04-24 | Rename status__text to status__content__text for consistency with upstream | Thibaut Girka | |
2019-04-24 | Fix status header display in toot mobile menu | Thibaut Girka | |
2019-04-24 | Fix upload progressbar when image resizing is involved | Thibaut Girka | |
2019-04-24 | Hide media upload form if no media are attached | Thibaut Girka | |
2019-04-24 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-24 | Fix file upload | Thibaut Girka | |
2019-04-23 | Fix settings modal | Thibaut Girka | |
2019-04-23 | Fix sign up button not saying sign up when invite is used (#10623) | Eugen Rochko | |
Fix #10616 | |||
2019-04-22 | Do not leak local-only toots to remote mentioned users | Thibaut Girka | |
2019-04-22 | Load custom CSS rules after standard ones | Thibaut Girka | |
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 | Add support for lists in statuses | Thibaut Girka | |
2019-04-22 | Do not switch to italic for status media buttons | Thibaut Girka | |
2019-04-22 | Accept richer text from remote statuses | Thibaut Girka | |
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS. | |||
2019-04-22 | [Glitch] Fix modal items cannot scroll on touch devices | kedama | |
Port d763d39d2628bef123cdc801b2a3a3922b7e37f2 to glitch-soc | |||
2019-04-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
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 | Fix ReferenceError in dropdown | Thibaut Girka | |
2019-04-22 | Fix broken reference to handleSubmit | Thibaut Girka | |
2019-04-22 | Cleanup | Thibaut Girka | |
2019-04-22 | Move ComposerPublisher to Compose | Thibaut Girka | |
2019-04-22 | Add OptionsContainer | Thibaut Girka | |
2019-04-22 | Move composer Dropdown from features/composer to features/compose | Thibaut Girka | |
2019-04-22 | Move ComposerTextareaIcons to TextareaIcons | Thibaut Girka | |
2019-04-22 | ComposerTextarea → AutosuggestTextarea | Thibaut Girka | |
2019-04-22 | ComposerUploadForm → UploadForm + UploadFormContainer | Thibaut Girka | |
2019-04-22 | Move PollForm from features/composer to features/compose | Thibaut Girka | |
2019-04-22 | Inline spoiler input | Thibaut Girka | |
2019-04-22 | ComposerReply → ReplyIndicator | Thibaut Girka | |
2019-04-22 | Refactor Compose*Warning → ContainerWarning | Thibaut Girka | |
Regression: only one warning at a time | |||
2019-04-22 | features/composer/index.js → ComposeForm | Thibaut Girka | |
2019-04-22 | DrawerHeader → Header + HeaderContainer | Thibaut Girka | |
2019-04-22 | DrawerAccount → NavigationBar + NavigationContainer | Thibaut Girka | |
2019-04-22 | [Glitch] Show suggested follows on search screen in mobile layout | Eugen Rochko | |
Port ad510db3a19640267f94062756d558a45472af14 to glitch-soc | |||
2019-04-22 | DrawerResults → SearchResults + SearchResultsContainer | Thibaut Girka | |
2019-04-22 | Rework DrawerResults to make them closer to upstream | Thibaut Girka | |
2019-04-22 | Move DrawerSearch to Search + SearchContainer | Thibaut Girka | |
2019-04-22 | Inline DrawerSearchPopout in DrawerSearch | Thibaut Girka | |
2019-04-22 | Refactor a bit DrawerSearch to make it closer to upstream | Thibaut Girka | |
2019-04-22 | Rename flavours/glitch/features/drawer to flavours/glitch/features/compose | Thibaut Girka | |
2019-04-22 | Allow switching between singe-option and multiple-option polls (#10603) | ThibG | |
2019-04-22 | Fix modal items cannot scroll on touch devices (#10605) | kedama | |
2019-04-22 | Minor code cleanup (#10613) | ThibG | |
2019-04-21 | Default to the web domain (eg. mastodon.lubar.me) instead of the local ↵ | Ben Lubar | |
domain (eg. lubar.me) for keybase proofs (#10565) | |||
2019-04-21 | Add hi.json (#10573) | Yamagishi Kazutoshi | |
2019-04-21 | Update hy.json (#10591) | partev | |
2019-04-21 | Treat meta[property] as a space-separated list (#10604) | Daniel Aleksandersen | |
The @property attribute in HTML is a space-separated list of values. This change normalizes whitespace and finds the desired value in the list instead of requiring an exact single-value match. More details: https://www.ctrl.blog/entry/rdfa-socialmedia-metadata.html |