aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix socket.io websocket connectionChocobozzz2019-01-091-6/+11
| |
* | Add notifications in the clientChocobozzz2019-01-094-5/+20
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-095-8/+140
| |
* | Add import finished and video published notifsChocobozzz2019-01-094-46/+158
| |
* | Add user notification base codeChocobozzz2019-01-097-6/+318
| |
* | increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
| |
* | Add ability to disable and clear historyChocobozzz2018-12-181-0/+4
| |
* | Add history on server sideChocobozzz2018-12-183-12/+44
| | | | | | | | Add ability to disable, clear and list user videos history
* | throw error if MailDev doesn't runJosh Morel2018-12-172-18/+75
| | | | | | | | also allow calling in multiple file
* | Support additional video extensionsChocobozzz2018-12-112-0/+2
| |
* | Add test regarding tmp directoryChocobozzz2018-12-112-2/+19
| |
* | Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-0736-0/+3004
|\ \ | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-2015-17/+20
| |\ \ | | | | | | | | | | | | move-utils-to-shared
| * | | Fix dependency errors between modulesbuoyantair2018-11-161-2/+0
| | | |
| * | | Merge from upstreambuoyantair2018-11-164-4/+7
| |\| |
| * | | Fix dependency issuesbuoyantair2018-10-298-9/+9
| | | |
| * | | Move utils to /sharedbuoyantair2018-10-2933-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 forgotChocobozzz2018-12-051-0/+4
| | | | | | | | | | | | | | | | password system
* | | | Add ru pl and it translationsChocobozzz2018-12-051-3/+6
| | | |
* | | | enable email verification by admin (#1348)Josh Morel2018-11-212-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 videosChocobozzz2018-11-201-1/+2
| |/ / |/| |
* | | Check activities hostChocobozzz2018-11-142-2/+3
|/ /
* | Better typingsChocobozzz2018-10-184-5/+2
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+9
| |
* | NoImplicitAny flag true (#1157)BO412018-10-184-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 testsChocobozzz2018-10-171-4/+2
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-1/+2
|\ \
| * | move to boolean switchRigel Kent2018-10-132-3/+1
| | |
| * | add webtorrent opt-out settingsRigel Kent2018-10-132-1/+4
| | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | | dont export base bitrateFelix Ableitner2018-10-171-1/+1
| | |
* | | more documentationFelix Ableitner2018-10-171-3/+9
| | |
* | | better documentationFelix Ableitner2018-10-171-3/+5
| | |
* | | Scale bitrate linearly with FPSFelix Ableitner2018-10-171-15/+22
| | |
* | | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-162-1/+6
| | |
* | | Add user/instance block by users in the clientChocobozzz2018-10-162-2/+2
| | |
* | | Add ability for users to block an account/instance on server sideChocobozzz2018-10-164-0/+19
|/ /
* | Add ability to list all local videosChocobozzz2018-10-104-2/+7
| | | | | | | | Including private/unlisted for moderators/admins
* | Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-081-8/+8
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-083-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 pageChocobozzz2018-10-051-0/+2
|
* Add user history and resume videosChocobozzz2018-10-053-0/+8
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+1
|
* add currentPassword to user update me modelChocobozzz2018-09-261-0/+1
|
* Add zh-Hans-CN to i18n.tsSerCom_KC2018-09-251-2/+3
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+3
|
* Add redundancy statsChocobozzz2018-09-141-0/+10
|
* Add recently added redundancy strategyChocobozzz2018-09-141-3/+16
|
* Add trending videos strategyChocobozzz2018-09-141-1/+1
|
* Basic video redundancy implementationChocobozzz2018-09-1311-14/+50
|
* Move nodeinfo model in shared/Chocobozzz2018-09-041-0/+117
|