Commits on Source (2990)
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- PEAR.php 26 additions, 8 deletionsPEAR.php
- README.md 12 additions, 13 deletionsREADME.md
- README.txt 0 additions, 1322 deletionsREADME.txt
- SendSupportNotification.php 1 addition, 1 deletionSendSupportNotification.php
- composer.json 30 additions, 0 deletionscomposer.json
- composer.lock 1272 additions, 0 deletionscomposer.lock
- config.performance.php 3 additions, 8 deletionsconfig.performance.php
- config.php 9 additions, 4 deletionsconfig.php
- config.template.php 4 additions, 31 deletionsconfig.template.php
- config_override.dev.php 5 additions, 0 deletionsconfig_override.dev.php
- config_override.sample.php 23 additions, 0 deletionsconfig_override.sample.php
- cron/.htaccess 1 addition, 0 deletionscron/.htaccess
- cron/SendReminder.service 17 additions, 16 deletionscron/SendReminder.service
- cron/class.phpmailer.php 0 additions, 1510 deletionscron/class.phpmailer.php
- cron/class.smtp.php 0 additions, 1044 deletionscron/class.smtp.php
- cron/intimateTaskStatus.php 2 additions, 2 deletionscron/intimateTaskStatus.php
- cron/modules/Oauth2/TokenRefresher.service 14 additions, 13 deletionscron/modules/Oauth2/TokenRefresher.service
- cron/modules/SalesOrder/RecurringInvoice.service 9 additions, 5 deletionscron/modules/SalesOrder/RecurringInvoice.service
- cron/send_mail.php 6 additions, 6 deletionscron/send_mail.php
Some changes are not shown.
For a faster browsing experience, only 20 of 1000+ files are shown. Download one of the files below to see all changes.
.gitignore
0 → 100644
README.txt
deleted
100644 → 0
This diff is collapsed.
composer.json
0 → 100644
{ | ||
"name": "vtiger/vtigercrm", | ||
"description": "Vtiger CRM", | ||
"type": "project", | ||
"license": "VPL", | ||
"authors": [ | ||
{ | ||
"name": "Vtiger", | ||
"email": "info@vtiger.com" | ||
} | ||
], | ||
"autoload": { | ||
"files": ["includes/Loader.php"] | ||
}, | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": ">=8.1", | ||
"ext-mysqli": "*", | ||
"ext-imap": "*", | ||
"ext-curl": "*", | ||
"smarty/smarty": "^4.3", | ||
"dg/rss-php": "^1.5", | ||
"ezyang/htmlpurifier": "^4.16", | ||
"tecnickcom/tcpdf": "^6.6", | ||
"monolog/monolog": "^3.5", | ||
"league/oauth2-client": "^2.7", | ||
"phpmailer/phpmailer": "^6.9", | ||
"league/oauth2-google": "^4.0" | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
config_override.dev.php
0 → 100644
config_override.sample.php
0 → 100644
cron/.htaccess
0 → 100644
cron/class.phpmailer.php
deleted
100755 → 0
This diff is collapsed.
cron/class.smtp.php
deleted
100755 → 0
This diff is collapsed.