aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
* Better typingsChocobozzz2018-10-184-11/+12
|
* NoImplicitAny flag true (#1157)BO412018-10-185-8/+8
| | | | | | | | 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 error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* fix message space on video upload cancelRigel Kent2018-09-292-2/+3
|
* Fix advanced options in upload formChocobozzz2018-09-281-1/+1
|
* Fix some i18n tagsChocobozzz2018-09-282-1/+2
|
* remove unused importsBO412018-09-221-4/+0
|
* i18n in video-editRigel Kent2018-09-211-4/+4
|
* Upgrade client dependenciesChocobozzz2018-09-211-1/+0
|
* fix nav tab and tag color in dark themeRigel Kent2018-09-201-3/+5
|
* adding missing i18n for schedule optionRigel Kent2018-09-171-1/+1
|
* Update translationsChocobozzz2018-09-071-5/+4
|
* Fix video add background colorChocobozzz2018-09-051-2/+2
|
* add theming via css custom propertiesRigel Kent2018-09-041-6/+3
| | | | and a bonus dark color theme toggle
* Better label for video privaciesChocobozzz2018-09-046-7/+17
|
* 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
* Don't get quota twiceChocobozzz2018-09-031-4/+4
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-2/+20
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Fix videos add tabs styleChocobozzz2018-08-092-12/+21
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-095-241/+240
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-082-1/+2
|
* Import torrents with webtorrentChocobozzz2018-08-085-8/+44
|
* Import magnets with webtorrentChocobozzz2018-08-089-8/+250
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-089-35/+35
|
* video-import -> video-import-urlChocobozzz2018-08-086-12/+12
|
* Refractor video upload/importChocobozzz2018-08-085-97/+107
|
* Fix testsChocobozzz2018-08-062-2/+2
|
* Fix fps federationChocobozzz2018-08-062-3/+2
|
* Add import http enabled configurationChocobozzz2018-08-063-1/+14
|
* Correctly handle video import errorsChocobozzz2018-08-061-1/+1
|
* Add ability to remove a video importChocobozzz2018-08-061-0/+5
|
* Add ability to import video with youtube-dlChocobozzz2018-08-0611-379/+712
|
* Sort video captionsChocobozzz2018-07-251-4/+14
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-256-6/+78
|
* Improve frontend accessibilityChocobozzz2018-07-174-45/+27
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Use a resolver when updating the videoChocobozzz2018-07-164-49/+77
|
* Improve video edit/update/add typingsChocobozzz2018-07-163-12/+14
|
* Do not display private privacy if the video is not privateChocobozzz2018-07-161-1/+1
|
* Parse log script parse the last updated logChocobozzz2018-07-161-6/+1
|
* Handle .srt subtitlesChocobozzz2018-07-163-8/+27
|
* Implement captions/subtitlesChocobozzz2018-07-1614-85/+333
|
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-5/+5
|
* Extract extensions from the buttonChocobozzz2018-06-292-2/+12
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-4/+4
|
* clarifying what extensions are accepted for uploadRigel Kent2018-06-291-1/+1
|
* Fix images size limitChocobozzz2018-06-221-1/+10
|
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-201-1/+0
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-0/+1
|