1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-10 01:16:12 +00:00

649 Commits

Author SHA1 Message Date
Loic Blot
010acd7adc Conversation header CSS fix & unicity fixes for unread messages & peerlist last messages
Note: for unread message count we need one more fix
2016-09-22 23:06:22 +02:00
Loic Blot
745d7092ad Add a fix for duplicates messages in database with or without spaces 2016-09-22 22:55:21 +02:00
Loic Blot
4a8562642b Implement conversation CSS loader when loading contact conversation (not on refresh) 2016-09-22 22:44:13 +02:00
Loic Blot
a05db79889 typo fix 2016-09-22 22:21:58 +02:00
Loic Blot
a512ee4957 Properly apply contactName & messageCount at conversation loading if reloading tab 2016-09-22 22:21:33 +02:00
Loic Blot
852c0835fa Add missing database indices 2016-09-22 22:16:09 +02:00
Loic Blot
eea860d919 Missing regexp update 2016-09-22 21:56:06 +02:00
Loic Blot
b84ff1088f Try to cleanup check_new_messages 2016-09-22 21:52:49 +02:00
Loic Blot
631640c5bb Bugfix: check the read date per phone number if there are messages to check for this date 2016-09-22 21:45:20 +02:00
Loic Blot
debf173673 Little regexp fix 2016-09-22 21:40:49 +02:00
Loic Blot
781fc74c1a Bump 1.8.3 for nextcloud appstore... v1.8.3 2016-09-22 00:29:10 +02:00
Loic Blot
3b4d6f696f Nextcloud appstore fix v1.8.2.1 2016-09-22 00:27:47 +02:00
Loic Blot
82e1a053dc Add a section to release on nextcloud appstore v1.8.2 2016-09-22 00:24:11 +02:00
Loic Blot
e5ce17a16d v1.8.1 v1.8.1 2016-09-20 00:03:32 +02:00
Loic Blot
6c906d498f Increase sms size into database for huge SMS.
This fixes #110
2016-09-19 23:37:09 +02:00
Loic Blot
48bf3f5a3e v1.8.0 v1.8.0 2016-09-19 23:30:27 +02:00
Loic Blot
60bd54a12a Add settings to change contact list ordering by label/lastmsg and reverse/sort 2016-09-19 23:24:05 +02:00
Loic Blot
7b92499941 Fix an undefined error 2016-09-19 22:45:06 +02:00
Loic Blot
49cc81db8c HTML style & undef function fix 2016-09-19 22:39:08 +02:00
Loic Blot
b9fba16893 Fix avatars in contact list 2016-09-19 22:25:21 +02:00
Loic Blot
6c37d0ccfe Cleanup a little bit avatar management 2016-09-19 21:31:43 +02:00
Loic Blot
ce967126d0 Fix ordering for messages & contacts 2016-09-19 21:25:53 +02:00
Loic Blot
949885abbd Don't remove contact from contact list, instead modify the current user 2016-09-19 21:15:15 +02:00
Loic Blot
828320eb9d little fixes + order contacts by message date 2016-09-19 21:03:57 +02:00
Loic Blot
fb952e00ef Doxygen comment fix 2016-07-21 23:49:20 +02:00
Loic Blot
78eae0600c Add a new call to get the current message count for a user 2016-07-21 23:32:01 +02:00
Loic Blot
55ca445ff7 v1.7.0 v1.7.0 2016-06-15 07:49:47 +02:00
Ner'zhul
2413f072ed Merge pull request #114 from liweitianux/patch-2
Update country codes according to countrycode.org
2016-05-27 08:12:53 +02:00
Aaron LI
db067f945a Update country codes according to countrycode.org
This update also fixes the codes of "Albania" and "Finland".

The following countries/regions have multiple codes, and I do not know how to handle this issue, so I just comment these out.
+ Dominican Republic: 1-809, 1-829, 1-849
+ Puerto Rico: 1-787, 1-939
2016-05-27 14:04:09 +08:00
Loic Blot
6fbf9f690c Factorize some CSS parts & bigger avatar in conversations 2016-05-20 08:48:36 +02:00
Loic Blot
5ac76af636 Fix contact actions floating 2016-05-20 08:44:15 +02:00
Loic Blot
4fce4cfbbc add favicon 2016-05-19 23:56:50 +02:00
Loic Blot
45ece5e7d4 CSS: Little mobile fix + contact header alignment 2016-05-19 23:53:25 +02:00
Loic Blot
917d6dfc00 Don't try to show avatar if string is empty 2016-05-19 23:41:00 +02:00
Loic Blot
573e38683f avatar showing fix 2016-05-19 23:40:05 +02:00
Loic Blot
74bbb03993 Implement colors in conversation header + show the avatar 2016-05-19 23:39:09 +02:00
Loic Blot
09480e4856 Show the opt_numbers in the right place 2016-05-19 23:06:31 +02:00
Loic Blot
1137168e1f We should display ocsms-conversation-removal everytime 2016-05-19 23:04:31 +02:00
Loic Blot
0ddc2a8b45 Cleanup + fixes
* Fix changelog
* reset URL when deleting conversation
* create a factice contact where no contact was set as selected at loading
2016-05-19 23:00:25 +02:00
Loic Blot
64939e31d7 Another fix 2016-05-19 22:45:19 +02:00
Loic Blot
6d1c3bcb32 Little navigation fix 2016-05-19 22:44:46 +02:00
Loic Blot
bcc062ecb8 Cleanup code by using selected Contact instead of a global variable for navigation 2016-05-19 22:43:27 +02:00
Loic Blot
f4ea1cc882 Re-add dropped variable 2016-05-19 22:28:09 +02:00
Loic Blot
1a1c2e5136 Cleanup global variables to add a selectedContact selector directly to angular app 2016-05-19 22:24:08 +02:00
Loic Blot
74c365f1f7 set the correct cursor on peer hover and try to fix contact photo when existing photo 2016-05-19 22:11:01 +02:00
Loic Blot
7a4f37f585 Little CSS enhancement and bind peer ng-click on li, not a 2016-05-19 22:07:37 +02:00
Loic Blot
cbb02de464 Add first character to no photo mode. If no number # is the character 2016-05-19 22:01:09 +02:00
Loic Blot
42272c9164 CSS fix + preparation for the new peers photos 2016-05-19 21:51:54 +02:00
Loic Blot
ad110a9837 CSS style fix 2016-05-19 21:41:39 +02:00
Loic Blot
6be679f478 Re-import UserId service. Owncloud CurrentUID service seems to work differently 2016-05-19 18:58:40 +02:00