1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
Commit graph

53 commits

Author SHA1 Message Date
Éric Gaspar
a40c811b2c Update nginx.conf 2023-01-31 22:32:30 +01:00
Éric Gaspar
cba6d15a93 Fix 2023-01-31 16:53:24 +01:00
Éric Gaspar
0a99baa77e Fix 2023-01-31 16:38:51 +01:00
yunohost-bot
dffc852017 Upgrade to v4.0.0 2023-01-31 06:23:09 +00:00
yunohost-bot
043a32c273 Upgrade to v3.7.0 2022-09-03 06:07:26 +00:00
yalh76
508f481b3e Apply last example_ynh 2022-08-15 15:18:03 +02:00
yalh76
2cd810c763 Upgrade to 3.6.1~ynh1 2022-01-30 02:32:04 +01:00
yalh76
c4226a3f6b Apply last example_ynh 2022-01-23 23:07:14 +01:00
yalh76
374a0a21c5 including yunohost panel 2020-06-11 23:03:19 +02:00
yalh76
30300d923d Fix nginx 2020-06-11 13:46:00 +02:00
yalh76
420b080884 Apply example_ynh 2020-06-11 03:13:15 +02:00
anmol26s
eef0303278 Updated to version 2.17.0 2020-04-29 23:28:50 +05:30
Alexis Saettler
b9ed3f27ad
Updated to version 2.14.0 and switch to php7.2 2019-05-21 22:58:44 +02:00
anmol
9b4167dc81 Upgraded to version 2.12.0 2019-02-16 16:37:24 +05:30
anmol
058993b1c1 Wrong copy paste checksum 2019-01-03 12:11:26 +05:30
anmol
c33f3fe268 Updated to version 2.11.2 2019-01-03 12:04:47 +05:30
anmol26s
758ffe8a36 Updated to version 2.11.1 2018-12-26 23:28:22 +05:30
anmol
9f9654d9b8 Updated to version 2.10.2 2018-11-15 12:24:27 +05:30
anmol
bf05cea8dc Updated to version 2.10.0 2018-11-12 02:28:33 +05:30
anmol26s
cf8e415b0e Updated to version 2.9.0 2018-10-18 03:54:54 +05:30
anmol26s
3eaf8b61a8
Fix: Android app work and updated to version 2.8.1 (#27)
* Genrate key for android app

* misnamed file name

* Replace  and  wrong variable

* Replace  and  wrong variable

* start php7.1 start

* start php7.1 before reload

* wrong commenting syntex in php.conf

* Updated to version 2.8.1

* Run php artisan passport:install for the app config

* Added domain .env
2018-10-09 09:51:40 +05:30
anmol26s
990cf764d2 Remove ini file for php 2018-10-03 19:00:04 +05:30
anmol26s
7285bd235c Updated to version 2.8.0 2018-10-01 07:56:32 +05:30
anmol26s
6630f55a35 Updated to version 2.7.1 2018-09-07 18:36:49 +05:30
anmol26s
32130318c5 Updated to version 2.7.0 2018-09-05 21:03:31 +05:30
anmol26s
2f10b4cf49 Updated to version 2.6.0 2018-08-19 19:30:24 +05:30
anmol26s
842d533cc8 Updated to version 2.5.0 2018-08-10 00:33:24 +05:30
anmol26s
b7b5676813 update version to 2.4.2 2018-07-29 00:41:37 +05:30
anmol26s
5346bdf26f Updated to 2.3.1 and added change_url 2018-06-25 12:11:44 +05:30
anmol26s
d39dd1ea22 updated .env and genrate random_key in install 2018-06-19 07:10:50 +05:30
anmol26s
3b6d149854 updated to v2.3.0 2018-06-15 05:55:38 +05:30
anmol26s
49e7538c84 updated sorces from monia for the fix pushed by them 2018-06-09 02:31:19 +05:30
anmol26s
5299337d8b Fix provided by monica for database error (tetsting) 2018-06-07 23:43:44 +05:30
anmol26s
5f33b83bba Updated to v2.2.1 2018-06-03 18:30:18 +05:30
anmol26s
a20c6c7bb3 Updated to v2.1.1 2018-05-28 22:34:31 +05:30
anmol26s
170737fcc3 Fixed https://github.com/YunoHost-Apps/monica_ynh/issues/13,https://github.com/YunoHost-Apps/monica_ynh/issues/3,tried to make app working state,use dedicate user 2018-05-28 17:54:43 +05:30
anmol26s
c628ab6173
Updated to 2.0.1 2018-05-01 01:52:36 +05:30
Sebastian Gumprich
ba4da1f7d9 update version 2017-11-20 15:05:56 +01:00
Sebastian Gumprich
21cf8bc971 update to monica 0.7.1 2017-10-30 21:32:31 +01:00
Sebastian Gumprich
7f8dc9efd7 complete revamp 2017-09-15 18:45:18 +02:00
Sebastian Gumprich
ac4780c887 update version 2017-07-26 20:53:42 +02:00
anmol26s
6538bf55f8 Force https
I observed if we open monica.domain.tld it opens in http. To force https by default I added 
 # Force https
  if ($scheme = http) {
    rewrite ^ https://$server_name$request_uri? permanent;
  }
2017-07-24 12:14:22 +05:30
Sebastian Gumprich
6fe4ebe1ec update version, install new dependency 2017-06-23 18:46:50 +02:00
Sebastian Gumprich
3a8ab5b0b9 make index.php root 2017-06-23 18:46:33 +02:00
Sebastian Gumprich
3508e67e35 update monica version 2017-06-20 19:07:55 +02:00
Sebastian Gumprich
f054d5cfd2 install and use php7 2017-06-13 22:18:05 +02:00
Sebastian Gumprich
9cbfd86ce6 update version 2017-06-13 22:16:09 +02:00
Sebastian Gumprich
5de85c0b37 disable debug mode 2017-06-13 22:15:54 +02:00
Sebastian Gumprich
423d1e3bc0 add src file to replace custom installer 2017-06-12 22:25:46 +02:00
Sebastian Gumprich
5b1a71cab5 add initial user creation 2017-06-12 22:25:31 +02:00