1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 16:36:25 +00:00

435 Commits

Author SHA1 Message Date
Ner'zhul
e11e0db662 Merge pull request #106 from enoch85/patch-2
no need for issue template in README.md
2016-03-17 18:42:51 +01:00
Ner'zhul
098fee36ff Merge pull request #105 from enoch85/patch-1
Create issue_template.md
2016-03-17 18:42:32 +01:00
Daniel Hansson
cc9fd069db no need for issue template 2016-03-15 14:42:20 +01:00
Daniel Hansson
27097b1de4 Create issue_template.md 2016-03-15 14:40:55 +01:00
Loic Blot
faa3ec5575 Bump version, emerg patch v1.6.3 2016-03-09 15:43:30 +01:00
Ner'zhul
5d8f98e558 Merge pull request #103 from Xefir/master
Fix crash appinfo
2016-03-09 15:42:46 +01:00
Xéfir Destiny
fa0803f5ff Fix crash appinfo 2016-03-09 10:01:47 +01:00
Loic Blot
add00a94fd Merge branch 'master' of https://github.com/nerzhul/ocsms v1.6.2 2016-03-08 22:51:15 +01:00
Loic Blot
3d71229767 v1.6.2: Fix owncloud 9 contact app which break our frontend 2016-03-08 22:51:00 +01:00
Ner'zhul
74b59e3365 Merge pull request #97 from stefan-niedermann/master
New icon for server application
2016-02-05 13:55:58 +01:00
Niedermann IT-Dienstleistungen
f951ec4218 New icon
See https://github.com/nerzhul/ownCloud-SMS-App/pull/83
2016-02-05 13:06:56 +01:00
Ner'zhul
0b3cc39e87 Add LICENSE.md
This fixes #96 and close it
2016-02-05 09:02:40 +01:00
Loic Blot
2990a5cbad Bump v1.6.0 v1.6.0 2016-01-30 23:53:04 +01:00
Loic Blot
74928c8e64 Permit to disable notifications from app settings directly
This fixes issue #89
2016-01-30 23:23:27 +01:00
Loic Blot
4827856fe2 Move settings from smscontroller to dedicated controller 2016-01-30 23:00:05 +01:00
Loic Blot
ccb13d3c31 Update copyright notice 2016-01-30 22:54:12 +01:00
Loic Blot
7fed10a26c Message limit & other improvements
* Implement message limit permitting to limit number of message shown when loading a conversation
* Reformat message date properly using angular JS instead of our own date parser
* replace /get/country call with /get/settings to retrieve all settings

This fixes issue #90
2016-01-30 22:47:34 +01:00
Loic Blot
a4ae53b19f Merge branch 'master' of https://github.com/nerzhul/ocsms 2016-01-30 21:45:19 +01:00
Loic Blot
4a2ad1ffa9 Angular JS 1.3 => 1.4.9 2016-01-30 21:44:47 +01:00
Ner'zhul
3586799367 Merge pull request #92 from skjnldsv/master
Changed app icon
2016-01-03 15:42:49 +01:00
John Molakvoæ
5052eeb233 Changed app icon
http://fortawesome.github.io/Font-Awesome/icon/paper-plane/
2015-12-31 17:20:55 +01:00
Ner'zhul
5733d73466 Add singapore country code 2015-08-12 12:27:17 +02:00
Loic Blot
b6de8200db Update README 2015-06-30 20:45:18 +00:00
Loic Blot
d777e4313a Update changelog 2015-06-30 20:42:37 +00:00
Loic Blot
86c71338dd Tag 1.5.0, JS rewrite is now okay v1.5.0 2015-06-29 19:55:13 +00:00
Loic Blot
13d5e9ff26 Fix messages/conversation removal sync with contact list and also add atomic delete for messages 2015-06-25 22:00:09 +00:00
Loic Blot
1263af850b Reinit message list before showing it to screen, else it merge :) 2015-06-25 21:12:42 +00:00
Loic Blot
d075e7f58a Use angular to load conversations instead of a pure string buffer and show choose conversation only if no messages to show 2015-06-25 21:09:05 +00:00
Loic Blot
fed6cb864a Add message store and removal handlers to Angular controller 2015-06-25 20:47:33 +00:00
Loic Blot
9c064f9052 Add basic template to show SMS messages (unused atm) 2015-06-25 20:43:24 +00:00
Loic Blot
3402bd9836 Use angularJS to manage contact list update properly. This also fix a recent upstream bug which doesn't re-insert contact into contactlist when new messages arrived 2015-06-25 20:36:58 +00:00
Loic Blot
29a7f9e972 Refactor: move many function to angular controller 2015-06-25 19:39:09 +00:00
Loic Blot
1f72ebf40f replace setInterval by angular 2015-06-25 19:25:26 +00:00
Loic Blot
90144ea042 Migrate from angularJS 1.1 to 1.3 2015-06-25 19:23:48 +00:00
Loic Blot
b04677851a Little cleanup 2015-06-25 19:06:42 +00:00
Loic Blot
68b2f319c3 Migrate jquery.documentready to AngularJS 2015-06-25 18:28:10 +00:00
Loic Blot
d8ecc06314 Add basic route , method and icon for removing single message 2015-06-25 18:17:59 +00:00
Loic Blot
d8a776bea9 remove messages is now okay 2015-06-24 06:48:06 +00:00
Loic Blot
76b0ae3912 smscontroller::removeConversation link with smsmapper::removeMessagesForPhoneNumber. We need to drop messages now 2015-06-24 06:40:03 +00:00
Loic Blot
4852fa3675 smscontroller: Remove whitespaces 2015-06-24 06:37:03 +00:00
Loic Blot
b67802a646 Prepare deleteConversation handler and remove unreachable code in getConversation 2015-06-24 06:35:47 +00:00
Loic Blot
cbe70ac13b Reinit g_curPhoneNumber when delete conversation to stop refreshing it 2015-06-24 06:30:39 +00:00
Loic Blot
55f9e4136b Remove interface elements on POST call 2015-06-23 21:04:58 +00:00
Loic Blot
3105eeb776 Prepare conversation deletion in PHP code too 2015-06-23 20:56:15 +00:00
Loic Blot
a83c494d47 Add basic icon to delete conversation 2015-06-23 17:58:44 +00:00
Marcos
e183c9f478 Fixed scroll issue
Fixes #77

It seems to be inherited from some external css (apps.css)
2015-06-09 11:22:34 +00:00
Loic Blot
54dbdc1011 Prefix global variables with g_ 2015-06-08 20:06:00 +00:00
Loic Blot
3998f82331 Some variables must be local. Also globalize the contact-list ul 2015-06-08 20:00:17 +00:00
Loic Blot
357e17dfbc Fix conditions... 2015-06-08 19:40:28 +00:00
Loic Blot
68114429c0 Use inArray helper instead of the jQuery direct function. Coding style 2015-06-08 19:26:12 +00:00