aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Improve FreeBSD setup instructionsMateusz Piotrowski2018-11-211-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use install(1) instead of cp(1) and chmod(1) to install the service file. Also, use sysrc(8) to enable the PeerTube service in rc.conf(5).
* | | | | | enable email verification by admin (#1348)Josh Morel2018-11-2112-3/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2010-66/+212
| | | | | |
* | | | | | Fix search titleChocobozzz2018-11-202-3/+3
| |_|_|/ / |/| | | |
* | | | | add job state in path in openapi specRigel Kent2018-11-191-1/+1
| | | | |
* | | | | fix rest api quickstart and specify values in openapi specRigel Kent2018-11-192-4/+9
| | | | |
* | | | | Cleanup tests importsChocobozzz2018-11-1927-47/+41
| | | | |
* | | | | Speedup peertube startupChocobozzz2018-11-194-27/+47
| | | | |
* | | | | Fix checkbox marginsChocobozzz2018-11-198-54/+69
| | | | |
* | | | | 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
| | | |