aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* [Server>Middlewares>Follows] Changing error code 400 to 500Jorropo2018-07-271-1/+1
| | | | Follows on http server is a server error not an error of the client.
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+1
|
* Add max count in paginationChocobozzz2018-07-241-2/+4
|
* Fix nodeinfo endpointChocobozzz2018-07-241-36/+37
|
* adding initial support for nodeinfoRigel Kent2018-07-241-3/+10
|
* Add ability to only filter in the search endpointChocobozzz2018-07-241-1/+1
|
* Add advanced search in clientChocobozzz2018-07-241-3/+2
|
* Add videos list filtersChocobozzz2018-07-242-2/+46
|
* Begin advanced searchChocobozzz2018-07-245-14/+34
|
* Remove unnecessary image check in video uploadChocobozzz2018-07-161-21/+0
|
* Refractor video attr validatorsChocobozzz2018-07-161-125/+72
|
* Implement captions/subtitlesChocobozzz2018-07-162-30/+76
|
* API: Add ability to update video channel avatarChocobozzz2018-06-293-19/+29
|
* Fix images size limitChocobozzz2018-06-222-29/+26
|
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+9
|
* Fix removing scheduled updateChocobozzz2018-06-181-0/+6
|
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+1
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-4/+42
|
* Refractor retry transaction functionChocobozzz2018-06-131-1/+11
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-1/+11
| | | | publishing a video
* Add video comments RSSChocobozzz2018-06-081-2/+21
|
* Only use account name in routesChocobozzz2018-05-252-32/+6
|
* Handle account name in client urlChocobozzz2018-05-241-3/+9
| | | | More consistent with AP urls
* Handle concurrent requests in cache middlewareChocobozzz2018-05-231-20/+33
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-2/+17
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix video channel update with an admin accountChocobozzz2018-05-171-4/+4
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-7/+9
|
* Add ability to update a video channelChocobozzz2018-05-111-13/+14
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-20/+23
|
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+0
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-21/+74
|
* Fix video channel update/create on empty fieldsChocobozzz2018-05-071-3/+4
|
* Add video channel managementChocobozzz2018-04-261-2/+2
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+2
|
* Implement video channel feedsChocobozzz2018-04-251-6/+4
|
* Update video-channel routes (again)Chocobozzz2018-04-251-25/+0
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-0/+18
|
* Update video channel routesChocobozzz2018-04-242-1/+9
|
* Add account viewChocobozzz2018-04-242-2/+2
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-193-3/+14
| | | | There is a global instance setting and a per user setting
* Add redis cache to feed routeChocobozzz2018-04-171-0/+41
|
* feature: initial syndication feeds supportRigel Kent2018-04-172-0/+36
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Upgrade server dependenciesChocobozzz2018-04-061-15/+14
|
* Fix error loggingChocobozzz2018-03-262-2/+2
|
* Move sort middleware utils in utils fileChocobozzz2018-03-132-28/+25
|
* Fix typo in "already exist" error messageCale2018-03-111-1/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+6
|
* Fix lintChocobozzz2018-02-231-1/+1
|
* Detect posting request in our own inboxChocobozzz2018-02-231-1/+10
|
* Add ability to update another user videoChocobozzz2018-02-221-15/+5
|