Commit graph

100 commits

Author SHA1 Message Date
Eugen Rochko
4055ce490c Enable custom emojis in profiles (notes, field values, display names) ()
Follow-up to 
2018-05-06 11:48:51 +02:00
Eugen Rochko
2ee5d518f1 Fallback to old on-the-fly URI for follows/blocks if no stored URI ()
Fix 
2018-05-05 23:07:51 +02:00
Eugen Rochko
154076e8e7 Store URIs of follows, follow requests and blocks for ActivityPub ()
Same URI passed between follow request and follow, since they are
the same thing in ActivityPub. Local URIs are generated during
creation using UUIDs and are passed to serializers.
2018-05-04 21:14:34 +02:00
Eugen Rochko
93b8db8f08 Better pagination for ActivityPub outbox () 2018-05-04 19:19:11 +02:00
Eugen Rochko
4258e304c5 Allow updating bio fields via PUT /api/v1/accounts/update_credentials ()
Add raw bio fields to the source attribute on GET /api/v1/accounts/verify_credentials
2018-05-02 15:57:37 +02:00
Eugen Rochko
24330e4fa7 Add RSS feeds for end-users ()
* Add RSS feed for accounts

* Add RSS feeds for hashtags

* Fix code style issues

* Fix code style issues
2018-04-25 02:10:02 +02:00
Eugen Rochko
466442b764 Add bio fields ()
* Add bio fields

- Fix 
- Fix 
- Fix 

* Display bio fields in web UI

* Fix output of links and missing fields

* Federate bio fields over ActivityPub as PropertyValue

* Improve how the fields are stored, add to Edit profile form

* Add rel=me to links in fields

Fix 
2018-04-14 12:41:08 +02:00
Isatis
f3db0d6ecc retrieve custom emoji list via API instead of before page load () 2018-04-04 22:25:34 +02:00
David Underwood
44274257de [WIP] Enable custom emoji on account pages and in the sidebar ()
Federate custom emojis with accounts
2018-04-01 23:55:42 +02:00
Eugen Rochko
6383580e6f Do not re-query mentions from serializers ()
Fix performance regression from 
2018-03-22 11:31:17 +01:00
ThibG
99790407e2 Serialize mentions in the order they are added ()
Up until now, the order seemed to be in the *opposite* order,
which caused the WebUI to populate mentions in reversed order
when replying to toots local to one's instance.
2018-03-19 20:19:35 +01:00
Eugen Rochko
8e25857cb9 Fix wrong target URIs in ActivityPub Add/Remove () 2018-03-07 05:58:24 +01:00
Eugen Rochko
29f412da2c Fix - Use target instead of origin in Remove activity () 2018-03-07 03:54:46 +01:00
Akihiko Odaki
0016fd40e7 Do not fetch environment variables to determine default locale ()
The default locale is now set by config.
2018-03-04 10:00:46 +01:00
Eugen Rochko
b1f8dfd3cf Federate pinned statuses over ActivityPub ()
* Federate pinned statuses over ActivityPub

* Display pinned toots in web UI

Fix 

* Fix migration

* Fix tests

* Update outbox_serializer.rb

* Update remove_serializer.rb

* Update add_serializer.rb

* Update fetch_featured_collection_service.rb
2018-03-04 09:19:11 +01:00
Eugen Rochko
359e441fb2 Fix missing focalPoint in ActivityPub JSON () 2018-03-04 07:21:41 +01:00
Eugen Rochko
a91ef56e80 When search enabled, display hint in search popout ()
* When advanced search is enabled, show different hint in search popout

* Change "getting started" icon in tabs bar from asterisk to hamburger
2018-03-02 06:02:42 +01:00
Eugen Rochko
c421ad685d Add contact_account and languages to instance API () 2018-03-01 20:48:11 +01:00
Eugen Rochko
0ebd2a1718 Federated reports ()
* Fix : Federated reports

* UI for federated reports

* Add spec for ActivityPub Flag handler

* Add spec for ReportService
2018-02-28 06:54:55 +01:00
Eugen Rochko
692dfd9a93 Fix nil error in focal_point? () 2018-02-22 17:42:33 +01:00
beatrix
9184d588c1 fix typo in image serializer ()
respond to!
2018-02-22 02:47:17 +01:00
Eugen Rochko
865c7e7178 Focal points ()
* Add focus param to media API, center thumbnails on focus point

* Add UI for setting a focal point

* Improve focal point icon on upload item

* Use focal point in upload preview

* Add focalPoint property to ActivityPub

* Don't show focal point button for non-image attachments
2018-02-22 00:35:46 +01:00
Eugen Rochko
f6884555d7 Account archive download ()
* Fix : Account archive download

* Export actor and private key in the archive

* Optimize BackupService

- Add conversation to cached associations of status, because
  somehow it was forgotten and is source of N+1 queries
- Explicitly call GC between batches of records being fetched
  (Model class allocations are the worst offender)
- Stream media files into the tar in 1MB chunks
  (Do not allocate media file (up to 8MB) as string into memory)
- Use #bytesize instead of #size to calculate file size for JSON
  (Fix FileOverflow error)
- Segment media into subfolders by status ID because apparently
  GIF-to-MP4 media are all named "media.mp4" for some reason

* Keep uniquely generated filename in Paperclip::GifTranscoder

* Ensure dumped files do not overwrite each other by maintaing directory partitions

* Give tar archives a good name

* Add scheduler to remove week-old backups

* Fix code style issue
2018-02-21 23:21:32 +01:00
Eugen Rochko
219b28e172 Add preference to always display sensitive media () 2018-02-09 00:26:57 +01:00
りんすき
1827d142ee implement web share target ()
* web share target

* fix

