summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-18RT# 75817 - fixed enable selection to send password reset and to allow you ↵Christopher Burger
to set password in one step
2017-08-18RT# 75817 - fixed contact password page to be more consistant with svc ↵Christopher Burger
password page, updated javascript to check password as you type rather than when you leave the field. Conflicts: FS/FS/contact.pm FS/FS/cust_contact.pm httemplate/elements/contact.html
2017-08-18RT# 75817 - updated set contact password to use popup window. fixes break in ↵Christopher Burger
first contact.
2017-08-18RT# 75817 - Added the ability to set contacts password on the backendChristopher Burger
Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html
2017-08-16document fieldsIvan Kohler
2017-08-16RT# 76992 - removed some development codeChristopher Burger
2017-08-16RT# 76992 - Added 3 new import formats that combine Location and Phone ServiceChristopher Burger
2017-08-16RT# 73490 - updated group access right with better name, and set one time ↵Christopher Burger
migration to update all groups. Conflicts: FS/FS/access_right.pm
2017-08-16RT # 73490 - removed global conf and user pref check for hide tickets and ↵Christopher Burger
added group access control.
2017-08-16RT# 73490 - added global configuration to check if RT activity alert should ↵Christopher Burger
be displayed.
2017-08-15voip innovations FTPS should be passive, RT#76784Ivan Kohler
2017-08-14exclude big non-operational history tables from backupIvan Kohler
2017-08-14add fulltexrt indexing to RT daily tasksIvan Kohler
2017-08-14add tilde to allowable punctuation, RT#77086Ivan Kohler
2017-08-06show database size detailIvan Kohler
2017-08-04missing a use B:OP causes an error in rare edge cases with batching, RT#77003Ivan Kohler
2017-08-04RT# 74715 - fixed saving of census tract to actually save.Christopher Burger
2017-08-03fix agent display on reports when set in conf setting cust-fields, RT#76948Ivan Kohler
2017-08-03voip innovations CDR import: don't cd / anymore, RT#76784Ivan Kohler
2017-08-03RT# 75595 - made it only available for cust_pkgChristopher Burger
2017-08-03RT# 75595 - Add billing event condition that will trigger when the contract ↵Christopher Burger
end date is coming up
2017-08-03Merge branch 'FREESIDE_3_BRANCH' of freeside.biz:/home/git/freeside into ↵Christopher Burger
FREESIDE_3_BRANCH
2017-08-03RT# 74537 - updated to use only one payment account from cust_mainChristopher Burger
2017-08-03fix agent-specific invoice_default_terms on new customer add, RT#76862Ivan Kohler
2017-08-02enable all debugging when you turn on the checkbox, RT#76756Ivan Kohler
2017-08-02RT# 74537 - removed link to list payment accounts page in ng_selfserviceChristopher Burger
2017-08-02RT# 76905 - Created ability to delete payment account thru NG selfservice to ↵Christopher Burger
test API change in ticket 74537
2017-08-02RT# 74537 - added check for config option selfservice-ACH_info_readonly to ↵Christopher Burger
deletepayby method Conflicts: FS/FS/ClientAPI/MyAccount.pm
2017-08-02RT# 74537 - added checks in MyAccount.pm for config option ach read onlyChristopher Burger
Conflicts: FS/FS/ClientAPI/MyAccount.pm
2017-08-02RT# 74537 - Added new selfservice config option to make ECHECK readonly on ↵Christopher Burger
selfservice, updated selfservice and NGselfservice to look for this option
2017-08-02VoIP innovations CDR import using SSL, RT#76784Ivan Kohler
2017-08-01RT# 74665 - removed section name and updated disable query to keep working on V3Christopher Burger
2017-08-01RT# 74665 - small cleanup of code, removed text valueChristopher Burger
Conflicts: httemplate/edit/quotation.html
2017-08-01RT# 74665 - set a default close date if global config ↵Christopher Burger
quotation_disable_after_days is set Conflicts: httemplate/edit/quotation.html
2017-08-01Add configurable daily auto-disable for quotations. See RT#74665.Justin DeVuyst
2017-07-27RT# 38517 - fixed small error causing perl warning on start.Christopher Burger
2017-07-26update fix-sequences for current DBIvan Kohler
2017-07-25increase max inline message size from ~12k to ~120k, because HTML and 2017, ↵Ivan Kohler
RT#76879
2017-07-25RT# 76309 - Updated 3 email notices to use more billing event typesChristopher Burger
2017-07-25RT# 38517 - Added Lingua::EN::NameParse to parse real name into first and ↵Christopher Burger
last name.
2017-07-25RT# 38517 - added auto create of customer contact, if requestor is not a ↵Christopher Burger
contact yet when adding a company to ticket.
2017-07-24new backoffice API call customer_list_svcsIvan Kohler
2017-07-24backport API_getinfo, RT#76831Ivan Kohler
2017-07-24PG_BYTEA seems to be working nowadays, and uses much less memory than our ↵Ivan Kohler
alternative, RT#76731
2017-07-21RT# 73993 - added new API call to list and documented it.Christopher Burger
2017-07-21RT# 73993 - cleaned up code as requested, and created new call to get ↵Christopher Burger
package info
2017-07-21RT# 73993 - updated ng_selfservice/services.php and ↵Christopher Burger
ng_selfservice/packages_change.php to only pass one cgi param pkgnum and escaped pkg_label
2017-07-21RT# 73993 - Updated process to display only packages customer has access to.Christopher Burger
2017-07-21remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, ↵Ivan Kohler
RT#75279
2017-07-21fix inadvertant breakage in mason_comp, RT#73993, RT#75279Ivan Kohler