1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
Commit graph

37 commits

Author SHA1 Message Date
mastereur
8965c1e24e Scripts Improvement
-Update scripts according to example_ynh.
-Remove deprecated dependencies function.
-Fix permissions warning.
-Make sequential upgrades from each major version to the next one
2022-09-30 09:53:02 +02:00
mastereur
670069c720 Slowing down install #65 and #76 2022-03-09 09:55:01 +01:00
ericgaspar
9565aa3bd1
Update upgrade 2021-09-25 15:23:41 +02:00
ericgaspar
01e5705c32
More cleaning 2021-09-25 15:05:51 +02:00
ericgaspar
c9f6d46138
Update upgrade 2021-09-25 14:31:17 +02:00
ericgaspar
c054168ae6
Set rights 2021-09-25 13:16:23 +02:00
mastereur
a9a2f48faa Change database to UTF8 #59
Add install app log
2021-07-12 22:15:24 +02:00
mastereur
3bcfe37f49 Remove duplicate public access and add condition in install according to auto install test 2021-03-25 00:18:52 +01:00
mastereur
cabfd3d3c0 Remove member option (useless option) #51 2021-03-24 23:48:01 +01:00
mastereur
6492f4702c Fix hook #50 2021-03-24 22:32:43 +01:00
mastereur
36d9fe3d3d Add phpversion to retore script 2021-03-24 15:53:31 +01:00
mastereur
db61efc859 Updated scripts 2021-03-24 15:39:00 +01:00
ericgaspar
3dae601613
Set permissions 2021-02-09 18:22:54 +01:00
ericgaspar
cf23849f30
Fix 2021-01-07 14:24:42 +01:00
ericgaspar
067923c98c
Fix 2021-01-07 14:09:35 +01:00
mastereur
9965711e6a Allow visitors to public folder
See #41
2020-12-29 19:12:16 +01:00
SiM
821692ed13 change owner of dolibarr directory 2020-10-28 22:05:27 +01:00
mastereur
bdcccc3a7f Use php version from _common.sh
Fix permission of the document folder
Remove old php 7.0 static conf
2020-09-28 16:58:10 +02:00
mastereur
7367ab2633 Fix broken update for fpm generation 2020-09-28 02:00:16 +02:00
mastereur
4c099923a7 delete old php ini for backward compatibility 2020-09-28 01:07:01 +02:00
mastereur
e26e88e6d6 Updating scripts according to example_ynh and remove dependences to php7.0 2020-09-27 23:22:02 +02:00
mastereur
d6f09fdbad Fix #21 - Set new parameter "is_public" for old install (before July 05, 2019) 2019-09-29 20:30:38 +02:00
mastereur
aed4210319 Fix saving version 2019-09-02 00:57:33 +02:00
Kay0u
244f3cbdf2
Update weights 2019-07-05 22:34:21 +02:00
Kay0u
22d76cf5d0
Delete comments and general improvements 2019-07-05 22:33:55 +02:00
mastereur
db509c6cf5 Fix from kay0u suggestion 2019-07-04 12:52:42 +02:00
mastereur
6a8e977bd7 Fix from kay0u suggestion 2019-07-04 12:03:16 +02:00
mastereur
35a17fae49 create log path 2019-06-29 10:42:45 +02:00
mastereur
856077b230
Update scripts/upgrade
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
2019-06-29 10:41:24 +02:00
mastereur
ac29cb1b27 Remove src_path reference 2019-06-27 22:44:38 +02:00
mastereur
67a2cec79a Normalization from example_ynh and some reworks 2019-06-16 00:06:51 +02:00
Olivier BILHAUT
d8a23d3ebe Modified upgrade script start to be compliant with generic script 2018-02-06 17:44:27 +01:00
Olivier BILHAUT
76af5a1999 Modified upgrade script start to be compliant with generic script 2018-02-06 17:44:27 +01:00
scith
14185aabdc Improve curl 2017-05-18 20:42:22 +02:00
scith
4c94534862 Improve pcheck and fix 2017-05-07 15:35:48 +02:00
Jeff
5cc9b9c96f LDAP and HTTP auth
YunoHost users are now instantly logged in with HTTP auth
For this feature to work, the app now needs to be private, all YNH users
must be added in the database, and the admin user must be a YNH user. As
a result, the manifest has changed:
- Admin password is replaced by admin user
- Public/Private is removed
- Adding YNH users as Dolibarr users is removed: this is default now
Unfortunately, upgrading the app will not change the previous behavior
(ie no automatic login). For automatic login to work, you **must**
reinstall the app
The sync script does not delete users. Therefore the post_user_delete
hook is not needed (and does not work anyway)
2017-05-05 17:34:15 +02:00
scith
cc4c506757 Major rework
Major rework of the app:
- Update to latest sources
- Auto-install
- Install, upgrade, remove, backup, restore scripts
- Readme
- Sets up LDAP (still a bug to solve with the passwords preventing LDAP
auth)
- Sync YNH users with Dolibarr users and/or members
- Check_process (broken because of CURL?)
- Hooks (broken)
2017-04-24 04:16:02 +02:00