fusionpbx/resources
Alexey Melnichuk 9463beeaa0 Change. Store data in cache based on UserID.
Change. Support register with AuthID==UserID==Extension for extension with number-alias.

1. We need only one record in memcache.
  When we get SIP request we can find record by userid.
  When we want check AuthID we do `user_data userid@domain attr id`
  which also search record by userid.
2. We do not need check AuthID if we get record from DB. There already has check.

So we can reduce number of request to
* if there no record in memcached
 - one memcache get (returns not found)
 - database auth
 - one memcache set
* if record in memcache
 - one memcache get to retrieve XML
 - one memcache get to check Extension==AuthID
2015-08-21 16:18:52 +04:00
..
captcha Move includes/captcha to resources/captcha. 2013-06-09 04:44:52 +00:00
classes Fix the order by for the destinations class. 2015-08-15 23:24:57 -06:00
edit_area Move includes/edit_area to resources/edit_area. 2013-06-09 04:41:15 +00:00
fpdf Fix fpdf so that it is capable of UTF-8. 2015-01-29 08:36:49 +00:00
fpdi Fax Server: Misc enhancements, including multilingual and customizable cover page generation, fax resolution selection, etc. More to come. 2014-09-03 02:41:11 +00:00
functions Add resources/functions/password.php from https://github.com/ircmaxell/password_compat. This will provide compatibility for the functions available in 5.5. This library requires PHP >= 5.3.7. PHP prior to 5.3.7 contains a security issue with its BCRYPT. 2013-09-01 06:05:59 +00:00
install Change. Store data in cache based on UserID. 2015-08-21 16:18:52 +04:00
javascript Move includes/javascript to resources/javascript. 2013-06-09 04:54:33 +00:00
jquery Calls Edit: Included missing jquery-ui images, add label to Forwarding CID select box. 2015-03-18 08:17:57 +00:00
phpmailer Add a new version of phpmailer version 5.2.2. 2012-12-04 00:20:30 +00:00
pop3 Move pop3 to the resources directory. 2013-06-09 04:35:27 +00:00
rightjs Reverted: File may be used for older browser support. 2014-08-05 23:28:12 +00:00
tcpdf Fax Server: Misc enhancements, including multilingual and customizable cover page generation, fax resolution selection, etc. More to come. 2014-09-03 02:41:11 +00:00
templates Add the t41p template. 2015-08-16 10:54:28 -06:00
calendar_lw_layers.js Move the javascript calendar files to the resources directory. 2013-07-06 06:16:42 +00:00
calendar_lw_menu.js Move the javascript calendar files to the resources directory. 2013-07-06 06:16:42 +00:00
calendar_popcalendar.js Move the javascript calendar files to the resources directory. 2013-07-06 06:16:42 +00:00
check_auth.php Change the indentation. Add a conditional include. 2015-07-28 10:42:07 -06:00
cmd.php Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
config.php.dist move the file 2013-07-06 05:23:01 +00:00
download.php Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
email_address_validator.php Move email_address_validator.php to the resources directory. 2013-07-06 05:13:08 +00:00
footer.php Change how the record template is used in Call Center 2014-08-02 01:27:37 +00:00
functions.php Update the version from 4.0 to 4.0.0. 2015-08-16 03:05:19 -06:00
header.php Translate: Necessary resource mods. 2015-01-18 07:54:19 +00:00
install.php Merge pull request #1014 from moteus/domain_name_on_install 2015-07-18 12:50:52 -07:00
licenses.php Move licenses.php to the new resources directory. 2012-12-04 00:22:15 +00:00
login.php Login: Minor fix to sql query in Password Reset feature. 2015-04-04 19:43:51 +00:00
menu.php Menu: Updated code to create menu HTML from array, instead of database directly. 2015-07-30 11:49:51 -06:00
paging.php Contacts / CDR: Minified top paging controls. 2015-04-01 09:00:17 +00:00
pdo.php Simplify adding items to the domains array. 2015-07-25 17:44:56 -06:00
pdo_vm.php Move pdo_vm.php file to the resources directory. 2013-07-06 06:47:14 +00:00
persist_form.php Move persist_form.php to the resources directory. 2013-07-06 06:23:12 +00:00
persist_form_var.php Move persist_form_var.php to the resources directory. 2013-07-06 06:20:17 +00:00
php.php Fix a missing comma. 2015-03-10 10:41:26 +00:00
recaptchalib.php Update the references for header.php and footer.php files to point the resources directory. 2013-07-06 06:29:50 +00:00
require.php Update release to fix big for systems where GLOB_BRACE is not available. 2015-05-13 04:37:36 +00:00
root.php Add root.php file to the /resources directory 2013-01-05 08:38:14 +00:00
schema.php Remove the a1 hash which breaks integration with Asterisk. a1 hash was also undermined by reverse authentication. 2014-12-09 09:45:14 +00:00
secure_download.php Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
switch.php Fix. Eavesdrop by operator_panel with extension with number-aliases 2015-08-17 16:46:53 +04:00
wysiwyg.php Change links from includes to the resources directory. 2013-07-10 23:41:12 +00:00