Commit graph

192 commits

Author SHA1 Message Date
osaajani
ff6b3e79df start adding mms to a lot of places, no tests, not done 2021-03-19 02:45:12 +01:00
osaajani
8020d68572 Fix scheduled to better randomize phone to send messages 2021-02-23 18:57:14 +01:00
osaajani
cafe210f69 Fix bad mimetype when importing csv from a windows computer 2021-02-23 14:30:39 +01:00
osaajani
3f84622cbe Remove risky fix on PHPCsFixer + fix bad command interpretation 2021-02-23 00:40:59 +01:00
osaajani
3b662c1153 fix style 2021-02-23 00:31:54 +01:00
osaajani
e01f444322 Fix import and export of csv contacts where mixed datas or no datas 2021-02-20 17:58:35 +01:00
osaajani
8843df9f46 simplify webhook signature 2021-01-30 11:24:14 +01:00
osaajani
1c0ffc246a fix missing , 2021-01-30 11:16:15 +01:00
osaajani
b5035101b0 update webhook to add signature 2021-01-30 11:12:30 +01:00
osaajani
61d644c247 rename all instances of 'datas' to 'data' 2021-01-17 03:16:57 +01:00
osaajani
e0eed18794 fix few phpstan alerts 2021-01-14 03:58:28 +01:00
osaajani
4eaeefdcfa fix alt message for html was not activating html flag 2021-01-14 03:57:21 +01:00
osaajani
ce4f5baaaa fix expression provider for exists 2021-01-14 03:52:54 +01:00
osaajani
aac464704e fix style 2021-01-14 03:32:17 +01:00
osaajani
14cd233d92 Add api for create and delete phone 2021-01-14 03:25:58 +01:00
osaajani
df7c66f91c Add tools for command line manipulation of users 2020-10-22 20:31:01 +02:00
osaajani
cae9674097 add icon or conditional groups event 2020-09-27 02:01:29 +02:00
osaajani
8d86f576d8 Update templating and conditional groups to add contact_metas 2020-09-26 21:34:42 +02:00
Github Actions Bot
714128f614 Fix codestyle. 2020-07-03 01:48:42 +00:00
osaajani
adef27f862 fix codestyle 2020-06-23 21:06:13 +02:00
osaajani
2fbf757984 fix transfer 2020-06-23 18:49:36 +02:00
osaajani
d010134d01 fix bad return type 2020-06-22 19:49:59 +02:00
osaajani
39caa92a62 Fix command bash injection using filename + add constant to disable commands 2020-06-17 19:08:11 +02:00
osaajani
903a8d3770 Force http/https for webhook and add error_log in index 2020-06-14 22:17:04 +02:00
osaajani
54a8029b69 add unknown error 2020-06-14 01:39:09 +02:00
Your Name
b560313aaf fix empty column export csv 2020-06-14 00:52:28 +02:00
osaajani
b9863a8397 fix empty column export csv 2020-06-14 00:46:51 +02:00
osaajani
65a243b7b4 Fix naming of two first column in csv import to be name independant 2020-06-13 19:49:17 +02:00
osaajani
cc1a85f030 Fix import of contact on already existing contacts 2020-06-13 19:10:55 +02:00
osaajani
aa4e528778 add strlen + fix exists in ruler 2020-06-10 01:44:05 +02:00
osaajani
d13d223ddb add strlen to ruler 2020-06-10 01:30:14 +02:00
Your Name
b85d32640f improve format for accessing datas of contact in conditionnal groups 2020-06-09 23:33:16 +02:00
osaajani
b5288fc554 Add var creation in templating 2020-06-04 12:54:31 +02:00
osaajani
fdb01ffabc Change reception sound + improve format for accessing datas of contact in template 2020-05-30 20:21:41 +02:00
osaajani
87301827bd Few improvments 2020-05-19 05:00:35 +02:00
osaajani
48ef0c063e Working smtp for email 2020-04-16 07:50:30 +02:00
osaajani
3569baf1a1 Update user creation to allow using already encrypted password 2020-04-08 23:34:15 +02:00
osaajani
a426c699f9 intercept more php notice & warning on expression testing 2020-04-04 02:51:51 +02:00
osaajani
d699a2db80 Fix major security by overriding Symfony ExpressionLanguage default constant() method. The ExpressionLanguage is used by ruler for conditional group and could have been leverage to guess constants values such as db credentials 2020-04-03 21:22:13 +02:00
osaajani
3a27a3ba73 Fix major security issue with twig, sandbox was incorrectly set and was allowing code injection 2020-04-03 21:01:18 +02:00
osaajani
49f3a4b28c fix error transfer received sms + finish octopush shortcode adapter 2020-04-03 03:38:35 +02:00
osaajani
6ad299f21e Add octopsuh shortcode adapter, still testing. Add callback reception support. Add callback show in adapter. 2020-04-03 02:15:55 +02:00
osaajani
89cb3db678 Fix few bad var 2020-04-02 19:10:54 +02:00
osaajani
73b82296a7 . 2020-04-02 18:40:53 +02:00
osaajani
2482a997e7 Extract messages processing from phone daemons and webhook daemons to place in internal controllers 2020-04-02 18:40:39 +02:00
osaajani
2a792c0945 Add mailer 2020-04-02 18:38:41 +02:00
osaajani
0c8fc7b3ac Greatly improve adapters. Add twilio adapter for virtual numbers (no shortcode support before next version). Improve daemons exception + ERRORS handling. A lot of other little things 2020-04-02 01:55:55 +02:00
osaajani
2ae2baa6c4 Update received to use phone_id instead of destination 2020-03-31 01:53:07 +02:00
osaajani
d5be760843 Update phone to use name instead of number and update sended to use phone id instead of origin 2020-03-31 01:19:21 +02:00
osaajani
413c058ffc add support status on users 2020-03-30 01:52:53 +02:00