aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add link to video in update view and smooth progress bar repositioningRigel Kent2020-01-131-0/+9
|
* Fix video support field updateChocobozzz2019-12-271-13/+17
|
* Lazy load static objectsChocobozzz2019-12-183-11/+22
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-1/+1
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* search filtering improvements per #1654Rigel Kent2019-12-051-2/+3
|
* Excplicit the tag limit #1815 relatedbikepunk2019-12-031-0/+1
|
* Add about information in registration pageChocobozzz2019-09-051-16/+38
|
* Fix help transcoding placementChocobozzz2019-07-291-0/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-2/+2
|
* Update angularChocobozzz2019-07-252-2/+2
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-1/+1
|\
| * Fix error in form when scheduling video publicationChocobozzz2019-06-071-1/+1
| |
* | Add ability to set a public to private in clientChocobozzz2019-06-071-1/+6
| |
* | Support audio upload in clientChocobozzz2019-05-172-10/+5
|/
* Add/update/delete/list my playlistsChocobozzz2019-03-185-102/+4
|
* Update E2E testsChocobozzz2019-02-211-4/+7
|
* Move original publication date in advanced settingsChocobozzz2019-02-112-45/+49
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-114-26/+23
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-115-31/+28
| |\
| | * Fix some stylesChocobozzz2019-01-171-7/+6
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-173-15/+6
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
| | |
| * | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| | |
* | | Enable video upload and editclementbrizard2019-01-122-1/+17
| |/ |/|
* | Refractor notification serviceChocobozzz2018-12-191-2/+2
| | | | | | | | Shorter name and use primeng component
* | Fix adding captions to a videoChocobozzz2018-12-171-3/+1
| |
* | Support additional video extensionsChocobozzz2018-12-112-0/+2
| |
* | Improve message visibility on signupChocobozzz2018-11-161-0/+1
| |
* | Better typingsChocobozzz2018-10-181-2/+3
| |
* | NoImplicitAny flag true (#1157)BO412018-10-182-5/+5
| | | | | | | | | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* | Add ability to list all local videos on clientChocobozzz2018-10-101-0/+5
|/
* Fix some i18n tagsChocobozzz2018-09-281-0/+1
|
* i18n in video-editRigel Kent2018-09-211-4/+4
|
* fix nav tab and tag color in dark themeRigel Kent2018-09-201-3/+5
|
* Better label for video privaciesChocobozzz2018-09-041-4/+4
|
* Add video recomandation by tags (#1001)Jorropo2018-09-041-2/+3
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-095-241/+240
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-081-70/+0
|
* Refractor video upload/importChocobozzz2018-08-081-0/+70
|
* Sort video captionsChocobozzz2018-07-251-4/+14
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-253-4/+59
|
* Improve frontend accessibilityChocobozzz2018-07-173-45/+26
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Improve video edit/update/add typingsChocobozzz2018-07-161-5/+5
|
* Parse log script parse the last updated logChocobozzz2018-07-161-6/+1
|
* Handle .srt subtitlesChocobozzz2018-07-163-8/+27
|
* Implement captions/subtitlesChocobozzz2018-07-1610-46/+271
|
* Fix images size limitChocobozzz2018-06-221-1/+10
|
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-201-1/+0
|