aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Add note in FAQ for server hardwareChocobozzz2018-02-081-0/+13
|
* Include Web Manifest (#273)Lucas Teixeira2018-02-089-0/+43
| | | | | | | | | | | | | | | | * Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo
* Fix file downloadingChocobozzz2018-02-071-1/+4
|
* Fix title and action buttons in video watchChocobozzz2018-02-072-5/+8
|
* Fix job queue apiChocobozzz2018-02-071-1/+1
|
* Watch icon should be on the rightChocobozzz2018-02-071-1/+1
|
* Fix video play on google chromeChocobozzz2018-02-072-16/+10
|
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
|
* Expose SMTP and instance settings in the Docker environment variables (#277)kaiyou2018-02-062-0/+33
|
* Only list unlisted/public videos in outboxChocobozzz2018-02-041-1/+5
|
* Fix announces when fetching the actor outboxChocobozzz2018-02-041-1/+1
|
* Bumped to version v0.0.20-alphav0.0.20-alphaChocobozzz2018-02-012-2/+2
|
* Send an email on video abuse reportChocobozzz2018-02-016-7/+86
|
* update yarn installation command (#267)Valvin2018-02-011-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 pageChocobozzz2018-01-3120-16/+250
|
* Add new name/terms/description config optionsChocobozzz2018-01-3122-73/+201
|
* Don't leak unlisted videosChocobozzz2018-01-311-3/+12
|
* Add follower name in admin listChocobozzz2018-01-311-0/+1
|
* Fix responsive with modale and menu displayedChocobozzz2018-01-313-3/+11
|
* Improve responsive on video watchChocobozzz2018-01-315-187/+227
|
* Hide description previews on mobile viewChocobozzz2018-01-317-7/+15
|
* Fix human dates in result listsChocobozzz2018-01-316-37/+19
|
* Add version in footerChocobozzz2018-01-317-306/+391
|
* Mobile version: menu full width and autoclosedChocobozzz2018-01-313-59/+16
|
* Bumped to version v0.0.19-alphav0.0.19-alphaChocobozzz2018-01-312-2/+2
|
* Fix job queue backoffChocobozzz2018-01-301-1/+1
|
* Fix email testsChocobozzz2018-01-301-1/+1
|
* Add tests for emailsChocobozzz2018-01-3012-27/+706
|
* Add ability to reset our passwordChocobozzz2018-01-3032-65/+739
|
* Add little effect on hover for the play buttonChocobozzz2018-01-292-1/+9
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* Add ability to login with emailChocobozzz2018-01-294-18/+9
|
* 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
|