aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Fix audio uploading without previewChocobozzz2019-10-181-1/+1
|
* Fix audio merging when specifying a previewChocobozzz2019-10-181-6/+28
|
* Support text/plain caption filesChocobozzz2019-10-181-1/+2
|
* Add auto play next video migrationChocobozzz2019-09-242-1/+28
|
* Try to fix testsChocobozzz2019-09-242-3/+12
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-245-0/+35
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-234-4/+4
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix testsChocobozzz2019-09-181-1/+1
|
* Update default value for commentsEnabledFrank Sträter2019-09-181-2/+2
|
* Improve plugin package.json error messageChocobozzz2019-09-112-17/+77
|
* Fix migrationsChocobozzz2019-09-062-1/+1
|
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-053-10/+9
|\
| * Fix blacklist sortChocobozzz2019-09-042-8/+8
| |
| * Fix auto blacklist viewChocobozzz2019-09-041-1/+0
| |
| * Fix bug in redundancy evictionChocobozzz2019-09-041-1/+1
| |
* | Add hardware information in instance configChocobozzz2019-09-054-0/+19
| |
* | Add creation reasonChocobozzz2019-09-054-0/+8
| |
* | Add config instance warning modalChocobozzz2019-09-051-6/+6
| |
* | Add welcome modalChocobozzz2019-09-057-25/+153
| |
* | Add more attributes to about pageChocobozzz2019-09-054-1/+70
| |
* | Fix testsChocobozzz2019-09-042-1/+5
| |
* | Implement auto follow in clientChocobozzz2019-09-042-1/+41
| |
* | Add notification on auto follow indexChocobozzz2019-09-043-9/+46
| |
* | Add auto follow instances index supportChocobozzz2019-09-044-14/+191
| |
* | Add auto follow back support for instancesChocobozzz2019-09-0432-144/+535
| |
* | Fix redundancy too heavy with streaming playlistsChocobozzz2019-08-301-2/+1
| |
* | Handle reports from mastodonChocobozzz2019-08-305-30/+65
| |
* | Lowercase video tags searchChocobozzz2019-08-293-8/+16
| |
* | Remove old JSON LD signature implementationChocobozzz2019-08-294-80/+61
| | | | | | | | | | | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use.
* | Hide video abuses from muted accountsChocobozzz2019-08-293-9/+102
| |
* | Fix default true values when uploding videosChocobozzz2019-08-282-3/+3
| |
* | Bug fix logical and/or boolean selectorFrank Sträter2019-08-281-2/+2
| |
* | peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose ↵Frank de Lange2019-08-262-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 Livingston2019-08-231-1/+2
| | | | | | | | | | | | * fixes 2065: optimisation * Update peertube-socket.ts
* | Fix buildChocobozzz2019-08-231-1/+1
| |
* | Merge branch 'release/1.4.0' into developChocobozzz2019-08-221-0/+2
|\|
| * Fix lazy static route with unknown avatarsChocobozzz2019-08-221-0/+2
| |
* | Merge branch 'release/1.4.0' into developChocobozzz2019-08-223-6/+11
|\|
| * Fix image and plugin CSPChocobozzz2019-08-221-2/+2
| |
| * Try to fix video duplicationChocobozzz2019-08-221-1/+1
| |
| * Fix user creation by moderatorsChocobozzz2019-08-221-3/+8
| |
| * Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
| |
| * email object -> email subjectChocobozzz2019-08-223-20/+20
| |
| * Relax plugin package.json validationChocobozzz2019-08-221-2/+6
| |
* | Fix html tag with blacklisted videoChocobozzz2019-08-223-2/+20
| |
* | Merge branch 'feature/strong-model-types' into developChocobozzz2019-08-22182-1232/+2875
|\ \
| * | Type toActivityPubObject functionsChocobozzz2019-08-2124-53/+109
| | |
| * | Fix ownership changeChocobozzz2019-08-214-10/+12
| | |