ButterflyOfFire
9a085e138e
Update settings_helper.rb ( #2556 )
...
Correcting language name arabic = العربية
2017-04-28 01:59:19 +02:00
Wonderfall
f97daedce0
Update onboard federation description ( #2555 )
2017-04-28 01:58:45 +02:00
Wonderfall
546b5a9dcf
Update onboard federation description ( #2555 )
2017-04-28 01:58:45 +02:00
Matt Jankowski
01b7056b81
Add render_views to admin/reports controller spec ( #2548 )
2017-04-28 01:21:38 +02:00
Matt Jankowski
a39e719b39
Add render_views to admin/reports controller spec ( #2548 )
2017-04-28 01:21:38 +02:00
Shel Raphen
4c01112a6f
Copy edits to reflect changes in post privacy ( #2552 )
...
There was still a reference to "private posts" and the phrasing of unlisted in contrast to the others now made it seem strangely more private.
2017-04-28 01:21:26 +02:00
Shel Raphen
f51b2cb2e7
Copy edits to reflect changes in post privacy ( #2552 )
...
There was still a reference to "private posts" and the phrasing of unlisted in contrast to the others now made it seem strangely more private.
2017-04-28 01:21:26 +02:00
Matt Jankowski
65ad682e81
Fix remote follow ( #2547 )
...
* Add coverage for remote_follow#new
* Fix reference to authorize_follows/card partial
2017-04-28 00:16:44 +02:00
Matt Jankowski
9736753985
Fix remote follow ( #2547 )
...
* Add coverage for remote_follow#new
* Fix reference to authorize_follows/card partial
2017-04-28 00:16:44 +02:00
Ratmir Karabut
15eb948de0
Fix typo and wording in follower auth settings ( #2544 )
2017-04-28 00:16:31 +02:00
Ratmir Karabut
ea783d3632
Fix typo and wording in follower auth settings ( #2544 )
2017-04-28 00:16:31 +02:00
Patrick Figel
af77b448b9
fix partial path in admin/reports ( #2546 )
...
In #2505 , the authorize_follow views were renamed to
authorize_follows. This change was not applied in the show view
of admin/reports, which causes a 500 when reports are viewed.
2017-04-28 00:09:25 +02:00
Patrick Figel
074e9612a2
fix partial path in admin/reports ( #2546 )
...
In #2505 , the authorize_follow views were renamed to
authorize_follows. This change was not applied in the show view
of admin/reports, which causes a 500 when reports are viewed.
2017-04-28 00:09:25 +02:00
Eugen Rochko
9841dcaca7
Hotfix remote status formatting ( #2543 )
2017-04-27 23:37:22 +02:00
Eugen Rochko
7406404fa3
Hotfix remote status formatting ( #2543 )
2017-04-27 23:37:22 +02:00
Eduardo Elias
14f41a6a14
Language: Missing keys for pt-BR ( #2540 )
2017-04-27 22:32:38 +02:00
Eduardo Elias
010e4f2879
Language: Missing keys for pt-BR ( #2540 )
2017-04-27 22:32:38 +02:00
unarist
b6baaa33c4
Update Japanese translation (and English translation file) for JavaScript ( #2538 )
...
* Update English translation file for JavaScript
* Update Japanese translation for JavaScript
2017-04-27 20:41:25 +02:00
unarist
ebbbcfef1c
Update Japanese translation (and English translation file) for JavaScript ( #2538 )
...
* Update English translation file for JavaScript
* Update Japanese translation for JavaScript
2017-04-27 20:41:25 +02:00
yhirano
f7883d0f32
Change permission from 0755 to 0644 ( #2536 )
...
* chmod -x assets.rb
* chmod -x assets/fonts
* raname extname from jpeg to jpg
2017-04-27 19:29:41 +02:00
yhirano
3d776de2cb
Change permission from 0755 to 0644 ( #2536 )
...
* chmod -x assets.rb
* chmod -x assets/fonts
* raname extname from jpeg to jpg
2017-04-27 19:29:41 +02:00
Yamagishi Kazutoshi
cc6d730bdc
Fix broken oEmbed provider ( #2537 )
2017-04-27 19:29:11 +02:00
Yamagishi Kazutoshi
831ff60698
Fix broken oEmbed provider ( #2537 )
2017-04-27 19:29:11 +02:00
Yamagishi Kazutoshi
c69e74d9ba
Fix Doorkeeper error ( #2534 )
...
* Fix Doorkeeper error
* use Doorkeeper::OAuth::Scopes.from_string
2017-04-27 18:04:28 +02:00
Yamagishi Kazutoshi
c25426ca47
Fix Doorkeeper error ( #2534 )
...
* Fix Doorkeeper error
* use Doorkeeper::OAuth::Scopes.from_string
2017-04-27 18:04:28 +02:00
jeroenpraat
4b81f16197
Another (less urgent) Dutch string update ( #2533 )
...
* Another (less urgent) update
* Another (less urgent) update
* Dutch strings: consistency: let's use 'voorkeuren' as a subset of 'instellingen'
2017-04-27 17:54:34 +02:00
jeroenpraat
09b93aaf85
Another (less urgent) Dutch string update ( #2533 )
...
* Another (less urgent) update
* Another (less urgent) update
* Dutch strings: consistency: let's use 'voorkeuren' as a subset of 'instellingen'
2017-04-27 17:54:34 +02:00
Eugen Rochko
886aa14cfc
Cache Status#ancestors recursive query results ( #2527 )
2017-04-27 17:07:15 +02:00
Eugen Rochko
d4fedf84e0
Cache Status#ancestors recursive query results ( #2527 )
2017-04-27 17:07:15 +02:00
Eugen Rochko
97dff125a8
Improve shared status verification ( #2525 )
...
* Instead of parsing shared status contents verbatim, make roundtrip
to purported original URL. Confirm that the "original" URL is from the
same domain as the author it claims to be from.
* Fix obvious typo, add comment
* Use URI look-up first
* Add test, update Goldfinger dependency to make less useless HTTP requests per Webfinger lookup
2017-04-27 17:06:47 +02:00
Eugen Rochko
2af4f3c4e2
Improve shared status verification ( #2525 )
...
* Instead of parsing shared status contents verbatim, make roundtrip
to purported original URL. Confirm that the "original" URL is from the
same domain as the author it claims to be from.
* Fix obvious typo, add comment
* Use URI look-up first
* Add test, update Goldfinger dependency to make less useless HTTP requests per Webfinger lookup
2017-04-27 17:06:47 +02:00
jeroenpraat
64bef924ae
Last minute Dutch update and fix (after checking on live 1.3RC) ( #2529 )
...
* Update and fix
* Update and fix Dutch strings
2017-04-27 17:00:03 +02:00
jeroenpraat
b8e7eee837
Last minute Dutch update and fix (after checking on live 1.3RC) ( #2529 )
...
* Update and fix
* Update and fix Dutch strings
2017-04-27 17:00:03 +02:00
Eugen Rochko
e21b9c875e
Bump version, improve how version is stored for better commit history ( #2526 )
2017-04-27 15:22:19 +02:00
Eugen Rochko
b48c9013aa
Bump version, improve how version is stored for better commit history ( #2526 )
2017-04-27 15:22:19 +02:00
Matt Jankowski
b17d7a1f85
Catch error when server decryption fails on 2FA ( #2512 )
2017-04-27 15:18:21 +02:00
Matt Jankowski
b48f2cbc8b
Catch error when server decryption fails on 2FA ( #2512 )
2017-04-27 15:18:21 +02:00
Ashley
17dd57bb67
Added '(dev)' to the title in development mode ( #2524 )
...
* Added different title for dev
* Changed indentation
2017-04-27 15:17:55 +02:00
Ashley
1736badf28
Added '(dev)' to the title in development mode ( #2524 )
...
* Added different title for dev
* Changed indentation
2017-04-27 15:17:55 +02:00
Eugen Rochko
4a7dc4fadc
OEmbed support for PreviewCard ( #2337 )
...
* OEmbed support for PreviewCard
* Improve ProviderDiscovery code failure treatment
* Do not crawl links if there is a content warning, since those
don't display a link card anyway
* Reset db schema
* Fresh migrate
* Fix rubocop style issues
Fix #1681 - return existing access token when applicable instead of creating new
* Fix test
* Extract http client to helper
* Improve oembed controller
2017-04-27 14:42:22 +02:00
Eugen Rochko
88725d6ce8
OEmbed support for PreviewCard ( #2337 )
...
* OEmbed support for PreviewCard
* Improve ProviderDiscovery code failure treatment
* Do not crawl links if there is a content warning, since those
don't display a link card anyway
* Reset db schema
* Fresh migrate
* Fix rubocop style issues
Fix #1681 - return existing access token when applicable instead of creating new
* Fix test
* Extract http client to helper
* Improve oembed controller
2017-04-27 14:42:22 +02:00
Yamagishi Kazutoshi
279f34c797
Sync a locale files for JavaScript ( #2513 )
...
There are multiple messages missing in en.jsx.
It is very troublesome when translating other languages.
2017-04-27 12:03:28 +02:00
Yamagishi Kazutoshi
be0a01145b
Sync a locale files for JavaScript ( #2513 )
...
There are multiple messages missing in en.jsx.
It is very troublesome when translating other languages.
2017-04-27 12:03:28 +02:00
Tomohiro Suwa
7bb45d9ed5
Don't need to include ActiveModel::Validations ( #2521 )
2017-04-27 12:02:55 +02:00
Tomohiro Suwa
1f805a6377
Don't need to include ActiveModel::Validations ( #2521 )
2017-04-27 12:02:55 +02:00
Evan Minto
dad5d33ff3
Add ActivityPub Actor id to WebFinger JSON. ( #2522 )
2017-04-27 12:02:41 +02:00
Evan Minto
e595ccb294
Add ActivityPub Actor id to WebFinger JSON. ( #2522 )
2017-04-27 12:02:41 +02:00
Lindsey Bieda
0f0fc3fbca
Add aria-label to icon driven dropdown menus ( #2516 )
2017-04-27 12:01:36 +02:00
Lindsey Bieda
43a29a9d0f
Add aria-label to icon driven dropdown menus ( #2516 )
2017-04-27 12:01:36 +02:00
Kaylee
125aec482a
Copy over "Boost" hover text fix to detailed view. ( #2508 )
...
from #1754 , should close out #1394
2017-04-27 01:53:55 +02:00