aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-1629-56/+1325
|
* add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-141-0/+79
|
* rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-143-3/+3
|
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-134-3/+100
| | | | | | | | | | * add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-114-10/+25
|\
| * Add more headers to broadcast/unicastChocobozzz2018-10-104-10/+25
| |
* | Add ability to list all local videosChocobozzz2018-10-1013-52/+356
| | | | | | | | Including private/unlisted for moderators/admins
* | Add ability to search on followers/followingChocobozzz2018-10-104-40/+112
| |
* | Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-101-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account
* | fix automatic bitrate adjustmentRigel Kent2018-10-081-1/+1
| | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution
* | Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-082-39/+44
| |
* | Change a little bit optimize-old-videos logicChocobozzz2018-10-082-9/+15
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-087-17/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 users search filterChocobozzz2018-10-084-5/+59
| |
* | Merge branch 'release/v1.0.0' into developChocobozzz2018-10-081-0/+6
|\|
| * Avoid old issue regarding duplicated hosts in dbChocobozzz2018-10-081-0/+6
| |
| * Fix avatar updateChocobozzz2018-10-082-2/+6
| |
* | Fix avatar updateChocobozzz2018-10-082-2/+6
| |
* | Add user moderation in the account pageChocobozzz2018-10-054-3/+9
| |
* | Add user history and resume videosChocobozzz2018-10-0529-111/+546
|/
* Don't block when removing redundancy filesChocobozzz2018-10-031-2/+6
|
* Delete correctly redundancy filesChocobozzz2018-10-034-8/+44
|
* Check video exists before extending its expirationChocobozzz2018-10-031-18/+32
|
* Fix config endpointChocobozzz2018-10-035-15/+29
|
* Upsert cache file on create activityChocobozzz2018-10-023-11/+15
|
* Try to fix travis redundancy testsChocobozzz2018-10-021-3/+10
|
* Correctly forward comment deletionChocobozzz2018-10-021-2/+2
|
* Try to improve redundancy testsChocobozzz2018-10-024-10/+37
|
* Fix get versionChocobozzz2018-10-021-2/+2
|
* Check the comment is defined when validating bodyChocobozzz2018-10-011-1/+1
|
* Don't build redundancy urls with "-1" as fpsChocobozzz2018-10-011-1/+1
|
* Add tests regarding well known/static text endpointsChocobozzz2018-10-011-0/+99
|
* Fix redundancy with specific videosChocobozzz2018-10-011-1/+1
|
* Fix video fps validatorChocobozzz2018-10-012-4/+4
|
* Fix refreshing external video attributesChocobozzz2018-10-012-12/+13
|
* Check video channel name is unique on our instanceChocobozzz2018-10-016-5/+23
|
* Decrease log file max sizeChocobozzz2018-10-011-1/+1
|
* Fix dnt routeChocobozzz2018-10-012-3/+3
|
* show last commit hash alongside server version in footerRigel Kent2018-10-013-11/+20
|
* Define channelId property beforehandAndrew Morgan2018-10-011-5/+2
|
* Allow specification of Channel ID in peertube-upload.jsAndrew Morgan2018-10-011-1/+6
|
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-015-17/+30
|
* Delete each file on failed importChocobozzz2018-10-011-15/+19
|
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Ensure video existence before duplicating itChocobozzz2018-10-012-7/+28
|
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-013-3/+6
|
* Increase timeout on upload endpointChocobozzz2018-10-011-0/+7
|
* Improve prune scriptChocobozzz2018-09-281-0/+32
|
* Enable more angular optionsChocobozzz2018-09-281-1/+1
|
* Fix video description when importing by urlChocobozzz2018-09-282-4/+4
|