aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* add check-params test for user listRigel Kent2020-07-033-3/+14
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-024-10/+71
| | | | fixes #2914
* Fix users testsChocobozzz2020-07-021-1/+1
|
* fix change ownership typingRigel Kent2020-06-281-2/+2
|
* allow muting from the miniature optionsRigel Kent2020-06-281-4/+4
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-281-7/+3
|
* allow limiting video-comments rss feeds to an account or video channelRigel Kent2020-06-273-17/+78
|
* update openapi spec with links and callback for searchRigel Kent2020-06-271-1/+1
|
* Close mock blocklit server when tests endChocobozzz2020-06-262-0/+4
|
* Block infohash spammers from trackerChocobozzz2020-06-254-22/+81
|
* Add auto block videos plugin testsChocobozzz2020-06-252-0/+191
|
* Add database.name config optionGirish Ramakrishnan2020-06-251-1/+1
| | | | | | | | If database.name is set, we use it as the complete database name. If unset, we use the "peertube"+database.suffix as the complete database name. Fixes #1620
* Reorganize client shared modulesChocobozzz2020-06-2339-132/+153
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-229-27/+239
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-2/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-182-6/+6
|
* Split types and typingsChocobozzz2020-06-18172-203/+204
|
* Fix server buildChocobozzz2020-06-171-2/+5
|
* Update server dependenciesChocobozzz2020-06-1719-63/+31
|
* Correctly fix subtitles importChocobozzz2020-06-171-11/+10
|
* Split notification testsChocobozzz2020-06-166-953/+996
|
* Add videos count in channels listChocobozzz2020-06-163-16/+47
|
* Fix getSubs importChocobozzz2020-06-161-0/+1
|
* Logging ip requesting unknown infoHashJohn Livingston2020-06-151-1/+1
|
* Fix video view filenameChocobozzz2020-06-155-4/+4
|
* Fix global search nsfw policy when logged inChocobozzz2020-06-151-1/+5
|
* Use default nsfw instance policy for search indexChocobozzz2020-06-122-1/+39
|
* Optimize views per day in video channelsChocobozzz2020-06-123-22/+22
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* Fix lintChocobozzz2020-06-121-1/+1
|
* preserve original variable names server-sideRigel Kent2020-06-1011-38/+38
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1011-38/+38
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix testsChocobozzz2020-06-102-3/+7
|
* Add search index testsChocobozzz2020-06-105-4/+337
|
* Add search target check paramsChocobozzz2020-06-103-4/+98
|
* Fix video follow SQLChocobozzz2020-06-102-3/+5
|
* First implem global searchChocobozzz2020-06-1013-20/+255
|
* change fixtures to reflect output size of jimpRigel Kent2020-06-107-0/+0
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-5/+6
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Fix video comments feed SQL queryChocobozzz2020-06-092-2/+7
|
* Add AP icons breaking changeChocobozzz2020-06-041-16/+6
|
* Send complete video description in AP messagesChocobozzz2020-06-041-1/+1
|
* Sort AP files by resolution descChocobozzz2020-06-041-7/+11
|
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-1/+1
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-035-20/+75
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Don't cache embed HTML fileChocobozzz2020-06-021-1/+2
|
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-3/+3
|\
| * Fix emailsChocobozzz2020-06-021-3/+3
| |
* | Block comments from muted accounts/serversChocobozzz2020-05-2912-101/+335
| | | | | | | | | | | | | | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* | Support broadcast messagesChocobozzz2020-05-296-2/+59
| |