aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-071-1/+1
|\
| * Fix schema.org contextChocobozzz2022-06-071-1/+1
| |
* | Remove unused functionChocobozzz2022-06-031-1/+1
| |
* | Add live autostart/messages in embedChocobozzz2022-05-311-1/+5
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-254-57/+83
|\|
| * More robust live ending jobChocobozzz2022-05-251-2/+6
| |
| * Fix saving permanent live replay on quick restreamChocobozzz2022-05-253-37/+60
| |
| * Cleanup muxing session method optionsChocobozzz2022-05-251-21/+20
| |
* | Add ability to set a custom video import timeoutChocobozzz2022-05-241-1/+1
|/
* Fix email action button label for reportsChocobozzz2022-05-242-2/+2
|
* Reduce error logsChocobozzz2022-05-182-1/+8
|
* Add use proxy for s3 (#4973)Chocobozzz2022-05-091-1/+16
| | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com>
* Fix collection typeChocobozzz2022-05-091-1/+1
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-1/+13
|
* Convert followers/following in raw SQL queriesChocobozzz2022-05-051-1/+1
| | | | Prevent weird bug in SQL generation
* Fix quota inconstistencies with livesChocobozzz2022-05-042-2/+5
|
* Support live session in serverChocobozzz2022-05-035-46/+123
|
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-021-2/+2
|
* Add ability to save replay of permanent livesChocobozzz2022-04-217-95/+190
|
* object-storage: @aws-sdk/lib-storage for multipart (#4903)kontrollanten2022-04-191-70/+19
| | | | | | | | | | | | | | | | | * object-storage: @aws-sdk/lib-storage for multipart * gitignore: add .DS_Store * test(object-storage): remove only * test(object-storage/multipart): generate video * fix lint issue * test(obj-storage/video): ensure file size * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix 2 hours limit on uploadsChocobozzz2022-04-191-0/+4
|
* Fix email text containing linksChocobozzz2022-04-151-1/+1
|
* Fix email links displayed twice as textChocobozzz2022-04-151-0/+6
|
* Support interactive video stats graphChocobozzz2022-04-151-15/+9
|
* Add ability to set start/end date to timeserieChocobozzz2022-04-151-0/+55
|
* Improve viewer counterChocobozzz2022-04-159-134/+220
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-153-4/+23
|
* Support video views/viewers stats in serverChocobozzz2022-04-1520-166/+658
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
| | | | Workaround of https://github.com/mastodon/mastodon/issues/13571
* Disallow unlisted video indexationChocobozzz2022-04-081-0/+2
|
* Refactor AP context builderChocobozzz2022-03-2419-243/+458
|
* Remove activitypub helperChocobozzz2022-03-2322-29/+274
| | | | Put functions in lib/activitypub instead
* Rename studio to editorChocobozzz2022-03-229-42/+42
|
* Add video edition finished notificationChocobozzz2022-03-2213-52/+166
|
* Update server dependenciesChocobozzz2022-03-212-3/+3
|
* Don't store remote rates of remote videosChocobozzz2022-03-1833-290/+329
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix client html cache on theme updateChocobozzz2022-03-172-7/+6
|
* Fix torrent creationChocobozzz2022-03-161-0/+4
|
* Process video torrents in orderChocobozzz2022-03-162-1/+94
| | | | Prevent update before video torrent generation for example
* Make object storage ACL configurableDoug Luce2022-03-161-8/+20
| | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-0/+3
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Add latency setting supportChocobozzz2022-03-094-4/+17
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* Remove uneeded memoizeChocobozzz2022-03-081-12/+4
|
* Refactor user build and express file middlewaresChocobozzz2022-03-042-17/+60
|
* Fix client html performance regressionChocobozzz2022-02-281-3/+11
|
* Add basic video editor supportChocobozzz2022-02-2818-61/+357
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-289-125/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix broken depChocobozzz2022-02-091-1/+2
|
* Add log on user plugin auth conflictChocobozzz2022-02-091-1/+8
|