Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 4 | -20/+47 | |
| | | ||||||
* | | Add ability to set to private a public/unlisted video | Chocobozzz | 2019-06-06 | 3 | -13/+34 | |
| | | ||||||
* | | Upgrade server dependencies | Chocobozzz | 2019-06-06 | 1 | -1/+4 | |
| | | ||||||
* | | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 2 | -4/+5 | |
| | | ||||||
* | | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 7 | -18/+118 | |
| | | ||||||
* | | Remove old activities processor | Chocobozzz | 2019-05-31 | 2 | -19/+3 | |
| | | ||||||
* | | More robust federation | Chocobozzz | 2019-05-31 | 5 | -11/+43 | |
| | | | | | | | | In particular when fetching pleroma outbox | |||||
* | | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 16 | -175/+105 | |
| | | ||||||
* | | Add ability to subscribe from the channel account page | Chocobozzz | 2019-05-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 4 | -9/+108 | |
| | | ||||||
* | | Multi step registration | Chocobozzz | 2019-05-29 | 2 | -0/+13 | |
| | | ||||||
* | | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 6 | -20/+85 | |
| | | ||||||
* | | Fix search with bad webfinger handles | Chocobozzz | 2019-05-28 | 2 | -3/+13 | |
| | | ||||||
* | | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 2 | -2/+16 | |
| | | ||||||
* | | Fix crash in files cache | Chocobozzz | 2019-05-28 | 1 | -2/+2 | |
| | | ||||||
* | | Update config.ts | LiPeK | 2019-05-28 | 1 | -1/+1 | |
| | | | | | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850 | |||||
* | | Remove summon install | Chocobozzz | 2019-05-27 | 3 | -2139/+1185 | |
| | | ||||||
* | | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 4 | -0/+2929 | |
| | | ||||||
* | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 4 | -29/+79 | |
|\| | ||||||
| * | Fix video views | Chocobozzz | 2019-05-21 | 3 | -4/+38 | |
| | | ||||||
| * | Fix blacklist sort | Chocobozzz | 2019-05-21 | 1 | -25/+41 | |
| | | ||||||
* | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix thumbnails in video blacklist list endpoint | Chocobozzz | 2019-05-21 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 27 | -169/+408 | |
|\ \ | ||||||
| * | | Fix OGG bug with firefox | Chocobozzz | 2019-05-21 | 1 | -1/+12 | |
| | | | ||||||
| * | | Update travis ffmpeg patch version | Chocobozzz | 2019-05-17 | 5 | -4/+8 | |
| | | | ||||||
| * | | Add audio upload tests | Chocobozzz | 2019-05-17 | 8 | -18/+104 | |
| | | | ||||||
| * | | Add audio support in upload | Chocobozzz | 2019-05-16 | 17 | -149/+287 | |
| | | | ||||||
* | | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -12/+13 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Relax activity validation | Chocobozzz | 2019-05-21 | 1 | -12/+13 | |
| | | | ||||||
* | | | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 2 | -33/+41 | |
| |/ |/| | | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | |||||
* | | Add way to set root password by environment. | Axel Viala | 2019-05-16 | 1 | -0/+2 | |
| | | | | | | | | | | Add a condition test to pass by environment a predetermined root password for setting up. | |||||
* | | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147) | libertysoft3 | 2019-05-16 | 1 | -6/+12 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/pr/1785' into develop | Chocobozzz | 2019-05-16 | 3 | -10/+72 | |
|\ \ | ||||||
| * | | Added comments for transcode functions | Felix Ableitner | 2019-05-13 | 1 | -0/+6 | |
| | | | ||||||
| * | | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 3 | -12/+32 | |
| | | | ||||||
| * | | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 2 | -9/+52 | |
| | | | ||||||
* | | | Don't use parallel tests with test suite 1 and 3 | Chocobozzz | 2019-05-15 | 2 | -2/+2 | |
| | | | ||||||
* | | | Decrease max parallel tests for travis | Chocobozzz | 2019-05-15 | 4 | -4/+4 | |
| | | | ||||||
* | | | All API tests in parallel | Chocobozzz | 2019-05-15 | 29 | -197/+260 | |
| | | | ||||||
* | | | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 23 | -220/+247 | |
| | | | ||||||
* | | | Try parallel check params tests | Chocobozzz | 2019-05-14 | 6 | -7/+14 | |
| |/ |/| | ||||||
* | | Relax activity validation | Chocobozzz | 2019-05-13 | 1 | -2/+1 | |
| | | ||||||
* | | Fix account description error | Chocobozzz | 2019-05-13 | 3 | -4/+29 | |
| | | ||||||
* | | Fix greek label | Chocobozzz | 2019-05-13 | 1 | -0/+1 | |
| | | ||||||
* | | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 2 | -12/+11 | |
|/ | ||||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 3 | -5/+16 | |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | |||||
* | Fix createdAt/updatedAt issues | Chocobozzz | 2019-04-26 | 2 | -1/+3 | |
| | ||||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 3 | -3/+4 | |
| | ||||||
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 2 | -10/+20 | |
| |