aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add API doc for playlistsChocobozzz2020-04-211-1/+3
|
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-213-4/+18
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-204-8/+101
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-203-9/+50
|
* Add licence and language support to y-dl importsChocobozzz2020-04-202-5/+16
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-205-41/+52
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix videos languages filter SQL queryChocobozzz2020-04-201-7/+8
|
* Fix tests correctlyChocobozzz2020-04-201-9/+9
|
* Fix testsChocobozzz2020-04-202-10/+11
|
* Use originallyPublishedAt from body on import if it existsChocobozzz2020-04-171-1/+1
|
* Fix languageOneOf filter with only _unknownChocobozzz2020-04-161-13/+18
|
* Do not support subscriptions to accountsChocobozzz2020-04-163-1/+7
|
* Fix import/upload CLI optionsChocobozzz2020-04-161-2/+3
|
* Fix user video quota with webtorrent disabledChocobozzz2020-04-162-34/+93
|
* Merge branch 'pr/2629' into developChocobozzz2020-04-155-4/+120
|\
| * Fix import captions testChocobozzz2020-04-155-36/+47
| |
| * Add unit tests for captions via URL importkimsible2020-04-141-1/+43
| |
| * Add getSubs to YoutubeDL video importkimsible2020-04-142-1/+64
| |
* | Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-142-10/+8
|/
* Catch error in import scriptChocobozzz2020-04-141-6/+10
|
* Add log in peertube watch script on errorChocobozzz2020-04-141-1/+6
|
* Add misc endpoints and helpers to npm testChocobozzz2020-04-141-0/+2
|
* Increase fetcher job ttlChocobozzz2020-04-111-2/+2
|
* Add CORS to AP routesChocobozzz2020-04-101-0/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-1010-231/+464
|
* Fix lint for emailerRigel Kent2020-04-101-1/+1
|
* Add sendmailIsmaƫl Bouya2020-04-102-25/+43
|
* Increase max page valueChocobozzz2020-04-101-1/+1
|
* Check config resolutions keysChocobozzz2020-04-101-0/+2
|
* Add ability to remove a video from a pluginChocobozzz2020-04-095-9/+68
|
* Add SQL query support in pluginsChocobozzz2020-04-098-7/+107
|
* Refactor plugin helpers factoryChocobozzz2020-04-095-169/+242
|
* Fix repl scriptChocobozzz2020-04-091-3/+2
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-079-2/+262
|
* Fix torrent import on windowsChocobozzz2020-04-072-5/+7
|
* Support audio files importChocobozzz2020-04-036-46/+73
|
* Fix typo in db field checkChocobozzz2020-04-031-1/+1
|
* Fix video codec in HLS playlistChocobozzz2020-04-031-1/+2
|
* Update CLI dependenciesChocobozzz2020-04-023-262/+359
|
* Fix CLI tools typingsChocobozzz2020-04-011-3/+3
|
* Fix sitemapChocobozzz2020-04-011-2/+2
|
* Update server dependenciesChocobozzz2020-04-011-6/+8
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-312-34/+35
|
* Tests for viewsPerDayRigel Kent2020-03-312-4/+42
|
* Put channel stats behind withStats flagRigel Kent2020-03-313-5/+17
|
* View stats for channelsRigel Kent2020-03-311-42/+105
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-273-39/+241
|
* Try to fix tracker tests issuesChocobozzz2020-03-201-2/+8
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-202-1/+4
|