Jonne Haß
|
8068d8747b
|
API: Fix fetching explicitly not only unread notifications
|
2020-02-09 11:03:55 +01:00 |
|
Jonne Haß
|
cd0995abf3
|
API: Don't return notifications target unless it's a post
|
2020-02-09 11:03:55 +01:00 |
|
Jonne Haß
|
2e7526bac5
|
API: Let hide endpoint take payload as documented and act according to it
|
2020-02-02 21:49:20 +01:00 |
|
Jonne Haß
|
dcbd02cf7f
|
Return 403 for unauthorized API requests
Also cleanup error handling code and remove last translatable
API error messages
|
2020-02-02 21:49:20 +01:00 |
|
Jonne Haß
|
884de9008f
|
API: rename poll_answer_id to poll_answer in post interactions vote endpoint
|
2020-02-02 21:26:33 +01:00 |
|
Jonne Haß
|
0754c92116
|
API: correct like and comment scopes for private posts
|
2020-02-02 18:23:34 +01:00 |
|
Jonne Haß
|
fbd0a51829
|
API: return current users like, reshare and subcription status in post infos
|
2020-02-02 18:13:55 +01:00 |
|
Jonne Haß
|
6bbcb7415b
|
API: don't make error messages translatable
|
2020-02-02 18:04:11 +01:00 |
|
Jonne Haß
|
04744b4dac
|
API: Return 409 when trying to create something existing and 410 when trying to delete something already gone
Probably missed a few more cases where we always return sucess when the user requests
status quo, but this should cover most ground
|
2020-02-02 18:04:11 +01:00 |
|
Jonne Haß
|
e8b9a70fbf
|
Ensure API responses adhere to documented error format
|
2020-02-02 18:04:11 +01:00 |
|
Jonne Haß
|
35bfbc9c82
|
Return missing created_at field on reshares endpoint
|
2020-01-24 16:58:32 +01:00 |
|
Jonne Haß
|
16b242fa0f
|
Drop chat_enabled from aspects API
|
2020-01-21 23:35:01 +01:00 |
|
cmrd Senya
|
6b8cd5d390
|
API: accept name parameter instead of first name and last name in user patch
|
2020-01-21 23:34:43 +01:00 |
|
Jonne Haß
|
dad54db7f4
|
Return API pagination links as headers rather than in the response body itself
|
2020-01-21 23:34:43 +01:00 |
|
Hank Grabowski
|
ce01946eb0
|
Fixed new pronto warnings after develop branch sync
|
2018-12-30 17:04:35 -05:00 |
|
Hank Grabowski
|
f07912ebdd
|
API Branch Final Cleanup Before PR
|
2018-12-30 11:50:58 -05:00 |
|
Hank Grabowski
|
a8d69c48dc
|
OpenID Scopes and Security updates
|
2018-12-26 14:13:13 -05:00 |
|
Hank Grabowski
|
7109773b83
|
API Paging library and used in appropriate controllers with full tests
|
2018-12-17 22:07:33 -05:00 |
|
Hank Grabowski
|
ff6d0064d0
|
Add Poll Voting Method to Interactions Endpoint
|
2018-12-16 11:06:27 -05:00 |
|
Hank Grabowski
|
8851f664e5
|
Photos API Endpoint and unit tests complete
|
2018-12-10 12:43:50 -05:00 |
|
Hank Grabowski
|
68d7d59286
|
Search API Endpoint and unit test complete
|
2018-12-04 09:24:17 -05:00 |
|
Hank Grabowski
|
c3852a8e9c
|
Users Controller and unit tests complete
|
2018-12-04 08:48:16 -05:00 |
|
Hank Grabowski
|
ef762c4920
|
Notifications API Endpoint and unit test complete
|
2018-12-04 07:51:57 -05:00 |
|
Hank Grabowski
|
6e469825cd
|
Interactions API endpoint complete with full tests
|
2018-12-03 20:56:50 -05:00 |
|
HankG
|
8a60870f04
|
Contacts API Feature complete with full tests
|
2018-12-01 15:21:16 -05:00 |
|
Frank Rousseau
|
6fa99072d1
|
Merge branch 'api' into api-tag-updates
|
2018-11-11 18:06:50 +01:00 |
|
Hank Grabowski
|
d5e1cbeefa
|
Tags API Endpoint complete with full tests
|
2018-11-11 11:45:21 -05:00 |
|
Hank Grabowski
|
97af2441ee
|
Aspects API Endpoint complete with full tests
|
2018-11-11 11:30:19 -05:00 |
|
Hank Grabowski
|
9757637afa
|
Reshares API Endpoint complete with full unit tests
|
2018-11-11 09:53:13 -05:00 |
|
Frank Rousseau
|
f428f840f6
|
Merge pull request #9 from frankrousseau/api-conversations-updates
Conversations API Endpoint Feature complete with full tests
|
2018-11-07 18:37:25 +01:00 |
|
HankG
|
8b6c32e655
|
Conversations API Endpoint Feature complete with full tests
|
2018-11-06 14:52:55 -05:00 |
|
HankG
|
5bfe7048eb
|
Streams Controller API feature complete and fully tested
|
2018-11-06 13:58:47 -05:00 |
|
Hank Grabowski
|
6798ba974c
|
Posts API Endpoint feature complete with full unit tests
|
2018-11-05 08:30:54 -05:00 |
|
Hank Grabowski
|
038b6f49a9
|
Comments API Endpoint complete with full unit tests
|
2018-11-01 14:14:34 -04:00 |
|
Hank Grabowski
|
d6915ff5d0
|
Likes API endpoint complete
|
2018-11-01 11:06:45 -04:00 |
|
Frank Rousseau
|
2c94994f32
|
Fix code style
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
a7ea3ba254
|
Adapt error formatting to documentation
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
27ea63979f
|
Clean API routes
* Remove routes without matching controller
* Rename stream routes to match specifications
* Remove public stream route and related controller
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
c1ece44c53
|
Make Post API match specs
https://diaspora.github.io/api-documentation/routes/posts.html
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
bcbcf6bce3
|
Make the comment API match the API specs
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
55dbbad869
|
Improve API error management
* Fix active record not found case
* Display backtrace in error logs
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
348790292b
|
Make API likes controller match specs
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
797afb1c9b
|
Changes to use V1 API version instead of V0
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
100b1a4286
|
Move API controllers from v0 to v1
|
2018-11-01 13:56:18 +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 |
|