Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix federation of some videos | Chocobozzz | 2018-12-19 | 1 | -0/+52 | |
| | | | | | | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+27 | |
| | | | | | | | | Add ability to disable, clear and list user videos history | |||||
* | | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+49 | |
| | | ||||||
* | | Check activities host | Chocobozzz | 2018-11-14 | 1 | -0/+46 | |
| | | ||||||
* | | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 7 | -14/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | |||||
* | | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -7/+9 | |
| | | ||||||
* | | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -0/+26 | |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | |||||
* | | Avoid old issue regarding duplicated hosts in db | Chocobozzz | 2018-10-08 | 1 | -0/+6 | |
|/ | ||||||
* | Fix video files duplicated when fps is null | Chocobozzz | 2018-09-26 | 2 | -0/+34 | |
| | | | | Null values are not considered equal in a UNIQUE index | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -0/+24 | |
| | ||||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -5/+4 | |
| | ||||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 | |
| | ||||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -0/+25 | |
| | ||||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 1 | -0/+47 | |
| | ||||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -4/+10 | |
| | ||||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -0/+40 | |
| | ||||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -42/+0 | |
| | ||||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -0/+42 | |
| | ||||||
* | Remove kue migration | Chocobozzz | 2018-07-30 | 1 | -60/+0 | |
| | ||||||
* | 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 | |
| |