Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-19Fix ordering for messages & contactsLoic Blot
2016-09-19little fixes + order contacts by message dateLoic Blot
2016-05-20Factorize some CSS parts & bigger avatar in conversationsLoic Blot
2016-05-20Don't try to show avatar if string is emptyLoic Blot
2016-05-20avatar showing fixLoic Blot
2016-05-20Implement colors in conversation header + show the avatarLoic Blot
2016-05-20Show the opt_numbers in the right placeLoic Blot
2016-05-19Cleanup global variables to add a selectedContact selector directly to angula...Loic Blot
2016-05-19set the correct cursor on peer hover and try to fix contact photo when existi...Loic Blot
2016-05-19Little CSS enhancement and bind peer ng-click on li, not aLoic Blot
2016-05-19Add first character to no photo mode. If no number # is the characterLoic Blot
2016-05-19CSS fix + preparation for the new peers photosLoic Blot
2016-05-19CSS style fixLoic Blot
2016-01-31Permit to disable notifications from app settings directlyLoic Blot
2016-01-31Message limit & other improvementsLoic Blot
2015-06-26Fix messages/conversation removal sync with contact list and also add atomic ...Loic Blot
2015-06-26Use angular to load conversations instead of a pure string buffer and show ch...Loic Blot
2015-06-25Add message store and removal handlers to Angular controllerLoic Blot
2015-06-25Add basic template to show SMS messages (unused atm)Loic Blot
2015-06-25Use angularJS to manage contact list update properly. This also fix a recent ...Loic Blot
2015-06-23Prepare conversation deletion in PHP code tooLoic Blot
2015-06-23Add basic icon to delete conversationLoic Blot
2015-06-08Some variables must be local. Also globalize the contact-list ulLoic Blot
2015-02-16Load the country settings at app loadLoic Blot
2015-01-26Tag 1.4.2: use Angular.js 1.1.5 instead of 1.2, it doesn't work properly with...v1.4.2Loic Blot
2015-01-12move script.js to public/app.js. Also add dependancy to appframework into app...Loic Blot
2015-01-10Conversation loading by using angular.jsLoic Blot
2015-01-10JS: initialPeerList is now generated by angular.jsLoic Blot
2015-01-10Prepare angular.js template. Merge controllers into one global controllerLoic Blot
2015-01-09Remove one angular controller, we need to understand multiple controller prob...Loic Blot
2015-01-09SQL query syntax fixLoic Blot
2015-01-09Config setting fix and remove button loopLoic Blot
2015-01-09Country value is now sent and stored to databaseLoic Blot
2015-01-09Prepare angular controllers for better JS code and convert setting send butto...Loic Blot
2015-01-09Fix angular ng-app loadLoic Blot
2015-01-09Prepare angular JS integrationLoic Blot
2015-01-06Add setting button for langLoic Blot
2015-01-05Implement country code select, need server side handlingLoic Blot
2015-01-05Reintroduce and prepare settings placeholderLoic Blot
2014-10-13Prepare a container for message countLoic Blot
2014-10-13Fix condition when there isn't any contact associated with phone numberLoic Blot
2014-10-07Use div instead of a for empty peersLoic Blot
2014-10-07PeerList modificationLoic Blot
2014-10-07Don't display header bar by defaultLoic Blot
2014-10-06New text & Visual style for empty conversationLoic Blot
2014-10-05styleLoic Blot
2014-09-26cleanup interface. conversation removalLoïc Blot (@U-Exp)
2014-09-17Remove useless contentLoïc Blot (@U-Exp)
2014-09-17Prepare JS AJAX interactions. Show phone numbers into the appropriate div. Im...Loic Blot
2014-09-16Added ajaxCall to get all phone Numbers. Also cleanup templatesLoic Blot