Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 6 | -20/+25 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-12-04 | 2 | -3/+3 |
| | |||||
* | Fix trending page | Chocobozzz | 2018-12-03 | 3 | -12/+21 |
| | |||||
* | Fix AP redirection | Chocobozzz | 2018-11-30 | 3 | -23/+54 |
| | |||||
* | Optimize config endpoint | Chocobozzz | 2018-11-23 | 3 | -12/+9 |
| | |||||
* | Don't import test tools in core | Chocobozzz | 2018-11-22 | 2 | -5/+3 |
| | |||||
* | Fix youtube video import | Chocobozzz | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 5 | -0/+15 |
| | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 9 | -65/+210 |
| | |||||
* | Fix search title | Chocobozzz | 2018-11-20 | 1 | -2/+1 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2018-11-19 | 26 | -38/+35 |
| | |||||
* | Speedup peertube startup | Chocobozzz | 2018-11-19 | 3 | -25/+43 |
| | |||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 6 | -17/+17 |
| | |||||
* | Optimize image resizing | Chocobozzz | 2018-11-19 | 2 | -6/+23 |
| | |||||
* | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 5 | -21/+25 |
| | |||||
* | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 3 | -11/+11 |
| | |||||
* | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 6 | -11/+292 |
| | |||||
* | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 4 | -3/+28 |
| | |||||
* | Improve video upload error handling | Chocobozzz | 2018-11-16 | 1 | -0/+2 |
| | |||||
* | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -4/+4 |
| | |||||
* | Fix embed video id parsing | Chocobozzz | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 4 | -17/+17 |
| | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views | ||||
* | Remove wrong redundancy test | Chocobozzz | 2018-11-15 | 2 | -499/+16 |
| | |||||
* | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 3 | -11/+17 |
| | |||||
* | Add AP fetch tests | Chocobozzz | 2018-11-14 | 3 | -0/+96 |
| | |||||
* | Clean up peertube auth | Chocobozzz | 2018-11-14 | 3 | -60/+57 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 32 | -119/+394 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 25 | -18/+1004 |
| | |||||
* | add cli option to run without client | Rigel Kent | 2018-11-14 | 3 | -2/+39 |
| | |||||
* | Revert change og video type | Chocobozzz | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Chocobozzz | 2018-11-13 | 1 | -1/+1 |
|\ | |||||
| * | Rename context stats to state | Thomas Citharel | 2018-11-13 | 1 | -1/+1 |
| | | | | | | I guess it refers to the VideoState enum used here as `state` instead. | ||||
| * | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 6 | -64/+162 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | change video type | BO41 | 2018-11-13 | 1 | -1/+1 |
| | | |||||
* | | (ffmpeg) force pixel format yuv420p (#1394) | Rigel Kent | 2018-11-12 | 1 | -0/+1 |
| | | |||||
* | | allow peertube-import-videos.ts CLI script to run concurrently (#1334) | BRAINS YUM | 2018-10-24 | 1 | -4/+4 |
| | | | | | | allows running multiple imports at the same time, whereas previously a concurrent instance of the script deleted another processe's file. | ||||
* | | Fix #1328 - application-config initialisation in CLI tools (#1343) | Frank de Lange | 2018-10-24 | 1 | -1/+1 |
| | | | | | | Test for an empty object in `cli.ts` when no config data is present (i.e. when run on a new install). | ||||
* | | (doc) add manpage to peertube cli | Rigel Kent | 2018-10-20 | 1 | -0/+82 |
| | | |||||
* | | add repl to the cli wrapper, remove extraneous TOC in tools.md | Rigel Kent | 2018-10-19 | 2 | -0/+1 |
| | | |||||
* | | Update translations | Chocobozzz | 2018-10-19 | 1 | -4/+1 |
| | | |||||
* | | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 6 | -64/+162 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 12 | -27/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | fix lint test | Rigel Kent | 2018-10-18 | 1 | -1/+0 |
| | | |||||
* | | Fix optimize old videos script | Chocobozzz | 2018-10-18 | 4 | -22/+155 |
| | | |||||
* | | Fix transcoding | Chocobozzz | 2018-10-18 | 4 | -84/+99 |
| | | |||||
* | | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 4 | -6/+15 |
| | | |||||
* | | Oup's | Chocobozzz | 2018-10-17 | 1 | -7/+7 |
| | | |||||
* | | Fix tests | Chocobozzz | 2018-10-17 | 2 | -7/+10 |
| | | |||||
* | | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 5 | -2/+43 |
|\ \ | |||||
| * | | move to boolean switch | Rigel Kent | 2018-10-13 | 5 | -28/+20 |
| | | |