Hank Grabowski
|
bb2261b47d
|
Posts API Endpoint feature complete with full unit tests
|
2018-12-30 22:31:33 +01:00 |
|
Hank Grabowski
|
f64a8e04ed
|
Comments API Endpoint complete with full unit tests
|
2018-12-30 22:31:33 +01:00 |
|
Hank Grabowski
|
7ee9565a04
|
Likes API endpoint complete
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
a56d998499
|
Fix code style
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
5326ddf6c3
|
Adapt error formatting to documentation
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
84ac19a090
|
Clean API routes
* Remove routes without matching controller
* Rename stream routes to match specifications
* Remove public stream route and related controller
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
f8969ddfeb
|
Make Post API match specs
https://diaspora.github.io/api-documentation/routes/posts.html
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
ec47fc67ab
|
Make the comment API match the API specs
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
317b78394a
|
Improve API error management
* Fix active record not found case
* Display backtrace in error logs
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
ffd5f575bc
|
Make API likes controller match specs
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
f6b57384e7
|
Changes to use V1 API version instead of V0
|
2018-12-30 22:31:33 +01:00 |
|
Frank Rousseau
|
ec18844e8f
|
Move API controllers from v0 to v1
|
2018-12-30 22:31:33 +01:00 |
|
Benjamin Neff
|
16cd4752cb
|
Move auth_token to users controller
This token is only used for the chat, it isn't an official API.
|
2016-10-28 00:36:14 +02:00 |
|
Lukas Matt
|
24e1732256
|
Implement token authentication
* create a new token on a new session
* delete the current token on session exit
|
2014-11-13 11:27:56 +01:00 |
|