- jan. 12, 2016
-
-
Thomas Steur a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
Thomas Steur a rédigé
#9485 Allow up to 63 characters TLD in email
-
Stefan Giehl a rédigé
Adds "Segmented Visitor Log" icon to more reports and subtables
-
sgiehl a rédigé
-
sgiehl a rédigé
-
Matthieu Aubry a rédigé
Do not overwrite piwikUrl when host is localhost
-
Matthieu Aubry a rédigé
Added examples for tracking only specific urls
-
Matthieu Aubry a rédigé
VisitorMap doesnt show anything when segment parameter is URL-encoded
-
Matthieu Aubry a rédigé
Recommended extension check fails on HHVM 3.11
-
- jan. 11, 2016
-
-
Thomas Steur a rédigé
Fixes escaping in tag clouds
-
Thomas Steur a rédigé
Better error handling for custom logo upload
-
sgiehl a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
sgiehl a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
Standardize password hash function usage
-
Thomas Steur a rédigé
-
Joey3000 a rédigé
To prevent API breakage - see https://github.com/piwik/piwik/pull/9480#discussion-diff-49282923
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- jan. 10, 2016
-
-
Thomas Steur a rédigé
Display action details in visitor profile (if other than pageviews)
-
Thomas Steur a rédigé
No interaction mode for customvariables:set-max-custom-variables command
-
Thomas Steur a rédigé
Fixes calculation of fillup columns for subtables
-
Thomas Steur a rédigé
Fixes small layout issue in visitor profile
-
Thomas Steur a rédigé
Document need to call setApiUrl() in js/README.md
-
- jan. 08, 2016
-
-
sebastianpiskorski a rédigé
We should allow for 63 characters TLDs, according to RFC 1035, instead of arbitrary 10. https://en.wikipedia.org/wiki/Domain_Name_System#cite_ref-rfc1034_1-2 As far as minimum length of 2 is acceptable, becuse IANA says that it isn't likely to introduce 1 character TLD, maximium length is too short. This partially resolves #9485
-
Joey3000 a rédigé
-
- jan. 07, 2016
-
-
mattab a rédigé
Adding comment to clarify logic refs https://github.com/piwik/piwik/issues/8128#issuecomment-121523583
-
sgiehl a rédigé
-
Joey3000 a rédigé
-
Joey3000 a rédigé
For performance reasons
-
Joey3000 a rédigé
As preparation for Common::hash() changing its hash function some time in future
-
Joey3000 a rédigé
As preparation for introduction of a stronger hash function in https://github.com/piwik/piwik/issues/5728, this standardizes the usage of the current **password** hash function across the Login and UsersManager plugins. Specifically: * Use UsersManager::getPasswordHash() throughout, instead of previous direct use of md5() in some places * Concentrate the hash length sanity check in the newly created UsersManager::checkPasswordHash(). Previously, UsersManager\Auth and Login\PasswordResetter classes did it separately. Both checks were moved into the newly created UsersManager class function, as that is also where other public static password check functions reside. * Replaced the "md5" string with "hash" in affected variable names and comments No functional change is intended.
-