- Apr 16, 2017
-
-
Matt Jankowski authored
* Use local vars in accounts/header partial * Use local variable in 2fa recovery codes partial
-
abcang authored
* fix regex filter * fixed br to linebreak and, stlip tags. * change to send raw content * changed to unescape in reducer
-
tackeyy authored
-
alpaca-tc authored
``` *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 authored
-
mshrtkch authored
-
Kazuhiro NISHIYAMA authored
And `i18n-tasks add-missing -l ja` changes some quotes.
-
Akihiko Odaki authored
-
Eduardo Elias authored
* Improve PT locale on simple_form * Add missing keys to PT locale
-
alpaca-tc authored
-
Matt Jankowski authored
* Fix yaml parse issue in ja.yml locale * Fix issue in locales/ja.jsx
-
Naouak authored
assets:precompile was failling because of this missing comma.
-
Erwan Leboucher authored
* Add missing french translation. Causing this error: [React Intl] Missing message: "navigation_bar.mutes" for locale: "fr", * Update fr.jsx
-
Yuki Nakagawa authored
-
George Hattori authored
-
Matt Jankowski authored
-
新都心(Neet Shin) authored
* [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 authored
* 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 authored
-
Eugen authored
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 authored
-
luigi authored
-
Joachim Viide authored
-
Alex Dunn authored
-
Matt Jankowski authored
* 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 authored
-
- Apr 15, 2017
-
-
Isabelle Knott authored
-
Ash Furrow authored
-
Eugen authored
-
Eugen authored
See <https://glitch.social/users/bea/updates/434>
-
Eugen authored
-
Naouak authored
* 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 authored
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 authored
-
oliverkeeble authored
-
Marcin Cieślak authored
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 #1817
-
Matt Jankowski authored
-
Henry Smith authored
-
Henry Smith authored
-
Matt Jankowski authored
* Correct site_contact_email typo * Separate about more page into partials, add specs
-