aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Introduce config commandChocobozzz2021-07-2032-485/+476
|
* Introduce stats commandChocobozzz2021-07-202-51/+27
|
* Introduce redundancy commandChocobozzz2021-07-203-158/+84
|
* Introduce plugins commandChocobozzz2021-07-2020-459/+212
|
* Introduce jobs commandChocobozzz2021-07-203-37/+28
|
* Introduce follows commandChocobozzz2021-07-2015-281/+233
|
* Introduce debug commandChocobozzz2021-07-203-11/+10
|
* Introduce contact form commandChocobozzz2021-07-202-65/+27
|
* Move AP request in requests fileChocobozzz2021-07-203-3/+2
|
* Introduce search commandChocobozzz2021-07-2011-366/+409
|
* Introduce overviews commandChocobozzz2021-07-203-63/+52
|
* Introduce abuse commandChocobozzz2021-07-205-481/+415
|
* Correctly export misc filesChocobozzz2021-07-209-18/+17
|
* Rename mock server filesChocobozzz2021-07-201-1/+1
|
* Introduce logs commandChocobozzz2021-07-201-23/+26
|
* Introduce feed commandChocobozzz2021-07-201-62/+60
|
* Introduce CustomPage commandChocobozzz2021-07-201-13/+12
|
* Introduce CLI commandChocobozzz2021-07-2010-119/+62
|
* Introduce bulk commandChocobozzz2021-07-201-6/+7
|
* Fix youtube-dl import for peertube videosChocobozzz2021-07-161-1/+1
|
* change audio label, 0p > Audiokontrollanten2021-07-121-1/+1
| | | | Changes the audio label in the Download modal.
* Fix overviews test timeoutChocobozzz2021-07-121-1/+1
|
* Fix subscribe hotkeyChocobozzz2021-07-121-1/+1
|
* add support to another wav mimetype lambdacastix2021-07-111-1/+2
| | | | | | | | | | | ```bash $ file --mime-type file.wav file.wav: audio/x-wav $ file file.wav file.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz ``` note: aac had a `'LEFT-TO-RIGHT MARK' (U+200E)` that I removed too
* Use dns cache for requestsChocobozzz2021-07-021-0/+1
| | | | Prevent blocking issues in uv thread pool
* Increase test timeoutChocobozzz2021-07-022-3/+3
|
* Fix webfinger tls onlyChocobozzz2021-07-011-2/+2
|
* Fix hooks definitionChocobozzz2021-07-016-10/+25
|
* Fix missing delete cascade video -> channelChocobozzz2021-07-011-1/+2
|
* Handle broken plugin installChocobozzz2021-06-304-11/+80
|
* Don't check enum for video modelChocobozzz2021-06-291-6/+0
| | | | Licence, language and category could be extended by a remote plugin
* Support short uuid for GET video/playlistChocobozzz2021-06-2952-576/+858
|
* Fix ownership change with a live videoChocobozzz2021-06-284-101/+208
|
* Add video-playlist-element.created hook (#4196)kontrollanten2021-06-283-2/+45
| | | | | | | | | | | | | | | | | | | * add playlists.videos.list.params/results hooks closes #4192 * Revert "add playlists.videos.list.params/results hooks" This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92. * add video-playlist-element.created hook closes #4192 * test: add playlist-element.created * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Update tools dependenciesChocobozzz2021-06-2510-27/+25
|
* Upgrade server dependenciesChocobozzz2021-06-251-3/+1
|
* Add ability to search playlistsChocobozzz2021-06-2542-373/+1193
|
* It's not the week-end yetChocobozzz2021-06-171-2/+0
|
* Fix muxing cleanupChocobozzz2021-06-172-3/+1
|
* Fix prune storage testsChocobozzz2021-06-172-8/+16
|
* Speedup CIChocobozzz2021-06-171-1/+1
|
* Fix memory leakChocobozzz2021-06-172-3/+19
|
* Don't retry UpdateVideosScheduler transactionsChocobozzz2021-06-171-7/+6
|
* Refactor live managerChocobozzz2021-06-1719-884/+1244
|
* Resolve object id from actors tooChocobozzz2021-06-162-0/+4
|
* Upgrade tools depChocobozzz2021-06-151-215/+198
|
* Increase fetcher jobs concurrencyChocobozzz2021-06-151-1/+1
|
* Add ability to delete previously added constantsChocobozzz2021-06-154-13/+27
|
* Fix lintChocobozzz2021-06-151-1/+0
|
* Fix missing transactionsChocobozzz2021-06-1514-70/+66
|