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 (Collapse)Author
2018-11-12Release 2.0.12.0.1Loic Blot
2018-11-12Packaging fixesLoic Blot
2018-11-11Release 2.0.02.0.0Loic Blot
2018-11-11Release 2.02.0Loic Blot
2018-11-11Add tools to package IHM properlyLoic Blot
2018-11-11Fix remaining CSS issuesLoic Blot
2018-11-11conditional strength fixLoic Blot
2018-11-11contactlist: Drop a useless div to make conditional on ulLoic Blot
2018-11-11app-navigation padding is uselessLoic Blot
2018-11-11Various CSS fixesLoic Blot
2018-11-10Typo fix in main.php template + some reorganisationLoic Blot
2018-11-10Reorganize the viewLoic Blot
2018-11-10more css flex fixesLoic Blot
2018-11-10Use flex to display the view properlyLoic Blot
2018-11-10js code qualityLoic Blot
2018-11-10Add a min-width to app-mailbox-peersLoic Blot
2018-11-10Add a basic Dockerfile for this appLoic Blot
2018-11-10fix some code issuesLoic Blot
2018-11-10Drop some debugging codeLoic Blot
2018-11-10Fix migrationLoic Blot
2018-11-10Update to 1.99.0, before releasingLoic Blot
2018-11-10Fix a nextcloud 14 non compatible query in migrationLoic Blot
2018-11-10Fix conversation width + drop owncloud supportLoic Blot
Also increase nextcloud version support
2018-11-06[tx-robot] updated from transifexNextcloud bot
2018-10-26[tx-robot] updated from transifexNextcloud bot
2018-10-22[tx-robot] updated from transifexNextcloud bot
2018-10-13[tx-robot] updated from transifexNextcloud bot
2018-10-07[tx-robot] updated from transifexNextcloud bot
2018-10-05[tx-robot] updated from transifexNextcloud bot
2018-10-04[tx-robot] updated from transifexNextcloud bot
2018-10-03[tx-robot] updated from transifexNextcloud bot
2018-10-03Add l10n folderMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-01Fix use of insert statement without named parameter. Convert SMS ↵Matt Amos
upload/insert statement to NC14 compatible. (#274)
2018-09-27Convert some queries to QueryBuilder.Matt Amos
2018-09-20Fix width of message containerGreg Ross
The app container wrapper inherits a 100% width from nextcloud which forces all messages to the bottom of the page below the contacts/settings panel. Override this so they show correctly.
2018-09-08Modal styleLoic Blot
2018-09-08Localization for the wipe all dialogLoic Blot
2018-09-08Add a generic modal to wipe data properlyLoic Blot
2018-09-08Only show the reset button if there are messagesLoic Blot
2018-09-08Add a button to wipe all messagesLoic Blot
2018-09-08Add query + routes to drop all user messagesLoic Blot
2018-09-08Favicon coloration fixLoic Blot
This fixes #164
2018-09-08Finish to drop Angular.JSLoic Blot
2018-09-08Fix wrong message count when checking new messagesLoic Blot
Regression was introduced in commit: 580e4415e24f3a7496f930aac9a2386148a56ebf
2018-09-08Port refreshConversation to conversation.jsLoic Blot
2018-09-08Drop dead code & move some code outside of legacy.js to app.jsLoic Blot
2018-09-08Conversations are now loaded using vueLoic Blot
2018-09-08Conversation header is now properly renderedLoic Blot
2018-09-08ContactList is now working properlyLoic Blot
2018-09-08Contactlist should be ready nowLoic Blot