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

30 commits

Author SHA1 Message Date
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
Sebastian Gumprich
a32a80d63f update nginx config for laravel 2017-06-12 22:24:37 +02:00
Sebastian Gumprich
25a897a477 update env file 2017-06-12 22:23:08 +02:00
Sebastian Gumprich
42f54956c9 Initial 2017-06-08 13:32:01 +02:00