agree
16b34145d6
add extensions to destination class ( #5501 )
2020-09-29 11:43:48 -06:00
FusionPBX
fe284ccebb
Remove the deprecated save_dialplan_xml function.
2020-08-14 00:17:46 -06:00
Nate
75b46b3298
Fax - Preview/Send: Better cover_logo handling.
2020-05-30 20:27:26 -06:00
Nate
44e2df3ac1
Fax Server: Modal integration.
2020-03-26 09:38:50 -06:00
racitup
a1699f6fa6
Add en-gb fusionpbx language ( #5192 )
...
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
5f5a4f5509
Fax Server: Include logs and files in server/extension delete() method.
2020-02-17 20:10:36 -07:00
Nate
0f3b464937
Fax - Edit: Minor mods.
2020-02-13 13:04:26 -07:00
Nate
1bc6aea2ca
Fax - Server: Remove deprecated delete script.
2020-02-13 13:03:21 -07:00
Nate
913aec9253
Fax - Files: Remove deprecated delete script.
2020-02-13 12:45:14 -07:00
Nate
4a8fe2d2d0
Fax - Logs: Remove deprecated delete script.
2020-02-13 12:30:44 -07:00
Nate
469798ad36
Fax Logs: Better refresh button.
2020-01-29 11:49:49 -07:00
Nate
ee283c7ea9
Fax Logs: Fix refresh button.
2020-01-29 11:47:37 -07:00
Nate
1ceccf698e
Fax Server: List view, button, bulk delete via class, etc.
2020-01-29 11:41:12 -07:00
root
e9f4d5113f
Added destination select permissions
2020-01-21 11:43:19 -05:00
chansizzle
bdec1750a4
Update app_config.php ( #5031 )
2020-01-08 20:39:19 -07:00
Nate
d79244b39d
Fax Server: Add window titles.
2020-01-06 11:43:43 -07:00
chansizzle
b18607b6ae
Update fax_logs.php ( #4963 )
2019-12-18 20:15:02 -07:00
root
45319ef301
Set directories to 755 and files to 644
2019-12-14 17:34:17 +00:00
agree
d20a403679
added toll allow to fax server ( #4936 )
2019-12-08 22:37:12 -07:00
Nate
d1869c2895
Fax Server: Class updates.
2019-11-30 18:49:08 -07:00
Nate
bec5c647c9
List View: Updates to action classes.
2019-11-30 15:18:48 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
FusionPBX
536f65859a
Update fax_log_view.php
2019-11-28 03:15:03 -07:00
Nate
ec3e73a9ab
Fax Server: List view updates.
2019-11-21 12:58:08 -07:00
FusionPBX
bfe9becfa9
Update fax_files.php
2019-11-20 09:05:10 -07:00
agree
7e6801e798
Update fax_send.php ( #4844 )
2019-11-14 21:56:07 -07:00
chansizzle
5d3cc98176
Update app_languages.php ( #4791 )
2019-10-18 12:42:40 -06:00
Nate
d95ab3ea2c
Update fax_edit.php
2019-09-19 13:30:32 -06:00
Nate
eacb7e3822
Fix escaping on fax server description.
2019-09-19 08:41:45 -06:00
Nate
2f7fb47a76
Fax Send: Token integration.
2019-09-19 08:35:52 -06:00
FusionPBX
435b7a5810
Update fax_edit.php
2019-09-19 08:08:17 -06:00
Nate
a763609b6c
Fax Server: Token integration.
2019-09-19 06:27:05 -06:00
frytimo
79daf8feaa
Match mixed case in "from" address ( #4618 )
...
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This corrects that by changing authorized senders list to lower case before the comparison is done.
2019-09-17 12:39:31 -06:00
frytimo
7ecf092dd6
Match mixed case in "from" address ( #4619 )
...
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This ensures newly entered authorized senders are now stored as lower case.
2019-09-17 12:38:59 -06:00
emaktech
9ed86cfae0
Modified fr-ca / fr-fr translation. ( #4597 )
2019-09-12 17:00:16 -06:00
frytimo
8068a89a3a
Update fax_emails.php ( #4529 )
...
Change $array to $result
2019-09-09 19:10:22 -06:00
Nate
fdf28ca6fc
Misc: Database class integration.
2019-09-04 12:21:57 -06:00
chansizzle
499ae9b33e
Update fax.php ( #4493 )
...
* Update fax.php
* Update fax.php
* Update fax.php
2019-09-04 11:29:02 -06:00
frytimo
907c1e0867
Update fax_emails.php
...
Add missing ';'
2019-08-30 16:32:48 -04:00
FusionPBX
1b4e3787e1
Update fax_send.php
2019-08-30 01:34:59 -06:00
FusionPBX
e5bd7a6575
Update fax_edit.php
2019-08-24 09:42:02 -06:00
FusionPBX
354b909bd1
Update fax_edit.php
2019-08-24 09:40:37 -06:00
FusionPBX
71c00b0409
Update fax_copy.php
2019-08-24 09:35:42 -06:00
FusionPBX
26a81ba57f
Update fax_edit.php
2019-08-24 09:33:56 -06:00
FusionPBX
9e3e85def2
Update app_config.php
2019-08-24 09:32:56 -06:00
FusionPBX
554df5ffa5
Update fax_edit.php
2019-08-24 09:26:47 -06:00
Nate
733ba98dc6
Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates.
2019-08-20 18:15:50 -06:00
chansizzle
fad4356619
Update fax_send.php ( #4443 )
...
* Update fax_send.php
* Update fax_send.php
2019-08-15 15:29:05 -06:00
Nate
d23c5d84c4
Fax Server: Database class integration.
2019-08-07 18:59:26 -06:00
FusionPBX
eca86a9e6a
Update fax_send.php
2019-06-19 08:12:40 -06:00
ednt
4e558f7c3d
convert local html characters like Ü ( #4069 )
...
Foreign language html emails were sent as received.
Now all html entities should be converted to there corresponding UTF8 characters.
2019-05-07 11:29:50 -06:00
Nate
b8b96b7af8
Additional browser autofill prevention for Devices, Fax, Gateway and User
2019-04-12 10:18:03 -06:00
FusionPBX
a0a498fc01
Update fax_edit.php
2019-03-15 00:01:21 -06:00
FusionPBX
097294c0d1
Update app_config.php
2019-03-14 23:54:59 -06:00
FusionPBX
e647de5601
Update fax_edit.php
2019-02-12 14:01:04 -07:00
FusionPBX
a1a68faf0d
Update fax_send.php
2019-02-12 12:49:13 -07:00
emaktech
966844d558
Show fax file date in user's timezone ( #3999 )
...
Previously timezone was showing in GMT, this now shows fax time in user's timezone. Code to display timezone was copied from fax_logs.php page.
2019-02-04 17:22:40 -07:00
FusionPBX
efe44c71e4
Update fax_files.php
2018-12-17 18:49:02 -07:00
FusionPBX
4393fdd75d
Update fax_file_delete.php
2018-12-17 18:36:09 -07:00
FusionPBX
7ce02c79fb
Update fax_files_remote.php
2018-12-17 18:34:35 -07:00
FusionPBX
4942a43b01
Update fax_log_view.php
2018-12-17 18:33:04 -07:00
FusionPBX
64e18695d9
Update fax_log_delete.php
2018-12-17 18:31:48 -07:00
FusionPBX
265815f129
Update fax_logs.php
2018-12-17 18:26:21 -07:00
FusionPBX
5ea5c64855
Update fax_edit.php
2018-12-14 15:13:28 -07:00
FusionPBX
458d99071f
Update fax.php
2018-09-20 01:01:06 -04:00
FusionPBX
d6dc5519d4
Update fax_send.php
2018-09-20 00:52:53 -04:00
FusionPBX
68ceaed6fe
Update fax_send.php
2018-09-19 23:34:20 -04:00
AlexanderDCrane
42f5abb217
Update fax_files.php ( #3394 )
2018-08-31 14:34:27 -06:00
AlexanderDCrane
243906c5f4
Update fax_send.php ( #3392 )
2018-08-31 14:33:17 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
02841475f6
Update fax_send.php ( #3302 )
2018-08-27 20:41:39 -06:00
FusionPBX
c15dacbd5d
Update app_config.php
2018-06-25 12:29:41 -06:00
AlexanderDCrane
c1457ac053
Update fax_edit.php ( #3173 )
2018-06-13 00:18:35 -06:00
FusionPBX
ed0b8f2928
Update fax.php
2018-06-06 11:11:35 -06:00
FusionPBX
19a5f02c40
Update fax_files.php
2018-06-06 11:07:29 -06:00
FusionPBX
22aed077b7
Update fax_edit.php
2018-06-02 23:17:13 -06:00
FusionPBX
8c60b28e67
Update fax.php
2018-06-02 22:33:26 -06:00
FusionPBX
ebbeeab165
Update fax_send.php
2018-05-02 11:41:52 -06:00
FusionPBX
16ee86e4ef
Update fax_emails.php
2018-02-25 02:04:28 -07:00
FusionPBX
f2442bfb2c
Update fax_edit.php
...
Changed the type of fax_caller_id_number to text, because otherwise the leading 0 is removed.
2018-02-21 16:08:01 -07:00
Mafoo
4d60f4f6d5
Enhance [master] - Italian Translations ( #2989 )
...
* Reinstate comments detected by text class
* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX
9f60afb146
Update fax_send.php
2018-02-06 18:24:46 -07:00
FusionPBX
fe252717b9
Update app_config.php
2018-02-06 18:18:21 -07:00
FusionPBX
294800b042
Update app_config.php
2018-02-01 22:49:39 -07:00
FusionPBX
4c3b1a6079
Update app_config.php
2017-11-21 20:16:00 -07:00
FusionPBX
6e2f59246e
Update fax_files.php
2017-10-20 02:36:15 -06:00
Christian Bergamaschi
9f228ef8c5
Italian translation added ( #2852 )
2017-09-21 09:06:26 -06:00
The-Operator
2c0efdc6c6
Update German and Austrian translations ( #2722 )
...
* Update German and Austrian translations
Update German and Austrian translations and added missing English translations for FAX application.
* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
Mafoo
f394915125
Enhance - translation missing tags ( #2680 )
...
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo
7bdea2c30c
dos2unix ( #2682 )
...
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo
f0feb25016
Enhance - Convert more messages ( #2646 )
...
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -06:00
Mafoo
301cce369b
Enhance - language update ( #2639 )
...
removed some unused tags
corrected some typos in tag names e.g. 'ckeck and check'
combined tags that had two names
inserted missing tags in sip_status
2017-06-04 09:50:58 -06:00
Mafoo
159f1b3c5a
Enhance - app_config.php comment cleanup ( #2636 )
...
Correct a few missed tab indents on comments
2017-06-03 12:36:08 -06:00
Mafoo
b98f9cb120
Enhance - app_config.php cleanup for apps ( #2633 )
...
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:00:20 -06:00
Mafoo
8709d01fb0
BugFix [master] language update ( #2628 )
...
Imported Found language ro as ro-ro Romanian (tested by reverse translation)
Add placeholders for all found languages
Add new missing flags
Enhancements to text class
* improved sort to keep language-* tags organized at the top
* if a language is missing a name tag, add it
* changed organizer to not add a final \n
* corrected some indenting
* added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php
* added language_totals, this is used by the optional languages application to calculate how complete a language is
2017-06-02 13:24:12 -06:00
Mafoo
4ae8b418d4
BugFix [master] - Convert all menus to 2-2 format ( #2627 )
...
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00