Akihiko Odaki
bf575a1f5e
Introduce recent to Follow ( #3247 )
Introduce recent to Follow, as Account and other models have.
This change also adds specs for the scope and the dependents.
7 years ago
Yamagishi Kazutoshi
860ffc0560
Focus the submit button ( #3253 )
Focus the submit button when confirmation modal is opened.
Also, changed cancellation link to button.
This makes the meaning clearer.
7 years ago
Audun Larsen
7eb4abe20a
Updates Norwegian translation ( #3252 )
7 years ago
Ira
1baa75f79f
i18n: Latest Hebew strings translated ( #3250 )
7 years ago
Yamagishi Kazutoshi
1d436a4322
Refactoring. Removed useless import. ( #3254 )
original: https://github.com/tootsuite/mastodon/pull/2618
7 years ago
Akihiko Odaki
8fd174298d
Cover AccountsController more in spec ( #3229 )
* Introduce recent scope to Status and StreamEntry
Introduce recent scope to Status and StreamEntry as Account has.
* Cover AccountsController more in AccountsController
7 years ago
Eugen Rochko
9afd7dadbf
Fix more locale regressions from #3055 ( #3242 )
7 years ago
Matt Jankowski
8e84177305
Use local default for postgres host in node streaming service ( #3240 )
This location varies across postgres installations, and it seems like the pg
package knows how to guess correctly on each system.
7 years ago
Matt Jankowski
a28ce13b3e
Coverage for api/web/settings controller ( #3238 )
7 years ago
Matt Jankowski
e1b42e9aa0
Add coverage for ReportFilter and AccountFilter ( #3236 )
7 years ago
Eugen Rochko
b51398d0dd
Bump version
7 years ago
Matt Jankowski
ec34ec63b1
Specs for cleanup workers ( #3235 )
* Add spec files for feed and media cleanup workers
* Add coverage for feed and media cleanup schedulers
* Clean up feed and media cleanup workers
7 years ago
Eugen Rochko
4a4733b397
Similarly to #2426 , put creation of remote statuses in a transaction, ( #3233 )
so that public timeline/caching would not encounter incomplete data
7 years ago
Akihiko Odaki
bda7391221
Cover ApplicationController more in spec ( #3230 )
7 years ago
Akihiko Odaki
b9e8ffbd12
Cover AccountUnfollowController more in spec ( #3228 )
7 years ago
Tomonori Murakami
7966d3a872
Fix locale bug when change it on preferences ( #3223 ) ( #3232 )
7 years ago
Akihiko Odaki
422e4d897b
Cover AccountFollowController more in spec ( #3227 )
7 years ago
Akihiko Odaki
cb2707776f
Cover AboutController more in spec ( #3226 )
7 years ago
Eugen Rochko
48e7a22e34
Fix locale regression from #3055 ( #3231 )
7 years ago
Ratmir Karabut
2bb5486357
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
7 years ago
Nolan Lawson
60e2b951de
Add webpack-bundle-analyzer for production builds ( #3170 )
7 years ago
Immae
a94c152fd3
Allow alternate domains for mastodon handlers ( #3187 )
7 years ago
Nolan Lawson
9d04de1c8d
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
7 years ago
Yamagishi Kazutoshi
73e4468ff3
Change "Account.any?" to "Account.exists?" ( #3217 )
7 years ago
m4sk1n
fbbd80b40b
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
7 years ago
unarist
361a606edb
Keep children of the column-collapsable until the transition is completed ( #3218 )
7 years ago
Clworld
df92f010ad
Set config.cache_store in environments file. ( #3219 )
* Set config.cache_store in application.rb
* Set config.cache_store in environments.
* fix code format.
7 years ago
unarist
07af8c05fd
Fix "Edit profile" on the account action bar ( #3222 )
7 years ago
Akihiko Odaki
aa662cecad
single_user_mode? always returns boolean ( #3215 )
This change also adds a specification for the method.
7 years ago
Yamagishi Kazutoshi
84608c3ff8
Add translations for counter of profile ( #3214 )
ref #3101
7 years ago
Masoud Abkenar
b69365e397
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
7 years ago
Eugen Rochko
a478af92c3
Fix forgotten to include language attribute in statuses JSON ( #3209 )
7 years ago
happycoloredbanana
7fba4cb3d1
Allow access token in URI ( #3208 )
7 years ago
ster
a4c757767f
Update Ukrainian translation ( #3203 )
7 years ago
Akihiko Odaki
2af5cd96fe
Fix mutes_controller error and incorrect statuses_controller report ( #3202 )
This commit fixes a regression in commit
f554807563
.
7 years ago
Hayato IZUMI
860f408475
Update .gitignore ( #3197 )
* Remove duplicate 'node_modules'
* Replace 'public/packs'
7 years ago
vidarlee
440441ccb3
Enhance for the Chinese translation ( #3198 )
* Enhance for the Chinese translation
* Add filtered_languages for Chinese Translation include CN/HK/TW for PR #3175
7 years ago
Daigo 3 Dango
3eb13307ca
Add a Japanese translation for PR #3175 ( #3192 )
7 years ago
Eugen Rochko
756db8103a
Bump version to 1.4.0.2 ( #3190 )
7 years ago
Eugen Rochko
20c0054460
Adjust REDIS_URL usage in node_redis ( #3183 )
Resolves #2780
7 years ago
Wonderfall
ae78d012ac
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
7 years ago
Eugen Rochko
ef900789bc
Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with ( #3180 )
sidekiq-scheduler jobs
Resolves #2495
7 years ago
Eugen Rochko
d78f555254
Improve language filter preferences look ( #3184 )
7 years ago
Eugen Rochko
c2f70829d9
Adds bootsnap. Faster boot time ( #3176 )
7 years ago
Yamagishi Kazutoshi
b280c387c8
Add MS Edge support to public.js ( #3179 )
7 years ago
spla
b75f13927e
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
7 years ago
Akihiko Odaki
22cb286ad7
Fix regressions in api/v1 ( #3178 )
The regressions are introduced at commit
f554807563
by me (Akihiko Odaki)
7 years ago
Matt Jankowski
8f4b7c1820
Filter languages with opt out ( #3175 )
* Remove allowed_languages and add filtered_languages
* Use filtered_languages instead of allowed_languages
7 years ago
Yamagishi Kazutoshi
2e112e2406
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
7 years ago
Eugen Rochko
812fe90eca
Ensure unique identifiers in fabricated objects in tests ( #3173 )
7 years ago