Alexandre Aubin
56c6ce70c5
Use carton from debian's repositories to avoid inconsistencies if lutim is installed
2020-11-16 16:16:51 +01:00
ericgaspar
2e1695c9f4
Update nginx.conf
2020-11-14 15:00:47 +01:00
ericgaspar
3cadd2b997
Small typos
2020-11-14 08:31:09 +01:00
Éric Gaspar
e8a1f759f4
Merge pull request #46 from YunoHost-Apps/fix-chromium-http2-error
...
[fix] Chromium net::ERR_HTTP2_PROTOCOL_ERROR 200
2020-11-09 23:34:59 +01:00
Éric Gaspar
cbedf12bca
Merge pull request #47 from ericgaspar/0.05.7
...
Upgrade to v.0.05.7
2020-11-09 23:30:32 +01:00
ericgaspar
25186f30d3
Set upgrade in package_check
2020-11-05 09:53:03 +01:00
ericgaspar
278b5ca383
Upgrade to 0.05.7
2020-11-01 18:24:02 +01:00
ljf (zamentur)
c0930e6caf
[fix] Explain why those lines are commented
2020-10-03 18:03:42 +02:00
ljf (zamentur)
bf1ca8bcb9
[fix] Chromium net::ERR_HTTP2_PROTOCOL_ERROR 200
2020-10-02 19:27:04 +02:00
Luc Didry
cbc4e957f3
cryptés/cryptage => chiffrés/déchiffrement
2020-06-16 07:06:01 +02:00
yalh76
6cc9510dd1
Merge pull request #43 from YunoHost-Apps/testing
...
Testing
2020-06-16 00:40:50 +02:00
yalh76
4c4f04d6c5
Update README_fr.md
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-06-10 20:26:41 +02:00
yalh76
121370c137
Update README_fr.md
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-06-10 20:26:35 +02:00
yalh76
449c0d4e23
Update README_fr.md
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-06-10 20:26:27 +02:00
yalh76
11e5ea1354
Update README_fr.md
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-06-10 20:26:10 +02:00
yalh76
c1d0212fc4
Update README_fr.md
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-06-10 20:25:55 +02:00
yalh76
23e8457846
Merge pull request #35 from YunoHost-Apps/fix-buster
...
[Buster] Apply example_ynh
2020-06-05 20:15:11 +02:00
yalh76
f33230ddf6
fix Error: : must be owner of extension plpgsql
2020-06-03 21:07:49 +02:00
yalh76
bbe654850e
remove service restart during upgrade
2020-06-02 21:56:09 +02:00
yalh76
c61a6c5186
Apply last example_ynh
2020-05-30 16:34:01 +02:00
yalh76
638d4473e8
typo
2020-05-29 22:49:32 +02:00
yalh76
d30265fac5
Upgrade version
2020-05-29 22:38:22 +02:00
yalh76
51b72a5a4f
downgrade to 0.03.5
2020-05-29 22:37:32 +02:00
yalh76
de132f542c
Merge branch 'master' into fix-buster
2020-05-28 21:46:38 +02:00
yalh76
6b038d0a27
add template
2020-05-27 01:56:05 +02:00
yalh76
b26b59e0fc
fix upgrade
...
Too many arguments ! "-p" will be ignored.
Too many arguments ! "/var/www/lufi/log/production.log" will be ignored.
2020-05-27 01:21:24 +02:00
yalh76
6f471f7943
Fix upgrade from 0.01
2020-05-26 01:58:07 +02:00
yalh76
d798663617
Update check_process
2020-05-23 17:44:04 +02:00
yalh76
199c5c698c
Update app.src
2020-05-23 17:36:04 +02:00
Kayou
64a53051c3
Merge pull request #42 from YunoHost-Apps/testing
...
Testing
2020-05-21 11:11:44 +02:00
Kayou
07d007dcbd
Update manifest.json
2020-05-21 11:11:32 +02:00
Kayou
b0a14a937c
Merge pull request #37 from autra/fix_pid_file
...
Fix pid file path
2020-05-21 11:00:42 +02:00
Kayou
ec69ec8806
Merge pull request #38 from autra/systemd-service-should-not-remain
...
Remove RemainAfterExit to correctly report failed service
2020-05-21 11:00:28 +02:00
Kayou
fe3ed6a681
Merge pull request #41 from autra/user_cron_fix
...
Fix cron user
2020-05-21 11:00:10 +02:00
Kayou
e7d37e499d
Merge pull request #36 from YunoHost-Apps/systemd-service-should-have-type-forking
...
systemd service type should be "forking" ?
2020-05-21 10:59:47 +02:00
Augustin Trancart
c337193292
Fix cron user
...
Lufi has its own user for the web service, it should also use it for the
cron it installs
2020-05-01 14:46:57 +02:00
Augustin Trancart
22b6072178
Remove RemainAfterExit in systemd unit
...
RemainAfterExit means that the service should be considered active even
when all its children has terminated. This is not what we want here as
the child process created by carton is a daemon process and not expected
to terminate.
Also, on stretch, the return code of the child process has no influence
on the status of the service if RemainAfterExit is set.
2020-04-26 21:21:54 +02:00
yalh76
2dd3b7da8f
Fix upgrade
2020-04-25 22:41:57 +02:00
Augustin Trancart
3b0983a084
Fix pid file path
2020-04-25 21:10:43 +02:00
Alexandre Aubin
17fc3def18
systemd service type should be "forking" ?
2020-04-25 16:50:32 +02:00
yalh76
868d262219
to make package check from old version
2020-04-22 16:13:29 +02:00
yalh76
d56e7789c3
Add upgrade check
2020-04-21 12:33:03 +02:00
yalh76
7a0adc1412
TO ensure compatibility from old version
2020-04-21 12:32:09 +02:00
yalh76
70002cff34
typo
2020-04-21 03:51:37 +02:00
yalh76
ed6f79adc4
Apply example_ynh
...
And upgrade to 0.04.6
2020-04-20 04:16:40 +02:00
Kayou
6e05053ee9
Merge pull request #22 from YunoHost-Apps/testing
...
Testing
2019-03-28 01:54:31 +01:00
Kayou
ef5140291e
Fix migration from sqlite
2019-03-27 21:11:45 +01:00
Kayou
e1dbf1fb89
PostgreSQL was remove before the db
2019-03-27 21:10:48 +01:00
Kayou
c1b705c3eb
Don't use symbolic link
2019-03-27 01:46:15 +01:00
Kayou
3bcb0958cb
Fix the upgrade from an old commit
2019-03-27 01:11:24 +01:00