* fix
2018-01-17 17:08:10 +01:00
Eugen Rochko
c8f0be1d6d Revert () 2018-01-08 10:57:52 +01:00
Yamagishi Kazutoshi
f92399cfe7 Fallback default thumbnail in instance status API () 2018-01-04 15:36:55 +01:00
Eugen Rochko
c647ce902b Send one Delete of Actor in ActivityPub when account is suspended () 2018-01-04 14:40:49 +01:00
Akihiko Odaki
7a0479c830 Allow to dereference Follow object for ActivityPub ()
* Allow to dereference Follow object for ActivityPub

* Accept IRI as object representation for Accept activity
2018-01-03 18:08:57 +01:00
Eugen Rochko
ef8fc3542b Fix - Prevent nested migrated accounts, or migrations to self () 2017-12-14 21:35:30 +01:00
Akihiko Odaki
ce3989fc6a Add embed_url to preview cards () 2017-12-07 03:37:43 +01:00
aschmitz
cbaddc6447 Break out nested relationship API keys ()
* Break out nested relationship API keys

This closes  by restoring the existing behavior of the `muting`
and `following` keys (returning booleans rather than truthy or false).
It adds `showing_reblogs` and `muting_notifications` keys:

* `showing_reblogs` returns true if:
  1. You've requested to follow the user, with reblogs shown, or
  2. You are following the user, with reblogs shown.
* `muting_notifications` returns true if you have muted the user and
  their notifications as well.

* Rubocop fix

* Fix pulling reblog/mute status from relationships

I could swear this had passed tests before, but apparently not.
Works now.

* More test fixes

Really, you'd expect this to be more straightforward.
2017-12-06 16:10:54 +01:00
Eugen Rochko
b037fbf9f4 Remove rabl dependency ()
* Remove rabl dependency

* Replicate old Oj configuration
2017-12-06 15:04:49 +09:00
Eugen Rochko
bf8eab12ba Display list column () 2017-11-25 00:35:37 +01:00
Eugen Rochko
b89f614bd7 Profile redirect notes ()
* Serialize moved accounts into REST and ActivityPub APIs

* Parse federated moved accounts from ActivityPub

* Add note about moved accounts to public profiles

* Add moved account message to web UI

* Fix code style issues
2017-11-18 19:39:02 +01:00
Eugen Rochko
e149067561 Lists ()
* Add structure for lists

* Add list timeline streaming API

* Add list APIs, bind list-account relation to follow relation

* Add API for adding/removing accounts from lists

* Add pagination to lists API

* Add pagination to list accounts API

* Adjust scopes for new APIs

- Creating and modifying lists merely requires "write" scope
- Fetching information about lists merely requires "read" scope

* Add test for wrong user context on list timeline

* Clean up tests
2017-11-18 00:16:48 +01:00
kedama
82e9df5e3c Hide disabled custom emojis from emoji picker and emoji auto suggestions. ()
Make the same behavior as /api/v1/custom_emojis.
2017-11-07 14:24:21 +01:00
nullkal
0a9cc96cdc Feature: Unlisted custom emojis () 2017-10-27 16:11:30 +02:00
Nolan Lawson
a54c272a1f Add option to reduce motion ()
* Add option to reduce motion

* Use HOC to wrap all Motion calls

* fix case-sensitive issue

* Avoid updating too frequently

* Get rid of unnecessary change to _simple_status.html.haml
2017-10-16 09:36:15 +02:00
unarist
69b74d26cd Use atomUri in Undo activity of Announce ()
This allows deletion of reblogs which delivered before with OStatus URI.
2017-10-14 14:42:09 +02:00
Eugen Rochko
3d8b3bf9a0 Fix - Use object URI only in Announce, instead of embedding () 2017-10-08 14:41:59 +02:00
Eugen Rochko
e589e17b61 In REST API, when URL can be missing, cast it to nil () 2017-10-07 18:55:48 +02:00
Eugen Rochko
60925ce0ae Encode custom emojis as resolveable objects in ActivityPub ()
* Encode custom emojis as resolveable objects in ActivityPub

* Improve code style
2017-10-07 17:43:42 +02:00
Eugen Rochko
f37350c08f When processing custom emoji, ensure a non-animated version exists ()
Use the non-animated version in web UI, but return both in API
2017-10-05 23:41:47 +02:00
Eugen Rochko
0783f18274 Make Chrome splash screen same color as web UI's background color () 2017-10-02 01:23:32 +02:00
Eugen Rochko
795e624d5d Add ability to specify alternative text for media attachments ()
* Fix  - Add ability to specify alternative text for media attachments

- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input

* Add tests

* Change undo button blend mode to difference
2017-09-28 15:31:31 +02:00
Eugen Rochko
40399df3e4 Make sure nil IDs to not get cast to empty string in REST API () 2017-09-24 04:09:32 +02:00
Eugen Rochko
4a0212bf2f Add custom emojis to the emoji picker () 2017-09-23 05:40:28 +02:00
Eugen Rochko
f621e05356 New API: GET /api/v1/custom_emojis to get a server's custom emojis () 2017-09-23 01:57:23 +02:00
unarist
ca502e7b15 Use file extensions in addition to MIME types for file picker ()
Currently we're using a list of MIME types for `accept` attribute on `input[type="file"]` for filter options of file picker, and actual file extensions will be infered by browsers. However, infered extensions may not include our expected items. For example, "image/jpeg" seems to be infered to
only ".jfif" extension in Firefox.

To ensure common file extensions are in the list, this PR adds file extensions in addition to MIME types. Also having items in both format is encouraged by HTML5 spec.

https://www.w3.org/TR/html5/forms.html#file-upload-state-(type=file)
2017-09-20 19:07:23 +02:00