Akihiko Odaki
680f357380
Cover AboutController more in spec ( #3226 )
8 years ago
Eugen Rochko
a2f664f763
Fix locale regression from #3055 ( #3231 )
8 years ago
Ratmir Karabut
bb40976006
Update Russian translation ( #3225 )
...
* Add Russian translation (ru)
* Fix a missing comma
* Fix the wording for better consistency
* Update Russian translation
* Arrange Russian setting alphabetically
* Fix syntax error
* Update Russian translation
* Fix formatting error
* Update Russian translation
* Update Russian translation
* Update ru.jsx
* Fix syntax error
* Remove two_factor_auth.warning (appears obsolete)
* Add missing strings in ru.yml
A lot of new strings translated, especially for the newly added admin section
* Fix translation consistency
* Update Russian translation
* Update Russian translation (pluralizations)
* Update Russian translation
* Update Russian translation
8 years ago
Nolan Lawson
e228bdd3b6
Add webpack-bundle-analyzer for production builds ( #3170 )
8 years ago
Immae
ae917bfb23
Allow alternate domains for mastodon handlers ( #3187 )
8 years ago
Nolan Lawson
2d7aacf747
Only load Intl data for current language ( #3130 )
...
* Only load Intl data for current language
* Extract common chunk only from application.js and public.js
* Generate locale packs, avoid caching on window object
8 years ago
Yamagishi Kazutoshi
410a684c3b
Change "Account.any?" to "Account.exists?" ( #3217 )
8 years ago
m4sk1n
d316260e92
Updated Polish translation ( #3204 )
...
* i18n: updated Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: completed Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: corrected Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: Updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update simple_form.pl.yml
* Update simple_form.pl.yml
8 years ago
unarist
21d9bb041e
Keep children of the column-collapsable until the transition is completed ( #3218 )
8 years ago
Clworld
2214d1ecd7
Set config.cache_store in environments file. ( #3219 )
...
* Set config.cache_store in application.rb
* Set config.cache_store in environments.
* fix code format.
8 years ago
unarist
0581edb572
Fix "Edit profile" on the account action bar ( #3222 )
8 years ago
Akihiko Odaki
cbd9804857
single_user_mode? always returns boolean ( #3215 )
...
This change also adds a specification for the method.
8 years ago
Yamagishi Kazutoshi
901a36039e
Add translations for counter of profile ( #3214 )
...
ref #3101
8 years ago
Masoud Abkenar
9ce65dd7dc
Persian translation update ( #3206 )
...
* Persian translation update
* Persian translation update: new files
* Persian translation update
* activerecord.fa.yml language code
* Persian translation update
* fix indent
8 years ago
Eugen Rochko
9f05b5a078
Fix forgotten to include language attribute in statuses JSON ( #3209 )
8 years ago
happycoloredbanana
cb68926ebf
Allow access token in URI ( #3208 )
8 years ago
ster
0dfe09d630
Update Ukrainian translation ( #3203 )
8 years ago
Akihiko Odaki
90c8175cb0
Fix mutes_controller error and incorrect statuses_controller report ( #3202 )
...
This commit fixes a regression in commit
9d32e7f6d5
.
8 years ago
Hayato IZUMI
9364096d10
Update .gitignore ( #3197 )
...
* Remove duplicate 'node_modules'
* Replace 'public/packs'
8 years ago
vidarlee
601c3668e3
Enhance for the Chinese translation ( #3198 )
...
* Enhance for the Chinese translation
* Add filtered_languages for Chinese Translation include CN/HK/TW for PR #3175
8 years ago
Daigo 3 Dango
05ab5dfb31
Add a Japanese translation for PR #3175 ( #3192 )
8 years ago
Eugen Rochko
662d103f6e
Bump version to 1.4.0.2 ( #3190 )
8 years ago
Eugen Rochko
d9797075e2
Adjust REDIS_URL usage in node_redis ( #3183 )
...
Resolves #2780
8 years ago
Wonderfall
8b954737b8
Some Dockerfile improvements ( #3182 )
...
- improve docker_entrypoint.sh
- serve static files with puma by default
- sort packages list
- use virtual package for build deps
- show how to assign UID/GID
8 years ago
Eugen Rochko
b51beb6486
Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with ( #3180 )
...
sidekiq-scheduler jobs
Resolves #2495
8 years ago
Eugen Rochko
9ade22cd04
Improve language filter preferences look ( #3184 )
8 years ago
Eugen Rochko
718b507c8a
Adds bootsnap. Faster boot time ( #3176 )
8 years ago
Yamagishi Kazutoshi
d7d6a30287
Add MS Edge support to public.js ( #3179 )
8 years ago
spla
d4e99f6efa
Catalan translation update ( #3177 )
...
* Add Catalan language
* Add Catalan language
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update ca.json
* Update settings_helper.rb
* Update mastodon.js
* Update index.js
* Update application.rb
* Update ca.yml
* removed extra spaces at line 225
* Catalan translation update
added activerecord.ca.yml
* Update activerecord.ca.yml
Done
* Updated activerecord.ca.yml
8 years ago
Akihiko Odaki
f23a0655fe
Fix regressions in api/v1 ( #3178 )
...
The regressions are introduced at commit
9d32e7f6d5
by me (Akihiko Odaki)
8 years ago
Matt Jankowski
1122249e51
Filter languages with opt out ( #3175 )
...
* Remove allowed_languages and add filtered_languages
* Use filtered_languages instead of allowed_languages
8 years ago
Yamagishi Kazutoshi
e4ed0b155c
Improve eslint rules ( #3147 )
...
* Add semi to ESLint rules
* Add padded-blocks to ESLint rules
* Add comma-dangle to ESLint rules
* add config/webpack and storyboard
* add streaming/
* yarn test:lint -- --fix
8 years ago
Eugen Rochko
c8c80650bc
Ensure unique identifiers in fabricated objects in tests ( #3173 )
8 years ago
Yamagishi Kazutoshi
ee5e342a42
Fix block list 500 ( #3174 )
8 years ago
Eugen Rochko
a55019c3bf
More tests for public timeline method ( #3171 )
8 years ago
Nolan Lawson
fb220aefc9
Remove unnecessary status__info-time div ( #3172 )
8 years ago
Akihiko Odaki
9d32e7f6d5
Use joins for account properties ( #3167 )
8 years ago
Wonderfall
4b4bb6c50a
Fix #2680 - Run processes in Docker as non-root user ( #3159 )
8 years ago
Sorin Davidoi
fcf794aebe
Performance improvements ( #3168 )
...
* refactor(components/status_list): Avoid quering scrollTop if not necessary
* refactor(components/dropdown_menu): Do not render items if not expanded
* refactor: Cherry-pick react-motion imports
* refactor(compose/privacy_dropdown): Do not render options if not open
* refactor(components/column_collapsable): Do not render children if collapsed
8 years ago
Yamagishi Kazutoshi
5202908017
Add Japanese translations (domain block & admin page) ( #3160 )
...
https://github.com/tootsuite/mastodon/pull/3100
https://github.com/tootsuite/mastodon/pull/3127
8 years ago
ButterflyOfFire
9054d82d51
Update reset_password_instructions.ar.html.erb ( #3163 )
...
Forgot to translate this string :p. Now Done !
8 years ago
June Sallou
1596329b26
Updating the French translations for the web client ( #3164 )
8 years ago
beatrix
4f3b6cc3be
guard against empty domain block list in status scope ( #3161 )
8 years ago
Eugen Rochko
94b26e90fa
Add account media gallery view to web UI ( #3120 )
...
* Add account media gallery view to web UI
* Link media view from account dropdown
* Adjust link
8 years ago
Sorin Davidoi
eeb78b394c
feat: Use CSS contain to avoid computations ( #3158 )
8 years ago
Jack Jennings
2d7cf07852
Enable and fill in JSON response test in API::AccountsController ( #3157 )
8 years ago
PFM
27fc0ba24e
Fix JavaScript error ( #3153 )
...
JavaScript error at Safari 10.1(macOS 10.12.4) / iPhone Safari(iOS 10.3.2)
8 years ago
Matt Jankowski
c3f8cd26c7
Add coverage for api/v1 controllers ( #3155 )
8 years ago
Eugen Rochko
de5e67238b
Fix federated timeline excluding local toots when any domain blocks are set ( #3151 )
8 years ago
Eugen Rochko
5695449335
Add buttons to block and unblock domain ( #3127 )
...
* Add buttons to block and unblock domain
* Relationship API now returns "domain_blocking" status for accounts,
rename "block entire domain" to "hide entire domain", fix unblocking domain,
do not block notifications from domain-blocked-but-followed people, do
not send Salmons to domain blocked users
* Add test
* Personal domain blocks shouldn't affect Salmon after all, since in this
direction of communication the control is very thin when it comes to
public stuff. Best stay consistent and not affect federation in this way
* Ignore followers and follow request from domain blocked folks,
ensure account domain blocks are not created for empty domain,
and avoid duplicates in validation
* Purge followers when blocking domain (without soft-blocks, since they
are useless here)
* Add tests, fix local timeline being empty when having any domain blocks
8 years ago