Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update videos response api | Chocobozzz | 2018-03-19 | 1 | -35/+45 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -3/+15 |
| | |||||
* | Change video abuse API response | Chocobozzz | 2018-03-12 | 1 | -16/+9 |
| | |||||
* | Update videos api list for account | Chocobozzz | 2018-03-12 | 1 | -14/+18 |
| | |||||
* | Do not destroy the video if transcoding fails | Chocobozzz | 2018-03-08 | 1 | -3/+3 |
| | |||||
* | Improve playback speed style | Chocobozzz | 2018-03-01 | 1 | -4/+21 |
| | |||||
* | Add stats route | Chocobozzz | 2018-02-28 | 4 | -28/+80 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -5/+6 |
| | |||||
* | Keep ratio for thumbnails | Chocobozzz | 2018-02-27 | 1 | -6/+2 |
| | |||||
* | Add links to comment mentions | Chocobozzz | 2018-02-21 | 1 | -2/+35 |
| | |||||
* | Fix lint | Chocobozzz | 2018-02-19 | 3 | -3/+3 |
| | |||||
* | Fix sort inconsistency | Chocobozzz | 2018-02-19 | 9 | -20/+20 |
| | |||||
* | Fix avatars on video watch page | Chocobozzz | 2018-02-16 | 1 | -0/+5 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 5 | -26/+102 |
| | |||||
* | Fix deleting a video with comments | Chocobozzz | 2018-02-13 | 1 | -0/+21 |
| | |||||
* | Only list unlisted/public videos in outbox | Chocobozzz | 2018-02-04 | 1 | -1/+5 |
| | |||||
* | Fix announces when fetching the actor outbox | Chocobozzz | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Send an email on video abuse report | Chocobozzz | 2018-02-01 | 2 | -2/+29 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -0/+10 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 1 | -12/+3 |
| | |||||
* | Add id to likes/dislikes/comments/shares collections | Chocobozzz | 2018-01-29 | 1 | -16/+49 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Don't rehost announced video activities | Chocobozzz | 2018-01-26 | 2 | -9/+52 |
| | |||||
* | Add unique index on video comment url | Chocobozzz | 2018-01-26 | 1 | -0/+4 |
| | |||||
* | Add context on activitypub responses | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -80/+0 |
| | | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. | ||||
* | Add schema.org tags to videos | Chocobozzz | 2018-01-23 | 1 | -2/+6 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -0/+10 |
| | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Add http tracker in torrent too | Chocobozzz | 2018-01-19 | 1 | -1/+2 |
| | |||||
* | Fix videos list sql request | Chocobozzz | 2018-01-18 | 1 | -30/+16 |
| | | | | Sequelize my love <3 | ||||
* | Video get SQL optimization | Chocobozzz | 2018-01-18 | 1 | -5/+13 |
| | |||||
* | Optimize SQL query that fetch actor outbox | Chocobozzz | 2018-01-18 | 1 | -8/+46 |
| | |||||
* | Avoid too many requests and fetching outbox | Chocobozzz | 2018-01-18 | 3 | -8/+50 |
| |