FusionPBX
8b7bd29456
Fix temporary permissions
2024-11-29 14:06:08 -07:00
FusionPBX
adeb3ac8a7
Add Contacts to the dashboard
2024-09-16 21:21:28 -06:00
frytimo
372db3cc50
Patch contacts calling multiple schemas ( #6826 )
...
* improve performance for contacts app_defaults
* add app_name and app_uuid as constants in class
* performance boost by removing scanning app_defaults twice
* Update app_defaults.php
* Update schema.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-11-03 14:04:07 -06:00
fusionate
079d9ca3d5
Contacts: Updates for PHP 8.1
2023-06-02 23:54:00 +00:00
frytimo
69bd42af05
remove unneeded destruct methods as GC has higher performance ( #6631 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com >
2023-04-27 20:18:53 -06:00
frytimo
ba3b60b07b
Move database methods to static and document database class ( #6474 )
...
* Add new static method to created newly connected database object
* Document database class and clean up and document some of the methods.
This removes the methods that should not be in each instance and places
them in the single instance class as to occupy less resources and be
able to create database objects more efficiently.
* More docs & removed the ability to set any value within the object.
Co-authored-by: Tim Fry <tim@voipstratus.com >
2022-09-17 15:44:21 -06:00
FusionPBX
ca9da1b1aa
Add an if function_exists around the google_get_contacts function.
2022-03-26 23:25:47 -06:00
Nate
5b195bbd87
Contacts: Add view before edit.
2020-03-31 17:32:12 -06:00
Nate
9c81da353a
Contacts - Edit: Add bulk delete Users and Groups, convert bulk deletion of Properties to use dynamic delete button.
2020-03-03 23:27:35 -07:00
Nate
9995bc4361
Contacts - Edit: List view, button and bulk action updates, modal integration.
2020-01-23 21:24:10 -07:00
Nate
5a1cb4f8c6
Contacts: List view updates.
2019-11-05 07:37:39 -07:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Nate Jones
1ff7d1c1ba
Contacts: Added Times/Timer to track support.
2015-05-17 06:16:43 +00:00
Nate Jones
0efc467795
Contacts: Added ability to import Google Contacts. Requires: PHP curl and Google: Account, API Console Project, Contacts API and OAuth Client ID credentials.
2014-11-25 08:35:53 +00:00
Mark Crane
d0f778a845
Move the icon_gmaps.png to the images directory.
2014-11-25 00:31:24 +00:00