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

16 commits

Author SHA1 Message Date
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
Jeff
efc42505f4 Fix 2017-04-24 16:31:09 +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
Laurent Peuch
5477eac2c4 [fix] remove reference to noalyss 2015-09-29 16:30:42 +02:00
Laurent Peuch
65549b92cb [enh] start to reproduce installation procedure 2015-09-29 16:20:08 +02:00
Laurent Peuch
96f8c0b787 [enh] setup dolibarr database 2015-09-29 01:39:54 +02:00
Laurent Peuch
1163a1afec [fix] meh 2015-09-29 00:24:25 +02:00
Laurent Peuch
e342062bb1 [fix] yet another reference to noalyss 2015-09-29 00:20:37 +02:00
Laurent Peuch
89e40ea5ad [fix] permissions 2015-09-29 00:15:49 +02:00
Laurent Peuch
9d6b4eb794 [fix] still bad path 2015-09-29 00:12:30 +02:00
Laurent Peuch
95b93f7702 [fix] bad path 2015-09-29 00:04:43 +02:00
Laurent Peuch
22dd4e39fa bugs 2015-09-28 23:17:30 +02:00
Laurent Peuch
502e8b1e62 [enh] reload services 2015-09-28 23:10:22 +02:00
Laurent Peuch
e8536a8a65 [enh] add php-fpm conf and copy it 2015-09-28 23:07:52 +02:00
Laurent Peuch
5f1ad7d03d [enh] start to move files 2015-09-28 23:02:46 +02:00
Laurent Peuch
63af97e169 [enh] start install script 2015-09-28 22:13:34 +02:00