Commit graph

84 commits

Author SHA1 Message Date
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