aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Optimize image resizingChocobozzz2018-11-193-7/+23
| |_|/ |/| |
* | | (quickfix) typo in openapi spec groupsRigel Kent2018-11-171-1/+1
| | |
* | | grouping moderation endpoints in the RESTĀ API specRigel Kent2018-11-171-0/+1
| | |
* | | Auto login user on signupChocobozzz2018-11-161-6/+16
| | |
* | | Improve message visibility on signupChocobozzz2018-11-163-10/+14
| | |
* | | 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-169-14/+301
| | |
* | | grouping tags by main category in the specRigel Kent2018-11-161-45/+114
| | |
* | | adding ownership and watching video APIs to the specRigel Kent2018-11-161-2/+130
| | |
* | | remove superfluous privacy field for uploadRigel Kent2018-11-161-3/+0
| | |
* | | Do not host remote AP objectsChocobozzz2018-11-164-3/+28
| | |
* | | Improve video upload error handlingChocobozzz2018-11-1614-18/+82
| | |
* | | Fix player progress bar when changing resolutionChocobozzz2018-11-163-2/+7
| |/ |/|
* | Fix video channel videos url when scrollingChocobozzz2018-11-152-6/+6
| |
* | fix API spec on POST /videos/upload and provide Shell exampleRigel Kent2018-11-151-3/+39
| |
* | Fix embed video id parsingChocobozzz2018-11-152-4/+3
| |
* | 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
* | Fix miniature with a long nameChocobozzz2018-11-152-4/+4
| |
* | Add background effect to active menu pageChocobozzz2018-11-151-1/+5
| |
* | migrate Swagger 2.0 spec to OpenAPI 3.0.0Rigel Kent2018-11-1519-15702/+1228
| |
* | Remove wrong redundancy testChocobozzz2018-11-152-499/+16
| |
* | Upgrade server depChocobozzz2018-11-153-703/+716
| |
* | Upgrade client dependenciesChocobozzz2018-11-152-574/+733
| |
* | Fix server redundancy testsChocobozzz2018-11-153-11/+17
| |
* | Fix new Angular 7 issuesChocobozzz2018-11-1516-441/+503
| |
* | update ng-bootstrapBO412018-11-151-1/+1
| |
* | update dependenciesBO412018-11-151-15/+15
| |
* | update angularBO412018-11-152-21/+15
| |
* | Add AP fetch testsChocobozzz2018-11-143-0/+96
| |
* | Clean up peertube authChocobozzz2018-11-143-60/+57
| |
* | Check activities hostChocobozzz2018-11-1437-127/+403
| |
* | Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1428-22/+1012
| |
* | add cli option to run without clientRigel Kent2018-11-145-3/+46
| |
* | Revert change og video typeChocobozzz2018-11-141-1/+1
| |
* | updated REST API documentationRigel Kent2018-11-132-1730/+2330
| |
* | 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.
* | | change video typeBO412018-11-131-1/+1
| | |
* | | sync API version with PeerTube version and auto-update it via git hooksRigel Kent2018-11-133-2/+6
| | |
* | | (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
| | |
* | | update CONTRIBUTING.md to reflect new documentation sectionsRigel Kent2018-11-091-32/+12
| | |
* | | Add 'Improve the website' section to CONTRIBUTING (#1366)Thomas Kuntz2018-11-031-1/+10
| | |
* | | more welcoming Contributing section in README.md (#1365)Thomas Kuntz2018-11-031-14/+18
| | |
* | | tiny syntax correction in README.md (#1363)Jagannath Bhat2018-10-311-1/+1
| | |
* | | closing link tag for logo link in README.md (#1362)Thomas Kuntz2018-10-311-2/+2
| | |
* | | replace 'Create one' with 'Create an instance' in README.md (#1367)Thomas Kuntz2018-10-311-1/+1
| |/ |/|
* | fix typo in CONTRIBUTING.mdRigel Kent2018-10-241-1/+1
| |
* | add noImplicitThis flag (#1324)BO412018-10-245-5/+6
| |
* | 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.