aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Check activities hostChocobozzz2018-11-141-1/+4
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-1/+1
|
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-0/+7
| | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-191-5/+5
| | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-1/+1
|\
| * move to boolean switchRigel Kent2018-10-131-8/+0
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-131-1/+9
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-1/+4
| |
* | rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-141-1/+1
|/
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-131-3/+3
| | | | | | | | | | * 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
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 timeout on youtube dl to cleaup filesChocobozzz2018-10-011-1/+3
|
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
| | | | Null values are not considered equal in a UNIQUE index
* Only duplicate public videosChocobozzz2018-09-251-1/+1
|
* Reduce video import TTLChocobozzz2018-09-251-1/+1
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-3/+8
|
* Add redundancy check interval in configChocobozzz2018-09-191-4/+3
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-1/+3
|
* Fix checker if we don't have redundancy strategiesChocobozzz2018-09-171-1/+1
|
* Fix "no results" on overview pageChocobozzz2018-09-171-0/+1
|
* Fix overviews testsChocobozzz2018-09-171-0/+1
|
* Add redundancy statsChocobozzz2018-09-141-1/+2
|
* Speed up overviews routeChocobozzz2018-09-141-0/+5
|
* Add recently added redundancy strategyChocobozzz2018-09-141-8/+3
|
* Basic video redundancy implementationChocobozzz2018-09-131-3/+33
|
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-061-1/+4
|
* Fix occitan labelChocobozzz2018-09-051-0/+3
|
* Trending by intervalChocobozzz2018-08-311-2/+8
|
* Add channel avatar to overviewsChocobozzz2018-08-311-1/+1
|
* Use custom rate limiter when asking verif emailChocobozzz2018-08-311-0/+4
|
* Videos overview page: first versionChocobozzz2018-08-311-0/+13
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Bufferize videos views in redisChocobozzz2018-08-301-4/+16
|
* Fix oauth server moduleChocobozzz2018-08-281-1/+1
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+3
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Search video channel handle/uriChocobozzz2018-08-271-1/+1
|
* Add ability to search video channelsChocobozzz2018-08-271-1/+2
|
* Fix testsChocobozzz2018-08-271-1/+1
|
* Add refresh video on searchChocobozzz2018-08-271-1/+9
|
* Add ability to search a video with an URLChocobozzz2018-08-271-0/+2
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Flat shared module directoryChocobozzz2018-08-141-2/+1
|
* Add blacklist reason fieldChocobozzz2018-08-141-2/+5
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-3/+11
|
* Add reason when banning a userChocobozzz2018-08-081-1/+2
|
* Implement user blocking on server sideChocobozzz2018-08-081-1/+1
|
* Add import.video.torrent configurationChocobozzz2018-08-081-1/+4
|
* Import torrents with webtorrentChocobozzz2018-08-081-0/+11
|
* Import magnets with webtorrentChocobozzz2018-08-081-2/+3
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-0/+1
|