1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00
Commit Graph

472 Commits

Author SHA1 Message Date
Nextcloud bot 7fed47172a [tx-robot] updated from transifex 2017-03-15 01:16:40 +00:00
Loic Blot 9e9171d470 Make trash icon color consistent
This fixes issue #138
2017-03-13 16:08:44 +01:00
Nextcloud bot 8203a58836 [tx-robot] updated from transifex 2017-03-12 01:18:08 +00:00
Nextcloud bot 973f727206 [tx-robot] updated from transifex 2017-03-10 01:16:51 +00:00
Nextcloud bot fb95a1c6a0 [tx-robot] updated from transifex 2017-03-02 16:57:38 +00:00
Daniel Hansson 33a93c370c Merge pull request #175 from nextcloud/transifex-update
Update transifex config
2017-03-02 09:36:06 +01:00
Morris Jobke 6ebc72de2d Update transifex config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:49:06 -06:00
Nextcloud bot a8ccf569ce [tx-robot] updated from transifex 2017-03-01 01:15:56 +00:00
Nextcloud bot 8755d64de7 [tx-robot] updated from transifex 2017-02-25 01:33:50 +00:00
Daniel Hansson 6e0b2d6fe6 Merge pull request #174 from Diablofan/patch-1
Added how to login with 2FA enabled.
2017-02-22 10:13:29 +01:00
Andrew McCullough d6c090e8c8 Added how to login with 2FA enabled. 2017-02-21 18:54:26 -05:00
Nextcloud bot 5fd545ae30 [tx-robot] updated from transifex 2017-02-16 01:15:31 +00:00
Nextcloud bot 90f66a8b22 [tx-robot] updated from transifex 2017-02-14 01:15:45 +00:00
Nextcloud bot ebb222ed33 [tx-robot] updated from transifex 2017-02-13 01:15:09 +00:00
Loïc Blot 249c07480c Little typo fix in doc 2017-02-10 19:12:00 +01:00
Daniel Hansson ac4ed80d5d Add documentation for MySQL encoding errors (#173) 2017-02-10 19:11:18 +01:00
Nextcloud bot 73a3e61e88 [tx-robot] updated from transifex 2017-02-09 01:14:53 +00:00
Nextcloud bot 096bfe275e [tx-robot] updated from transifex 2017-02-08 01:14:55 +00:00
Nextcloud bot 5793c0ca40 [tx-robot] updated from transifex 2017-02-07 01:16:56 +00:00
Nextcloud bot 78ef009e61 [tx-robot] updated from transifex 2017-02-05 01:14:42 +00:00
Loic Blot 37103d1869 Bump to version 1.11.5 1.11.5 2017-02-03 22:38:43 +01:00
Loic Blot faff17987f Nicer REST interface for frontend web calls 2017-02-03 16:24:38 +01:00
Nextcloud bot cebfc2b556 [tx-robot] updated from transifex 2017-02-03 01:15:09 +00:00
Nextcloud bot b4358062fb [tx-robot] updated from transifex 2017-02-02 01:15:04 +00:00
Nextcloud bot aeea3c8a17 [tx-robot] updated from transifex 2017-02-01 01:14:44 +00:00
Morris Jobke 5e46c0d8ab Merge pull request #168 from nextcloud/transifex
provide transifex config
2017-01-31 13:14:37 -06:00
Morris Jobke 77f5379ad3 provide transifex config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-31 13:13:12 -06:00
Loïc Blot 5b6aeb3d67 Reduce sms_msg column size
This fixes some MySQL problems with column size limits under innodb

Fixes #159
2017-01-17 14:08:24 +01:00
Loic Blot d35619dfe3 Change application GH namespace 2017-01-04 15:45:15 +01:00
Loic Blot 059cc022b6 Fix a missing old name 2017-01-03 14:33:09 +01:00
Loic Blot 8192c65e49 Forget to change appname in AppFramework 2017-01-03 12:56:17 +01:00
Loic Blot 9d8702d3bb Rename application to 'Phone Sync'
Also update copyright years on modified files
This fixes #132
2017-01-03 12:54:38 +01:00
John Molakvoæ 8296cdca78 Set contact colours on uids (#152)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-01-03 11:22:05 +01:00
Loic Blot 3a669de201 Bump version 1.11.4 1.11.4 2016-12-30 22:28:30 +01:00
yneveu 57de2f4e03 Fix SyntaxErrorException on select limit (#146)
SmsMapper:
* Fix SyntaxErrorException on select limit
* Remove unwanted LIMIT
2016-12-30 22:26:31 +01:00
Niedermann IT-Dienstleistungen 71f5069537 Update README.md (#144)
* Update README.md

- restructured similar to android client
- removed manual installation instructions and point to the appstores
- added a screenshot
- use Nextcloud / ownCloud where possible
- use emojis

* Switch client and server issues in README.md
2016-12-24 13:10:29 +01:00
Loic Blot 0d26ac6a01 Fix app crash when using API without login 2016-12-20 19:43:56 +01:00
Loic Blot c204dc9fcb Reduce min-int-size for 32b systems.
This fixes #139
2016-12-20 07:51:38 +01:00
Loic Blot 292bd8b814 Try to cast to int using a new variable instead of doing it in array 2016-12-19 10:45:46 +01:00
Loic Blot 82d72907da Migrate to AngularJS 1.6 2016-12-15 23:41:53 +01:00
Loic Blot 6527fe2d90 Simpler implementation for search & show search but it's not working yet 2016-12-15 23:16:08 +01:00
Loic Blot 4606fd1d39 Add various int parsing for AngularJS
Begin some work for #137
2016-12-15 21:34:11 +01:00
Niedermann IT-Dienstleistungen 588cecafa9 Some style changes (header, colors, ...) (#136)
* - Invert header colors for better readability
- Increase size of header image and adjust layout
- Change font-color of sent date to grey because it is not as important as the content (with darker grey on hover)
- Use same opacity of delete button as in contacts app (hover: opacity: 1)

* Remove unnecessairy margin-right

* Use flex-box in header and adjust more to other apps
2016-12-15 21:02:40 +01:00
Loic Blot 9fb4b6e340 Merge branch 'master' of https://github.com/nerzhul/ocsms 2016-12-15 20:59:07 +01:00
Ner'zhul 54f2c185fe Merge pull request #135 from stefan-niedermann/master
Style messages more modern
2016-12-15 14:01:05 +01:00
Stefan Niedermann 07dafcd2aa Style messages more modern (#134) 2016-12-15 13:38:58 +01:00
Ner'zhul f8762809f3 Merge pull request #133 from stefan-niedermann/master
Fix #130 Use loading spinner from core
2016-12-15 12:33:16 +01:00
Ner'zhul 32bc2c5d9b Merge pull request #131 from stefan-niedermann/master
Fix left navigation layout
2016-12-15 11:44:43 +01:00
Loic Blot 5c18451d72 Fix screenshot path & bump version 1.11.3 2016-12-15 11:41:21 +01:00
Stefan Niedermann 9a08cfb5b5 Fix #130 Use loading spinner from core 2016-12-15 10:41:08 +01:00