Christoph Witzany
556f68ab15
Make Docker image buildable on ARM ( #2065 )
* after yarn upgrade
* after manually removing node-gyp as top level dependency
7 years ago
Yamagishi Kazutoshi
fdb2689a14
Fix PropTypes warning in OnboardingModal ( #2191 )
7 years ago
Matt Jankowski
598d3defd5
Use default locale for html lang in layouts ( #2212 )
7 years ago
Matt Jankowski
7f8044d913
Link to profile/feed/salmon from admin/accounts show page ( #2186 )
7 years ago
Ash Furrow
66b39ccaed
Removes timestamp from URLs. ( #2185 )
7 years ago
Eugen
cae2a26ee3
Fix #2120 - Use Status#as_tag_timeline on public hashtag page ( #2182 )
* Fix #2120 - Use Status#as_tag_timeline on public hashtag page
* Update tags_controller.rb
7 years ago
Miguel Jacq
b79ba3db8a
Send nil for SMTP_LOGIN or SMTP_PASSWORD if it was left blank in the envfile, otherwise Ruby still attempts auth even if SMTP_AUTH_METHOD is none ( #2180 )
7 years ago
Marcin Cieślak
59a77923b3
Add static gif for upload testing ( #2168 )
7 years ago
Eugen
2e4afccd9d
Fix #2108 - Fix gif uploads ( #2171 )
* Fix #2108 - Fix gif uploads
Add specs for media attachment gifv conversion
* Add ffmpeg to travis
* Make travis install ffmpeg, not libav
* Switch travis to trusty
7 years ago
evilny0
0876a06e45
Updated note about 'none' SMTP authentication method in .env.production.sample ( #2167 )
7 years ago
Darshak Parikh
43caf1fa5f
Add some Spanish translatoins ( #2170 )
7 years ago
alpaca-tc
2c0d756ad9
Extract error messages to locale file ( #2162 )
7 years ago
jeroenpraat
f06cba3f60
Dutch language strings: a few important fixes ( #2163 )
7 years ago
György Nádudvari
09dad88853
Fixed hungarian translation ( #2158 )
7 years ago
Tomohiro Suwa
7832425fdd
Fix css for toot button when uploading images ( #2161 )
7 years ago
fsubal
abe16a7026
fix broken style when follower has long description ( #2159 )
7 years ago
Eugen
baabbce672
Fix double-escaping of display names in <title> ( #2155 )
7 years ago
Eugen
1d47910d3b
Fix possibility of unrightful webfinger redirect ( #2147 )
* Fix possibility of unrightful webfinger redirect
* Add more tests for FollowRemoteAccountService
7 years ago
Matt Jankowski
708bdd53f1
Remove unused view files in accounts/ ( #2153 )
7 years ago
Yamagishi Kazutoshi
2510119f19
Add meta tags for OGP to following & follow page ( #2052 )
* Add meta tags for OGP to following & follow page
* simplify render helper
* Follow up #2133
* og:type is only accounts/show
* revert accounts/{following,followers}
7 years ago
matsurai25
fe1ddc3b96
fix Japanese search result translation ( #2149 )
add 'result' mean, '件' only mean count unit.
7 years ago
Matteo Aquila
a3486e0543
Completed Italian translation ( #2151 )
* Added it.jsx
* Update index.jsx
* Update mastodon.jsx
7 years ago
matsurai25
30183c0a74
fix search text 'zero' ( #2150 )
7 years ago
geta6
15a4fc5dcc
Automatically change the size of textarea ( #2128 )
7 years ago
Matt Jankowski
a8e1afc30a
Simplify render in controllers ( #2144 )
7 years ago
Eugen
bfbc2ca0d8
Attachment list for uncached attachments ( #2110 )
* For undownloaded attachments, set type :unknown, display them as a list in the web UI
* Fix case when attachment type is set explicitly
7 years ago
alpaca-tc
5ce8a1811a
Replace User.count -> User.confirmed.count ( #2127 )
7 years ago
Yamagishi Kazutoshi
dca0ffa1a1
Remove unnecessary word from Japanese locale ( #2143 )
7 years ago
abcang
70891a99a9
Fix html escape characters in the URL ( #2138 )
* fix character escaping in URL
* add tests
* put a comma after the last item
* add HTML escape test
7 years ago
857b
3572f4423f
enable to scroll the setting's page sidebar ( #1347 )
* enable to scroll the setting's page sidebar
add scroll:auto and use margin instead of padding for the bottom
* Update admin.scss
* Update admin.scss
* Update admin.scss
7 years ago
Joël Quenneville
23eea5c5ae
Install Yarn dependencies during setup ( #1169 )
Previously the `bin/setup` script only installed the Ruby dependencies
via Bundler. This is not sufficient to get the test suite to pass. We
also need the JavaScript dependencies.
This commit installs the JavaScript dependencies as part of the
`bin/setup` script via Yarn.
This allows for a successful
bin/setup && bundle exec rake
on a fresh clone of the repo.
7 years ago
Alex Dunn
35bdacba7a
capistrano: link robots.txt ( #1576 )
Related to #1533 .
7 years ago
Isabelle Knott
97012487ed
Do not show link preview card if toot has a spoiler ( #1617 )
* Do not show link preview card if toot has a spoiler
* == to ===
7 years ago
Ash Furrow
9a7ea7c870
Moves from hamburger icon to asterisk. ( #2116 )
7 years ago
chrolis
1ac41c873a
Improve visibility of mute, block, report menu in Japanese ( #2131 )
7 years ago
tmyt
6c83fec971
Make configuarable s3_permissions for paperclip ( #2139 )
7 years ago
Misty De Meo
2bb54d5c57
Update title text for "reply all" button ( #2118 )
7 years ago
Yamagishi Kazutoshi
8b8e140c71
Change to switch signature version for Amazon S3 ( #2124 )
7 years ago
Matt Jankowski
8bac0350d1
Restful refactor of accounts/ routes ( #2133 )
* Add routing specs for accounts followers and following actions
* Use more restful route naming for public account follow pages
Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index
Adds routing spec to ensure prior URLs are preserved.
7 years ago
Kota Ouchi
c0b30c56db
Update ja.yml (follow for #2118 ) ( #2137 )
* Update ja.yml (follow for #2118 )
* typo fix
7 years ago
Isao Sugimoto
0a850a8edb
update simple_form.ja.yml (follow for #1991 ) ( #2113 )
7 years ago
Isao Sugimoto
71f5cf12d2
update ja.yml (follow for #2106 ) ( #2109 )
7 years ago
Michel
9d8bf4ea42
Update fr.yml ( #2107 )
Just updated some values.
Best regards,
cyweo
7 years ago
Eugen
96268e76e6
Fix wording on admin instances view, fix typos in language detector spec ( #2106 )
7 years ago
Eugen
c6a4ab3b92
Remove unused fonts ( #2103 )
7 years ago
Eugen
e09ab2c0bd
Fix #1642 , fix #1912 - Dictate content-type file extension ( #2078 )
* Fix #1642 , fix #1912 - Previous change (#1718 ) did not modify how original file was saved on upload
* Fix for when file is missing
7 years ago
Eugen
6bd1019235
Add more tests for AtomSerializer ( #2096 )
7 years ago
Isao Sugimoto
0d6c1e9cba
missing translate ja.yml ( #2100 )
7 years ago
Eugen
ff5baa5349
Add rate limits for logins and sign-ups by IP (5 in 5 minutes) ( #2079 )
* Add rate limits for logins and sign-ups by IP (5 in 5 minutes)
Should be enough for normal attempts
* Add rate limit for forgotten password form as well
7 years ago
Matt Jankowski
297c11dba2
Language detection refactor ( #2099 )
* Extract detect_language to separate class
* Use default locale, not just en
* Add spec to confirm that whatlanguage cant identify empty string
* Allow account locale to override default in language detector
* PostStatusService supplies an account to detect language
7 years ago