summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emoji support in profile (#3514)MeiMei2018-12-061-0/+20
| | | | | | * Emoji in profile * Add emojis to fields
* Resolve #327syuilo2018-12-031-0/+9
|
* Remove self-assignment (#3476)Aya Morisawa2018-12-021-1/+1
|
* Fix #3445 (#3471)Aya Morisawa2018-12-021-3/+1
|
* Improve performancesyuilo2018-12-021-2/+9
|
* Resolve external recommended users (#3462)MeiMei2018-12-021-9/+34
| | | | | | | | | | * Resolve external recommended users * Skip unresolvable users * Fix indent * Use original for unresolvable users
* Allow hyphens in the middle of remote usernames (#3440)Acid Chicken (硫酸鶏)2018-12-011-1/+1
| | | | | | | | | | * Allow hyphens in the middle of remote usernames refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2 * Make options fallback better * Make options flat
* Remove consecutive blank lineAya Morisawa2018-11-301-1/+0
|
* Fix #3442 (#3443)MeiMei2018-11-301-0/+1
|
* Fix SMTP (#3436)MeiMei2018-11-301-2/+4
|
* Fix #3432syuilo2018-11-301-78/+0
|
* Fix #3434syuilo2018-11-301-1/+1
|
* Fix SMTP (#3433)MeiMei2018-11-301-2/+3
| | | | | | | | * Fix: SMTP local relay * Fix SMTP SSL description * :v:
* Fix #3430syuilo2018-11-291-4/+4
|
* メールサーバーの設定がオフの場合はメール設定を表示 ↵syuilo2018-11-291-6/+4
| | | | ないように
* Make require password to update emailsyuilo2018-11-291-0/+12
|
* Implement email configsyuilo2018-11-293-1/+170
|
* Mark chart apis as stablesyuilo2018-11-2910-0/+20
|
* Image for web publish (#3402)MeiMei2018-11-268-8/+9
| | | | | | | | * Image for Web * Add comment * Make main to original
* Fix lintsyuilo2018-11-241-1/+1
|
* Resolve #3158syuilo2018-11-242-8/+1
|
* Do not use _replyIds (#3392)MeiMei2018-11-231-10/+7
|
* Resolve #3376syuilo2018-11-232-0/+12
|
* Improve user operationssyuilo2018-11-234-6/+138
| | | | | Resolve #2197 Resolve #3367
* Remove unneccesary cast (#3355)Aya Morisawa2018-11-221-1/+1
|
* Fix #3361 (#3362)Acid Chicken (硫酸鶏)2018-11-221-1/+1
| | | | | | * Update create.ts * Update api.ts
* Feature / user recommendation config in admin ui (#3357)Hakaba Hitoyo2018-11-213-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix: ap/show (#3350)MeiMei2018-11-201-2/+2
|
* Hide unused login method (#3285)MeiMei2018-11-171-3/+4
|
* local only visibility (#3254)MeiMei2018-11-161-0/+9
| | | | | | * local only visibility * fix UI
* WIP: Add Discord auth (#3239)Acid Chicken (硫酸鶏)2018-11-152-1/+38
| | | | | | * Add Discord auth * Apply review 175263424
* [API] Add /instancessyuilo2018-11-151-0/+51
|
* Moderator systemsyuilo2018-11-1514-12/+102
| | | | Closes #2357
* Fix: default order of users/notes (#3234)MeiMei2018-11-141-0/+2
|
* Fix: notes/create hangs when rejected (#3221)MeiMei2018-11-131-8/+10
|
* sort user timeline by date (#3210)MeiMei2018-11-131-4/+4
|
* [API] Fix #3203syuilo2018-11-111-1/+1
|
* [API] Fix #3169syuilo2018-11-091-6/+2
|
* Fix bugsyuilo2018-11-081-0/+6
|
* GitHub / Twitter連携の設定をDBに保存するようにsyuilo2018-11-072-3/+69
|
* インスタンスの対象言語の設定を実装syuilo2018-11-072-0/+12
|
* [API] Improve drive/files/upload_from_urlsyuilo2018-11-071-2/+19
|
* Fix bugsyuilo2018-11-071-1/+2
|
* メンテナ情報をDBに保存するようにsyuilo2018-11-072-2/+24
|
* ghostの設定をDBに保存するようにsyuilo2018-11-073-6/+18
|
* reCAPTCHAの設定をDBに保存するようにsyuilo2018-11-072-7/+48
|
* [API] 文字列での真理値表現に対応syuilo2018-11-061-2/+4
| | | | multipart/formdata では文字列しか送れないっぽい?
* [API] Fix bugsyuilo2018-11-061-1/+1
|
* [API] Implement notes/watching/syuilo2018-11-062-0/+88
|
* リモートのファイルをキャッシュするかどうかの設定をD ↵syuilo2018-11-062-0/+12
| | | | Bに保存するように