Subversion Repositories Applications.annuaire

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
593 2992 d 13 h mathias /branches/v1.4-baleine/jrest/ Service Auth : le domaine du cookie est maintenant paramétrable dans la config  
/branches/v1.4-baleine/jrest/jrest.ini.defaut.php
/branches/v1.4-baleine/jrest/services/Auth.php
578 3099 d 8 h mathias /branches/v1.4-baleine/jrest/services/ Auth: casse de l'adresse courriel ignorée  
/branches/v1.4-baleine/jrest/services/Auth.php
575 3159 d 9 h mathias /branches/v1.4-baleine/ Fusion - Auth => redirection : ajout du parametre Authorization même si le jeton est null; suppression du header qui ne sert à rien (reçu par le navigateur mais pas renvoyé à l'URL de redirection !)  
/branches/v1.4-baleine
/branches/v1.4-baleine/jrest/services/Auth.php
570 3230 d 15 h mathias /branches/v1.4-baleine/ Fusion - auth : réusinage de la redirection  
/branches/v1.4-baleine
/branches/v1.4-baleine/jrest/services/Auth.php
569 3230 d 15 h mathias /branches/v1.4-baleine/ Fusion - auth : amélioration gestion du nom wiki  
/branches/v1.4-baleine
/branches/v1.4-baleine/jrest/services/Auth.php
/branches/v1.4-baleine/jrest/services/Utilisateur.php
568 3230 d 15 h mathias /branches/v1.4-baleine/ Fusion - auth : mode redirection (1/2)  
/branches/v1.4-baleine
/branches/v1.4-baleine/jrest/services/Auth.php
564 3232 d 13 h mathias /branches/v1.4-baleine/jrest/ Dépatchage du patch passoire : le patch CGI permettait à tout le monde de se logger avec n'importe quel mdp :)  
/branches/v1.4-baleine/jrest/bibliotheque/JRestService.php
/branches/v1.4-baleine/jrest/services/Auth.php
556 3268 d 13 h mathias /branches/v1.4-baleine/jrest/services/ Auth : connexion() retourne maintenant le nom Wiki
Utilisateur : formaterNomWiki() tient compte du pseudo
 
/branches/v1.4-baleine/jrest/services/Auth.php
/branches/v1.4-baleine/jrest/services/Utilisateur.php
554 3271 d 8 h mathias /branches/v1.4-baleine/jrest/services/ Auth : màj doc  
/branches/v1.4-baleine/jrest/services/Auth.php
553 3271 d 9 h mathias /branches/v1.4-baleine/jrest/services/ Ajout de doc  
/branches/v1.4-baleine/jrest/services/Auth.php
552 3271 d 9 h mathias /branches/v1.4-baleine/jrest/services/ Auth : verifierjeton prend maintenant en compte le header Authorization  
/branches/v1.4-baleine/jrest/services/Auth.php
551 3271 d 9 h mathias /branches/v1.4-baleine/jrest/services/ Correction auto-documentation du service Auth  
/branches/v1.4-baleine/jrest/services/Auth.php
549 3273 d 7 h mathias /branches/v1.4-baleine/jrest/services/ Auth : une tentative de connexion infructueuse détruit le cookie, pour plus de cohérence  
/branches/v1.4-baleine/jrest/services/Auth.php
547 3274 d 9 h mathias /branches/v1.4-baleine/ Création branche v1.4-baleine  
/branches/v1.4-baleine
544 3280 d 15 h mathias /trunk/jrest/services/ Service auth::identité : lecture du jeton dans le header "Authorization", après le cookie et avant le paramètre  
/trunk/jrest/services/Auth.php
543 3281 d 9 h mathias /trunk/jrest/services/ Auth::connexion : renvoie un HTTP 401 pour de mauvais identifiants, au lieu d'un 400  
/trunk/jrest/services/Auth.php
541 3281 d 9 h mathias /trunk/ Auth::connexion : ajout de la date de dernière modification du profil utilisateur
Ajout de clef-auth.ini à svn:ignore
 
/trunk/jrest
/trunk/jrest/services/Auth.php
/trunk/jrest/services/Utilisateur.php
/trunk/modeles/AnnuaireModele.php
540 3282 d 11 h mathias /trunk/jrest/services/ Auth : ajout de "secure" au cookie  
/trunk/jrest/services/Auth.php
537 3287 d 10 h mathias /trunk/jrest/services/ Ajout de l'identifiant et de la durée du jeton dans la réponse JSON  
/trunk/jrest/services/Auth.php
536 3287 d 13 h mathias /trunk/ Ajout service Auth (authentification à base de cookies et jetons JWT)
Ajout lib firebase/php-jwt
Ajout composer.json et autoloader pour firebase/php-jwt
 
/trunk/composer.json
/trunk/composer.lock
/trunk/jrest/clef-auth.defaut.ini
/trunk/jrest/services/Auth.php
/trunk/vendor
/trunk/vendor/autoload.php
/trunk/vendor/composer
/trunk/vendor/composer/ClassLoader.php
/trunk/vendor/composer/autoload_classmap.php
/trunk/vendor/composer/autoload_namespaces.php
/trunk/vendor/composer/autoload_psr4.php
/trunk/vendor/composer/autoload_real.php
/trunk/vendor/composer/installed.json
/trunk/vendor/firebase
/trunk/vendor/firebase/php-jwt
/trunk/vendor/firebase/php-jwt/Firebase
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/.gitignore
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/.travis.yml
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Authentication
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Authentication/JWT.php
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Exceptions
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Exceptions/BeforeValidException.php
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Exceptions/ExpiredException.php
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/Exceptions/SignatureInvalidException.php
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/LICENSE
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/README.md
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/composer.json
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/package.xml
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/phpunit.xml.dist
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/run-tests.sh
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/tests
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/tests/JWTTest.php
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/tests/autoload.php.dist
/trunk/vendor/firebase/php-jwt/Firebase/PHP-JWT/tests/bootstrap.php
/trunk/jrest/bibliotheque/JRestService.php
/trunk/jrest/jrest.ini.defaut.php
/trunk/jrest/services/Utilisateur.php
/trunk/scripts/modules/mail/Mail.php