1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

11 Commits

Author SHA1 Message Date
Loic Blot
c8deb8df6e
Drop some debugging code 2018-11-10 17:36:03 +01:00
Loic Blot
38235b1a60 Add a generic modal to wipe data properly 2018-09-08 11:40:44 +02:00
Loic Blot
42a3c1ea61 Finish to drop Angular.JS 2018-09-08 00:04:49 +02:00
Loic Blot
80c4c2e3c2 Drop dead code & move some code outside of legacy.js to app.js 2018-09-08 00:04:49 +02:00
Loic Blot
78b5c0f915 Conversation header is now properly rendered 2018-09-08 00:04:49 +02:00
Loic Blot
3dfaedc317 Prepare contactlist with vue 2018-09-08 00:04:49 +02:00
Greg Ross
2600b743d1 Fix date used to retrieve new messages (#265)
Using the conversation read date to check for new messages will retrieve the same message multiple times if the last read date is older than when the new message arrives.  Instead us the last message we have retrieved as the date to check for new messages from.
2018-07-20 22:47:53 +02:00
Greg Ross
afea0734e9 Avoid console errors if the input isn't a strong. (#261) 2018-07-09 20:46:37 +02:00
Loic Blot
177cb69b10
move more functions & attributes from legacy.js to app.js 2017-12-28 18:58:50 +01:00
Loic Blot
cc14f86893
Move generateUrl to Sms object, add SmsSettings::init & drop it from angular app 2017-12-28 18:34:15 +01:00
Loic Blot
20b77148c7
rename app.js to legacy.js, move globals to app.js in Sms object and helpers to a dedicated file 2017-12-28 17:39:14 +01:00