aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Improve docker doc and fix missing keys on updateChocobozzz2018-05-284-33/+110
|
* FAQ: change "codecs" to "container formats" (#586)ctlaltdefeat2018-05-261-1/+1
| | | Thanks @ctlaltdefeat !
* Video support field inherits channel support fieldChocobozzz2018-05-256-6/+46
|
* Upgrade dexie to avoid issue if disabling cookies on firefoxChocobozzz2018-05-252-4/+4
|
* Refractor and optimize AP collectionsChocobozzz2018-05-2514-259/+214
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-2519-135/+132
|
* Fix cc field in classic audienceChocobozzz2018-05-254-28/+21
|
* Only use account name in routesChocobozzz2018-05-2528-110/+333
|
* Reload my videos after deleteChocobozzz2018-05-252-5/+8
|
* Don't render opengraph tags of private videosChocobozzz2018-05-241-1/+2
|
* Handle account name in client urlChocobozzz2018-05-244-15/+29
| | | | More consistent with AP urls
* Clean up E2E testsChocobozzz2018-05-242-9/+4
|
* Fix history back after a redirectChocobozzz2018-05-241-2/+2
|
* Fix protractor with SafariChocobozzz2018-05-244-34/+35
|
* Add "I don't like the name PeerTube" in FAQChocobozzz2018-05-241-0/+7
|
* Fix player with google botChocobozzz2018-05-232-10/+3
|
* Add owner in video channel pageChocobozzz2018-05-235-20/+44
|
* Always redirect on homepage on '/'Chocobozzz2018-05-231-5/+9
|
* Add short description in about pageChocobozzz2018-05-233-1/+7
|
* Bumped to version v1.0.0-beta.6v1.0.0-beta.6Chocobozzz2018-05-232-2/+2
|
* Update changelogChocobozzz2018-05-231-0/+12
|
* Handle concurrent requests in cache middlewareChocobozzz2018-05-234-32/+55
|
* Fix insane SQL request when loading all video attributesChocobozzz2018-05-231-0/+3
|
* Move rxjs-compat in dev depChocobozzz2018-05-232-6/+4
|
* feature: IP filtering on signup pageRigel Kent2018-05-2213-9/+105
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix client postinstall on releaseChocobozzz2018-05-221-1/+1
|
* Bumped to version v1.0.0-beta.5v1.0.0-beta.5Chocobozzz2018-05-222-2/+2
|
* Make it works with new autoplay policyChocobozzz2018-05-2210-71/+101
|
* Upgrade client dependenciesChocobozzz2018-05-222-655/+657
|
* Update changelogChocobozzz2018-05-221-0/+37
|
* Allow crawling by defaultChocobozzz2018-05-222-4/+4
|
* Fix change detection in app componentChocobozzz2018-05-225-11/+4
|
* Fix play on iOS (grumph)Chocobozzz2018-05-224-6/+19
|
* Improve e2e testsChocobozzz2018-05-2210-52/+105
|
* Fix peertube with google botChocobozzz2018-05-2211-26/+94
|
* Make it possible to change path used by upgrade.sh on command lineJocelyn Jaubert2018-05-221-1/+18
|
* Move /var/www/peertube to $PEERTUBE_PATH in upgrade.shJocelyn Jaubert2018-05-221-9/+11
|
* feature: db selection in redisRigel Kent2018-05-216-4/+9
| | | | resolves #579
* Add compatibility with browser stackChocobozzz2018-05-173-10/+16
|
* Remove bad commentsChocobozzz2018-05-171-16/+16
|
* Add videos e2e testsChocobozzz2018-05-1716-49/+165
|
* Client E2E tests first stepChocobozzz2018-05-1719-99/+1502
|
* Fix video channel update with an admin accountChocobozzz2018-05-176-16/+38
|
* Update Janitor DockerfileJan Keromnes2018-05-172-8/+10
| | | | | | | - Upgrade to newer janitortechnology/ubuntu-dev base image - Fix workspace folder - Add Theia port - Dockerfile best practices
* Fix typingsChocobozzz2018-05-166-11/+17
|
* Fix rxjs throwChocobozzz2018-05-162-5/+2
|
* Enable service workerChocobozzz2018-05-161-2/+2
|
* Fix concurrent requests in videos listChocobozzz2018-05-161-1/+9
|
* robots.txt config and routeRigel Kent2018-05-165-2/+17
|
* Fix updating video tags to empty fieldChocobozzz2018-05-168-39/+61
|