1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 16:26:13 +00:00
Commit graph

283 commits

Author SHA1 Message Date
Augustin Trancart
5f21970b90
Merge pull request #26 from yunohost-bot/new-permission-system 2022-02-04 15:14:02 +01:00
Yunohost-Bot
b2b458d3e0 [autopatch] Autopatch to migrate to new permission system 2021-03-15 00:25:46 +01:00
Augustin Trancart
48f55c2173
Merge pull request #25 from YunoHost-Apps/Fix-linter-warnings 2021-01-08 22:07:40 +01:00
ericgaspar
f45513f1ab
Set --weight 2020-12-21 18:58:18 +01:00
ericgaspar
9a608e6d6c
Add escape to * 2020-12-21 18:53:57 +01:00
ericgaspar
0fdb415c45
Add ynh_print_info for DB backup 2020-12-20 17:45:47 +01:00
ericgaspar
e54d6277f9
Fix typos 2020-12-20 17:38:11 +01:00
ericgaspar
3be837d749
Fix linter warnings 2020-12-18 22:56:28 +01:00
Augustin Trancart
d3f8ba0330
Merge pull request #22 from YunoHost-Apps/testing 2020-09-12 15:30:07 +02:00
Alexandre Aubin
2ad9f594ac libcurl4-openssl-dev -> libcurl4-dev
We're trying to fix some weird cross-apps conflicts because of stupid dependency conflicts ... in particular various app require different versions of libcurl4-*-dev conflicting with each other, but it should be fine to just request libcurl4-dev
2020-09-12 15:26:37 +02:00
Augustin Trancart
af808059b5 Merge remote-tracking branch 'origin/master' into testing 2020-09-06 15:37:15 +02:00
Augustin Trancart
185a8c7ad0 Upgrade diaspora to v0.7.14.0 2020-09-05 22:03:01 +02:00
Augustin Trancart
d930323806 Use experimental helpers to install ruby (and switch from rvm to rbenv) 2020-07-11 18:54:16 +02:00
Augustin Trancart
c27edb1f7d
Merge pull request #19 from YunoHost-Apps/testing 2020-05-21 16:16:34 +02:00
Augustin Trancart
9efa5b7689 Add version badge 2020-05-21 14:54:25 +02:00
Augustin Trancart
73c5b8a6a2 Wait for service to start before considering the build as successful 2020-05-21 14:46:41 +02:00
Augustin Trancart
683b294256 Remove TODO 2020-05-21 14:46:41 +02:00
Augustin Trancart
6666747c29 Add a restore script 2020-05-21 14:46:41 +02:00
Augustin Trancart
6dfcadf003 Fix aspect seeding 2020-05-21 14:43:45 +02:00
Augustin Trancart
be2806ee9e Refacto install script
- secure remove (only remove things if we did add the thing )
- switch to ynh_replace_string for some stuff (instead of templates,
    discouraged)
- extract some part pour restore script
2020-05-21 14:43:45 +02:00
Augustin Trancart
c4a8e6d01b Fix multi instance installation 2020-05-09 15:10:59 +02:00
Augustin Trancart
65eee0d6f3 Amend readme 2020-05-08 14:26:26 +02:00
Augustin Trancart
a29ef717a1 Remove unused variable 2020-05-08 14:14:34 +02:00
Augustin Trancart
fc7b5a6bfa Remove TODO 2020-05-08 14:14:34 +02:00
Augustin Trancart
a0f9831fb2 Fix backup of uploads 2020-05-08 14:13:53 +02:00
Augustin Trancart
5b13decd95
Merge pull request #5 from YunoHost-Apps/make_linter_happy 2020-05-06 00:43:41 +02:00
Augustin Trancart
bf7152bc1e Make linter happy about progress indicators 2020-05-05 21:56:51 +02:00
Augustin Trancart
b760cb2af9 Remove some --time 2020-05-05 21:56:03 +02:00
Augustin Trancart
28ddd19abb Remove setup_public test, does not make sense for diaspora 2020-05-05 21:53:40 +02:00
Augustin Trancart
16d1654d13 Remove the possibility to install in path, not supported upstream
from an irc conv on #diaspora:

17:38 <autra>  hi! Can I run diaspora on a context_path, meaning on https://domain.tld/diaspora for instance? Or can I only do it on diaspora.domain.tld?
17:46 <jhass> unfortunately only the latter is really supported
2020-05-05 21:53:40 +02:00
Augustin Trancart
fc428b360d Remove some TODO 2020-05-05 21:53:40 +02:00
Augustin Trancart
ad2aecc38f update check_process 2020-05-05 21:53:40 +02:00
Augustin Trancart
eec0f52ab0 Stop using rm -rf 2020-05-05 21:53:40 +02:00
Augustin Trancart
2e7e016631 Use more_set_headers instead of add_header in nginx conf
Best practice enforced by linter
2020-05-05 21:53:40 +02:00
Augustin Trancart
b01c695cb8
Merge pull request #2 from autra/fixes 2020-04-25 18:42:33 +02:00
Augustin Trancart
20c9186a01 Remove yunohost service 2020-04-25 18:08:44 +02:00
Augustin Trancart
e388d92fb5 Restore stub 2020-04-22 16:04:49 +02:00
Augustin Trancart
e78bad21df Log something to be sure my upgrade script is called 2020-04-22 15:42:02 +02:00
Augustin Trancart
0741d51767 First version of backup script 2020-04-22 15:40:58 +02:00
Augustin Trancart
d7d9d74824 Put a LICENSE file for this repo 2020-04-21 23:40:18 +02:00
Augustin Trancart
8808400b01 Fixes log collection in service
I wish I could collate journalctl outputs with file outputs. My dream
would be to unify *all* logs and services of this app into one ynh
service.

There is not a lot of things in journalctl, but some logs still ends up
there.
2020-04-21 23:25:42 +02:00
Augustin Trancart
6cd9686643 What's this? 2020-04-21 23:25:29 +02:00
Augustin Trancart
bfe2164d85 Rework upgrade script: doing nothing atm 2020-04-19 15:29:19 +02:00
Augustin Trancart
2c99375752 Register postgresql service as we are using it 2020-04-19 15:29:19 +02:00
Augustin Trancart
b18c40fd0d Update diaspora to patch version 2020-04-19 15:29:19 +02:00
Augustin Trancart
ab22385d20 Remove unneeded service 2020-04-19 15:29:19 +02:00
Augustin Trancart
55c86d288e multi_instance is a boolean 2020-04-19 15:29:19 +02:00
Augustin Trancart
a19fd3186b Update license 2020-04-19 15:29:19 +02:00
Augustin Trancart
6584507763 Attempt to fix timeout issue when yunuhost tries to update certificates 2020-04-09 22:40:02 +02:00
Augustin Trancart
749b4e8de0 CI: need python3 2019-12-17 12:02:01 +01:00