Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix socket.io websocket connection | Chocobozzz | 2019-01-09 | 1 | -6/+11 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 4 | -5/+20 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 5 | -8/+140 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 4 | -46/+158 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 7 | -6/+318 |
| | |||||
* | increase waitJobs pendingJobs timeout to 2000 | Josh Morel | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -0/+4 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 3 | -12/+44 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | throw error if MailDev doesn't run | Josh Morel | 2018-12-17 | 2 | -18/+75 |
| | | | | also allow calling in multiple file | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 2 | -0/+2 |
| | |||||
* | Add test regarding tmp directory | Chocobozzz | 2018-12-11 | 2 | -2/+19 |
| | |||||
* | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 36 | -0/+3004 |
|\ | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 15 | -17/+20 |
| |\ | | | | | | | | | | move-utils-to-shared | ||||
| * | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 1 | -2/+0 |
| | | | |||||
| * | | Merge from upstream | buoyantair | 2018-11-16 | 4 | -4/+7 |
| |\| | |||||
| * | | Fix dependency issues | buoyantair | 2018-10-29 | 8 | -9/+9 |
| | | | |||||
| * | | Move utils to /shared | buoyantair | 2018-10-29 | 33 | -0/+2901 |
| | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | | | 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 |
| | |||||
* | Add redundancy stats | Chocobozzz | 2018-09-14 | 1 | -0/+10 |
| | |||||
* | Add recently added redundancy strategy | Chocobozzz | 2018-09-14 | 1 | -3/+16 |
| | |||||
* | Add trending videos strategy | Chocobozzz | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 11 | -14/+50 |
| | |||||
* | Move nodeinfo model in shared/ | Chocobozzz | 2018-09-04 | 1 | -0/+117 |
| |