aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace keyboard shortcut iconChocobozzz2020-11-161-0/+1
* 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
* reword unclear sentences, check for grammarRigel Kent2020-11-123-8/+8
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
* 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
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-282-2/+2
* Fix privacy/channel select on uploadChocobozzz2020-09-042-2/+4
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-212-0/+8
* Add ability to set custom field to video formChocobozzz2020-08-217-3/+85
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
* Fix responsive playlist elementsChocobozzz2020-08-191-2/+7
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-193-6/+7
* Fix video playlist resumingChocobozzz2020-08-191-2/+8
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-195-127/+285
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
* Fix playlist deletionChocobozzz2020-08-191-1/+5
* We don't need services anymore for validatorsChocobozzz2020-08-1747-940/+739
* Add restore scroll position on user-dropdown anchors links and scroll to top ...Kim2020-08-172-3/+15
* Fix css lintChocobozzz2020-08-171-1/+1
* removed minimum width css to fit mobile devices with lesser width (#3090)test2a2020-08-171-3/+1
* Fix circular dependenciesChocobozzz2020-08-143-29/+8
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-142-1/+2
* Add markown compatible help icon in comment textareakimsible2020-08-144-4/+11
* Migrate to $localizeChocobozzz2020-08-1454-574/+430
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-113-3/+14
* Remove angular pipes moduleChocobozzz2020-08-118-15/+47
* Use ng select for multiselectChocobozzz2020-08-1118-58/+228
* Move form modules in the form shared moduleChocobozzz2020-08-112-15/+16
* Fix tags in search filtersChocobozzz2020-08-114-22/+39