Commit Graph

2291 Commits (73b0af5c938b49ef0a4a21921b41a3b1bcd4e05e)
 

Author SHA1 Message Date
Matt Jankowski 73b0af5c93 Simplify the og:image and og:description code in stream_entries/show ()
Matt Jankowski 7efde22c3a Use local vars in partials ()
* Use local vars in accounts/header partial

* Use local variable in 2fa recovery codes partial
abcang 90760eae4c fix regex filter ()
* fix regex filter

* fixed br to linebreak and, stlip tags.

* change to send raw content

* changed to unescape in reducer
tackeyy fc34e0e191 Remove .keep in models ()
alpaca-tc de72db99fa Add presence validation to Import ()
```
*An* `ActiveRecord::StatementInvalid` *occurred while* `POST </settings/import>` *was processed by* `imports#create`
Exception
----------------
PG::NotNullViolation: ERROR:  null value in column "type" violates not-null constraint
```
Alda Marteau-Hardi 77d1447ac4 Add the licence key in package.json ()
mshrtkch 2c329f2b69 Fix translation related to "mute" ()
Kazuhiro NISHIYAMA c2762fa498 Add missing Japanese translations ()
And `i18n-tasks add-missing -l ja` changes some quotes.
Akihiko Odaki 0611209141 Relax Ruby version requirement ()
Eduardo Elias da302a43cd Improve PT locale on simple_form ()
* Improve PT locale on simple_form

* Add missing keys to PT locale
alpaca-tc 8f8319852c Fixed NoMethodError in UnfollowService ()
Matt Jankowski 75f416a492 Fix yaml issue in ja locale ()
* Fix yaml parse issue in ja.yml locale

* Fix issue in locales/ja.jsx
Naouak 24baaa17e8 Syntax error in japanese localisation ()
assets:precompile was failling because of this missing comma.
Erwan Leboucher c99fc08a0d Add missing french translation. ()
* Add missing french translation.

Causing this error:
[React Intl] Missing message: "navigation_bar.mutes" for locale: "fr",

* Update fr.jsx
Yuki Nakagawa a8f45c0838 Enlarge font size to avoid autozooming of iPhone. ()
George Hattori 6df63465b9 Improve Japanese translation ()
Matt Jankowski 13b11ddc8c Add binstub for rspec from rspec-core ()
新都心(Neet Shin) f2997c9715 Update Japanese Translate ()
* [Update ja.jsx] Add Muted, Video_error and sorted

* [Update ja] Added Recovery code's translation

* [Update ja] Added Two-fact/Recovery's translation

* Update ja.jsx
Eugen e17f9d5e1a Unite all mandatory rake tasks in mastodon:daily ()
* Unite all mandatory rake tasks in mastodon:daily
Add mastodon:media:remove_remote task
Make mastodon:maintenance:add_static_avatars more resilient to exceptions

* Fix typo in task description
Alex Dunn 865cb39e9b lock capistrano to 3.8.0 ()
Eugen 5d710b1139 Make file attachment on MediaAttachment optional ()
Create MediaAttachment but without actual file download when domain is blocked with reject_media set to true
Clean up old media files when creating a new domain block with reject_media set to true
Return remote_url in media attachments API if local file is not present
Undo domain block action in admin UI
Ability to enable reject_media from admin UI
Eugen 8a58942c80 Fix up recovery codes design a little ()
luigi f97272549c Remove unused gem: coffee-rails ()
Joachim Viide 363de2dffd Leave out the "Expires" header from S3 uploads ()
Alex Dunn 6a1ac9b31f capistrano: allow overriding repo_url and branch ()
Matt Jankowski 3834e1e69b View spec fix ()
* Add option to disable verify partial doubles

* Add show_landing_strip? helper method

* Use show_landing_strip? helper in accounts and stream entries views

* Fix naming in view specs
Eugen 95bcbaa434 Fix - Ensure feeds have valid <title> tags ()
Isabelle Knott 911338bdcc Show error message if video cannot be loaded ()
Ash Furrow 0f8b7d0660 Removed Heroku in-process spawning. ()
Eugen e332552816 Indicate when a toot is part of a chain with a "reply all" icon ()
Eugen 0d83569899 Fix cross-origin integrity ()
See <https://glitch.social/users/bea/updates/434>
Eugen 515434ed87 English localization for mention notification was missing ()
Naouak 3d3e32befb Check for a custom css file to help customization of instances ()
* User can create a custom.scss to customize their instance without modifying gitted files.

* Add documentation for customization.

* Forgot the helper file

* Fix Style to pass codeclimate

* Requests from maintainer.
Eugen fa08b5079d Make the rake mastodon:users:clear task properly clear out unconfirmed users ()
Before it cleared out user records only (e-mail, password) without
freeing up the associated username (account record). Furthermore, since
these records have no dependent records (due to no user activity)
they can be deleted quickly with delete_all instead of destroy
alpaca-tc 00392d3c63 ActiveRecord::NotFound is not defined ()
oliverkeeble 28606d730a Fix typo in simple_form.eo.yml ()
Marcin Cieślak 1c8477eab2 Give SINGLE_USER a chance to register ()
An attempt to open a brand new Mastodon instance configured
as SINGLE_USER_MODE=true will cause an exception.

Enable temporary registration if we have no users in the database

Fixes 
Matt Jankowski 6670e6d33f Add password reset for users from admin accounts area ()
Henry Smith 9d2f55ecc3 Remove isRequired from optional prop ()
Henry Smith b7ec2fd492 Fix function call name typo ()
Matt Jankowski 3b8908c114 About page contact email ()
* Correct site_contact_email typo

* Separate about more page into partials, add specs
Hiromi Kai 7b10794afb Add rails-i18n gem ()
Matt Jankowski 355965c17b Silence Devise deprecation warning about TestHelpers ()
Devise changed their approach -
3f3ec236bb

This change silences a deprecation warning about `TestHelpers`
Alex Dunn 0f889523e4 views/about: use Setting.site_title instead of hardcoding ()
Zac Anger f4045ba3d9 Add eslint-plugin-jsx-a11y ()
* Add eslint-plugin-jsx-a11y.

* Fix npm script.

* Adjust npm scripts so test also runs lint.

* Fix existing lint errors.

* Don't break on a11y issues.

* Add role and tabIndex.

* Add vim and Mac files to .gitignore and .dockerignore.

* Handle htmlFor (partially), a that's actually a button.

* Fix missing tabIndex.

* Add cursor:pointer to load-more

* Revert change to load_more.

* Fixes based on review.

* Update yarn.lock.

* Don't try to install fsevents on Linux (hides warning noise).
Patrick Figel df4ff9a8e1 Add recovery code support for two-factor auth ()
* Add recovery code support for two-factor auth

When users enable two-factor auth, the app now generates ten
single-use recovery codes. Users are encouraged to print the codes
and store them in a safe place.

The two-factor prompt during login now accepts both OTP codes and
recovery codes.

The two-factor settings UI allows users to regenerated lost
recovery codes. Users who have set up two-factor auth prior to
this feature being added can use it to generate recovery codes
for the first time.

Fixes  and fixes 

* Set OTP_SECRET in test enviroment

* add missing .html to view file names
luigi 67ad84b7eb Add some missing Spanish translations ()
* Add missing spanish translations on user settings

simple_form.es.yml

* Fix typo: Aute/ción. should be Autenticación
Amakasu Ryoma f0f6a3279a Update ja.jsx ()
* Add getting_started.apps
* Add search_results.total
* Fix notifications.settings
Setuu 9e620ca16c Fix Japanese translation of ja.yml ()
Alda Marteau-Hardi bddd36f260 Add a classname to the loading bar ()