aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ability to only filter in the search endpointChocobozzz2018-07-241-4/+33
|
* Optimize SQL queriesChocobozzz2018-07-247-31/+66
|
* Add advanced search in clientChocobozzz2018-07-241-1/+16
|
* Add videos list filtersChocobozzz2018-07-242-28/+114
|
* Begin advanced searchChocobozzz2018-07-243-57/+93
|
* Handle .srt subtitlesChocobozzz2018-07-161-5/+9
|
* Implement captions/subtitlesChocobozzz2018-07-162-7/+206
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-292-9/+32
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+4
|
* Filter by category (#720)PhieF2018-06-271-0/+7
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Update iso639 translations for french and deutchChocobozzz2018-06-191-2/+6
|
* Fix avatar image in channel pageChocobozzz2018-06-181-1/+8
|
* Fix removing scheduled updateChocobozzz2018-06-181-0/+11
|
* Add ability to schedule video publicationChocobozzz2018-06-152-11/+45
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-5/+103
|
* Use local object URLs for feedsChocobozzz2018-06-141-1/+1
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-133-8/+8
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-1/+5
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-65/+67
| | | | publishing a video
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-3/+3
| | | | already existing file
* Add video comments RSSChocobozzz2018-06-081-0/+22
|
* Improve create import file jobChocobozzz2018-06-071-12/+15
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+34
|
* Correctly forward video related activitiesChocobozzz2018-05-311-1/+1
|
* Improve torrent/video downloadChocobozzz2018-05-291-2/+16
|
* Fix actor outboxChocobozzz2018-05-281-2/+15
|
* Refractor and optimize AP collectionsChocobozzz2018-05-255-125/+62
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Reload my videos after deleteChocobozzz2018-05-251-2/+5
|
* Add owner in video channel pageChocobozzz2018-05-231-8/+3
|
* Fix insane SQL request when loading all video attributesChocobozzz2018-05-231-0/+3
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-0/+2
|
* Add ability to update a video channelChocobozzz2018-05-112-3/+43
|
* Fix video channel description/support max lengthChocobozzz2018-05-091-3/+4
|
* Add account link in videos listChocobozzz2018-04-251-2/+4
|
* Video channel API routes refractorChocobozzz2018-04-252-7/+21
|
* Update video channel routesChocobozzz2018-04-241-27/+65
|
* Add account viewChocobozzz2018-04-241-29/+44
|
* Use ISO 639 for languagesChocobozzz2018-04-231-4/+6
|
* Add resolution in torrent file nameChocobozzz2018-04-191-1/+2
|
* Better file name for torrentChocobozzz2018-04-191-3/+5
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-8/+11
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-13/+25
| | | | There is a global instance setting and a per user setting
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
|
* Handle sort in rssChocobozzz2018-04-171-2/+2
|
* feature: initial syndication feeds supportRigel Kent2018-04-172-72/+100
| | | | | | | | | | | | | | | | | | 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-1/+1
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-2/+2
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+7
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Truncate correctly video descriptionsChocobozzz2018-03-281-15/+6
|
* Add ability to search on domain and username tooChocobozzz2018-03-271-3/+17
|