aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix HLS player seekingChocobozzz2022-07-112-17/+18
|
* Fix unknown infohash settingChocobozzz2022-07-111-3/+4
|
* Fix videos statsChocobozzz2022-07-082-3/+2
|
* Rename not fount page to error pageChocobozzz2022-07-0811-48/+51
|
* feat(client/PageNotFound): mascot marginkontrollanten2022-07-081-1/+1
|
* feat: custom msg upon 401 responsekontrollanten2022-07-083-3/+20
| | | | closes #4768
* fix(client/AbuseDetails): infinite update loop (#5109)kontrollanten2022-07-082-15/+15
| | | | | | | * fix(client/AbuseDetails): infinite update loop * Abuse may not have predefined reasons Co-authored-by: Chocobozzz <me@florianbigard.com>
* hooks filter:api.my-lib.playlist-elems.get.* (#5098)kontrollanten2022-07-084-4/+17
| | | | | | | | | * hooks filter:api.my-lib.playlist-elems.get.* closes #4776 * Introduce my-library plugin scope Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add info on dev env variablesChocobozzz2022-07-071-0/+12
|
* Fix unknown infohash skip logChocobozzz2022-07-061-1/+1
|
* Use yt-dlp by defaultChocobozzz2022-07-063-11/+8
| | | | It has more activity and they fix bugs more quickly
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-0626-106/+207
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Introduce experimental telemetryChocobozzz2022-07-0623-90/+1002
|
* Increase test timeoutChocobozzz2022-07-041-1/+1
|
* Fix comments/download attributes on importChocobozzz2022-07-045-83/+59
|
* Reduce lazy static error logsChocobozzz2022-06-303-10/+30
|
* Add ability to disable unknown infohash logChocobozzz2022-06-304-5/+14
|
* Improve menu cssChocobozzz2022-06-302-18/+19
|
* Fix button loading positionChocobozzz2022-06-301-0/+8
|
* Upgrade oauth2-serverChocobozzz2022-06-284-28/+26
|
* Rename video full loadingChocobozzz2022-06-2831-48/+48
|
* Update embed URL query docChocobozzz2022-06-281-1/+50
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-284-7/+29
|\
| * Bumped to version v4.2.2v4.2.2Chocobozzz2022-06-282-2/+2
| |
| * More flexible release scriptChocobozzz2022-06-281-5/+7
| |
| * Update changelogChocobozzz2022-06-281-0/+20
| |
* | Remove unused class attributeChocobozzz2022-06-281-2/+0
| |
* | Put instance name in embed buttonChocobozzz2022-06-289-24/+37
| |
* | Registrations typo and css fixesChocobozzz2022-06-282-6/+10
| |
* | Theme fixesChocobozzz2022-06-2811-28/+42
| |
* | Registration css fixesChocobozzz2022-06-2811-20/+78
| |
* | Lazy load piscinaChocobozzz2022-06-281-12/+20
| |
* | Fix workers constantsChocobozzz2022-06-271-2/+2
| |
* | Upgrade CI actionsChocobozzz2022-06-277-10/+10
| |
* | Fix tests with node 18Chocobozzz2022-06-271-1/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-271-8/+8
|\|
| * Fix boolean data attributes in homepageChocobozzz2022-06-271-8/+8
| |
* | Process images in a dedicated workerChocobozzz2022-06-2710-27/+77
| |
* | Optimize emoji markup listChocobozzz2022-06-272-18/+18
| |
* | Refactor actor avatar componentChocobozzz2022-06-2726-70/+100
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-273-45/+97
|\|
| * Fix broken feeds with published liveChocobozzz2022-06-273-51/+64
| |
| * Fix feed with live streamChocobozzz2022-06-271-0/+39
| |
* | Fix setting theme in clientChocobozzz2022-06-275-12/+11
| |
* | Fix comment add avatar when unloggedChocobozzz2022-06-271-1/+2
| |
* | Optimize feeds queryChocobozzz2022-06-274-24/+69
| |
* | Introduce worker threads to process remote imagesChocobozzz2022-06-249-49/+123
| |
* | Fix embed compat with safari 10Chocobozzz2022-06-243-2/+2
| |
* | Add live play testsChocobozzz2022-06-242-1/+38
| |
* | Fix fetching unlisted video in clientChocobozzz2022-06-248-19/+19
| |