You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Damien Erambert 18d3fa953b Add a setting allowing the use of system's default font in Web UI (#4033)
* add a system_font_ui setting on the server

* Plug the system_font_ui on the front-end

* add EN/FR locales for the new setting

* put Roboto after all other fonts

* remove trailing whitespace so CodeClimate is happy

* fix user_spec.rb

* correctly write user_spect this time

* slightly better way of adding the classes

* add comments to the system-font stack for clarification

* use .system-font for the class instead

* don't use multiple lines for comments

* remove trailing whitespace

* use the classnames module for consistency

* use `mastodon-font-sans-serif` instead of Roboto directly
8 years ago
..
controllers Add controller spec for manifests controller (#4003) 8 years ago
fabricators Cover Admin::DomainBlocksController more (#3329) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Fix Nokogiri::HTML at FetchLinkCardService (#4072) 8 years ago
helpers Fix RTL detection on Ruby side (#3867) 8 years ago
javascript Faster emojify() by avoiding str.replace() entirely (#4049) 8 years ago
lib Add a setting allowing the use of system's default font in Web UI (#4033) 8 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Add a setting allowing the use of system's default font in Web UI (#4033) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests Fix locale related specs (#3707) 8 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Fix Nokogiri::HTML at FetchLinkCardService (#4072) 8 years ago
support Some minor change and spec for Account (#3813) 8 years ago
views Update rails to version 5.0.3 (#3054) 8 years ago
workers Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 8 years ago
rails_helper.rb Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) 8 years ago
spec_helper.rb Add more tests for AtomSerializer (#2096) 8 years ago