y-temp4
ba4ea6aa13
Use the new Ruby 1.9 hash syntax ( #2577 )
8 years ago
ButterflyOfFire
acb6695a02
Update settings_helper.rb ( #2556 )
...
Correcting language name arabic = العربية
8 years ago
Wonderfall
f97daedce0
Update onboard federation description ( #2555 )
8 years ago
Matt Jankowski
01b7056b81
Add render_views to admin/reports controller spec ( #2548 )
8 years ago
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.
8 years ago
Matt Jankowski
65ad682e81
Fix remote follow ( #2547 )
...
* Add coverage for remote_follow#new
* Fix reference to authorize_follows/card partial
8 years ago
Ratmir Karabut
15eb948de0
Fix typo and wording in follower auth settings ( #2544 )
8 years ago
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.
8 years ago
Eugen Rochko
9841dcaca7
Hotfix remote status formatting ( #2543 )
8 years ago
Eduardo Elias
14f41a6a14
Language: Missing keys for pt-BR ( #2540 )
8 years ago
unarist
b6baaa33c4
Update Japanese translation (and English translation file) for JavaScript ( #2538 )
...
* Update English translation file for JavaScript
* Update Japanese translation for JavaScript
8 years ago
yhirano
f7883d0f32
Change permission from 0755 to 0644 ( #2536 )
...
* chmod -x assets.rb
* chmod -x assets/fonts
* raname extname from jpeg to jpg
8 years ago
Yamagishi Kazutoshi
cc6d730bdc
Fix broken oEmbed provider ( #2537 )
8 years ago
Yamagishi Kazutoshi
c69e74d9ba
Fix Doorkeeper error ( #2534 )
...
* Fix Doorkeeper error
* use Doorkeeper::OAuth::Scopes.from_string
8 years ago
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'
8 years ago
Eugen Rochko
886aa14cfc
Cache Status#ancestors recursive query results ( #2527 )
8 years ago
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
8 years ago
jeroenpraat
64bef924ae
Last minute Dutch update and fix (after checking on live 1.3RC) ( #2529 )
...
* Update and fix
* Update and fix Dutch strings
8 years ago
Eugen Rochko
e21b9c875e
Bump version, improve how version is stored for better commit history ( #2526 )
8 years ago
Matt Jankowski
b17d7a1f85
Catch error when server decryption fails on 2FA ( #2512 )
8 years ago
Ashley
17dd57bb67
Added '(dev)' to the title in development mode ( #2524 )
...
* Added different title for dev
* Changed indentation
8 years ago
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
8 years ago
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.
8 years ago
Tomohiro Suwa
7bb45d9ed5
Don't need to include ActiveModel::Validations ( #2521 )
8 years ago
Evan Minto
dad5d33ff3
Add ActivityPub Actor id to WebFinger JSON. ( #2522 )
8 years ago
Lindsey Bieda
0f0fc3fbca
Add aria-label to icon driven dropdown menus ( #2516 )
8 years ago
Kaylee
125aec482a
Copy over "Boost" hover text fix to detailed view. ( #2508 )
...
from #1754 , should close out #1394
8 years ago
Matt Jankowski
6712d98c58
Add spec coverage and refactor authorize_follows controller ( #2505 )
8 years ago
Koala Yeung
1fc91facb5
Update Russian translation (rebased) ( #2503 )
...
* 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
* Update Russian translation
* Fix merge conflicts
Redid Works by @rkarabut
8 years ago
Koala Yeung
d4ad054cf2
travis: Add yarn and nodejs caching ( #2504 )
...
Also cache node_module and yarn cache in Travis test process.
Improves speed for Travis tests.
8 years ago
Matt Jankowski
89255db0d8
Domain block service cleanup ( #2490 )
...
* Add coverage for domain block service with silence
* Get rid of warning about find_each and order
* Move domain_block to attr_reader
* Move optional clear_media into silence_accounts method
* Use blocked_domain method to reduce passed vars
* Extract blocked_domain_accounts method to find accounts on the domain
* Extract media_from_blocked_domain method to find relevant attachments
* Separate destruction of account images and account attachments
8 years ago
Matt Jankowski
d120a7ac99
Add spec for Status.as_home_timeline ( #2451 )
8 years ago
Matt Jankowski
125bcdda38
Updated renamed i18n keys in `de` translation ( #2500 )
8 years ago
Matthieu Paret
3a0f3d758f
fix indentation in translation file ( #2498 )
8 years ago
yhirano
397953035a
add task to report code statistics ( #2489 )
8 years ago
Benedikt Geißler
f826622dd5
Update German translation ( #2485 )
8 years ago
Quent-in
dc45ef4c60
Update of simple_forum OC ( #2486 )
...
Now perfectly similar to the English one.
8 years ago
Yamagishi Kazutoshi
4250a3ed18
Update Japanese translation ( #2487 )
...
follow up #1309 & #2279
8 years ago
Lindsey Bieda
d440601851
Red favicon for dev ( #2470 )
...
* Set a dev specific favicon
* Consistent spacing
* Add trailing slash for consistency
* Update to remove interpolation
8 years ago
Tomohiro Suwa
5440c95867
Don't toot request with only blank characters ( #2154 )
...
* Don't toot request with only blank characters
* Enable toot button if no text
8 years ago
Yamagishi Kazutoshi
53a09d3d26
Fix undefined variable in OnboardingModal ( #2482 )
8 years ago
Koala Yeung
513b7eb6f3
Update ar.jsx ( #2469 )
...
Adding more missing strings.
8 years ago
anon
6d3dcd74c6
Update Japanese translation for activitypub and authorized followers ( #2471 )
...
* Update Japanese translation for activitypub and authorized followers
* Fixed Japanese translation by review
8 years ago
Wonderfall
612ae58d61
fix onboarding modal ( #2477 )
8 years ago
Eugen Rochko
0fafcc86ae
Fix various regressions ( #2466 )
8 years ago
Eugen Rochko
69f3fab417
Fix #2261 - noopener typo ( #2463 )
8 years ago
Francis Chong
395608442d
Add media dimensions ( #2448 )
...
* Fixes #1985
- add migration AddMediaAttachmentMeta, which add meta field to media_attachments
- before saving attachment, set file meta if needed
- add meta in api
* add spec
* align the “size” format for image and video
* fix code climate
* fixes media_attachment_spec.rb
8 years ago
Keiji, Yoshimi
8e7c858877
attach_media should be in transaction of creation status ( #2426 )
8 years ago
Yamagishi Kazutoshi
f9de6c4cda
Move a locale files for ActiveRecord ( #2461 )
...
ref #2162 and fix #2460
8 years ago
Michael Deeb
2d7bc2267c
Added the repository field and a script for after npm version ( #2459 )
8 years ago