Commit Graph

2408 Commits (30183c0a7468278b51384945ba0a885d8eb0bbfd)
 

Author SHA1 Message Date
Eugen f902a335f9 Fix - Strip control characters out of strings in AtomSerializer ()
* Fix  - Strip control characters out of strings in AtomSerializer

* Adjust according to comment by @alpaca-tc
Eugen e4af4898de Add language detection ()
* Add language detection via WhatLanguage and (de)serialization of it through Atom

* Fix default language in ProcessFeedService

* Re-add newline before 'react-rails' Gem to fix groupings

Fixes Code Climate issue
Eugen 6d70a80263 Onboarding modal ()
* Basic onboarding modal that's shown to users once

* Lay out pages 2 through 5, add images, style modals ()

* Lay out pages 2 through 5

Added images and laid out pages 2 through 5 in the jsx file. SCSS will
come, still working on just seeing if this works at all.

* Fix jsx errors, add images to modal pages, style modal pages

* Add animations to onboarding pager changes, improve wording and styling

* Finishing touches on the onboarding

* Add missing propTypes

* Update wording
Wonderfall 0cbcc5e297 Update node.js and imagemagick ()
* update Dockerfile: latest nodejs LTS

* also update imagemagick
Matt Jankowski f87b51fda8 I18n health warnings ()
* Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement

* Use implicit controller/action path for i18n in admin/domain_blocks

* Add DomainBlock#accounts has_many

* Avoid i18n health warning for `en` locale by using symbol scope with :count

* Remove unused i18n key: plaintext_secret_html

* Remove unused i18n key two_factor_auth.warning

* Remove final will_paginate i18n keys

* Remove unused key two_factor_auth.recovery_codes

* Remove unused key: admin.reports.comment.none

* Remove unused reports. i18n namespace (moved to admin.reports)

* Ignore keys from locales which override activemodel and activerecord errors

* Revert "Remove unused key: admin.reports.comment.none"

This reverts commit 350ef2685f.

* Update i18n key reference to match moved location

* Add missing `en` keys to i18n

* Tell i18n-tasks to ignore missing attributes that dont need overwriting

* Add i18n-tasks unused to travis
Eugen 7e2e0d6dcc Fix - Update OStatus2 gem ()
Eugen 181115422c Disable CodeClimate duplication checks ()
oliverkeeble 86d1dcc97a Fix translation of 'reblogged' in eo.yml ()
Eduardo Elias 86eaaf0761 Add missing keys to PT locale ()
alpaca-tc 19f63ff801 Check @recipient.user at the first ()
Eugen babbb2135e Fix - Alleviate extra requests when processing mentions ()
The <link rel="mentioned" /> tag refers to accounts by href. So we were
matching the DB by the url attribute, and falling back to HTTP look-up.
However, GS and Mastodon use profile URLs as URIs, too, and the match
for that was missing. This could potentially alleviate some extra network
requests
Effy Elden acd33101c5 Merge branch 'master' into fix/cache_blocking
Ash Furrow 99226aba93 Adds note for instance admins. ()
* Adds note for instance admins.

* Addresses feedback from .
Eugen 42c9d5111a Add README note about tagged releases ()
Matt Jankowski e0b5a94a4b Clean up check that account needs a webfinger update ()
Matt Jankowski 26ec042f38 Remove trailing whitespace in terms.no.html ()
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
Keiji Yoshimi fd81916e86 cache blockings for reducing queries.
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.