Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow limiting video-comments rss feeds to an account or video channel | Rigel Kent | 2020-06-27 | 1 | -5/+40 |
| | |||||
* | update openapi spec with links and callback for search | Rigel Kent | 2020-06-27 | 1 | -19/+93 |
| | |||||
* | add examples and descriptions, missing filters for abuses in openapi spec | Rigel Kent | 2020-06-26 | 1 | -195/+565 |
| | |||||
* | switch plugins public settings to unauthenticated in the openapi spec | Rigel Kent | 2020-06-26 | 1 | -2/+0 |
| | |||||
* | add plugins to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -1/+292 |
| | |||||
* | add redundancy to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -7/+172 |
| | |||||
* | add notifications to the openapi spec | Rigel Kent | 2020-06-25 | 1 | -13/+296 |
| | |||||
* | fix openapi path for feeds examples | Rigel Kent | 2020-06-24 | 1 | -9/+21 |
| | |||||
* | add feeds to the openapi spec | Rigel Kent | 2020-06-24 | 1 | -159/+620 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -1/+39 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Add rest api doc for index search | Chocobozzz | 2020-06-10 | 1 | -2/+97 |
| | |||||
* | Bumped to version v2.2.0v2.2.0 | Chocobozzz | 2020-06-02 | 1 | -1/+1 |
| | |||||
* | Bumped to version v2.2.0-rc.1v2.2.0-rc.1 | Chocobozzz | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | Add files section to streaming playlists openapi doc | Chocobozzz | 2020-05-13 | 1 | -0/+6 |
| | |||||
* | Add max count information in api doc | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Fix openapi search endpoint | Chocobozzz | 2020-04-22 | 1 | -1/+0 |
| | |||||
* | Fix playlist element param in api doc | Chocobozzz | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Add playlist exist api doc | Chocobozzz | 2020-04-21 | 1 | -19/+83 |
| | |||||
* | Add videos list filters param in api doc | Chocobozzz | 2020-04-21 | 1 | -4/+54 |
| | |||||
* | Fix comment body api doc | Chocobozzz | 2020-04-21 | 1 | -0/+24 |
| | |||||
* | Improve abuse api doc | Chocobozzz | 2020-04-21 | 1 | -7/+83 |
| | |||||
* | Add API doc for playlists | Chocobozzz | 2020-04-21 | 1 | -58/+321 |
| | |||||
* | Openapi consistency | Chocobozzz | 2020-04-21 | 1 | -174/+185 |
| | |||||
* | Bumped to version v2.1.1 | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Minor update to the OpenAPI: instance config recent additions | Rigel Kent | 2020-02-21 | 1 | -0/+26 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | OpenAPI clients generation | Average Dude | 2020-02-14 | 1 | -0/+3 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v2.1.0v2.1.0 | Chocobozzz | 2020-02-11 | 1 | -1/+1 |
| | | |||||
* | | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -0/+6 |
|/ | |||||
* | Bumped to version v2.1.0-rc.1v2.1.0-rc.1 | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Add video caption upload documentation and improve error message | Rigel Kent | 2020-01-09 | 1 | -1/+1 |
| | | | | fixes #2038 | ||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+2 |
| | |||||
* | Update OpenAPI documentation to include basic playlists and new comment sorting | Rigel Kent | 2019-12-27 | 1 | -1/+80 |
| | |||||
* | Fix Ruby and Python REST API examples | Matthieu De Beule | 2019-11-12 | 1 | -20/+10 |
| | | | | | | | | The previous examples where wrong, since they used a POST request. I used the requests library for Python, since that is what most people would want to use. I removed the http.verify_mode in the Ruby example since I don't think it is good practice to tell people to not verify HTTPS requests | ||||
* | Bumped to version v2.0.0v2.0.0 | Chocobozzz | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | Bumped to version v2.0.0-rc.1v2.0.0-rc.1 | Chocobozzz | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Fix openapi | Chocobozzz | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Remove feeds from API documentation | Frank Sträter | 2019-09-18 | 1 | -45/+0 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v1.4.1v1.4.1 | Chocobozzz | 2019-09-09 | 1 | -1/+1 |
| | | |||||
| * | Bumped to version v1.4.0v1.4.0 | Chocobozzz | 2019-08-26 | 1 | -1/+1 |
| | | |||||
* | | Bumped to version v1.4.0 | Chocobozzz | 2019-08-26 | 1 | -1/+1 |
| | | |||||
* | | Update API documentation for accounts and config (#2072) | Frank Sträter | 2019-08-22 | 1 | -5/+308 |
| | | | | | | | | | | | | | | | | | | | | * Update Actor and Account schemas * Fix mixed up paramaters for /accounts * Update ServerConfig schema * Add ServerConfigAbout and ServerConfigCustom schemas | ||||
* | | Improved description of all file uploads (#2053) | Frank Sträter | 2019-08-21 | 1 | -3/+30 |
|/ | | | | | | | | | | | | * Add format:binary for file uploads * Fix wrongly named field for encoding * Fix typo in field name * Add contentType for torrentfile and captionfile * Add contentType for videofile | ||||
* | Add originallyPublishedAt to PUT videos + change HTTP response to 204 | Frank Sträter | 2019-08-14 | 1 | -6/+6 |
| | |||||
* | Bumped to version v1.4.0-rc.1v1.4.0-rc.1 | Chocobozzz | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | Specify the restrictions on tags array and it's string items (#2016) | Frank Sträter | 2019-08-12 | 1 | -2/+14 |
| | | | | | | * Fixed 2 typos * Specify tags array restrictions | ||||
* | Fixed 2 typos | Frank Sträter | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | Add originallyPublishedAt in /videos/upload to the OpenAPI document | Frank Sträter | 2019-08-05 | 1 | -0/+4 |
| |