aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Move original publication date in advanced settingsChocobozzz2019-02-111-11/+5
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-119-18/+170
|\
| * Update migration version for download enabledChocobozzz2019-02-112-1/+1
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1123-99/+671
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | | | | | | | | | And add some tests
| | * Add hls support on serverChocobozzz2019-02-115-4/+72
| | |
| | * Try to fix Mac video uploadChocobozzz2019-01-241-1/+3
| | |
| | * Youtube DL update every 24 hoursChocobozzz2019-01-211-1/+1
| | |
| | * Fix testsChocobozzz2019-01-211-1/+1
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-142-3/+40
| | | | | | | | | | | | And correctly handle new lines
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-1/+28
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+27
| | |
* | | Add migration fileclementbrizard2019-01-121-0/+42
| |/ |/|
* | Implement contact form in the clientChocobozzz2019-01-102-2/+14
| |
* | Implement contact form on server sideChocobozzz2019-01-101-0/+11
| |
* | Add notifications in the clientChocobozzz2019-01-091-1/+1
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-091-2/+6
| |
* | Add import finished and video published notifsChocobozzz2019-01-091-2/+4
| |
* | Add notification settings migrationChocobozzz2019-01-092-1/+42
| |
* | Add user notification base codeChocobozzz2019-01-092-2/+8
| |
* | Optimize index sizesChocobozzz2018-12-202-1/+33
| |
* | Optimize actor follow scores modificationsChocobozzz2018-12-201-2/+2
| |
* | Fix federation of some videosChocobozzz2018-12-192-1/+53
| | | | | | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* | Add history on server sideChocobozzz2018-12-182-1/+28
| | | | | | | | Add ability to disable, clear and list user videos history
* | Keep old channel/user name constraintsChocobozzz2018-12-131-2/+2
| | | | | | | | In order to avoid compatibility issues
* | add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* | Support additional video extensionsChocobozzz2018-12-113-32/+115
| |
* | username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character
* | Add sitemapChocobozzz2018-12-051-0/+1
| |
* | Create redundancy endpointChocobozzz2018-12-041-0/+1
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-042-0/+3
| |
* | Update dependenciesChocobozzz2018-12-041-1/+1
| |
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-5/+10
| |
* | Speedup peertube startupChocobozzz2018-11-192-21/+32
| |
* | Check activities hostChocobozzz2018-11-142-1/+50
| |
* | 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-198-19/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Fix transcodingChocobozzz2018-10-181-4/+4
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-172-1/+29
|\ \
| * | move to boolean switchRigel Kent2018-10-132-15/+9
| | |
| * | add webtorrent opt-out settingsRigel Kent2018-10-132-1/+35
| | | | | | | | | | | | | | | - 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-162-2/+9
| | |
* | | 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
* | Merge branch 'release/v1.0.0' into developChocobozzz2018-10-081-0/+6
|\ \ | |/ |/|
| * Avoid old issue regarding duplicated hosts in dbChocobozzz2018-10-081-0/+6
| |
* | Add user history and resume videosChocobozzz2018-10-051-1/+3
|/