aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add categories and languages to about pageChocobozzz2019-09-053-25/+62
|
* Improve features tableChocobozzz2019-09-057-47/+105
|
* Add more attributes to about pageChocobozzz2019-09-0518-82/+437
|
* Fix testsChocobozzz2019-09-042-1/+5
|
* Implement auto follow in clientChocobozzz2019-09-048-5/+115
|
* Add notification on auto follow indexChocobozzz2019-09-043-9/+46
|
* Add auto follow instances index supportChocobozzz2019-09-048-15/+234
|
* Add auto follow back support for instancesChocobozzz2019-09-0444-156/+651
|
* Fix zh localesChocobozzz2019-09-031-1/+3
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-030-0/+0
|\
| * Bumped to version v1.4.0v1.4.0Chocobozzz2019-08-263-3/+3
| |
| * Fix changelogChocobozzz2019-08-261-35/+35
| |
| * Update changelogChocobozzz2019-08-231-0/+126
| |
| * Update angular cliChocobozzz2019-08-232-76/+122
| |
| * Improve HLS redundancyChocobozzz2019-08-235-24/+72
| |
* | Fix plugin CLI tools docChocobozzz2019-09-021-3/+3
| |
* | Fix redundancy too heavy with streaming playlistsChocobozzz2019-08-301-2/+1
| |
* | Handle reports from mastodonChocobozzz2019-08-307-32/+67
| |
* | Lowercase video tags searchChocobozzz2019-08-293-8/+16
| |
* | Consistency between default.yaml and production.yamlChocobozzz2019-08-292-8/+8
| |
* | Remove old JSON LD signature implementationChocobozzz2019-08-296-205/+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
| |
* | Bumped to version v1.4.0Chocobozzz2019-08-263-3/+3
| |
* | Fix changelogChocobozzz2019-08-261-35/+35
| |
* | Update changelogChocobozzz2019-08-261-0/+126
| |
* | Fix client report scriptChocobozzz2019-08-261-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
* | Update angular cliChocobozzz2019-08-232-76/+122
| |
* | Improve HLS redundancyChocobozzz2019-08-235-24/+72
| |
* | 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-229-10/+72
|\|
| * Go back when cancel NSFW modalChocobozzz2019-08-225-7/+22
| | | | | | | | Instead of redirecting on the homepage
| * Dismiss modals on pop stateChocobozzz2019-08-221-2/+7
| |
| * Fix plugin card background color with dark themeChocobozzz2019-08-221-0/+1
| |
| * Fix e2e testsChocobozzz2019-08-222-2/+41
| |
| * Fix lazy static route with unknown avatarsChocobozzz2019-08-221-0/+2
| |
* | Merge branch 'release/1.4.0' into developChocobozzz2019-08-2226-64/+10054
|\|
| * Add fi_FI supportChocobozzz2019-08-2215-35/+9995
| |
| * Fix video rows overflowChocobozzz2019-08-226-11/+37
| | | | | | | | In discover and account channel videos pages
| * Fix video playlist element removalChocobozzz2019-08-222-12/+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-225-22/+22
| |
| * Cleanup SASS importsChocobozzz2019-08-224-8/+7
| |
| * Replace "overview" by "discover" in client titlesChocobozzz2019-08-222-2/+2
| |