Commit Graph

151 Commits

Author SHA1 Message Date
syuilo
d5439d4677 [Server] Introduce admin stream channel 2019-01-27 14:55:02 +09:00
syuilo
810c5b580b [Server] Fix #3947 2019-01-21 21:51:58 +09:00
syuilo
214edde698 [API] Fix bug 2019-01-21 21:01:04 +09:00
syuilo
5c408400a3 スパム報告機能
Resolve #1970
2019-01-19 19:16:48 +09:00
MeiMei
65e34cef83 Hide NSFW in Photos (#3875) 2019-01-11 08:10:39 +09:00
MeiMei
73d91e0df0 Hide invisible notes from timeline (#3852) 2019-01-08 21:02:00 +09:00
MeiMei
5779fc08b0 Feature to show only my posts in the user page (#3753)
* Fix #3681

* Feature to show only my posts in the user page
2018-12-26 23:11:50 +09:00
syuilo
9051ea9c84 Fix wrong comment 2018-12-20 02:47:24 +09:00
syuilo
ca7bf855c8 リスト関連の操作を強化
Resolve #2069
Resolve #2051
Resolve #2807
Resolve #3647
2018-12-19 07:22:01 +09:00
Acid Chicken (硫酸鶏)
f2c676cbdd Re: #3457 (#3614)
* Update parser.ts

* Update user.ts

* Update search.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update parser.ts

* Update mfm.ts

* Update parser.ts

* Merge branch 'develop' into 3440-mk2

* Fix typo

* Update parser.ts

* Update mfm.ts

* Update mfm.ts
2018-12-17 19:11:38 +09:00
Aya Morisawa
b954245a4d Use for-of instead of forEach (#3583)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2018-12-11 20:36:55 +09:00
syuilo
edc77c224c Improve performance 2018-12-02 06:44:18 +09:00
MeiMei
1e8eb4dbed Resolve external recommended users (#3462)
* Resolve external recommended users

* Skip unresolvable users

* Fix indent

* Use original for unresolvable users
2018-12-02 03:42:45 +09:00
Acid Chicken (硫酸鶏)
f4f19f28d8 Allow hyphens in the middle of remote usernames (#3440)
* Allow hyphens in the middle of remote usernames

refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2

* Make options fallback better

* Make options flat
2018-12-01 07:19:17 +09:00
Aya Morisawa
8feaf72180 Remove consecutive blank line 2018-11-30 23:07:21 +09:00
syuilo
c7101148c4 Fix #3432 2018-11-30 00:13:13 +09:00
syuilo
a86be43e07 Resolve #3158 2018-11-24 07:04:29 +09:00
syuilo
283f792c32 Improve user operations
Resolve #2197
Resolve #3367
2018-11-23 08:01:14 +09:00
Hakaba Hitoyo
82ab386b83 Feature / user recommendation config in admin ui (#3357)
* add config for external user recommendation into admin ui

* debug

* correct admin ui

* switch external user recommendation to admin ui config

* debug

* debug

* debug

* Revert "debug"

This reverts commit f4a0460e5bde21cd1f39a735f496a2d74233ef3f.

* explicit parseInt radix

* add Japanese message

* change default engine to https

* remove unused settings

* debug

* nullable externalUserRecommendationTimeout
2018-11-21 23:44:59 +09:00
MeiMei
e23c93f7e8 Fix: default order of users/notes (#3234) 2018-11-14 20:18:47 +09:00
MeiMei
666f3d68c6 sort user timeline by date (#3210) 2018-11-13 01:17:59 +09:00
syuilo
2d1238c199 [API] Fix #3203 2018-11-11 18:26:09 +09:00
syuilo
9fdf438018 ghostの設定をDBに保存するように 2018-11-07 00:44:56 +09:00
syuilo
15c9addc6e Improve API documentation 2018-11-03 22:49:36 +09:00
syuilo
7bd46825e3 Refactor 2018-11-02 13:47:44 +09:00
syuilo
544107d2a6 Resolve #2623 2018-11-02 12:49:08 +09:00
syuilo
3057116df4 Refactoring, Clean up and bug fixes 2018-11-02 03:32:24 +09:00
syuilo
becbab3af4 Update src/server/api/endpoints/users/relation.ts 2018-11-01 00:11:52 +09:00
syuilo
5296c1e0a3 [API] Implement users/relation 2018-11-01 00:11:21 +09:00
syuilo
278ffa26c0 Fix #3041 2018-10-31 17:56:21 +09:00
MeiMei
9d96058a7f Fix: can't recognize rebirthed instance user (#3046)
* resync uri from WebFinger

* trigger resync on user page

* allways update on resync

* Revert "trigger resync on user page"

This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac.

* background resync
2018-10-31 02:16:13 +09:00
syuilo
fcf637138d 物理削除系の処理を削除
これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難
論理削除でなんとかする
2018-10-29 21:06:23 +09:00
syuilo
0f08a5c99a Fix bug 2018-10-26 08:36:50 +09:00
syuilo
4e903102e8 ✌️ 2018-10-19 09:20:11 +09:00
syuilo
f93cb02293 Resolve #2894 2018-10-13 13:13:15 +09:00
MeiMei
6c35586afc Fix user recommendation query (last activity) (#2892) 2018-10-12 13:48:26 +09:00
MeiMei
10bb343403 削除された投稿はタイムライン上で表示しないようにする (#2887)
* Excepts deleted notes on query

* Hide deleted notes

* Use v-show
2018-10-12 05:10:40 +09:00
mei23
941937e5f0 lint fix 2018-10-10 02:08:26 +09:00
mei23
b47a63b8bf Fix users recommendation query 2018-10-10 02:04:16 +09:00
Hakaba Hitoyo
21516af889 replace var by const 2018-10-06 17:38:57 +09:00
Hakaba Hitoyo
f40f6c208b better readable code 2018-10-06 17:23:32 +09:00
Hakaba Hitoyo
a460ce866d better readable code 2018-10-06 17:21:27 +09:00
Hakaba Hitoyo
42f75aa4c5 better config handling 2018-10-06 17:19:41 +09:00
Hakaba Hitoyo
8bc89507b0 debug 2018-10-06 16:34:52 +09:00
Hakaba Hitoyo
96959f4d91 external user recommendation 2018-10-06 16:03:18 +09:00
syuilo
fcb1ed7340 ドキュメントが見つからなくてもエラーにせずnullを返すように 2018-10-04 00:39:11 +09:00
syuilo
e61f0175a2 Refactor: remove needless await 2018-09-13 02:07:03 +09:00
Aya Morisawa
8c4df79be8 Resolve #2625 (#2627) 2018-09-06 02:16:08 +09:00
syuilo
dd3fbed38a 互換性のためのコードを追加 & #2623 2018-09-05 23:55:51 +09:00
syuilo
cbb3644063 #2620 2018-09-05 19:32:46 +09:00
Aya Morisawa
8df1e09bc7 Fix users/list/update API (#2590) 2018-09-02 19:03:00 +09:00
Aya Morisawa
2e638b9f16 Add users/lists/delete API (#2589) 2018-09-02 18:59:42 +09:00
Aya Morisawa
3c6bce1c2f Clean up 2018-09-02 17:44:49 +09:00
Marihachi
4908a0fef9 add an endpoint users/lists/update (#2585)
* add an endpoint users/lists/update

* add meta params

* fix packing
2018-09-02 11:25:32 +09:00
syuilo
d39d1fb469 Fix bug 2018-08-29 06:59:43 +09:00
syuilo
d9d2e59fa3 Fix bug 2018-08-16 23:33:11 +09:00
syuilo
c4ac527495 ユーザー検索APIを統合 2018-08-06 18:28:27 +09:00
syuilo
8c951f156e Fix bug 2018-07-21 08:54:41 +09:00
syuilo
8772f0e785 Improve 賢さ 2018-07-20 04:59:04 +09:00
syuilo
a807d6abb1 Fix bugs 2018-07-18 07:34:17 +09:00
syuilo
20414bf8b0 Update api definitions 2018-07-17 04:36:44 +09:00
syuilo
bea7e21a80 Refactorng 2018-07-07 19:19:00 +09:00
syuilo
8e3d56fdb9 wip 2018-07-06 02:58:29 +09:00
syuilo
ac95bcb87f wip 2018-07-05 23:36:07 +09:00
syuilo
a640a1e4d4 wip 2018-06-18 09:54:53 +09:00
syuilo
ccac819eba Improve user search 2018-06-17 16:40:18 +09:00
syuilo
8cb8c9242c wip 2018-06-01 00:42:37 +09:00
syuilo
6c1eae618e Update cafy to 8.0.0 🚀 2018-05-02 18:06:16 +09:00
syuilo
7c527564c1 Update dependencies 🚀 2018-04-27 19:12:15 +09:00
syuilo
255152f615 #1029 2018-04-26 20:30:49 +09:00
syuilo
cb4242a0bd wip 2018-04-25 22:37:08 +09:00
syuilo
d5f1436b69 wip 2018-04-25 19:53:16 +09:00
syuilo
db7a9dde88 wip 2018-04-25 18:04:16 +09:00
syuilo
da6d547150 wip 2018-04-25 06:34:50 +09:00
syuilo
da67ea52d9 wip 2018-04-24 23:34:18 +09:00
syuilo
fb518988ac wip 2018-04-24 20:58:29 +09:00
syuilo
fbe36c2b57 cafy 5.xに移行 2018-04-24 18:13:06 +09:00
syuilo
9b05c40c2b ストーキング実装
Closes #1511
2018-04-19 12:43:25 +09:00
syuilo
56a3f641c3 Fix #1510 2018-04-18 18:46:38 +09:00
syuilo
2a333bd4c6 hostLowerは廃止してhostにlowerしたものを入れるように 2018-04-14 14:39:07 +09:00
syuilo
28e75adb69 リモートユーザーはおすすめユーザーに含めないように 2018-04-14 14:22:58 +09:00
syuilo
58f6e6e57a Fix bug 2018-04-11 17:42:56 +09:00
syuilo
1078dd6d65 ✌️ 2018-04-08 15:25:17 +09:00
syuilo
b288304ac3 Fix bugs 2018-04-08 05:02:50 +09:00
syuilo
9739dc4ac2 Some bug fixes 2018-04-08 03:58:11 +09:00
syuilo
2ebbb70356 Post --> Note
Closes #1411
2018-04-08 02:30:37 +09:00
syuilo
00dd472ebe wip 2018-04-05 18:50:52 +09:00
Akihiko Odaki
f3e3c58fe1 Introduce followed log and following log 2018-04-02 22:00:40 +09:00
Akihiko Odaki
8b3407e16c Introduce config module 2018-04-02 13:15:53 +09:00
syuilo
057c1e3c07 Refactor 2018-04-02 04:15:27 +09:00
syuilo
0c5fbe1b9c Merge pull request #1347 from akihikodaki/user
Mark host parameter of /api/users/show nullable
2018-04-01 14:11:33 +09:00
Akihiko Odaki
1efde50792 Mark host parameter of /api/users/show nullable 2018-04-01 14:10:22 +09:00
Akihiko Odaki
d84e0265e5 Implement remote status retrieval 2018-03-31 20:33:14 +09:00
syuilo
7ff1d25e28 Merge pull request #1336 from akihikodaki/recommendation
Fix recommendation query
2018-03-30 14:11:11 +09:00
Akihiko Odaki
b7f6320166 Fix recommendation query 2018-03-30 12:58:21 +09:00
syuilo
299b8c164b Update show.ts 2018-03-29 21:45:43 +09:00
syuilo
5f8d803d5e Update show.ts 2018-03-29 21:44:39 +09:00
syuilo
63830105b9 Update show.ts 2018-03-29 21:36:27 +09:00
syuilo
40c10a00d8 整理した 2018-03-29 20:32:18 +09:00
syuilo
47a5ec94f0 Resolve conflicts 2018-03-29 14:48:47 +09:00