aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add tmp and redundancy directoriesChocobozzz2018-12-0416-39/+49
|
* Fix thumbnail processingChocobozzz2018-12-046-20/+25
|
* Update dependenciesChocobozzz2018-12-042-3/+3
|
* Fix trending pageChocobozzz2018-12-033-12/+21
|
* Fix AP redirectionChocobozzz2018-11-303-23/+54
|
* Optimize config endpointChocobozzz2018-11-233-12/+9
|
* Don't import test tools in coreChocobozzz2018-11-222-5/+3
|
* Fix youtube video importChocobozzz2018-11-211-2/+2
|
* enable email verification by admin (#1348)Josh Morel2018-11-215-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 videosChocobozzz2018-11-209-65/+210
|
* Fix search titleChocobozzz2018-11-201-2/+1
|
* Cleanup tests importsChocobozzz2018-11-1926-38/+35
|
* Speedup peertube startupChocobozzz2018-11-193-25/+43
|
* Fix checkbox marginsChocobozzz2018-11-196-17/+17
|
* Optimize image resizingChocobozzz2018-11-192-6/+23
|
* Fix images size when downloading themChocobozzz2018-11-165-21/+25
|
* Fix AP collections paginationChocobozzz2018-11-163-11/+11
|
* Check follow constraints when getting a videoChocobozzz2018-11-166-11/+292
|
* Do not host remote AP objectsChocobozzz2018-11-164-3/+28
|
* Improve video upload error handlingChocobozzz2018-11-161-0/+2
|
* Fix video channel videos url when scrollingChocobozzz2018-11-151-4/+4
|
* Fix embed video id parsingChocobozzz2018-11-151-1/+1
|
* Don't forward view, send updates insteadChocobozzz2018-11-154-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 testChocobozzz2018-11-152-499/+16
|
* Fix server redundancy testsChocobozzz2018-11-153-11/+17
|
* Add AP fetch testsChocobozzz2018-11-143-0/+96
|
* Clean up peertube authChocobozzz2018-11-143-60/+57
|
* Check activities hostChocobozzz2018-11-1432-119/+394
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1425-18/+1004
|
* add cli option to run without clientRigel Kent2018-11-143-2/+39
|
* Revert change og video typeChocobozzz2018-11-141-1/+1
|
* Merge branch 'master' into developChocobozzz2018-11-131-1/+1
|\
| * Rename context stats to stateThomas Citharel2018-11-131-1/+1
| | | | | | I guess it refers to the VideoState enum used here as `state` instead.
| * Add HTTP signature check before linked signatureChocobozzz2018-10-196-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 typeBO412018-11-131-1/+1
| |
* | (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
| |
* | allow peertube-import-videos.ts CLI script to run concurrently (#1334)BRAINS YUM2018-10-241-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 Lange2018-10-241-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 cliRigel Kent2018-10-201-0/+82
| |
* | add repl to the cli wrapper, remove extraneous TOC in tools.mdRigel Kent2018-10-192-0/+1
| |
* | Update translationsChocobozzz2018-10-191-4/+1
| |
* | Add HTTP signature check before linked signatureChocobozzz2018-10-196-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 YUM2018-10-1912-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 testRigel Kent2018-10-181-1/+0
| |
* | Fix optimize old videos scriptChocobozzz2018-10-184-22/+155
| |
* | Fix transcodingChocobozzz2018-10-184-84/+99
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-184-6/+15
| |
* | Oup'sChocobozzz2018-10-171-7/+7
| |
* | Fix testsChocobozzz2018-10-172-7/+10
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-175-2/+43
|\ \