Commit graph

816 commits

Author SHA1 Message Date
Jérôme Lebleu
4e2f2853d2 [enh] Add a yolo setup.py 2014-05-16 15:35:16 +02:00
Jérôme Lebleu
d40055cbda [fix] Temporarily hard fix non-authentication to 'default' in the api 2014-05-16 12:35:44 +02:00
Jérôme Lebleu
b501e186be [fix] Add i18n in yunohost binaries and update them 2014-05-16 12:29:41 +02:00
Jérôme Lebleu
60c6150877 [fix] Remove remaining dependencies to helpers 2014-05-15 13:06:43 +02:00
Jérôme Lebleu
ffcacf28f8 [fix] Remaining upper-case in returned dict and missing auth in yunohost.app 2014-05-15 12:10:09 +02:00
Jérôme Lebleu
24cbd03d47 [enh] Add i18n \o/ 👏 2014-05-15 01:00:43 +02:00
root
8bdb79cfba Fix error message which can make crazy 2014-05-13 01:40:52 +02:00
kload
e0f2061852 [fix] port loop fix 2014-05-02 13:42:57 +02:00
kload
dc97ee6d33 [fix] sneaky remaining yldap 2014-05-02 13:28:10 +02:00
kload
980e3d5f11 [fix] multiple fixes 2014-04-27 12:25:18 +00:00
kload
22df4dc4af [enh] Improve Firewall (WIP) 2014-04-27 11:30:00 +00:00
kload
620bdefe30 [fix] properly get app settings 2014-04-26 14:25:55 +00:00
kload
d2941035d4 [enh] Backport prerefactoring branch modifications 2014-04-26 13:15:28 +00:00
kload
fd55b8496f [enh] Adapt yunohost_tools + backport update/upgrade function from prerefactoring branch 2014-04-26 12:51:35 +00:00
kload
87e7adcf15 [fix] YunoHost admin & API path 2014-04-24 14:15:48 +00:00
kload
0ccfa1edff [ref] Adapt yunohost_firewall 2014-04-24 14:00:47 +00:00
kload
689125a86d [ref] Adapt yunohost_backup 2014-04-24 13:48:22 +00:00
kload
9cfde30899 [ref] Adapt yunohost_dyndns 2014-04-24 13:45:31 +00:00
kload
906a416f59 [fix] Do not match pattern against empty value 2014-04-24 12:05:12 +00:00
kload
962b78329f [enh] Adapt yunohost_hook.py and allow bypass of the locking process 2014-04-24 11:35:18 +00:00
kload
18eb0f9406 [fix] Adapt yunohost_app.py 2014-04-23 10:52:41 +00:00
kload
871884ea85 [ref] Replace in string instead of concatenation 2014-04-23 10:01:13 +00:00
kload
8c623d20fb [fix] Replace in string fix 2014-04-23 09:55:03 +00:00
kload
edb700b7da [ref] Replace in string instead of concatenation 2014-04-23 09:24:26 +00:00
Kload
be0897d0c1 [doc] Add python-importlib to requirements 2014-04-11 12:31:08 +02:00
Jerome Lebleu
a0c7fa1375 Update and review yunohost.monitor
* Detect mounted devices with psutil only (better fix for #99)
* Some other optimizations in monitor_disk
* Fix bad netmask pattern for ipv6
2014-04-03 17:49:40 +02:00
Jerome Lebleu
c1f140b45f yunohost.service: Show service name in messages 2014-04-03 17:47:26 +02:00
Jerome Lebleu
30d6ace802 yunohost.domain: Fix domain removing if app has no 'domain' setting 2014-04-01 14:43:43 +02:00
Jerome Lebleu
d766ed5a5e Remove unneeded import and warning in yunohost.service 2014-03-30 22:03:19 +02:00
Jerome Lebleu
4e55ba7217 Update and review yunohost.service 2014-03-30 22:00:11 +02:00
Jerome Lebleu
0565be543a Update and review yunohost.dyndns 2014-03-30 19:28:30 +02:00
Jerome Lebleu
23e3ef28be Fix user_list call in yunohost.app 2014-03-30 03:10:45 +02:00
Jerome Lebleu
1c7f54fb5c Update and review yunohost.domain 2014-03-30 03:05:21 +02:00
Jerome Lebleu
f567d1d03e Some fixes and import changes in yunohost.user 2014-03-27 12:50:54 +01:00
Jerome Lebleu
8be16b85fa Update and review yunohost.user 2014-03-27 03:03:14 +01:00
Jerome Lebleu
447748175e Update LDAP search operation 2014-03-27 02:59:40 +01:00
Jerome Lebleu
183ed78dc4 Move signals into moulinette core and uptade interfaces
* Replace ActionsMapSignals to MoulinetteSignals and make it available through 'msignal' global variable
* Update interfaces to support signals changes
* Add a new signal 'display' and implement it in the cli
2014-03-27 02:48:35 +01:00
Jerome Lebleu
13213025a1 Add built-in types support for 'type' argument in the actions map 2014-03-26 23:34:19 +01:00
Alexis Gavoty
0e2281de43 Merge pull request #102 from jeromelebleu/test
Refactor the moulinette core
2014-03-26 16:45:44 +01:00
Jerome Lebleu
85071f9309 Merge remote-tracking branch 'upstream/dev' into test
Conflicts:
	data/actionsmap/yunohost.yml
	lib/yunohost/firewall.py
	lib/yunohost/tools.py
2014-03-26 02:11:20 +01:00
Jerome Lebleu
a855326fad Update README.md 2014-03-26 01:54:44 +01:00
Jerome Lebleu
7258e21adb Move src/moulinette to the root 2014-03-26 01:50:14 +01:00
Jerome Lebleu
f4d2f2b062 Update README.md 2014-03-26 01:44:58 +01:00
Jerome Lebleu
fa0a7affdd Warn about non-reviewed yunohost package and clean up 2014-03-25 18:56:51 +01:00
Jerome Lebleu
b3af4ddaea One more refactoring in interfaces
* Move actions map parsers classes into their respective interface modules
* Introduce an Interface base class for a futur usage
* Each interfaces must now implement ActionsMapParser and Interface classes
* Standardize interface instantiation
2014-03-25 18:13:44 +01:00
Alexis Gavoty
2d754f0c96 Merge pull request #97 from npze/dev
Add regex, protection and static rules for ssowat
2014-03-25 13:03:07 +01:00
Jerome Lebleu
ecd88ce853 Some refactoring (again) in authenticators and exceptions
* Move authenticators classes into distinct modules
* Standardize MoulinetteError which is now a child class of IOError
* Add methods from helpers.py to LDAP authenticator class
* Review authenticator and action configuration storage
* Small changes in error printing on MoulinetteError raising
2014-03-25 00:51:39 +01:00
Jerome Lebleu
c95469073a Fix extra parameters absence 2014-03-24 15:52:26 +01:00
Jerome Lebleu
3fae8bf1ff Add support for Authenticators in the API
* Update the API to support authenticators and session token
* Add a function to clean sessions
* Make the API fit in better with actions map
* Minor changes on test namespace
2014-03-22 17:01:30 +01:00
Jerome Lebleu
5da9f6add8 Work on Authenticators (support for session token and LDAP) 2014-03-20 21:20:58 +01:00