aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Import torrents with webtorrentChocobozzz2018-08-084-7/+43
|
* Import magnets with webtorrentChocobozzz2018-08-086-3/+232
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-087-0/+662