Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Fix settings modal | Thibaut Girka | |
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 | |||
2019-04-21 | Animate avatar GIFs on-hover on public profiles (#10549) | Jessica | |
* Third time is the charm? * Use full asset URL for data-static and data-original ̀image_tag` expands to the full asset URL, we have to do the same in `data` attributes so that it can work when assets and user data are stored on a different host | |||
2019-04-21 | Update NL (Dutch) translation (#10601) | jeroenpraat | |
* Update NL language strings Have to do it this way, cause this file is locked on Weblate * fix * Update simple_form.nl.yml * Update nl.yml | |||
2019-04-21 | Use correct local names for fonts (#10594) | ThibG | |
2019-04-21 | Configrationable repository url (#10600) | Sho Kusano | |
* config: Add GITHUB_REPOSITORY for repository name * config: Add SOURCE_BASE_URL for repository url * Show source_url and repository name on getting started | |||
2019-04-19 | [Glitch] Allow modal secondary button to shrink and allow wider confirmation ↵ | Thibaut Girka | |
modals Port 7f75792bf305eea297c63731600af3b02968aea4 to glitch-soc | |||
2019-04-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-19 | Fix keybase indication on dashboard | Thibaut Girka | |
2019-04-19 | Allow turning keybase off instance-wide | Thibaut Girka | |
2019-04-17 | Shift+click on column Back button to return to last pinable column | Thibaut Girka | |
2019-04-17 | When selecting a toot via keyboard, ensure it is scrolled into view | Thibaut Girka | |
2019-04-16 | Fix opening/closing gifv sometimes making the timeline scroll | Thibaut Girka | |
2019-04-16 | Allow modal secondary button to shrink and allow wider confirmation modals ↵ | ThibG | |
(#10586) Fixes #10531 |