summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* API: Better error responsesyuilo2018-10-262-2/+12
|
* Fix bugsyuilo2018-10-2618-18/+18
|
* Implement featured note APIsyuilo2018-10-251-0/+49
|
* Fix: Remove unused importsyuilo2018-10-251-1/+1
|
* Implement drive/folders/deletesyuilo2018-10-241-0/+60
|
* Improve some API definitionssyuilo2018-10-243-32/+78
|
* Implement federation chart APIsyuilo2018-10-241-0/+33
|
* Make max allowed text length configurable (#2992)MeiMei2018-10-241-0/+1
| | | | | | * Make max allowed text length configurable * Fix canPost
* Implement #2983syuilo2018-10-231-0/+48
|
* Use camelCase instead of snake_casesyuilo2018-10-234-8/+8
|
* Improve some API definitionssyuilo2018-10-232-18/+40
|
* Refactoringsyuilo2018-10-2311-31/+31
|
* Implement #2961syuilo2018-10-221-0/+39
|
* Implement some chart APIssyuilo2018-10-223-0/+123
|
* Implement #2980syuilo2018-10-221-0/+41
|
* Doc: Better parameter descriptionsyuilo2018-10-224-4/+4
|
* Improve API definitionssyuilo2018-10-2213-34/+114
|
* Fix og:image on user page (#2972)MeiMei2018-10-221-1/+1
|
* Refactorsyuilo2018-10-216-12/+12
|
* Clean upsyuilo2018-10-212-122/+0
|
* Resolve #2963syuilo2018-10-217-37/+136
|
* Refactoringsyuilo2018-10-213-253/+9
|
* ファイル作成APIにforceオプションを実装syuilo2018-10-201-6/+10
|
* Localized mark all as read message (#2956)Dr. Gutfuck LLC2018-10-201-1/+2
| | | | | | | | | | * Localized read-all message * Fixed some weirdness: src/client/app/init.ts * Unfucked server api stuff (sorry lol): src/server/api/endpoints/i/read_all_unread_notes.ts * Clean up
* Fix bug and clean upsyuilo2018-10-201-5/+0
|
* Validate paramsyuilo2018-10-201-0/+2
|
* :v:syuilo2018-10-191-1/+16
|
* Refactoringsyuilo2018-10-191-1/+1
|
* 未読の投稿をすべて既読にできるようにsyuilo2018-10-191-0/+36
|
* Disable secure cookiesyuilo2018-10-171-1/+3
|
* Resolve #2923syuilo2018-10-171-1/+1
| | | | Allow option to disable sending HSTS headers even if https:// is used in url
* Update mongodbsyuilo2018-10-162-7/+9
|
* Update signin.tssyuilo2018-10-161-3/+2
|
* Implement /api/v1/instance/peers (#2913)MeiMei2018-10-162-0/+16
| | | | | | | | | | * Implement /api/v1/instance/peers * Use punycode * Remove Cache-Control * Rename
* Add some tests and some fixessyuilo2018-10-162-3/+9
|
* Implement API testssyuilo2018-10-162-2/+3
|
* expose user recommendation config in /api/meta (#2902)Hakaba Hitoyo2018-10-141-1/+2
|
* Fix #2901syuilo2018-10-141-2/+4
|
* Resolve #2853syuilo2018-10-131-0/+7
|
* Better idsyuilo2018-10-131-2/+2
|
* connectedイベントはpongパラメータがtrueの時だけ発行する ↵syuilo2018-10-131-6/+9
| | | | うに
* Resolve #2894syuilo2018-10-133-15/+15
|
* Fix user recommendation query (last activity) (#2892)MeiMei2018-10-121-7/+4
|
* 削除された投稿はタイムライン上で表示しないようにす ↵MeiMei2018-10-127-0/+13
| | | | | | | | | | (#2887) * Excepts deleted notes on query * Hide deleted notes * Use v-show
* Fixsyuilo2018-10-1115-15/+15
|
* 共有可能チャンネルに接続しようとしていて、かつその ↵syuilo2018-10-1117-11/+59
| | | | ャンネルに既に接続していたら無意味なので無視するように
* Clean upsyuilo2018-10-111-2/+0
|
* Redisがインストールされているときはイベントの共有にRe ↵syuilo2018-10-112-5/+33
| | | | disのpub/subを使うように
* Redisをオプションにしたりsyuilo2018-10-112-1/+7
|
* Fix bugsyuilo2018-10-111-1/+2
|