aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-2311-1083/+0
|
* Reorganize client shared modulesChocobozzz2020-06-234-44/+29
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-113-3/+3
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+1
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-083-3/+3
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-3/+34
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add getSubs to YoutubeDL video importkimsible2020-04-141-25/+39
|
* Fix cancel uploadChocobozzz2020-04-141-0/+4
|
* Fix lint relative to DragDropDirectiveRigel Kent2020-04-033-8/+8
|
* Support drag and drop for video upload and torrent file importRigel Kent2020-04-036-12/+51
|
* Refactor torrent-or-magnet divider in video importRigel Kent2020-04-032-2/+5
|
* Enlarge right column in video-edit on small screensRigel Kent2020-04-022-8/+1
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-4/+4
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-133-37/+21
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-131-1/+1
|
* Improve nav in admin/configurationRigel Kent2020-03-071-1/+1
|
* Update to angular 9Chocobozzz2020-02-102-2/+2
|
* Support wma and wav audio filesChocobozzz2020-02-071-1/+3
|
* Move watch later logic in miniatureChocobozzz2020-01-031-1/+0
|
* Lazy load static objectsChocobozzz2019-12-182-6/+12
|
* Add about information in registration pageChocobozzz2019-09-052-8/+18
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-2/+2
|
* Update angularChocobozzz2019-07-252-2/+2
|
* Improve registrationChocobozzz2019-06-071-1/+0
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Don't break video scheduled publicationChocobozzz2019-06-071-2/+0
|
* Add ability to set a public to private in clientChocobozzz2019-06-076-7/+3
|
* Support audio upload in clientChocobozzz2019-05-173-33/+111
|
* Fix explained privacies on first upload screenChocobozzz2019-04-257-6/+7
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-1/+1
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1111-178/+156
|\
| * Refactor how we use iconsChocobozzz2019-01-179-115/+37
| | | | | | | | Inject them in an angular component so we can easily change their color
| * Add unload listener on video upload/updateChocobozzz2019-01-141-0/+4
| |
| * Refractor notification serviceChocobozzz2018-12-194-21/+17
| | | | | | | | Shorter name and use primeng component
| * Add ability to disable and clear historyChocobozzz2018-12-181-2/+2
| |
| * Support additional video extensionsChocobozzz2018-12-112-1/+11
| |
| * Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-071-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
| * Improve video upload error handlingChocobozzz2018-11-1610-13/+65
| |
| * Better typingsChocobozzz2018-10-183-9/+9
| |
| * NoImplicitAny flag true (#1157)BO412018-10-183-3/+3
| | | | | | | | | | | | | | | | 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
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-083-6/+6
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-0/+6
|/
* Fix error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* fix message space on video upload cancelRigel Kent2018-09-291-1/+1
|
* Fix some i18n tagsChocobozzz2018-09-281-1/+1
|
* Upgrade client dependenciesChocobozzz2018-09-211-1/+0
|
* adding missing i18n for schedule optionRigel Kent2018-09-171-1/+1
|
* Update translationsChocobozzz2018-09-071-5/+4
|
* Better label for video privaciesChocobozzz2018-09-044-1/+9
|
* 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