Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix job queue api | Chocobozzz | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Watch icon should be on the right | Chocobozzz | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Fix video play on google chrome | Chocobozzz | 2018-02-07 | 2 | -16/+10 |
| | |||||
* | Correctly set the activity audience in outbox | Chocobozzz | 2018-02-07 | 1 | -2/+3 |
| | |||||
* | Expose SMTP and instance settings in the Docker environment variables (#277) | kaiyou | 2018-02-06 | 2 | -0/+33 |
| | |||||
* | Only list unlisted/public videos in outbox | Chocobozzz | 2018-02-04 | 1 | -1/+5 |
| | |||||
* | Fix announces when fetching the actor outbox | Chocobozzz | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Bumped to version v0.0.20-alphav0.0.20-alpha | Chocobozzz | 2018-02-01 | 2 | -2/+2 |
| | |||||
* | Send an email on video abuse report | Chocobozzz | 2018-02-01 | 6 | -7/+86 |
| | |||||
* | update yarn installation command (#267) | Valvin | 2018-02-01 | 1 | -1/+1 |
| | | | on ubuntu `sudo -u` doesn't set homedirectory of the targeted user althought debian does. it requires the option `-H`. I think with this option it works in both case. | ||||
* | Add about page | Chocobozzz | 2018-01-31 | 20 | -16/+250 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 22 | -73/+201 |
| | |||||
* | 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 |
| |