aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix live segments checkChocobozzz2020-11-101-37/+23
|
* Update ffmpeg static version for testsChocobozzz2020-11-092-3/+6
|
* Handle views for live videosChocobozzz2020-11-094-9/+72
|
* Don't add live videos in redundancyChocobozzz2020-11-092-3/+1
|
* Add live server hooksChocobozzz2020-11-092-2/+11
|
* Regenerate miniature on live saveChocobozzz2020-11-096-19/+31
|
* Fix audio sync after saving replayChocobozzz2020-11-091-4/+0
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live notification testsChocobozzz2020-11-092-3/+13
|
* Add save replay live testsChocobozzz2020-11-093-31/+50
|
* Add check constraints live testsChocobozzz2020-11-094-22/+32
|
* Begin live testsChocobozzz2020-11-091-2/+34
|
* Add check params live testsChocobozzz2020-11-091-0/+2
|
* Fix live endingChocobozzz2020-11-091-4/+12
|
* Add modal to display live informationChocobozzz2020-11-093-24/+39
|
* Fix replay savingChocobozzz2020-11-091-12/+26
|
* Add ability to save live replayChocobozzz2020-11-095-46/+126
|
* Check live duration and sizeChocobozzz2020-11-093-24/+140
|
* Add watch messages if live has not startedChocobozzz2020-11-096-54/+180
|
* Handle live federationChocobozzz2020-11-094-17/+17
|
* Refactor video creationChocobozzz2020-11-093-18/+75
|
* Live streaming implementation first stepChocobozzz2020-11-096-7/+356
|
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-073-6/+57
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix re webtorrent transcodingChocobozzz2020-09-091-7/+3
|
* Add site_name to opengraph tagsChocobozzz2020-09-041-3/+8
|
* Remove debugChocobozzz2020-08-261-2/+0
|
* Inject plugin CSS in embed tooChocobozzz2020-08-241-0/+21
|
* Add ability to a video multiple times in a playlistChocobozzz2020-08-191-3/+4
|
* Do not reuse reset password linksChocobozzz2020-08-121-0/+14
|
* Refactor video extensions logic in serverChocobozzz2020-08-111-30/+30
|
* Fix twitter embedChocobozzz2020-08-071-1/+7
|
* Handle playlist oembedChocobozzz2020-08-071-11/+45
|
* Reorganize shared modelsChocobozzz2020-08-072-2/+3
|
* Fix resolution for portrait videosChocobozzz2020-08-031-4/+5
|
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
|
* Add openapi docChocobozzz2020-07-311-2/+1
|
* Add migrations for abuse messagesChocobozzz2020-07-314-15/+32
|
* Add abuse messages/states notificationsChocobozzz2020-07-315-6/+187
|
* Add server API to abuse messagesChocobozzz2020-07-313-6/+6
|
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-311-64/+194
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-203-6/+9
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-203-6/+9
| |
* | Add ability to report accountChocobozzz2020-07-103-7/+10
| |
* | Add new abuses testsChocobozzz2020-07-103-2/+4
| |
* | Add migrationsChocobozzz2020-07-103-5/+7
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-1010-144/+374
|/
* Fix lintChocobozzz2020-07-101-2/+2
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-1/+16
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Block infohash spammers from trackerChocobozzz2020-06-251-1/+16
|
* Reorganize client shared modulesChocobozzz2020-06-234-29/+29
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-2/+15
| | | | | - 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