Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't leak unlisted videos | Chocobozzz | 2018-01-31 | 1 | -3/+12 |
| | |||||
* | Add follower name in admin list | Chocobozzz | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Fix responsive with modale and menu displayed | Chocobozzz | 2018-01-31 | 3 | -3/+11 |
| | |||||
* | Improve responsive on video watch | Chocobozzz | 2018-01-31 | 5 | -187/+227 |
| | |||||
* | Hide description previews on mobile view | Chocobozzz | 2018-01-31 | 7 | -7/+15 |
| | |||||
* | Fix human dates in result lists | Chocobozzz | 2018-01-31 | 6 | -37/+19 |
| | |||||
* | Add version in footer | Chocobozzz | 2018-01-31 | 7 | -306/+391 |
| | |||||
* | Mobile version: menu full width and autoclosed | Chocobozzz | 2018-01-31 | 3 | -59/+16 |
| | |||||
* | Bumped to version v0.0.19-alphav0.0.19-alpha | Chocobozzz | 2018-01-31 | 2 | -2/+2 |
| | |||||
* | Fix job queue backoff | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Fix email tests | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 12 | -27/+706 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 32 | -65/+739 |
| | |||||
* | Add little effect on hover for the play button | Chocobozzz | 2018-01-29 | 2 | -1/+9 |
| | |||||
* | Add message on 413 http error code | Chocobozzz | 2018-01-29 | 1 | -0/+3 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 4 | -18/+9 |
| | |||||
* | Bumped to version v0.0.18-alphav0.0.18-alpha | Chocobozzz | 2018-01-29 | 2 | -2/+2 |
| | |||||
* | 25 items per page | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Bumped to version v0.0.17-alphav0.0.17-alpha | Chocobozzz | 2018-01-29 | 2 | -2/+2 |
| | |||||
* | Fix migrations | Chocobozzz | 2018-01-29 | 4 | -12/+35 |
| | |||||
* | Bumped to version v0.0.16-alphav0.0.16-alpha | Chocobozzz | 2018-01-29 | 2 | -2/+2 |
| | |||||
* | Move docker do in support/doc | Chocobozzz | 2018-01-29 | 3 | -36/+30 |
| | |||||
* | Add missing context fields | Chocobozzz | 2018-01-29 | 1 | -0/+18 |
| | |||||
* | Add id to likes/dislikes/comments/shares collections | Chocobozzz | 2018-01-29 | 4 | -18/+128 |
| | |||||
* | Fix search pagination | Chocobozzz | 2018-01-29 | 2 | -5/+13 |
| | |||||
* | Add production Alpine and Debian Stretch Docker images (#225) | kaiyou | 2018-01-29 | 9 | -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 processing | Chocobozzz | 2018-01-26 | 1 | -2/+5 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 5 | -5/+5 |
| | |||||
* | Don't rehost announced video activities | Chocobozzz | 2018-01-26 | 9 | -53/+124 |
| | |||||
* | Add message for public registration on peertube | Chocobozzz | 2018-01-26 | 2 | -1/+3 |
| | |||||
* | Add unique index on video comment url | Chocobozzz | 2018-01-26 | 1 | -0/+4 |
| | |||||
* | Don't leak passwords in log | Chocobozzz | 2018-01-26 | 1 | -4/+5 |
| | |||||
* | Fix announce activities | Chocobozzz | 2018-01-26 | 7 | -93/+67 |
| | |||||
* | Add context on activitypub responses | Chocobozzz | 2018-01-26 | 2 | -11/+17 |
| | |||||
* | Only accept public comments | Chocobozzz | 2018-01-26 | 2 | -2/+6 |
| | |||||
* | Upgrade clearer in production guide | Chocobozzz | 2018-01-26 | 1 | -11/+37 |
| | |||||
* | Fix package.json scripts | Chocobozzz | 2018-01-26 | 1 | -3/+3 |
| | |||||
* | Add redis for travis | Chocobozzz | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | Improve video upload guard a little bit | Chocobozzz | 2018-01-25 | 5 | -19/+41 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 60 | -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 string | Chocobozzz | 2018-01-25 | 1 | -1/+8 |
| | |||||
* | Issue #195 : When uploading, warn when the user quits the page (#222) | Dimitri Gilbert | 2018-01-25 | 4 | -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 Gilbert | 2018-01-25 | 1 | -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 Keromnes | 2018-01-25 | 1 | -1/+1 |
| | | | See also https://github.com/webpack/webpack-dev-server/issues/882 | ||||
* | Pre-build PeerTube again in dev Dockerfile. | Jan Keromnes | 2018-01-25 | 1 | -2/+3 |
| | | | PeerTube pre-build was removed in #207 but is still valuable. | ||||
* | Fixes #205: Fix Janitor configuration; | Benjamin Bouvier | 2018-01-25 | 5 | -7/+26 |
| | |||||
* | typos (#246) | Thomas Citharel | 2018-01-25 | 1 | -5/+5 |
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Misc. typos (#245) | luzpaz | 2018-01-25 | 3 | -3/+3 |
| | | | Found via `codespell -q 3` | ||||
* | Add api documentation in readme | Chocobozzz | 2018-01-24 | 2 | -1/+17 |
| | |||||
* | Add api doc in html | Chocobozzz | 2018-01-24 | 13 | -67/+11388 |
| |