Claire
|
25d089390c
|
Fix ArgumentError when processing pinned posts from Friendica (#18260)
Follow-up to #18254
|
3 years ago |
Claire
|
ac4b3039fa
|
Fix compatibility with Friendica regarding pinned posts (#18254)
* Fix multiple database queries when fetching pinned posts for remote account
* Fix compatibility with Friendica regarding pinned posts
Fixes #18066
* Add tests
|
3 years ago |
Jeong Arm
|
c9fceecff1
|
Fix FetchFeaturedCollectionService (#18030)
|
3 years ago |
Claire
|
82375bdb7c
|
Fix error when encountering invalid pinned posts (#17964)
|
3 years ago |
Jeong Arm
|
be15674215
|
Fix NameError on ActivityPub::FetchFeaturedCollectionService (#17326)
Related: #16954
|
3 years ago |
Claire
|
5aade2baac
|
Add support for private pinned posts (#16954)
* Add support for private pinned toots
* Allow local user to pin private toots
* Change wording to avoid "direct message"
|
3 years ago |
luigi
|
1256c05a99
|
Use Enumerable#filter_map in more places (#15527)
|
4 years ago |
luigi
|
944b059f50
|
Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact
using Enumerable#filter_map, supported since Ruby 2.7
* Add poyfill for Enumerable#filter_map
|
4 years ago |
Eugen Rochko
|
d0b0b63b1a
|
Refactor domain block checks (#11268)
|
5 years ago |
Eugen Rochko
|
192746ec3e
|
Guard against nil URLs in Request class (#7284)
Fix #7265
|
7 years ago |
Eugen Rochko
|
b1f8dfd3cf
|
Federate pinned statuses over ActivityPub (#6610)
* Federate pinned statuses over ActivityPub
* Display pinned toots in web UI
Fix #6117
* Fix migration
* Fix tests
* Update outbox_serializer.rb
* Update remove_serializer.rb
* Update add_serializer.rb
* Update fetch_featured_collection_service.rb
|
7 years ago |