aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading data twice in rest tablesChocobozzz2020-12-081-1/+1
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-076-4/+178
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-1/+1
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-0413-42/+111
|
* Add badge for permanent live in live info modalChocobozzz2020-12-043-12/+17
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-3/+3
|
* Fix scroll check in infinite scroller directiveChocobozzz2020-11-301-6/+7
|
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-301-0/+3
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* :sparkles: Add input-password #3375madmath032020-11-301-0/+2
|
* Refactor last PRChocobozzz2020-11-273-7/+11
|
* Various front optimizationsChocobozzz2020-11-272-10/+11
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-272-2/+10
|
* Fix circular dep issueChocobozzz2020-11-257-13/+19
|
* Add new default different avatar for channel and accountkimsible2020-11-2511-43/+69
|
* refactor scoped token serviceRigel Kent2020-11-253-14/+10
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-254-7/+38
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-6/+7
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add tooltip to maximize button and remove grey backgroundkimsible2020-11-223-5/+20
|
* Fix playlist update element dropdown uxChocobozzz2020-11-201-16/+26
|
* Improve playlist add dropdown uxChocobozzz2020-11-202-5/+12
|
* Fix dropdowns z-indexChocobozzz2020-11-202-3/+3
|
* Add ability to bulk delete commentsChocobozzz2020-11-201-3/+11
|
* Fix no history messageChocobozzz2020-11-191-1/+1
|
* Upgrade client dependenciesChocobozzz2020-11-196-4/+98
| | | | Migrate removed primeng theme to custom CSS
* Fix video tag validatorChocobozzz2020-11-181-2/+2
|
* Add ability to display all channel/account videosChocobozzz2020-11-184-12/+61
|
* Clearer periods in videos listChocobozzz2020-11-182-45/+49
|
* Disable auto-focus markdown textarea on touchdeviceskimsible2020-11-181-2/+6
|
* Memorize scroll position when maximized mode used with markdown textareakimsible2020-11-181-1/+8
|
* Fix client buildChocobozzz2020-11-171-3/+3
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-5/+2
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Replace keyboard shortcut iconChocobozzz2020-11-161-0/+1
| | | | Use svg instead
* Refactor rest table search filterChocobozzz2020-11-162-35/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-9/+9
|
* Add admin view to manage commentsChocobozzz2020-11-164-7/+15
|
* Implement video comment list in adminChocobozzz2020-11-132-2/+95
|
* Cleanup lives on server restartChocobozzz2020-11-133-3/+14
|
* Reorganize left menu and account menuChocobozzz2020-11-133-3/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-123-8/+8
| | | | fixes #3222
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-0912-6/+150
|
* Add max lives limitChocobozzz2020-11-092-0/+21
|
* Add modal to display live informationChocobozzz2020-11-094-2/+18
|
* Add thumbnail info if liveChocobozzz2020-11-092-3/+12
|
* Add ability to save live replayChocobozzz2020-11-094-4/+53
|
* Add watch messages if live has not startedChocobozzz2020-11-096-16/+19
|
* Live streaming implementation first stepChocobozzz2020-11-099-7/+69
|
* Add possibility to share origin URL to video if it's not localJeena2020-10-292-1/+15
| | | | | | | | It's very difficult to share the original URL for a video when you watch it on your own instance while it's not from it but from a different instance. Right now when you use the share UI you only can share a link so a person can watch it on your own instance, this patch adds a checkbox to the share UI to share the origin URL instead if needed.
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-282-2/+2
|