Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix tests | Chocobozzz | 2018-01-24 | 3 | -19/+28 |
| | |||||
* | Basic api documentation #7 (#220) | Dimitri Gilbert | 2018-01-24 | 2 | -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 lint | Chocobozzz | 2018-01-24 | 4 | -4/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-01-24 | 6 | -457/+734 |
| | |||||
* | Bumped to version v0.0.15-alpha | Chocobozzz | 2018-01-24 | 2 | -2/+2 |
| | |||||
* | Use json for schema.org instead of tags | Chocobozzz | 2018-01-24 | 2 | -10/+8 |
| | |||||
* | Move commander in production dependencies | Chocobozzz | 2018-01-23 | 1 | -1/+2 |
| | |||||
* | Bumped to version v0.0.14-alphav0.0.14-alpha | Chocobozzz | 2018-01-23 | 2 | -2/+2 |
| | |||||
* | Add schema.org tags to videos | Chocobozzz | 2018-01-23 | 2 | -2/+26 |
| | |||||
* | Avoid to linkify truncated links | Chocobozzz | 2018-01-23 | 1 | -1/+4 |
| | |||||
* | Add style to cancel button | Chocobozzz | 2018-01-23 | 3 | -33/+43 |
| | |||||
* | Don't play video if user paused it during loading | Chocobozzz | 2018-01-23 | 1 | -3/+7 |
| | |||||
* | Issue #196 : Allow to cancel an upload (#221) | Dimitri Gilbert | 2018-01-23 | 3 | -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 role | Chocobozzz | 2018-01-23 | 6 | -23/+59 |
| | |||||
* | Peertube home in /var/www instead of /home | Chocobozzz | 2018-01-23 | 5 | -33/+35 |
| | |||||
* | Improve docs (#232) | Thomas Citharel | 2018-01-23 | 2 | -10/+22 |
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add commander in dependencies instead of dev dep | Chocobozzz | 2018-01-22 | 4 | -2/+7 |
| | |||||
* | Fix tests | Chocobozzz | 2018-01-19 | 2 | -1/+3 |
| | |||||
* | Add ability to configure log level | Chocobozzz | 2018-01-19 | 13 | -67/+183 |
| | |||||
* | Add SQL backup/restore commands in production guide | Chocobozzz | 2018-01-19 | 1 | -0/+20 |
| | |||||
* | Fix embed button outline | Chocobozzz | 2018-01-19 | 2 | -1/+13 |
| | |||||
* | Add http tracker in torrent too | Chocobozzz | 2018-01-19 | 2 | -1/+4 |
| | |||||
* | Bumped to version v0.0.13-alphav0.0.13-alpha | Chocobozzz | 2018-01-18 | 2 | -2/+2 |
| | |||||
* | Fix videos list sql request | Chocobozzz | 2018-01-18 | 1 | -30/+16 |
| | | | | Sequelize my love <3 | ||||
* | Don't serve previews with nginx | Chocobozzz | 2018-01-18 | 2 | -2/+2 |
| | | | | We need to maintain a cache in the node process | ||||
* | Fix release script | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Bumped to version v0.0.12-alphav0.0.12-alpha | Chocobozzz | 2018-01-18 | 2 | -2/+2 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 18 | -18/+18 |
| | |||||
* | nginx optimizations | Chocobozzz | 2018-01-18 | 2 | -3/+39 |
| | |||||
* | Video get SQL optimization | Chocobozzz | 2018-01-18 | 1 | -5/+13 |
| |