Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete old indexes | Chocobozzz | 2018-07-27 | 1 | -0/+84 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 1 | -2/+3 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 9 | -14/+18 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 1 | -0/+41 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -0/+63 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -0/+22 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -0/+62 |
| | | | | publishing a video | ||||
* | Fix video channel description/support max length | Chocobozzz | 2018-05-09 | 1 | -0/+44 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 1 | -0/+162 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -0/+46 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Fix migration 200 | Chocobozzz | 2018-03-30 | 1 | -1/+11 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -0/+32 |
| | | | | | | | | | | | | * 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 | ||||
* | Fix resolution for portrait videos | Chocobozzz | 2018-02-27 | 1 | -2/+2 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+53 |
| | |||||
* | Fix migrations | Chocobozzz | 2018-01-29 | 1 | -0/+23 |
| | |||||
* | Don't rehost announced video activities | Chocobozzz | 2018-01-26 | 1 | -0/+38 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 2 | -3/+20 |
| | | | | | | | 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. | ||||
* | Fix lint | Chocobozzz | 2018-01-12 | 1 | -1/+0 |
| | |||||
* | Update follower/following counts | Chocobozzz | 2018-01-12 | 1 | -0/+24 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 1 | -0/+28 |
| | |||||
* | Remove :443 from video urls too | Chocobozzz | 2018-01-05 | 1 | -0/+25 |
| | |||||
* | Fix tls and account bug | Chocobozzz | 2018-01-05 | 1 | -0/+42 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -0/+26 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -0/+28 |
| | |||||
* | Add migration to delete old Authors table | Chocobozzz | 2017-12-29 | 1 | -0/+18 |
| | |||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | Fix webfinger validator | Chocobozzz | 2017-12-21 | 1 | -2/+0 |
| | |||||
* | Sanitize url to not end with implicit ports | Chocobozzz | 2017-12-21 | 1 | -0/+42 |
| | |||||
* | Fix migration | Chocobozzz | 2017-12-19 | 1 | -9/+1 |
| | |||||
* | Fix migration scripts | Chocobozzz | 2017-12-19 | 1 | -0/+1 |
| | |||||
* | Add foreign key migration | Chocobozzz | 2017-12-19 | 1 | -17/+36 |
| | |||||
* | Status are sent to mastodon | Chocobozzz | 2017-12-19 | 1 | -5/+5 |
| | |||||
* | Add public/private keys generation in migrations | Chocobozzz | 2017-12-19 | 1 | -0/+13 |
| | |||||
* | Unfollow with host | Chocobozzz | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Add dirty migration :/ | Chocobozzz | 2017-12-19 | 2 | -2/+237 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+27 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Add migration | Chocobozzz | 2017-12-13 | 1 | -0/+36 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 6 | -14/+9 |
| | |||||
* | First upload step is ok | Chocobozzz | 2017-12-07 | 1 | -1/+2 |
| | |||||
* | Make some fields optional when uploading a video | Chocobozzz | 2017-12-07 | 1 | -0/+46 |
| | |||||
* | Fix lint | Chocobozzz | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 1 | -0/+31 |
| | |||||
* | Fix migration for Servers table | Chocobozzz | 2017-11-28 | 2 | -0/+40 |
| | |||||
* | Add activitypub migration script | Chocobozzz | 2017-11-27 | 1 | -0/+212 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -1/+0 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 1 | -0/+35 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 1 | -0/+25 |
| | |||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 1 | -1/+0 |
| |