Kazushige Tominaga
74c0abdcf7
Added FetchRemoteAccountService spec ( #6456 )
...
* Added #link_header spec
* Added #call spec
* Delete spec of private methods
* Added #call spec
2018-02-10 17:10:57 +01:00
Kazushige Tominaga
718802a05d
Added FetchRemoteAccountService spec ( #6456 )
...
* Added #link_header spec
* Added #call spec
* Delete spec of private methods
* Added #call spec
2018-02-10 17:10:57 +01:00
ThibG
d12bff875e
Fix password recovery ( #6459 )
...
* Fix password recovery
* Use “resource” instead of “current_user”
2018-02-10 17:09:44 +01:00
ThibG
411c9ecb4b
Fix password recovery ( #6459 )
...
* Fix password recovery
* Use “resource” instead of “current_user”
2018-02-10 17:09:44 +01:00
David Yip
a5f1c1f469
Fill out some examples for Glitch::FilterHelper. #234 .
...
Also add HTML entity decoding to Glitch::FilterHelper, which is needed
to e.g. match "<" to the tag-stripped version of "<p><3</p>" or
"<p><3</p>".
2018-02-10 02:40:27 -06:00
David Yip
d263e3bc2d
Fill out some examples for Glitch::FilterHelper. #234 .
...
Also add HTML entity decoding to Glitch::FilterHelper, which is needed
to e.g. match "<" to the tag-stripped version of "<p><3</p>" or
"<p><3</p>".
2018-02-10 02:40:27 -06:00
David Yip
e365675e0a
Strip HTML from keyword mute input. #234 .
2018-02-10 02:40:27 -06:00
David Yip
29b5b46c87
Strip HTML from keyword mute input. #234 .
2018-02-10 02:40:27 -06:00
Kazushige Tominaga
ab35601c79
Added #call spec ( #6455 )
...
* Added #link_header spec
* Added #call spec
* Delete spec of private methods
2018-02-10 03:31:38 +01:00
Kazushige Tominaga
cbe8743e47
Added #call spec ( #6455 )
...
* Added #link_header spec
* Added #call spec
* Delete spec of private methods
2018-02-10 03:31:38 +01:00
Eugen Rochko
7ca5a06505
Full-text search for authorized statuses ( #6423 )
...
* Add full-text search for authorized statuses
- Search API will return statuses that match the query
- Only for logged in users
- Only if you are author of the status,
- Or you were mentioned in it
- Or you favourited or reblogged it
- Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX`
- Run `rails chewy:deploy` to create & populate index
Fix #5880
Fix #4293
Fix #1152
* Add commented out docker-compose configuration for ES container
* Optimize index import, filter search results
* Add basic normalization to the index
* Add better stemming and normalization to the index
* Skip webfinger request if search query includes both @ and a space
* Fix code style
* Visually separate search result sections
* Fix code style issues
2018-02-09 23:04:47 +01:00
Eugen Rochko
3ebc0ad4d3
Full-text search for authorized statuses ( #6423 )
...
* Add full-text search for authorized statuses
- Search API will return statuses that match the query
- Only for logged in users
- Only if you are author of the status,
- Or you were mentioned in it
- Or you favourited or reblogged it
- Configuration over `ES_ENABLED`, `ES_HOST`, `ES_PORT`, `ES_PREFIX`
- Run `rails chewy:deploy` to create & populate index
Fix #5880
Fix #4293
Fix #1152
* Add commented out docker-compose configuration for ES container
* Optimize index import, filter search results
* Add basic normalization to the index
* Add better stemming and normalization to the index
* Skip webfinger request if search query includes both @ and a space
* Fix code style
* Visually separate search result sections
* Fix code style issues
2018-02-09 23:04:47 +01:00
David Yip
7d67b36ba0
Normalize simple_form.en.yml.
2018-02-09 09:41:57 -06:00
David Yip
b8efc3fc0b
Normalize simple_form.en.yml.
2018-02-09 09:41:57 -06:00
David Yip
799b205766
Merge remote-tracking branch 'origin/master' into merge-upstream
...
Conflicts:
.travis.yml
app/lib/user_settings_decorator.rb
app/models/user.rb
app/serializers/initial_state_serializer.rb
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_simple_status.html.haml
config/locales/simple_form.en.yml
2018-02-09 09:25:53 -06:00
David Yip
020b40efdb
Merge remote-tracking branch 'origin/master' into merge-upstream
...
Conflicts:
.travis.yml
app/lib/user_settings_decorator.rb
app/models/user.rb
app/serializers/initial_state_serializer.rb
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_simple_status.html.haml
config/locales/simple_form.en.yml
2018-02-09 09:25:53 -06:00
masarakki
8f5d41e096
fix-indent ( #6453 )
2018-02-09 15:29:48 +01:00
masarakki
235c14c79d
fix-indent ( #6453 )
2018-02-09 15:29:48 +01:00
Eugen Rochko
26fe2c27c3
Change web UI "posts" to "toots" on profile for consistency ( #6447 )
2018-02-09 00:27:18 +01:00
Eugen Rochko
2ef9d0e101
Change web UI "posts" to "toots" on profile for consistency ( #6447 )
2018-02-09 00:27:18 +01:00
Eugen Rochko
219b28e172
Add preference to always display sensitive media ( #6448 )
2018-02-09 00:26:57 +01:00
Eugen Rochko
76f3d5d16b
Add preference to always display sensitive media ( #6448 )
2018-02-09 00:26:57 +01:00
Jenkins
777559fa5f
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
2018-02-08 23:17:14 +00:00
Jenkins
5ba2c300d8
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
2018-02-08 23:17:14 +00:00
Kazushige Tominaga
c208dc4ce7
Perform request spec ( #6446 )
...
* Added #link_header spec
* Added #perform_request spec
2018-02-09 08:12:35 +09:00
Kazushige Tominaga
1167c6dbf8
Perform request spec ( #6446 )
...
* Added #link_header spec
* Added #perform_request spec
2018-02-09 08:12:35 +09:00
abcang
c1263f5db5
Clear account cache of notification target_status ( #6442 )
2018-02-08 15:33:23 +01:00
abcang
298c81c00f
Clear account cache of notification target_status ( #6442 )
2018-02-08 15:33:23 +01:00
abcang
1f2aa77758
Fix response of signature_verification_failure_reason ( #6441 )
2018-02-08 05:00:45 +01:00
abcang
cf32f7da5c
Fix response of signature_verification_failure_reason ( #6441 )
2018-02-08 05:00:45 +01:00
Kazushige Tominaga
39eb9eec05
Added #link_header spec ( #6439 )
2018-02-08 08:17:53 +09:00
Kazushige Tominaga
2bb393684b
Added #link_header spec ( #6439 )
2018-02-08 08:17:53 +09:00
Akihiko Odaki
72e284028f
Change user_id column non-nullable ( #6435 )
2018-02-07 16:35:44 +01:00
Akihiko Odaki
67f7ffa792
Change user_id column non-nullable ( #6435 )
2018-02-07 16:35:44 +01:00
Jenkins
98c57e4d92
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
2018-02-05 02:17:12 +00:00
Jenkins
3405ea6dd9
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master
2018-02-05 02:17:12 +00:00
Daniel King
752ccc52e8
match hashtag regex in js client with server ( #6431 )
...
the slight mismatch in hashtag regex between js and ruby was causing
hashtag warning to be displayed for unlisted tweets when an invalid
hashtag was entered
exact version of ruby regex not possible in js as POSIX bracket
expressions are not supported, this version approximates and doesn't
give same unicode support
2018-02-05 02:44:13 +01:00
Daniel King
95c8232109
match hashtag regex in js client with server ( #6431 )
...
the slight mismatch in hashtag regex between js and ruby was causing
hashtag warning to be displayed for unlisted tweets when an invalid
hashtag was entered
exact version of ruby regex not possible in js as POSIX bracket
expressions are not supported, this version approximates and doesn't
give same unicode support
2018-02-05 02:44:13 +01:00
David Yip
2b43b1ab6b
db/schema.rb: resolve erroneously-unresolved conflict
2018-02-04 17:04:22 -06:00
David Yip
e815d6803d
db/schema.rb: resolve erroneously-unresolved conflict
2018-02-04 17:04:22 -06:00
David Yip
4f8122a98c
Merge remote-tracking branch 'origin/master' into merge-upstream
...
Conflicts:
.env.production.sample
app/controllers/auth/confirmations_controller.rb
db/schema.rb
2018-02-04 16:36:19 -06:00
David Yip
a6fb1c58ee
Merge remote-tracking branch 'origin/master' into merge-upstream
...
Conflicts:
.env.production.sample
app/controllers/auth/confirmations_controller.rb
db/schema.rb
2018-02-04 16:36:19 -06:00
Eugen Rochko
555e7205da
Make PAM gem optional, allow configuration over environment ( #6415 )
2018-02-04 15:05:53 +01:00
Eugen Rochko
38e0133e1b
Make PAM gem optional, allow configuration over environment ( #6415 )
2018-02-04 15:05:53 +01:00
abcang
225fdc2409
Validation of count works even when text of status is nil ( #6429 )
2018-02-04 12:32:41 +01:00
abcang
9b6223f5e2
Validation of count works even when text of status is nil ( #6429 )
2018-02-04 12:32:41 +01:00
abcang
6e12cb4524
Exclude nil from relationships array ( #6427 )
2018-02-04 12:32:10 +01:00
abcang
3f35d43222
Exclude nil from relationships array ( #6427 )
2018-02-04 12:32:10 +01:00
abcang
0092711e16
Make sure status is not nil ( #6428 )
2018-02-04 12:31:46 +01:00
abcang
c156a83e7d
Make sure status is not nil ( #6428 )
2018-02-04 12:31:46 +01:00