Commit graph

224 commits

Author SHA1 Message Date
MeiMei
26e7e7d0dc User blocking (Following part) (#3035)
* block wip

* UndoBlock

* UnBlock

* wip

* follow

* UI

* fix
2018-10-29 20:32:42 +09:00
MeiMei
4b9bf727fb Fix: Unexpected remote user is selected (#3032) 2018-10-28 07:49:58 +09:00
syuilo
58838381a9 Implement #2993 2018-10-24 06:17:55 +09:00
syuilo
ccb86ea4f9 Refactoring 2018-10-23 05:36:35 +09:00
MeiMei
46af0e12b0 Fix several file processings (#2968)
* Ignore image error in person

* Fix hang while processing empty file
2018-10-21 18:35:36 +09:00
syuilo
781ea39177 Refactor 2018-10-21 15:08:07 +09:00
syuilo
4545439d28 Resolve #2963 2018-10-21 09:20:11 +09:00
syuilo
7fdd4d1cdd Refactoring 2018-10-21 07:10:35 +09:00
syuilo
3763605fc6 Fix #2920 2018-10-16 22:21:08 +09:00
MeiMei
1bc62d3fe4 Fix following from Preroma does not complete (#2905)
* In Follow Accept/Reject, send previous received id

* In Follow Accept/Reject, send Activity.actor
2018-10-15 16:51:22 +09:00
syuilo
5c4dd783f7 Resolve #2600 2018-10-13 17:57:40 +09:00
syuilo
f93cb02293 Resolve #2894 2018-10-13 13:13:15 +09:00
MeiMei
98447a21ce ActivityPubのHTTPリクエストの強化 (#2820)
* Fix error handling in AP deliver

* Set timeout to resolver

* Tune looks
2018-10-05 01:58:41 +09:00
MeiMei
43a5595d54 リモートのピン留め投稿取得対応 (#2798)
* Fetch featured

* Handle featured change

* Fix typo
2018-10-02 16:27:36 +09:00
MeiMei
ceaefa53d6 Fix AP request error message is to long (#2760) 2018-09-24 07:35:39 +09:00
MeiMei
4d37778077 Publish pinned notes (#2731) 2018-09-18 13:08:27 +09:00
syuilo
3729660e69 Refactor 2018-09-17 12:18:59 +09:00
syuilo
91ac4da813 Fix #2725 2018-09-17 11:59:24 +09:00
syuilo
35f7d4e139 Fix bug 2018-09-17 03:36:58 +09:00
syuilo
fdb809d28e Fix #2101 2018-09-17 00:20:00 +09:00
syuilo
4c1ceaaae1 Resolve #2101 2018-09-10 02:47:34 +09:00
MeiMei
fe476d7e8b Fix AP Announce detection (#2672) 2018-09-09 02:59:14 +09:00
MeiMei
756c2caad3 ActivityPub Outboxの修正とactivity idのURLを実装 (#2662)
* Fix Outbox structure

* Implement activity endpoint

* Use in instead of or

* Use in, addition
2018-09-08 05:24:55 +09:00
syuilo
cbb3644063 #2620 2018-09-05 19:32:46 +09:00
MeiMei
a2acfef8a3 Add User-Agent header (#2602) 2018-09-04 17:44:21 +09:00
mei23
a90d6044fe Use Tombstone for Delete 2018-09-02 08:02:43 +09:00
Aya Morisawa
36e10e2bbf Use string interpolation 2018-09-01 23:12:51 +09:00
mei23
036e94c368 Send Update activity 2018-09-01 20:23:01 +09:00
mei23
36e85a02d5 Receive Update activity 2018-09-01 20:23:01 +09:00
mei23
22c7d953f4 updatePersonで再割り当てを考慮する 2018-09-01 20:23:01 +09:00
mei23
fd4566b9e7 Add missing updatePerson properties 2018-09-01 20:23:01 +09:00
mei23
3dfdab9aba Set Person.updatedAt at first 2018-09-01 20:23:01 +09:00
mei23
8852c9eebf Add host/digest to HTTP signature 2018-08-30 20:52:35 +09:00
mei23
1029eebc6a Validate host on Person 2018-08-29 16:10:03 +09:00
syuilo
7c463c7c3c ユーザーのアイコンにサムネイルを使うように
Closes #2365
2018-08-25 19:44:47 +09:00
mei23
dbd13a2663 Send actor in Delete 2018-08-25 14:52:35 +09:00
mei23
63a2ef73f8 Send actor in Undo Follow 2018-08-25 14:46:47 +09:00
mei23
5d6ea188aa Create Note activity にも toとcc 2018-08-25 14:23:51 +09:00
mei23
f80193c41a Send actor in CreateNote, Announce 2018-08-25 14:12:44 +09:00
mei23
43062ab43a Add Activity id if missing 2018-08-25 13:11:54 +09:00
mei23
5a8f47e995 Use resolvable ActivityPub keyId 2018-08-25 12:46:06 +09:00
mei23
4f90dfb3d4 Send Content-Type in ActivityPub request 2018-08-25 12:32:31 +09:00
mei23
aff4ab9576 ActivityPub resolve で 添付のNoteを使用しないように 2018-08-25 06:50:35 +09:00
rinsuki
ccea661b4f https://misskey.xyz/notes/5b7e20bd248403003019b860 の修正 2018-08-23 11:58:44 +09:00
syuilo
0287ced18e #2378 2018-08-22 09:16:52 +09:00
mei23
a135dad7b5 Fix リモートにNSFWが効かない 2018-08-19 18:08:29 +09:00
syuilo
6a109bd251 Fix bug 2018-08-19 05:26:34 +09:00
mei23
63a6e0a24d Fix Announce Activity 2018-08-17 06:40:50 +09:00
syuilo
258193008f Provide id in announce activity 2018-08-17 02:37:20 +09:00
mei23
fc546f3a2e Implement ActivityPub Followers/Following/Outbox 2018-08-14 20:13:32 +09:00