- 13 May, 2020 1 commit
-
-
ThibG authored
* Fix some account avatars on public pages having incorrect size * Remove outdated and overridden width and height attributes * Remove more hardcoded width/height attributes
-
- 28 Apr, 2020 1 commit
-
-
ThibG authored
* Move some inline styles to CSS files * Move default_account_display_name span to fix useless tags with duplicate id * Change handling of public pages spoiler text from inline CSS to dataset attribute * Use the `dir` HTML attribute instead of inline CSS * Move status action bar inline CSS to CSS file * Hide logo resources from CSS file, not inline CSS Fixes #11601 * Move translation prompt styling from inline CSS to CSS file * Move “invited by” styling on registration form from inline to CSS file * Use the progress tag to display poll results in JS fallback * Fix poll results JS-less fallback when the user has voted for an option * Change account public page “moved” notice to use img tags instead of inline CSS * Move OTP hint inline CSS to SCSS file * Hide JS-less fallback vote progressbars from accessibility tools Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
- 24 Oct, 2019 1 commit
-
-
BSKY authored
-
- 08 Oct, 2019 1 commit
-
-
Eugen Rochko authored
Fix #12114
-
- 08 Jun, 2019 1 commit
-
-
Eugen Rochko authored
* Change full logo to use primary text color of the given theme * Fix colors of public layout header in light theme
-
- 19 Mar, 2019 1 commit
-
-
ThibG authored
-
- 15 Mar, 2019 1 commit
-
-
Yamagishi Kazutoshi authored
Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2. - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com> Co-authored-by:
Yamagishi Kazutoshi <ykzts@desire.sh>
-
- 12 Mar, 2019 1 commit
-
-
Eugen Rochko authored
-
- 07 Oct, 2018 1 commit
-
-
ashleyhull-versent authored
-
- 17 Sep, 2018 1 commit
-
-
jacob authored
* add several missing alt tags * remove alt text from mascot images
-
- 22 Aug, 2018 1 commit
-
-
M Somerville authored
-
- 09 Aug, 2018 1 commit
-
-
Eugen Rochko authored
-
- 08 May, 2018 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 17 Apr, 2018 1 commit
-
-
Eugen Rochko authored
-
- 03 Apr, 2018 1 commit
-
-
Eugen Rochko authored
-
- 13 Mar, 2018 1 commit
-
-
Eugen Rochko authored
-
- 08 Mar, 2018 1 commit
-
-
Eugen Rochko authored
- Add missing meta description to profiles - Add canonical rel link to landing page - Remove linebreaks from title tags - Add username to profile title - Add toots/following/followers to profile description tags - Add next/prev rel links to profiles - Do not index follower/following variants of profiles
-
- 07 Mar, 2018 1 commit
-
-
Eugen Rochko authored
-
- 26 Feb, 2018 1 commit
-
-
Lynx Kotoura authored
* Use grid layout for the landing page * Fix column settings Set the ratio explicitly * Improve information board
-
- 22 Feb, 2018 1 commit
-
-
Eugen Rochko authored
* Redesign landing page (again) * Move login form in small version to the right column * Display closed registrations message * Add site setting for the hero image * Fix test * Increase spacing, maximum width, change call to action section
-
- 02 Feb, 2018 1 commit
-
-
Akihiko Odaki authored
They were redundant, and also had a inconsistency; the button for "other instances" had an icon for the external link in "more" page, but it didn't in the other pages. This unifies the implementation, and the external link icon is now shown in all the about pages.
-
- 10 Oct, 2017 1 commit
-
-
takayamaki authored
-
- 07 Oct, 2017 1 commit
-
-
Eugen Rochko authored
-
- 13 Sep, 2017 1 commit
-
-
Eugen Rochko authored
* Improve OpenGraph tags for about pages * Add thumbnail admin setting * Fix error * Fix up
-
- 22 Aug, 2017 1 commit
-
-
Daigo 3 Dango authored
* Add Mastodon::Source.url * Update spec * Refactor Move things frmo Mastodon::Source to Mastodon::Version
-
- 07 Aug, 2017 1 commit
-
-
TheInventrix authored
apply same style class to the About description on both the landing page and the about/more page
-
- 26 Jul, 2017 1 commit
-
-
piggo authored
-
- 23 Jul, 2017 1 commit
-
-
Eugen Rochko authored
* Add new logo * Remove unused images
-
- 22 Jul, 2017 1 commit
-
-
Eugen Rochko authored
-
- 18 Jul, 2017 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 14 Jul, 2017 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 11 Jul, 2017 1 commit
-
-
Eugen Rochko authored
* Redesign the landing page, mount public timeline on it * Adjust the standalone mounted component to the lacking of router * Adjust auth layout pages to new design * Fix tests * Standalone public timeline polling every 5 seconds * Remove now obsolete translations * Add responsive design for new landing page * Address reviews * Add floating clouds behind frontpage form * Use access token from public page when available * Fix mentions and hashtags links, cursor on status content in standalone mode * Add footer link to source code * Fix errors on pages that don't embed the component, use classnames * Fix tests * Change anonymous autoPlayGif default to false * When gif autoplay is disabled, hover to play * Add option to hide the timeline preview * Slightly improve alt layout * Add elephant friend to new frontpage * Display "back to mastodon" in place of "login" when logged in on frontpage * Change polling time to 3s
-
- 16 Jun, 2017 1 commit
-
-
abcang authored
-
- 08 May, 2017 1 commit
-
-
yhirano authored
* add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint
-
- 03 May, 2017 1 commit
-
-
Eugen Rochko authored
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time
-
- 22 Apr, 2017 1 commit
-
-
Wesley Ellis authored
* add og:url to stream_item view * add og:url and text to about/show * add og:url to profile, followers and follows pages
-
- 21 Apr, 2017 1 commit
-
-
Yamagishi Kazutoshi authored
-
- 17 Apr, 2017 2 commits
-
-
Matt Jankowski authored
* Move site title helper to instance helper (name change only) * Remove newline in <title> tag * Add site_hostname helper method to wrap up local_domain value * Use site_hostname helper in places that need local_domain value
-
Matt Jankowski authored
-
- 15 Apr, 2017 1 commit
-
-
Alex Dunn authored
-