aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix internal videos in playlistsChocobozzz2020-03-201-1/+4
|
* Optimize sql requests on broadcastChocobozzz2020-03-191-53/+36
|
* Fix 500 when adding video in playlistChocobozzz2020-03-191-1/+7
|
* Fix total videos statsChocobozzz2020-03-133-7/+30
|
* Fix re running HLS transcodingChocobozzz2020-03-121-1/+1
|
* Fix federation with pleromaChocobozzz2020-03-121-2/+4
|
* Implement pagination for overviews endpointChocobozzz2020-03-117-70/+185
|
* Fix sitemap endpointChocobozzz2020-03-111-6/+14
|
* Fix CSP issue on WebFinger service (#2541)Lucien A2020-03-111-0/+3
| | | | | | | * Fix CSP issue on WebFinger service WebFinger RFC states that CSP should allow any origin to access WebFinger resources. * Update webfinger.ts
* Fix lintChocobozzz2020-03-102-4/+2
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-102-4/+2
|
* Video file metadata PR cleanupChocobozzz2020-03-108-99/+102
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-1014-44/+318
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Wrap videos list query in raw SQLChocobozzz2020-03-103-85/+292
|
* Rewrite video list in raw SQLChocobozzz2020-03-103-434/+428
|
* Fix build with typescript 3.8Chocobozzz2020-02-286-7/+7
|
* Update dependenciesChocobozzz2020-02-2828-47/+48
|
* Fix WS trackerChocobozzz2020-02-251-1/+1
|
* Fix CPU usage on PostgreSQLChocobozzz2020-02-251-30/+19
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-201-1/+7
|\
| * Fix CSP for embedsChocobozzz2020-02-201-1/+7
| |
* | Fix emailerChocobozzz2020-02-181-1/+1
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-1/+3
|\|
| * Correctly fix auto followsChocobozzz2020-02-171-1/+3
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-172-3/+3
|\|
| * Fix avatar updateChocobozzz2020-02-171-2/+2
| |
| * Manual approves followers only for the instanceChocobozzz2020-02-171-1/+1
| | | | | | | | And not for accounts or channels of the instance
* | Refactor email enabled functionChocobozzz2020-02-178-25/+25
| |
* | Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-178-15/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests