aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/core-utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-131-0/+48
| | | | | | | | | | * 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
* Add more headers to broadcast/unicastChocobozzz2018-10-101-3/+3
|
* Fix config endpointChocobozzz2018-10-031-2/+6
|
* Add warning if one of the storage directory is in the peertubeChocobozzz2018-09-201-0/+6
| | | | | | production directory Because admins could loose these directories on peertube upgrade
* Correctly migrate to fs-extraChocobozzz2018-08-271-21/+1
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-2/+1
|
* Cleanup utils helperChocobozzz2018-08-141-0/+29
|
* Add torrent testsChocobozzz2018-08-081-3/+2
|
* Import torrents with webtorrentChocobozzz2018-08-081-0/+6
|
* Cleanup req files on bad requestChocobozzz2018-07-311-1/+1
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+2
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+3
|
* Truncate correctly video descriptionsChocobozzz2018-03-281-0/+18
|
* Add ability to configure log levelChocobozzz2018-01-191-0/+2
|
* Fix config storage pathsChocobozzz2018-01-161-1/+8
|
* Fix webfinger validatorChocobozzz2017-12-211-1/+1
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-0/+22
|
* Cleanup helpersChocobozzz2017-11-271-18/+5
|
* Send server announce when users upload a videoChocobozzz2017-11-271-8/+1
|
* Begin activitypubChocobozzz2017-11-271-5/+21
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Escape opengraph/oembed tagsChocobozzz2017-10-171-0/+17
|
* Implement video transcoding on server sideChocobozzz2017-10-031-2/+6
|
* Add tests for npm run scriptsChocobozzz2017-09-071-2/+9
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+4
|
* Move to promisesChocobozzz2017-07-051-1/+88
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Update webpack stackChocobozzz2017-06-111-0/+22