aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add error info on router errorChocobozzz2022-08-031-2/+2
|
* Add channel hooksChocobozzz2022-08-039-31/+70
|
* Fix table columns on safariChocobozzz2022-08-013-3/+3
|
* Add ability to delete a specific video fileChocobozzz2022-08-014-1/+39
|
* Prevent error on highlighted threadChocobozzz2022-07-292-1/+15
|
* Prevent fetching playlist status after logoutChocobozzz2022-07-281-2/+10
|
* Fix disabled inputs in adminChocobozzz2022-07-282-1/+8
|
* Fix broken admin pageChocobozzz2022-07-281-1/+1
|
* Add bulk action on following/followersChocobozzz2022-07-279-70/+216
|
* Handle rejected follows in clientChocobozzz2022-07-275-21/+64
| | | | Also add quick filters so it's easier to find pending follows
* Fix invalid margin when loader is not displayedChocobozzz2022-07-272-2/+2
|
* Display latest uploaded date for captionsChocobozzz2022-07-253-4/+6
|
* video-watch.video-threads.loaded after DOM loadingChocobozzz2022-07-221-1/+2
|
* Clearer live sessionChocobozzz2022-07-223-1/+9
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Fix z-index with custom homepageChocobozzz2022-07-183-5/+5
|
* Add ability for client to create server logsChocobozzz2022-07-1852-142/+177
|
* Fix typeahead font sizeChocobozzz2022-07-151-0/+2
|
* Fix host advanced filter with channelsChocobozzz2022-07-131-1/+0
|
* Fix interface lang button when unloggedChocobozzz2022-07-122-4/+3
|
* Fix instance config on mobileChocobozzz2022-07-121-1/+2
|
* Reset table pagination on searchChocobozzz2022-07-1214-32/+34
|
* Rename not fount page to error pageChocobozzz2022-07-089-48/+36
|
* 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-081-2/+9
| | | | | | | | | * hooks filter:api.my-lib.playlist-elems.get.* closes #4776 * Introduce my-library plugin scope Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix comments/download attributes on importChocobozzz2022-07-045-83/+59
|
* Improve menu cssChocobozzz2022-06-302-18/+19
|
* Fix button loading positionChocobozzz2022-06-301-0/+8
|
* Put instance name in embed buttonChocobozzz2022-06-281-0/+1
|
* Registrations typo and css fixesChocobozzz2022-06-282-6/+10
|
* Theme fixesChocobozzz2022-06-284-10/+10
|
* Registration css fixesChocobozzz2022-06-288-17/+61
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-271-8/+8
|\
| * Fix boolean data attributes in homepageChocobozzz2022-06-271-8/+8
| |
| * Fix latest live sessions orderChocobozzz2022-06-241-1/+1
| |
* | Optimize emoji markup listChocobozzz2022-06-272-18/+18
| |
* | Refactor actor avatar componentChocobozzz2022-06-2726-70/+100
| |
* | Fix setting theme in clientChocobozzz2022-06-275-12/+11
| |
* | Fix comment add avatar when unloggedChocobozzz2022-06-271-1/+2
| |
* | Fix fetching unlisted video in clientChocobozzz2022-06-248-19/+19
| |
* | Fix latest live sessions orderChocobozzz2022-06-241-1/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-2/+4
|\|
| * Fix going live latency modeChocobozzz2022-06-231-2/+4
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-216-3/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Fix missing link orangeChocobozzz2022-06-211-1/+1
| |
* | Handle input error in custom input textChocobozzz2022-06-2011-56/+42
| |
* | Handle input error in markdown textareaChocobozzz2022-06-2012-71/+58
| |
* | Less complicated markdown textarea CSSChocobozzz2022-06-204-216/+131
| |
* | Fix typoChocobozzz2022-06-203-3/+3
| |