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

550 Commits

Author SHA1 Message Date
Loïc Blot d4e60ba755 SMS restoration fix 2018-05-15 14:58:45 +02:00
Loic Blot 03e026d239 Fetch fix 2018-04-11 22:38:17 +02:00
Loic Blot 224aa5e7cd Function call fixes 2018-04-11 22:37:07 +02:00
Loic Blot e26aa4397b Some fixes on the queries 2018-04-11 22:34:47 +02:00
Loic Blot 70e9368ee0 Migrate more deprecated methods 2018-04-11 22:12:20 +02:00
Loic Blot ccc164db5a Fix some deprecated things for NC 14 2018-04-10 08:48:55 +02:00
Loic Blot 8a0580e7c4 Prepare another query 2018-04-10 08:45:19 +02:00
Loic Blot 0bac525826 Fix query builder in usage 2018-04-10 08:41:22 +02:00
Loic Blot 2b8e2ceb41 Migrate more functions to the query builder 2018-04-10 08:38:27 +02:00
Loic Blot 25eb211440 Migrate one function to the new querybuilder for NC 14 2018-04-10 08:32:16 +02:00
Loic Blot 80d025d023 Migrate one function to the new querybuilder for NC 14 2018-04-10 08:26:43 +02:00
Thomas Pulzer b860267599 Php7 android7 sync issue (#222)
* Casting result of column sms_mailbox to int in db sanitize check.

* Added mailbox id 3 to the list of sms messages to select (This should be Mailbox "All", but it seems, on AOSP v7.1 - Nougat - the messages could be stored there instead of 1 or 2).

* Extended all sms_mailbox parameters, to include mailbox number 3.
It's not so much a sync than rather a display issue.

* Fixed a wrong value in the database query parameters.
2018-04-03 17:17:16 +02:00
Morris Jobke c33d871bf0 Use DB transaction methods of the DB connection (#225)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-21 12:17:22 +01:00
Nextcloud bot 005f761d9e [tx-robot] updated from transifex 2018-02-23 01:29:32 +00:00
Nextcloud bot de56a3e776 [tx-robot] updated from transifex 2018-02-21 01:29:43 +00:00
Morris Jobke 4d2cadc29f Fix tx config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 23:01:16 +01:00
Morris Jobke dd480b5cb6 Merge pull request #220 from nextcloud/unperl-app
Move transifex config for updated l10n script
2018-02-12 18:10:30 +01:00
Morris Jobke cdb1e76404 Move transifex config for updated l10n script
See nextcloud/docker-ci#78 for details

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 17:50:14 +01:00
Loïc Blot b7d47872bf Add a notice about FastCGI buffering to solve some issues 2018-02-10 15:59:11 +01:00
Loic Blot 7d6e81f0ff Simplify fetchMessages response code 2018-02-10 11:16:53 +01:00
Nextcloud bot 0c23a10e80 [tx-robot] updated from transifex 2018-01-24 01:27:13 +00:00
Nextcloud bot 25da2cabd3 [tx-robot] updated from transifex 2018-01-23 01:27:42 +00:00
Loic Blot e7d36de35d Fix #app-content-header 2017-12-28 20:37:30 +01:00
Loic Blot 2c2f090f13 WIP: Permit to resize contact list 2017-12-28 19:35:59 +01:00
Loic Blot 409f92f344 Increase sms_address field size.
This fixes #187
2017-12-28 19:00:23 +01:00
Loic Blot 177cb69b10 move more functions & attributes from legacy.js to app.js 2017-12-28 18:58:50 +01:00
Loic Blot 2b6e52205e migrate all remaining settings setters 2017-12-28 18:51:57 +01:00
Loic Blot 8f017bc20a Try to migrate some settings send function 2017-12-28 18:42:51 +01:00
Loic Blot 6e21e47bf2 Fix a callback problem 2017-12-28 18:37:29 +01:00
Loic Blot cc14f86893 Move generateUrl to Sms object, add SmsSettings::init & drop it from angular app 2017-12-28 18:34:15 +01:00
Loic Blot 0c54bfbf06 Forget to update minified app 2017-12-28 18:18:23 +01:00
Loic Blot fd0f221d64 Try to migrate settings to a better model 2017-12-28 18:18:03 +01:00
Loic Blot 167643c8df Fix an historical typo bug when reading settings 2017-12-28 17:47:39 +01:00
Loic Blot e0a7ad5a3b move notifications handling outside of legacy to dedicated object 2017-12-28 17:47:05 +01:00
Loic Blot 20b77148c7 rename app.js to legacy.js, move globals to app.js in Sms object and helpers to a dedicated file 2017-12-28 17:39:14 +01:00
Loic Blot 4f01b5c467 minify application file & use it 2017-12-28 17:09:38 +01:00
Loic Blot c345b8ae64 Reorder JS files & add vue.js 2017-12-28 17:01:44 +01:00
Loic Blot 9a6d6907cf apicontroller.php: Return error 400 when messages are not accepted on push 2017-12-28 16:56:31 +01:00
Kai Schröer 7dd75ea74a Corrected missing Nc branding (#212) 2017-12-28 16:18:36 +01:00
Loic BLOT 3fcb2579fc 1.21.2: nextcloud 13 compat 1.21.2 2017-12-28 16:12:07 +01:00
Nextcloud bot b69e548ad5 [tx-robot] updated from transifex 2017-12-19 01:25:01 +00:00
Kai Schröer 7fc602ba28 Update README.md (#211) 2017-12-02 13:44:22 +01:00
Loïc Blot 288eef68e2 Clarify mysql encoding issue in README.md 2017-12-02 08:52:00 +01:00
Morris Jobke bd562eae67 Use non-deprecated call to add navigation entry (#209)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-24 12:23:23 +01:00
Nextcloud bot f21f3b5939 [tx-robot] updated from transifex 2017-11-11 01:33:27 +00:00
Nextcloud bot 26fa383bfe [tx-robot] updated from transifex 2017-11-10 01:32:09 +00:00
Nextcloud bot 2b99d7c31f [tx-robot] updated from transifex 2017-11-07 01:28:34 +00:00
Nextcloud bot 93bcf99bb3 [tx-robot] updated from transifex 2017-11-03 01:30:38 +00:00
Nextcloud bot 8635d9ec05 [tx-robot] updated from transifex 2017-10-24 00:27:40 +00:00
Nextcloud bot 2cfecf234e [tx-robot] updated from transifex 2017-10-14 02:46:01 +00:00