Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-29 | RTL: fix margins: public-layout.header.nav-button (#8823) | Masoud Abkenar | |
* RTL: fix margins: public-layout.header.nav-button * add empty line to meet style guides | |||
2018-09-28 | Revert Font Awesome 5 upgrade (#8810) | Eugen Rochko | |
* Revert "Fix some icon names changed by the Font Awesome 5. (#8796)" This reverts commit 3f9ec3de82c1a3879a2b092672f51c1caca76f5c. * Revert "Migrate to font-awesome 5.0. (#8799)" This reverts commit 8bae14591bfb4fc9dd9d89d8082ac0123b03edaa. * Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792)" This reverts commit b9c727a945fea5afffb3e3a53279164adfc6e88f. * Revert "Update the icon name changed by the Font Awesome 5. (#8776)" This reverts commit 17af4d27da484fc35ecd4b4dce2443d24aa35d23. * Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)" This reverts commit 4b794e134d427dbc716606324adb9a885a74abec. | |||
2018-09-27 | Migrate to font-awesome 5.0. (#8799) | Naoki Kosaka | |
2018-09-27 | Show "read more" link on overly long in-stream statuses (#8205) | Haelwenn Monnier | |
Show "read more" link on overly long in-stream statuses | |||
2018-09-25 | remove meta label in settings column (#8704) | rhoio | |
2018-09-25 | Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484) | Maciek Baron | |
* Migrate to newer version of Font Awesome * Add bot icon to bot avatars | |||
2018-09-24 | RTL: fix statubar action buttons/counter margins (#8767) | Masoud Abkenar | |
* RTL: fix statubar action buttons/counter margins * remove trailing whitespaces | |||
2018-09-23 | Separate font-family into variable (#8763) | Minku Lee | |
This will allow easier customization of font family instead of going through all occurrences of 'mastodon-font-sans-serif'. | |||
2018-09-23 | RTL: fix settings button margins in column headers (#8764) | Masoud Abkenar | |
2018-09-18 | Redesign forms, verify link ownership with rel="me" (#8703) | Eugen Rochko | |
* Verify link ownership with rel="me" * Add explanation about verification to UI * Perform link verifications * Add click-to-copy widget for verification HTML * Redesign edit profile page * Redesign forms * Improve responsive design of settings pages * Restore landing page sign-up form * Fix typo * Support <link> tags, add spec * Fix links not being verified on first discovery and passive updates | |||
2018-09-13 | Group reports by target account (#8674) | Eugen Rochko | |
* Group reports by target account * Improve CSS | |||
2018-09-13 | Highlight active tab in action bar (#8673) | rhoio | |
* NavLinks with activeclass instead of Link in actionbar to highlight active tab * highlight border-bottom in action bar consistent to public view | |||
2018-09-10 | Add a few black emojis that are to have a white outline (#8597) | ThibG | |
2018-09-09 | feat(css): Styled scrollbars in Firefox Nightly (#8653) | Sorin Davidoi | |
You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox Nightly. | |||
2018-09-07 | Fix dropdown arrow position (#8637) | ThibG | |
2018-08-31 | refactor: getting-started__wrapper should contained in getting-started (#8532) | takayamaki | |
2018-08-30 | Inactive header in main profile to match column. (#8520) | M Somerville | |
2018-08-29 | Reduce padding of profile metadata boxes to allow more text (#8491) | Mélanie Chauvel (ariasuni) | |
2018-08-24 | Add admin custom CSS setting (#8399) | Eugen Rochko | |
Fix #3894 | |||
2018-08-23 | Update light theme (#8392) | Eugen Rochko | |
Fix #8209 Fix #7566 | |||
2018-08-22 | Add confirmation step to account suspensions (#8353) | Eugen Rochko | |
* Add confirmation page for suspensions * Suspension confirmation closes reports, linked from report UI * Fix tests | |||
2018-08-20 | reorder simple form ul to list vertically (fixes #8236) (#8322) | NecroTechno | |
* reorder simple form ul to list vertically (fixes #8236) * remove browser specific prefixes | |||
2018-08-19 | Make dropdown animations respect their placement (#8292) | cpsdqs | |
* Make dropdown animations respect their placement Also fix the corner radius on the privacy dropdown button when using top placement * Fix code style issue | |||
2018-08-19 | Fix report text color. (#8288) | mayaeh | |
2018-08-19 | Make unfollow button light up red when hovered (#8286) | Eugen Rochko | |
Fix #8284 | |||
2018-08-18 | Add "sign in to participate" message to public toot page (#8200) | Eugen Rochko | |
2018-08-18 | Add remote interaction dialog for toots (#8202) | Eugen Rochko | |
* Add remote interaction dialog for toots * Change AuthorizeFollow into AuthorizeInteraction, support statuses * Update brakeman.ignore * Adjust how interaction buttons are display on public pages * Fix tests | |||
2018-08-15 | Get rid of the Content Warning rainbows (#8129) | ThibG | |
* Disable the animated rainbow text when the “Reduce motion” setting is set * Get rid of the Content Warning rainbows * Revert to default color for CWs in admin view Since that colorscheme is apparently broken for some colorblind people. * Use HTML5's details and summary for statuses with CWs in admin interface | |||
2018-08-15 | Display replies count in web UI (#8181) | Eugen Rochko | |
2018-08-10 | Adjust responsive design for /about/more and /terms (#8158) | Eugen Rochko | |
Follow-up to #8142 | |||
2018-08-09 | Update /terms and /about/more to use public layout (#8142) | Eugen Rochko | |
2018-08-09 | Public profile endorsements (accounts picked by profile owner) (#8146) | Eugen Rochko | |
2018-07-31 | Do not hide hashtag timeline in mobile view, make it full-window (#8093) | Eugen Rochko | |
2018-07-31 | Compensate for scrollbar disappearing when media modal visible (#8100) | Eugen Rochko | |
* Compensate for scrollbar disappearing when media modal visible Make auth pages backgrounds lighter * Fix typo | |||
2018-07-28 | Add missing formatting to the text in hero widget (#8089) | Eugen Rochko | |
2018-07-28 | Improve account bar css (#8087) | Mélanie Chauvel (ariasuni) | |
* Remove superfluous span tags * Make account bar items (except dropdown) flexible to work well with custom CSS * Fix CSS lint warning (0px → 0) | |||
2018-07-28 | Redesign public profiles and toots (#8068) | Eugen Rochko | |
2018-07-26 | Fix .column-back-button line-height (#8074) | Eai | |
2018-07-17 | Hide "A look inside" in mobile layout on frontpage (#8044) | Eugen Rochko | |
2018-07-17 | Ensure container of React components has full width (#8043) | Eugen Rochko | |
Fix #8018 | |||
2018-07-16 | Add admin dashboard (#8029) | Eugen Rochko | |
2018-07-15 | Use LoadingBar instead of blur to indicate that an image is loading (fixes ↵ | ThibG | |
#4060) (#7562) | |||
2018-07-13 | Add federation relay support (#7998) | Eugen Rochko | |
* Add federation relay support * Add admin UI for managing relays * Include actor on relay-related activities * Fix i18n | |||
2018-07-07 | Add follow button to detailed status, add gradient to mask bio cut-off (#7979) | Eugen Rochko | |
* Add follow button to detailed status, add gradient to mask bio cut-off * In landing strip, show sign up link even if closed (different href) Point to joinmastodon.org | |||
2018-07-06 | Revert "Fix dark background error on user-mention autosuggest (#7937)" (#7964) | Lynx Kotoura | |
This reverts commit 7da74e3157f3b793a1b462ca143d87d6221716eb. | |||
2018-07-06 | Fix gradient, regression from #7927 (#7963) | Lynx Kotoura | |
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko | |
* Add more granular OAuth scopes * Add human-readable descriptions of the new scopes * Ensure new scopes look good on the app UI * Add tests * Group scopes in screen and color-code dangerous ones * Fix wrong extra scope | |||
2018-07-04 | Fix #6395 - overlapping profile name and domain (#7927) | Maciek Baron | |
2018-07-04 | Fix dark background error on user-mention autosuggest (#7937) | Marek Lach | |
2018-07-04 | Add white outline to black emojis (fix #5083) (#7936) | Maciek Baron | |