Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix default true values when uploding videos | Chocobozzz | 2019-08-28 | 2 | -3/+3 | |
| | | ||||||
* | | Bug fix logical and/or boolean selector | Frank Sträter | 2019-08-28 | 1 | -2/+2 | |
| | | ||||||
* | | peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose ↵ | Frank de Lange | 2019-08-26 | 2 | -37/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [level] parameters (#2045) * peertube-import-videos.ts: add --tmpdir <tmpdir> parameter, used to designate working directory for downloading and converting imported videos * peertube-import-videos.ts: add --first and --last parameters to limit processing of the returned playlist to the first/last N elements * peertube-import-videos.ts: add --verbose [verbosity] parameter, set this from 0 (only errors are reported) to 4 (for trace debugging), default is 2 (info). When --verbose is used without the optional parameter the logging level is set to 3 (debug). At level 1 (warn) it will only report on successfully uploaded videos (and/or errors), use this when running peertube-import-videos in a cron job to mirror a channel. * package.json: remove dependency on loglevel cli.ts: add getLogger(loglevel), to be used in CLI tools, add --verbose to set log level peertube-import-videos: use getLogger (from cli) instead of loglevel, add error_exit (log error and exit), move --verbose to cli.ts, etc. * cli.ts: remove superfluous reference to default logging level * peertube-import-videos: exit_error -> exitError | |||||
* | | fixes 2065: optimisation (#2073) | John Livingston | 2019-08-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | * fixes 2065: optimisation * Update peertube-socket.ts | |||||
* | | Fix build | Chocobozzz | 2019-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-08-22 | 1 | -0/+2 | |
|\| | ||||||
| * | Fix lazy static route with unknown avatars | Chocobozzz | 2019-08-22 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-08-22 | 3 | -6/+11 | |
|\| | ||||||
| * | Fix image and plugin CSP | Chocobozzz | 2019-08-22 | 1 | -2/+2 | |
| | | ||||||
| * | Try to fix video duplication | Chocobozzz | 2019-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix user creation by moderators | Chocobozzz | 2019-08-22 | 1 | -3/+8 | |
| | | ||||||
| * | Fix socket notification with multiple user tabs | Chocobozzz | 2019-08-22 | 1 | -6/+10 | |
| | | ||||||
| * | email object -> email subject | Chocobozzz | 2019-08-22 | 3 | -20/+20 | |
| | | ||||||
| * | Relax plugin package.json validation | Chocobozzz | 2019-08-22 | 1 | -2/+6 | |
| | | ||||||
* | | Fix html tag with blacklisted video | Chocobozzz | 2019-08-22 | 3 | -2/+20 | |
| | | ||||||
* | | Merge branch 'feature/strong-model-types' into develop | Chocobozzz | 2019-08-22 | 182 | -1232/+2875 | |
|\ \ | ||||||
| * | | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 24 | -53/+109 | |
| | | | ||||||
| * | | Fix ownership change | Chocobozzz | 2019-08-21 | 4 | -10/+12 | |
| | | | ||||||
| * | | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 54 | -147/+401 | |
| | | | ||||||
| * | | Cleanup model types | Chocobozzz | 2019-08-20 | 50 | -321/+668 | |
| | | | ||||||
| * | | Fix tests | Chocobozzz | 2019-08-20 | 4 | -10/+13 | |
| | | | ||||||
| * | | Stronger model typings | Chocobozzz | 2019-08-19 | 175 | -1134/+2115 | |
| |/ | ||||||
* | | Fix socket notification with multiple user tabs | Chocobozzz | 2019-08-22 | 1 | -6/+10 | |
| | | ||||||
* | | email object -> email subject | Chocobozzz | 2019-08-22 | 3 | -20/+20 | |
| | | ||||||
* | | Relax plugin package.json validation | Chocobozzz | 2019-08-22 | 1 | -2/+6 | |
|/ | ||||||
* | Fix redundancy tests | Chocobozzz | 2019-08-13 | 2 | -4/+7 | |
| | ||||||
* | Fix redundancy exceeding the limit | Chocobozzz | 2019-08-12 | 3 | -13/+36 | |
| | ||||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 6 | -6/+236 | |
| | ||||||
* | Fix avatar url validation | Chocobozzz | 2019-08-09 | 1 | -1/+1 | |
| | ||||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 15 | -90/+306 | |
| | ||||||
* | Stronger actor association typing in AP functions | Chocobozzz | 2019-08-09 | 31 | -90/+147 | |
| | ||||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 5 | -54/+49 | |
| | ||||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 2 | -2/+16 | |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | |||||
* | Fix comment notifications | Chocobozzz | 2019-08-07 | 1 | -1/+1 | |
| | ||||||
* | Limit maximum actor follow score | Chocobozzz | 2019-08-07 | 1 | -1/+1 | |
| | ||||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 13 | -199/+291 | |
| | ||||||
* | Optimize watch endpoint | Chocobozzz | 2019-08-06 | 1 | -1/+1 | |
| | ||||||
* | Fix user notifications on new follow | Chocobozzz | 2019-08-02 | 16 | -34/+78 | |
| | ||||||
* | Fix broken follow notification | Chocobozzz | 2019-08-02 | 2 | -0/+20 | |
| | ||||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 13 | -33/+405 | |
| | ||||||
* | Fix like/dislike federation | Chocobozzz | 2019-08-01 | 2 | -16/+18 | |
| | ||||||
* | Fix HLS transcoding | Chocobozzz | 2019-08-01 | 5 | -8/+20 | |
| | ||||||
* | Add since parameter to peertube-import-videos (#1991) | Florent F | 2019-08-01 | 1 | -1/+35 | |
| | | | | | | * Add since parameter to peertube-import-videos * PR remarks + --until <date> | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 7 | -35/+102 | |
| | ||||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 19 | -728/+1203 | |
| | ||||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 3 | -64/+181 | |
| | ||||||
* | Fix quota in instance features table | Chocobozzz | 2019-07-29 | 2 | -2/+3 | |
| | ||||||
* | Improve static files cache | Chocobozzz | 2019-07-29 | 3 | -11/+16 | |
| | ||||||
* | Fix mocha commands | Chocobozzz | 2019-07-29 | 2 | -2/+2 | |
| | ||||||
* | Correctly import tags in CLI | Chocobozzz | 2019-07-29 | 2 | -7/+5 | |
| |