aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix video announces processingChocobozzz2018-01-261-2/+5
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-265-5/+5
|
* Don't rehost announced video activitiesChocobozzz2018-01-269-53/+124
|
* Add message for public registration on peertubeChocobozzz2018-01-262-1/+3
|
* Add unique index on video comment urlChocobozzz2018-01-261-0/+4
|
* Don't leak passwords in logChocobozzz2018-01-261-4/+5
|
* Fix announce activitiesChocobozzz2018-01-267-93/+67
|
* Add context on activitypub responsesChocobozzz2018-01-262-11/+17
|
* Only accept public commentsChocobozzz2018-01-262-2/+6
|
* Upgrade clearer in production guideChocobozzz2018-01-261-11/+37
|
* Fix package.json scriptsChocobozzz2018-01-261-3/+3
|
* Add redis for travisChocobozzz2018-01-251-0/+1
|
* Improve video upload guard a little bitChocobozzz2018-01-255-19/+41
|
* Move job queue to redisChocobozzz2018-01-2560-696/+985
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Accept actors with url objects instead of stringChocobozzz2018-01-251-1/+8
|
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-254-6/+38
| | | | | | | | | | | | | | | | | | | | | | * issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style
* Api doc improvement (#252)Dimitri Gilbert2018-01-251-25/+39
| | | | | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition * openapi fix typo + improvement on video/comment endpoints * removed misplaced openapi file
* Add --disable-host-check to development watch script to support proxies.Jan Keromnes2018-01-251-1/+1
| | | See also https://github.com/webpack/webpack-dev-server/issues/882
* Pre-build PeerTube again in dev Dockerfile.Jan Keromnes2018-01-251-2/+3
| | | PeerTube pre-build was removed in #207 but is still valuable.
* Fixes #205: Fix Janitor configuration;Benjamin Bouvier2018-01-255-7/+26
|
* typos (#246)Thomas Citharel2018-01-251-5/+5
| | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Misc. typos (#245)luzpaz2018-01-253-3/+3
| | | Found via `codespell -q 3`
* Add api documentation in readmeChocobozzz2018-01-242-1/+17
|
* Add api doc in htmlChocobozzz2018-01-2413-67/+11388
|
* Fix testsChocobozzz2018-01-243-19/+28
|
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-242-1/+1209
| | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
* Fix lintChocobozzz2018-01-244-4/+2
|
* Upgrade server dependenciesChocobozzz2018-01-246-457/+734
|
* Bumped to version v0.0.15-alphaChocobozzz2018-01-242-2/+2
|
* Use json for schema.org instead of tagsChocobozzz2018-01-242-10/+8
|
* Move commander in production dependenciesChocobozzz2018-01-231-1/+2
|
* Bumped to version v0.0.14-alphav0.0.14-alphaChocobozzz2018-01-232-2/+2
|
* Add schema.org tags to videosChocobozzz2018-01-232-2/+26
|
* Avoid to linkify truncated linksChocobozzz2018-01-231-1/+4
|
* Add style to cancel buttonChocobozzz2018-01-233-33/+43
|
* Don't play video if user paused it during loadingChocobozzz2018-01-231-3/+7
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-233-4/+28
| | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload
* Destroy user token when changing its roleChocobozzz2018-01-236-23/+59
|
* Peertube home in /var/www instead of /homeChocobozzz2018-01-235-33/+35
|
* Improve docs (#232)Thomas Citharel2018-01-232-10/+22
| | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add commander in dependencies instead of dev depChocobozzz2018-01-224-2/+7
|
* Fix testsChocobozzz2018-01-192-1/+3
|
* Add ability to configure log levelChocobozzz2018-01-1913-67/+183
|
* Add SQL backup/restore commands in production guideChocobozzz2018-01-191-0/+20
|
* Fix embed button outlineChocobozzz2018-01-192-1/+13
|
* Add http tracker in torrent tooChocobozzz2018-01-192-1/+4
|
* Bumped to version v0.0.13-alphav0.0.13-alphaChocobozzz2018-01-182-2/+2
|
* Fix videos list sql requestChocobozzz2018-01-181-30/+16
| | | | Sequelize my love <3
* Don't serve previews with nginxChocobozzz2018-01-182-2/+2
| | | | We need to maintain a cache in the node process
* Fix release scriptChocobozzz2018-01-181-1/+1
|