Commit graph

1306 commits

Author SHA1 Message Date
Josué Tille
3d9920d9a5
Update documentation 2018-12-31 15:53:32 +01:00
Josué Tille
0d61008254
Add LDAP schema as it is implemented 2018-12-31 14:50:42 +01:00
Josué Tille
ae73721e8f
Add info about validate uniqueness 2018-12-30 21:51:39 +01:00
Josué Tille
051ed333d6
Update LDAP schema 2018-12-30 21:43:37 +01:00
Alexandre Aubin
b7ea1c4cf7 Update changelog for 3.4.0 2018-12-20 20:54:22 +00:00
Alexandre Aubin
693066a2f1
Merge pull request #188 from yunohost-bot/stretch-unstable
Update translations
2018-12-20 21:27:14 +01:00
gdayon
e21bdb81ec [i18n] Translated using Weblate (Spanish)
Currently translated at 100.0% (52 of 52 strings)
2018-12-20 20:24:00 +00:00
Alexandre Aubin
1e90dd4bb1
Make sure gpg actually does something (#182) 2018-12-18 16:17:17 +01:00
Alexandre Aubin
76a3256ded
Merge pull request #187 from YunoHost/autopep8
Autopep8
2018-12-15 15:13:46 +01:00
Alexandre Aubin
1ce8ea9ffc
Merge branch 'stretch-unstable' into autopep8 2018-12-15 15:13:25 +01:00
Alexandre Aubin
e6c41b100b
Merge pull request #180 from irina11y/enh-moulinette-error
[enh] Simplify moulinette errors
2018-12-15 15:08:58 +01:00
Alexandre Aubin
5ec49c1b80 StandardError -> Exception (for python3 compat') 2018-12-14 16:24:04 +00:00
Alexandre Aubin
8e91c0d0d3 Get rid of error_to_response and trigger 400 error for all MoulinetteErrors instead 2018-12-14 16:21:48 +00:00
Alexandre Aubin
fddf64a20d __raw_msg__ -> raw_msg 2018-12-14 14:20:37 +00:00
Alexandre Aubin
22bfd1dbef autopep8 + a few manual tweaks 2018-12-13 19:14:29 +00:00
Josue-T
a3436d1146 [fix] Automatically reconnect LDAP authenticator when slapd restarts (#185)
* Fix LDAP authenticator when slapd was restarted
* Update parameter for LDAP reconnection
2018-12-13 15:58:00 +01:00
Alexandre Aubin
df7ee42254 Allow to bypass m18n if a raw message is given 2018-12-12 19:36:43 +00:00
Alexandre Aubin
a58d4dbb87 Remove old m18n.g and errno 2018-12-12 13:54:01 +00:00
Irina LAMBLA
a6cce50977 corrections 2018-12-12 13:37:00 +00:00
Irina LAMBLA
6614d8c76b use StandardError 2018-12-12 13:37:00 +00:00
Irina LAMBLA
dcf4c8fcf0 Enh Simplify moulinette error 2018-12-12 13:37:00 +00:00
Alexandre Aubin
9a8b5c080a
Merge pull request #181 from YunoHost/LDAP_validate_uniqueness
Add possiblity to get attribute name of conflict in LDAP
2018-12-12 13:13:57 +01:00
Alexandre Aubin
6411e5a1bb
Merge pull request #184 from YunoHost/enh-human-readable-date
[enh] Display date as system timezone
2018-12-12 13:12:58 +01:00
ljf
8b8296e87b [fix] Better way to calculate locale timezone 2018-12-10 01:17:04 +01:00
ljf
57602c5a1c [enh] Transform naive date into UTC aware date 2018-12-10 00:00:49 +01:00
ljf
5125d948af [enh] Display date as system timezone 2018-12-09 19:30:54 +01:00
Gabriel Corona
84c9a74d33 Protect against CSRF (#171) 2018-12-02 02:32:59 +01:00
Josué Tille
f14bb8a928 Fix typo 2018-11-29 17:03:21 +01:00
Josué Tille
b64e2d768c Fix identation 2018-11-26 09:41:07 +01:00
Josué Tille
d015732fa4 Add possiblity to get attribute name of conflict in LDAP 2018-11-25 23:05:30 +01:00
Alexandre Aubin
9720bd1a7c Update changelog for 3.3.1 2018-11-23 14:00:48 +00:00
Alexandre Aubin
46a1217187
Merge pull request #179 from yunohost-bot/stretch-unstable
Translation update
2018-11-23 14:44:43 +01:00
Jean-Baptiste Holcroft
49044aa0e9 [i18n] Translated using Weblate (French)
Currently translated at 100.0% (52 of 52 strings)
2018-11-23 13:37:52 +00:00
Jean-Baptiste Holcroft
e585d5967f [i18n] Translated using Weblate (French)
Currently translated at 100.0% (52 of 52 strings)
2018-11-23 13:37:52 +00:00
Jean-Baptiste Holcroft
d79a48088e [i18n] Translated using Weblate (French)
Currently translated at 100.0% (52 of 52 strings)
2018-11-23 13:37:52 +00:00
Alexandre Aubin
34878c2610
Merge pull request #178 from airwoodix/fix-coding-style-ci-build
Fix coding style
2018-11-22 23:32:26 +01:00
airwoodix
3c8d8b3465 Tidy up unused imports & other minor coding style adjustments 2018-11-22 22:56:47 +01:00
airwoodix
086d176c28 Adjust coding style to make CI build pass.
Coding style checker: pep8 --ignore E501,E128,E731 <...>
2018-11-22 22:46:42 +01:00
Alexandre Aubin
c2f02cd14b
Merge pull request #177 from airwoodix/fix-mkdir-force-leaf-exists
Fix 'force' semantics in 'utils.filesystem.mkdir'
2018-11-22 22:24:25 +01:00
airwoodix
9044906698 Fix 'force' semantics in 'utils.filesystem.mkdir' 2018-11-22 22:00:41 +01:00
Alexandre Aubin
f0bbc00aea Update changelog for 3.3.0 2018-11-08 16:30:44 +00:00
Alexandre Aubin
e177a6e75b
Merge pull request #176 from yunohost-bot/stretch-unstable
Translations update
2018-11-05 19:15:41 +01:00
Sylke Vicious
7b595d2196 [i18n] Translated using Weblate (Italian)
Currently translated at 100.0% (52 of 52 strings)
2018-11-05 18:07:32 +00:00
Sylke Vicious
3291963d48 [i18n] Translated using Weblate (Italian)
Currently translated at 88.4% (46 of 52 strings)
2018-11-05 18:07:32 +00:00
Sylke Vicious
36ac535135 [i18n] Translated using Weblate (Italian)
Currently translated at 82.6% (43 of 52 strings)
2018-11-05 18:07:32 +00:00
Sylke Vicious
4a17c10214 [i18n] Translated using Weblate (Italian)
Currently translated at 3.8% (2 of 52 strings)
2018-11-05 18:07:32 +00:00
Alexandre Aubin
4b94bf6585
Allow to add comments to parameters (#175) 2018-11-04 16:00:12 +01:00
ljf (zamentur)
9f7ee73b09 [fix] Unapropriate warning (#173)
* [fix] Unapropriate warning

* Use 'is None'

Co-Authored-By: alexAubin <alex.aubin@mailoo.org>
2018-10-27 17:58:45 +02:00
Alexandre Aubin
c5292624f9 Update changelog 2018-09-11 15:16:07 +00:00
Alexandre Aubin
abf420b6b1
Merge pull request #170 from yunohost-bot/stretch-unstable
Update translations
2018-09-07 16:46:59 +02:00