Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 2 | -9/+32 |
| | |||||
* | Client: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | Filter by category (#720) | PhieF | 2018-06-27 | 1 | -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 deutch | Chocobozzz | 2018-06-19 | 1 | -2/+6 |
| | |||||
* | Fix avatar image in channel page | Chocobozzz | 2018-06-18 | 1 | -1/+8 |
| | |||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 1 | -0/+11 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 2 | -11/+45 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 2 | -5/+103 |
| | |||||
* | Use local object URLs for feeds | Chocobozzz | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Fix offset/limit on some SQL queries :facepalm: | Chocobozzz | 2018-06-13 | 3 | -8/+8 |
| | |||||
* | Fix bad RSS descriptions when filtering videos by account or channel | Chocobozzz | 2018-06-13 | 1 | -1/+5 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -65/+67 |
| | | | | publishing a video | ||||
* | Fix import with when the imported file has the same extension than an | Chocobozzz | 2018-06-11 | 1 | -3/+3 |
| | | | | already existing file | ||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 1 | -0/+22 |
| | |||||
* | Improve create import file job | Chocobozzz | 2018-06-07 | 1 | -12/+15 |
| | | | | Fix federation of .ogv videos | ||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -1/+34 |
| | |||||
* | Correctly forward video related activities | Chocobozzz | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Improve torrent/video download | Chocobozzz | 2018-05-29 | 1 | -2/+16 |
| | |||||
* | Fix actor outbox | Chocobozzz | 2018-05-28 | 1 | -2/+15 |
| | |||||
* | Refractor and optimize AP collections | Chocobozzz | 2018-05-25 | 5 | -125/+62 |
| | | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes | ||||
* | Reload my videos after delete | Chocobozzz | 2018-05-25 | 1 | -2/+5 |
| | |||||
* | Add owner in video channel page | Chocobozzz | 2018-05-23 | 1 | -8/+3 |
| | |||||
* | Fix insane SQL request when loading all video attributes | Chocobozzz | 2018-05-23 | 1 | -0/+3 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -0/+2 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 2 | -3/+43 |
| | |||||
* | Fix video channel description/support max length | Chocobozzz | 2018-05-09 | 1 | -3/+4 |
| | |||||
* | Add account link in videos list | Chocobozzz | 2018-04-25 | 1 | -2/+4 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 2 | -7/+21 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 1 | -27/+65 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 1 | -29/+44 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 1 | -4/+6 |
| | |||||
* | Add resolution in torrent file name | Chocobozzz | 2018-04-19 | 1 | -1/+2 |
| | |||||
* | Better file name for torrent | Chocobozzz | 2018-04-19 | 1 | -3/+5 |
| | |||||
* | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 1 | -8/+11 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 2 | -13/+25 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 2 | -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 dependencies | Chocobozzz | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -2/+2 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -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 descriptions | Chocobozzz | 2018-03-28 | 1 | -15/+6 |
| | |||||
* | Add ability to search on domain and username too | Chocobozzz | 2018-03-27 | 1 | -3/+17 |
| | |||||
* | Improve SQL request for video AP request | Chocobozzz | 2018-03-27 | 1 | -5/+15 |
| | |||||
* | Put Person first in AP attributedTo | Chocobozzz | 2018-03-27 | 1 | -4/+4 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 3 | -5/+5 |
| | |||||
* | Fix issues with truncated description and utf characters | Chocobozzz | 2018-03-21 | 1 | -1/+10 |
| | |||||
* | Fix mentions in comments | Chocobozzz | 2018-03-21 | 1 | -7/+7 |
| | |||||
* | Fix resolution order | Chocobozzz | 2018-03-19 | 1 | -2/+2 |
| | |||||
* | Update the api documentation | Chocobozzz | 2018-03-19 | 1 | -1/+1 |
| |