aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version v0.0.18-alphav0.0.18-alphaChocobozzz2018-01-292-2/+2
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Bumped to version v0.0.17-alphav0.0.17-alphaChocobozzz2018-01-292-2/+2
|
* Fix migrationsChocobozzz2018-01-294-12/+35
|
* Bumped to version v0.0.16-alphav0.0.16-alphaChocobozzz2018-01-292-2/+2
|
* Move docker do in support/docChocobozzz2018-01-293-36/+30
|
* Add missing context fieldsChocobozzz2018-01-291-0/+18
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-294-18/+128
|
* Fix search paginationChocobozzz2018-01-292-5/+13
|
* Add production Alpine and Debian Stretch Docker images (#225)kaiyou2018-01-299-2/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass at a (swarm-compatible) docker image Uses an existing traefik server as a https reverse proxy. * Add example config for a Docker swarm deployment * Point to traefik config for docker compose setup * Clarify that traefik is needed for the example config * Use node:8-stretch base image and don't install yarn (The base image already contains yarn.) * Initial commit for an Alpine Docker image * Fix docker volume path * Merge #213 and #225 and move files around * Remove unnecessary dependencies from the alpine build * Update Dockerfiles to match install path, config path, etc. * Update the configuration in the example compose file * Update the configuration in the example swarm file * Remove the declared networks and volumes from the compose example, which are not strictly required * Update attachment path in the documentation * Display traefik as a suggestion and not a required dependency * Update the Docker ignored files * Fix typos reported in #225 * Move production Dockerfiles to a production directory * Add the redis configuration settings * Add Docker files to the dockerignore * Make the signup limit configurable
* 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>