polytan02
3bc258acca
Upgrade of remove script to mtach install script
2017-02-17 12:10:19 +00:00
polytan02
4ffa2e3393
Cleaning of Upgrade script
2017-02-17 12:02:11 +00:00
polytan02
28f50b6e67
add sudo yunohost app ssowatconf to the script
2017-02-17 12:01:42 +00:00
polytan02
c560eb78d0
Update of manifest with french translations
2017-02-17 11:55:59 +00:00
polytan02
e52feeb798
Download external sources
2017-02-15 17:37:43 +00:00
polytan02
3e4dbe90e9
Cleaning
2017-02-15 17:30:42 +00:00
polytan02
15e0a3729e
Cleaning
2017-02-15 17:29:47 +00:00
polytan02
8f9631a7e5
Download external sources
2017-02-15 17:27:33 +00:00
polytan02
4832dbf908
Initial commit to manage external sources
2017-02-15 17:19:19 +00:00
polytan02
822d23281c
UPdate on php-fpm and nginx
2017-02-15 17:09:01 +00:00
polytan02
580ff3aa1b
Initial commit to update the base
2017-02-15 16:53:40 +00:00
polytan02
6a7eb5d6d7
Add extra helpers for the app management
2017-02-15 16:45:08 +00:00
polytan02
689839af09
Add a path parameter to make clear to the admins that it must be on the root of the domain
2017-02-15 16:43:46 +00:00
polytan02
86488e7dcf
No sources in the _ynh app
2017-02-15 16:40:53 +00:00
Andrew Manning
51415b57c6
Add apt-get update before apt-get install in install script
2017-02-10 20:12:46 -05:00
Andrew Manning
50eb1bad6a
Add max upload size option to manifest. Update README.md to alert to system-wide changes. Force the app to be public. Remove the well-known nginx conf line that was blocking inter-hub communication. Add check_process file.
2017-02-10 20:05:28 -05:00
Andrew Manning
9f9d78396e
Updated Hubzilla core and addons to v2.0.7. Updated installation scripts to support latest YunoHost.
2017-02-05 10:11:01 -05:00
Maniack Crudelis
b1b31c03a2
Ajout check_process
...
Ajout du fichier check_process pour l'intégration continue.
Le package ne peut pas être testé correctement sans ce fichier.
2017-01-01 12:43:37 +01:00
Andrew Manning
80b9413dbf
Merge pull request #7 from anmol26s/master
...
Updated to 1.8
2016-07-01 07:16:19 -04:00
anmol26s
091b31ae4e
Change in the README.md
2016-06-22 23:31:47 +05:30
anmol26s
7ae2c61545
Updated to 1.8
2016-06-22 23:26:29 +05:30
anmol26s
010a79ab1b
Merge branch 'master' of https://github.com/anmol26s/hubzilla-yunohost
2016-06-21 22:54:24 +05:30
anmol26s
ed0dd3b95c
Merge remote-tracking branch 'upstream/master'
2016-05-18 01:25:43 +05:30
anmol26s
1ea2502d62
Update to 1.6
2016-05-18 01:13:02 +05:30
anmol26s
1a713317bc
Updated Huzilla and addons to version 1.6
2016-05-17 22:35:14 +05:30
anmol26s
275b30affb
Changed addons to addon
2016-04-17 22:42:29 +05:30
anmol26s
6d1d57d3d0
Updated to 1.4
2016-04-17 20:44:28 +05:30
anmol26s
e1a891bd15
Updated to Hubzilla and addons to 1.4
2016-04-17 19:59:18 +05:30
Andrew Manning
ca18e08f9d
Merge pull request #5 from anmol26s/master
...
Updated to 1.3.1
2016-03-20 06:40:06 -04:00
anmol26s
41508bf83b
Updated to 1.3.1
2016-03-20 12:42:04 +05:30
Anmol
bbc3517272
Updated to 1.3.1
2016-03-20 12:36:33 +05:30
Andrew Manning
e98e346eb2
Merge pull request #4 from anmol26s/master
...
Updated Huzilla and addons to version 1.2
2016-02-28 10:02:43 -05:00
anmol26s
5ed298af0f
Version changes from 1.1 to 1.2
2016-02-28 16:45:38 +05:30
anmol26s
09d0676112
Updated Hubzilla and addons to version 1.2
2016-02-28 16:41:12 +05:30
Andrew Manning
b73d5bd454
Merge branch 'master' of https://github.com/anaqreon/hubzilla-yunohost
2016-01-11 20:50:17 -05:00
Andrew Manning
35b938e8e8
Updated core and addons to version 1.1
2016-01-11 20:47:38 -05:00
Andrew Manning
c297fb6b34
Merge pull request #2 from anmol26s/master
...
Revert back in nginx.conf and added addons under subfolder
2015-12-12 12:28:49 -05:00
Anmol
9c7a6ebdbe
Added addons with subfolder. earlier:addons/addon-name.php, now:addon/subfolder/addon-name.php
2015-12-08 18:27:50 +05:30
Anmol
e083418678
change in nginx.conf and added addons in folders
2015-12-08 18:16:49 +05:30
Andrew Manning
cc7b2efc73
Updated source to version 1.0, both core and addons
2015-12-05 20:08:25 -05:00
Andrew Manning
ad6dc06f79
Update Hubzilla core and official addons
2015-11-15 13:51:39 -05:00
Andrew
42da736ada
Merge pull request #1 from anmol26s/patch-1
...
Missing " / "and "fastcgi_param SCRIPT_FILENAME $request_filename;"
2015-11-01 10:23:32 -05:00
anmol26s
a27ac0744d
Missing " / "and "fastcgi_param SCRIPT_FILENAME $request_filename;"
...
Nginx gives error on reload if "/" is not present(the nginx will never load after reboot) .If " / " is added nginx will give blank page . So this line need to be added to make it work again" fastcgi_param SCRIPT_FILENAME $request_filename;" .
2015-11-01 19:52:13 +05:30
Andrew Manning
30379e5832
Forgot to update README.md with the Hubzilla commit hashes.
2015-10-24 13:14:14 -04:00
Andrew Manning
78cc0376b3
Updated Hubzilla core to 4a044351a971a4fe44dbba6752852a4a0b9d342f and Hubzilla addons to 5859c5e4e7d7f5645a7aa2a99d59be328b7a2d18
2015-10-24 07:04:14 -04:00
Andrew Manning
1f7a9290f4
Re-importing Hubzilla core and addons source
2015-08-23 16:38:18 -04:00
Andrew Manning
7cb979b516
Moved sources to remove submodule
2015-08-23 16:37:06 -04:00
Andrew Manning
e7c2266cf6
Replaced Red Matrix with Hubzilla in Readme.md
2015-08-23 16:35:44 -04:00
Andrew Manning
b2cd6adaa8
Updated Readme.md to commit hashes of core and addon repos.
2015-08-23 16:21:41 -04:00
Andrew Manning
c67d330eea
Initial commit, forked from https://git.reticu.li/zot/redmatrix_ynh
2015-08-23 11:33:13 -04:00