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

21 commits

Author SHA1 Message Date
mastereur
55c3830094 Update to 12.0.5 2021-03-24 15:39:36 +01:00
ericgaspar
9c2a17f06f
Upgrade to 13.0.0 2021-02-09 17:19:21 +01:00
ericgaspar
cf23849f30
Fix 2021-01-07 14:24:42 +01:00
mastereur
358cd3a7cf Update to 12.0.3 2020-09-27 01:10:49 +02:00
mastereur
6eafeb24b0 Update to 12.0.2 2020-09-27 01:10:00 +02:00
mastereur
365c354e93 Update to 12.0.1 2020-09-27 01:08:45 +02:00
mastereur
955c8f3674 Update to 11.0.5 2020-07-17 11:21:55 +02:00
ericgaspar
4c20537272
add status badges 2020-06-15 12:25:13 +02:00
mastereur
9ec0d188c5 Update to 11.0.3 2020-03-29 23:47:45 +02:00
mastereur
9b90f7434c Update to 10.0.6 2020-01-11 02:26:03 +01:00
mastereur
d9b1c72c0b Update to 10.0.4 2019-12-02 23:20:04 +01:00
mastereur
7cc226bade Update to 10.0.3 2019-11-01 09:59:02 +01:00
mastereur
40f522cfce Update to 10.0.2 2019-09-22 16:44:59 +02:00
mastereur
9b6c933386 Update to 10.0.1 2019-09-02 01:03:56 +02:00
mastereur
0a15309cf6 Update to 9.0.4 2019-08-13 12:11:39 +02:00
Kay0u
eaf74931b2
Fix some links 2019-07-07 00:42:51 +02:00
mastereur
d91d69f1c3
Update README.md
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
2019-06-27 11:23:10 +02:00
mastereur
67a2cec79a Normalization from example_ynh and some reworks 2019-06-16 00:06:51 +02:00
Olivier BILHAUT
aced370f33 included version in manifest and included GPLv3 into README.md 2018-02-06 17:44:27 +01: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