summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-239-27/+27
|
* 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-2212-34/+112
|
* Refactorsyuilo2018-10-214-8/+8
|
* Clean upsyuilo2018-10-212-122/+0
|
* Resolve #2963syuilo2018-10-215-33/+132
|
* Refactoringsyuilo2018-10-211-249/+5
|
* ファイル作成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
* :v:syuilo2018-10-191-1/+16
|
* 未読の投稿をすべて既読にできるようにsyuilo2018-10-191-0/+36
|
* Add some tests and some fixessyuilo2018-10-161-1/+1
|
* 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
|
* Resolve #2894syuilo2018-10-131-15/+13
|
* 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
* Fix bugsyuilo2018-10-111-1/+2
|
* Fix bugsyuilo2018-10-111-1/+2
|
* lint fixmei232018-10-101-13/+14
|
* Fix users recommendation querymei232018-10-101-1/+1
|
* Better api definitionsyuilo2018-10-091-6/+14
|
* Merge pull request #2828 from hakaba-hitoyo/feature/external-user-recommendationsyuilo2018-10-081-34/+66
|\ | | | | External user recommendation
| * replace var by constHakaba Hitoyo2018-10-061-6/+6
| |
| * better readable codeHakaba Hitoyo2018-10-061-1/+1
| |
| * better readable codeHakaba Hitoyo2018-10-061-6/+5
| |
| * better config handlingHakaba Hitoyo2018-10-061-3/+1
| |
| * debugHakaba Hitoyo2018-10-061-1/+0
| |
| * external user recommendationHakaba Hitoyo2018-10-061-34/+70
| |
* | Merge pull request #2851 from mei23/mei-1008-fix-apshow2syuilo2018-10-081-5/+5
|\ \ | | | | | | ap/showが返ってこないことがあるのを修正
| * | ap/showが返ってこないことがあるのを修正mei232018-10-081-5/+5
| | |
* | | Improve usabilitysyuilo2018-10-081-2/+2
|/ /
* | ActivityPubオブジェクト採番API (#2832)MeiMei2018-10-071-0/+116
| | | | | | | | | | | | * Show ActivityPub object API * Add missing return
* | Fix #2773 (#2841)sei0o inoue2018-10-071-0/+38
| | | | | | | | | | | | | | | | * Added an API endpoint to check the existence of the file * fix #2773: Now we can prevent users from posting the same images * bug fix
* | V10 (#2826)syuilo2018-10-0710-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * Update CHANGELOG.md * wip * Update CHANGELOG.md * wip * wip * wip * wip
* | Fix お知らせが確認中...のままになる(Announcement Fetching...) ↵MeiMei2018-10-061-1/+1
|/ | | | (#2831)
* Improve error handling of packaging functionssyuilo2018-10-052-5/+4
|