Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 19 | -50/+135 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 37 | -37/+380 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -1/+4 |
| | | | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 7 | -23/+72 |
| | | | |||||
| | * | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -0/+1 |
| | | | |||||
| | * | Refactor how we use icons | Chocobozzz | 2019-01-17 | 3 | -20/+16 |
| | | | | | | | | | | | | Inject them in an angular component so we can easily change their color | ||||
| | * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 2 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version | ||||
| | * | Add totalLocalVideoFilesSize in stats | Chocobozzz | 2019-01-15 | 1 | -0/+1 |
| | | | |||||
| | * | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage | ||||
| | * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 2 | -0/+2 |
| | | | |||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 4 | -4/+4 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 4 | -1/+5 |
| | | | |||||
* | | | Change models | clementbrizard | 2019-01-12 | 4 | -0/+4 |
| |/ |/| | |||||
* | | Implement contact form on server side | Chocobozzz | 2019-01-10 | 4 | -0/+19 |
| | | |||||
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -4/+7 |
| | | |||||
* | | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 4 | -2/+33 |
| | | |||||
* | | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 2 | -2/+17 |
| | | |||||
* | | Add user notification base code | Chocobozzz | 2019-01-09 | 4 | -0/+64 |
| | | |||||
* | | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -0/+4 |
| | | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -2/+5 |
| | | | | | | | | Add ability to disable, clear and list user videos history | ||||
* | | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | | |||||
* | | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+4 |
| | | | | | | | | password system | ||||
* | | Add ru pl and it translations | Chocobozzz | 2018-12-05 | 1 | -3/+6 |
| | | |||||
* | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 1 | -1/+2 |
| | | |||||
* | | Check activities host | Chocobozzz | 2018-11-14 | 2 | -2/+3 |
| | | |||||
* | | Better typings | Chocobozzz | 2018-10-18 | 4 | -5/+2 |
| | | |||||
* | | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 1 | -3/+9 |
| | | |||||
* | | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 4 | -2/+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 | ||||
* | | Fix tests | Chocobozzz | 2018-10-17 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -1/+2 |
|\ \ | |||||
| * | | move to boolean switch | Rigel Kent | 2018-10-13 | 2 | -3/+1 |
| | | | |||||
| * | | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | | dont export base bitrate | Felix Ableitner | 2018-10-17 | 1 | -1/+1 |
| | | | |||||
* | | | more documentation | Felix Ableitner | 2018-10-17 | 1 | -3/+9 |
| | | | |||||
* | | | better documentation | Felix Ableitner | 2018-10-17 | 1 | -3/+5 |
| | | | |||||
* | | | Scale bitrate linearly with FPS | Felix Ableitner | 2018-10-17 | 1 | -15/+22 |
| | | | |||||
* | | | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 2 | -1/+6 |
| | | | |||||
* | | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 2 | -2/+2 |
| | | | |||||
* | | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 4 | -0/+19 |
|/ / | |||||
* | | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 4 | -2/+7 |
| | | | | | | | | Including private/unlisted for moderators/admins | ||||
* | | Try to cache video_high_bitrate_1080p in travis | Chocobozzz | 2018-10-08 | 1 | -8/+8 |
| | | |||||
* | | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 3 | -0/+62 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | ||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 1 | -0/+2 |
| | |||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 3 | -0/+8 |
| | |||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | add currentPassword to user update me model | Chocobozzz | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | Add zh-Hans-CN to i18n.ts | SerCom_KC | 2018-09-25 | 1 | -2/+3 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -0/+3 |
| |