1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

736 Commits

Author SHA1 Message Date
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
Nextcloud bot
49d34f61f9
[tx-robot] updated from transifex 2017-10-09 00:25:12 +00:00
Nextcloud bot
07edbefd2a
[tx-robot] updated from transifex 2017-09-16 00:24:41 +00:00
Loic Blot
f7da068505 Validate smsCount and smsDatas field 2017-08-23 22:26:42 +02:00
Nextcloud bot
fa2685f865
[tx-robot] updated from transifex 2017-08-23 00:24:41 +00:00
Loic Blot
26b7dd28fa Increase owncloud max-version and bump version 1.12.1 2017-08-16 17:59:53 +02:00
Loic Blot
ca6ad6d071 Don't use OC.generateUrl to generate API endpoint URLs
OC.generateUrl doesn't permit to know applications endpoint for this app, instead use window.location.href to retrieve the app current URL and generate endpoints from this

This fixes issue #197
2017-08-16 17:58:15 +02:00
Loic Blot
f70fc2c080 Centralize JS router URL generation 2017-08-16 17:50:15 +02:00
Nextcloud bot
71eac57907
[tx-robot] updated from transifex 2017-07-20 00:23:58 +00:00
Nextcloud bot
8edf747917
[tx-robot] updated from transifex 2017-07-17 00:23:17 +00:00
Nextcloud bot
9734855e5d
[tx-robot] updated from transifex 2017-06-21 00:23:02 +00:00
Nextcloud bot
2b8a10bc00
[tx-robot] updated from transifex 2017-06-17 00:24:46 +00:00
Nextcloud bot
9bab1ad07d
[tx-robot] updated from transifex 2017-06-16 00:25:25 +00:00
Nextcloud bot
45da679de2
[tx-robot] updated from transifex 2017-06-07 00:25:33 +00:00
Nextcloud bot
0aab95605b
[tx-robot] updated from transifex 2017-05-30 00:23:49 +00:00