summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #535 from Bootsector10/masterHEADorigin/masterorigin/HEADmasterAnton Raharja2016-09-061-1/+16
|\
| * Fixed invalid JSON string response from OpenvoxBootsector102016-09-061-1/+16
|/
* display credit using core_display_credit()Anton Raharja2016-08-161-1/+1
* fix #532 missing username and wrong datetime on email received by admin when ...Anton Raharja2016-08-132-2/+3
* for php7.0 use SCRIPT_NAME instead of PHP_SELFAnton Raharja2016-07-221-1/+1
* start working for 1.5Anton Raharja2016-07-203-2/+7
* sms custom logs returnsAnton Raharja2016-07-201-9/+9
* fix getcomposer.sh1.4Anton Raharja2016-07-141-3/+1
* update langAnton Raharja2016-07-14110-232/+481
* cleanupAnton Raharja2016-07-141-1/+0
* no need root for getting and setup composer filesAnton Raharja2016-07-141-14/+8
* remove donation infoAnton Raharja2016-07-141-13/+0
* add SMSC option in SMS boardAnton Raharja2016-07-142-4/+27
* remove extra ;Anton Raharja2016-07-141-1/+0
* record board_id in sms boardAnton Raharja2016-07-073-2/+4
* formatting sms boardAnton Raharja2016-07-071-24/+24
* add reply SMS to SMS boardAnton Raharja2016-07-074-14/+38
* fix #528 add option to select SMSC for reply on SMS command1.4-beta3Anton Raharja2016-06-284-6/+34
* update where to put _dialog()Anton Raharja2016-06-2833-300/+82
* fix #526 put a warning on recvsmsd() when supplied SMSC does not exists and b...Anton Raharja2016-06-282-5/+18
* fix #526Anton Raharja2016-06-281-0/+9
* fix #527 add option to select SMSC for reply on SMS custom, unknown SMSC supp...Anton Raharja2016-06-284-4/+34
* fix #525Anton Raharja2016-06-271-1/+1
* fix display credit on reloadAnton Raharja2016-06-261-1/+1
* Merge pull request #524 from antonraharja/issue-522Anton Raharja2016-06-267-91/+141
|\
| * implement adhoc_credit to minimize nagative balanceAnton Raharja2016-06-261-17/+51
| * update sendsms_process() to continue process the SMS eventhough user disallow...Anton Raharja2016-06-261-10/+1
| * add low credit notif in plugin credit and hook to playsmsdAnton Raharja2016-06-261-0/+71
| * remove low credit notifAnton Raharja2016-06-261-50/+0
| * remove credit field from billing_post()Anton Raharja2016-06-263-6/+6
| * change log labelAnton Raharja2016-06-261-9/+9
| * adhoc_credit field gets updated with the same value with credit field and at ...Anton Raharja2016-06-261-1/+1
| * add adhoc_credit fieldAnton Raharja2016-06-262-0/+4
|/
* change log labelAnton Raharja2016-06-261-4/+4
* Merge pull request #523 from antonraharja/i522Anton Raharja2016-06-236-21/+21
|\
| * replace inline number_format() for credit with core_display_credit()Anton Raharja2016-06-234-21/+6
| * remove error if GetMXRR() is already existsAnton Raharja2016-06-231-0/+3
| * add core_display_credit()Anton Raharja2016-06-231-0/+12
|/
* small update log labelAnton Raharja2016-06-221-1/+1
* update number format on reportsAnton Raharja2016-06-223-7/+15
* remove balance logAnton Raharja2016-06-221-2/+2
* add commented code for testing purposesAnton Raharja2016-06-201-0/+1
* correctly display queue_code on ws pv responseAnton Raharja2016-06-201-3/+15
* add reference to old book projectAnton Raharja2016-06-201-1/+1
* update version to 1.4Anton Raharja2016-06-202-1/+4
* update langAnton Raharja2016-06-2043-0/+172
* update docsAnton Raharja2016-06-203-72/+65
* code formatAnton Raharja2016-06-191-7/+7
* immediately failed if the queue is empty during sendsmsAnton Raharja2016-06-191-8/+27
* add more check on faulty queueAnton Raharja2016-06-191-7/+19
* update label logAnton Raharja2016-06-191-2/+2
* Messages stuck in queue, no corresponding queue_dst entry, ref: https://forum...Anton Raharja2016-06-191-1/+14
* fix #384 by replacing composer package pear/pear with pear/pear-core-minimalAnton Raharja2016-06-141-1/+1
* mailsms detect unicode upon sending smsAnton Raharja2016-06-141-1/+2
* fix mailsms subject encoding problem, ref: https://forum.playsms.org/t/mail2s...Anton Raharja2016-06-141-0/+6
* add parent_uid in tblSMSOutgoing due to last changes on billing issue1.4-beta2Anton Raharja2016-06-131-0/+1
* update langAnton Raharja2016-06-10109-2630/+2126
* MAJOR: replace logger_print() with _log()Anton Raharja2016-06-1031-136/+136
* MAJOR: add SQL query to update tblSMSOutgoing.parent_uid with tblUser.parent_uid1.4-beta1Anton Raharja2016-06-101-0/+3
* MAJOR: add parent_uid on tblSMSOutgoing, calculate parent's billing based on ...Anton Raharja2016-06-103-20/+47
* rename some function name for rate updateAnton Raharja2016-06-101-4/+4
* rename sql update fileAnton Raharja2016-06-101-0/+0
* formattingAnton Raharja2016-06-101-5/+5
* notes on rate updateAnton Raharja2016-06-101-2/+4
* use INNER JOINAnton Raharja2016-06-091-1/+1
* remove debug logAnton Raharja2016-06-091-1/+1
* add credit_rate_update() that is called by rate_update() via credit_hook_rate...Anton Raharja2016-06-091-5/+9
* fix rate_update()Anton Raharja2016-06-092-21/+18
* datetime enter recvsms() should not be in UTC but in localtimeAnton Raharja2016-05-201-1/+1
* rate update correctly due to subusersAnton Raharja2016-05-151-3/+12
* update credit rate updateAnton Raharja2016-05-151-23/+64
* update interval to 30s in credit_hook_rate_update()Anton Raharja2016-05-151-5/+5
* number format to 2 digits only for creditsAnton Raharja2016-05-152-5/+5
* MAJOR: add credit_hook_rate_update() that actually updates user's creditAnton Raharja2016-05-151-3/+38
* remove balance info on updating creditAnton Raharja2016-05-151-2/+2
* fix credit_add()Anton Raharja2016-05-151-2/+6
* Merge branch 'master' of github.com:antonraharja/playSMSAnton Raharja2016-05-1526-58/+155
|\
| * Merge pull request #521 from sbrawner/masterAnton Raharja2016-05-133-1/+50
| |\
| | * add stoplist to web servicesScott Brawner2016-05-113-1/+50
| |/
| * Merge pull request #520 from Hyllegaard/masterAnton Raharja2016-05-1123-57/+105
| |\
| | * Translationn updateJens Hyllegaard2016-05-102-1/+1
| | * Merge branch 'master' of https://github.com/Hyllegaard/playSMSJens Hyllegaard2016-05-102-1/+1
| | |\
| | | * Update danish translationJens Hyllegaard2016-05-1023-57/+105
| | |/ | |/|
| | * Update danish translationJens Hyllegaard2016-05-1023-57/+105
| |/
* | MAJOR: add new daemon ratesmsd to calculate user's credit periodically and up...Anton Raharja2016-05-152-0/+17
* | MAJOR: remove rate_setusercredit() and optimize to use rate_getusercredit() t...Anton Raharja2016-05-157-138/+48
|/
* replace some more mktime() with time()Anton Raharja2016-05-061-4/+4
* replace mktime() with time() for php7Anton Raharja2016-05-0644-61/+61
* starts using mysqliAnton Raharja2016-05-061-1/+1
* Merge branch 'master' of github.com:antonraharja/playSMSAnton Raharja2016-03-302-42/+33
|\
| * Merge pull request #516 from watermelonjuice/patch-1Anton Raharja2016-03-301-1/+1
| |\
| | * Updates version number to 1.4watermelonjuice2016-03-231-1/+1
| * | Merge pull request #509 from astrakid/patch-1Anton Raharja2016-03-301-41/+32
| |\ \ | | |/ | |/|
| | * Update messages.poAndre G2016-01-221-41/+32
| |/
* | fix #507 phonebook group shared to members is visible by everyoneAnton Raharja2016-03-301-7/+27
|/
* small update on INSTALL.mdAnton Raharja2016-01-221-2/+1
* wrong return for uid from recvsms_intercept_after() on in recvsms_process()Anton Raharja2016-01-111-1/+1
* dlr saves timestamp, ref: https://forum.playsms.org/t/solved-smpp-status-tabl...Anton Raharja2015-12-201-3/+5
* fix #499 configurable mail2sms fetch intervalAnton Raharja2015-12-203-9/+26
* MAJOR: remove balance from credit, calculated balance is not usefulAnton Raharja2015-12-093-65/+21