-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New password hash #1
Commits on May 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8b60914 - Browse repository at this point
Copy the full SHA 8b60914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fcab15 - Browse repository at this point
Copy the full SHA 0fcab15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6be9da - Browse repository at this point
Copy the full SHA c6be9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 813a710 - Browse repository at this point
Copy the full SHA 813a710View commit details
Commits on May 21, 2017
-
Merge branch 'master' into composer
* master: Remove hardcoded set date_default_timezone_set to Europe/Berlin
Configuration menu - View commit details
-
Copy full SHA for 3461f92 - Browse repository at this point
Copy the full SHA 3461f92View commit details
Commits on Jun 9, 2017
-
Merge branch 'master' into composer
* master: Raised docker-compose version to 3 Set error_reporting to E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT Readme: Set correct links to it Nginx: Deny all hidden files that starts with a '.' First docker environment is ready and runnable Remove the set of "error_reporting" Removed mysql_ functionality in favor of mysqli Fixed constructor names for PHP7 while calling installation
Configuration menu - View commit details
-
Copy full SHA for 6792ecf - Browse repository at this point
Copy the full SHA 6792ecfView commit details
Commits on Jul 14, 2017
-
Add initial Travis CI configuration
Run PHP syntax and code style checks on Travis CI for PHP versions 5.6, 7.0, 7.1 and nightly. All checks are currently non-fatal and don't fail on errors. This should be changed when the codebase improves.
Configuration menu - View commit details
-
Copy full SHA for 2b9e74c - Browse repository at this point
Copy the full SHA 2b9e74cView commit details -
Fix syntax error in modules/tournament2/team_details.php
PHP Parse error: syntax error, unexpected '?' in ./modules/tournament2/team_details.php on line 56
Configuration menu - View commit details
-
Copy full SHA for dae62be - Browse repository at this point
Copy the full SHA dae62beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e59e42d - Browse repository at this point
Copy the full SHA e59e42dView commit details -
Merge pull request lansuite#86 from lxp/add-travis-ci
Add initial Travis CI configuration
Configuration menu - View commit details
-
Copy full SHA for b75594f - Browse repository at this point
Copy the full SHA b75594fView commit details -
Merge pull request lansuite#87 from lxp/fix-syntax-error
Fix syntax error in modules/tournament2/team_details.php
Configuration menu - View commit details
-
Copy full SHA for 207f642 - Browse repository at this point
Copy the full SHA 207f642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683fabb - Browse repository at this point
Copy the full SHA 683fabbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0675cd - Browse repository at this point
Copy the full SHA c0675cdView commit details -
Merge pull request lansuite#88 from lxp/make-syntax-check-fatal
Make PHP syntax check fatal
Configuration menu - View commit details
-
Copy full SHA for 499658f - Browse repository at this point
Copy the full SHA 499658fView commit details
Commits on Jul 16, 2017
-
Merge pull request lansuite#81 from lansuite/composer
Introduced composer and load Smarty from it
Configuration menu - View commit details
-
Copy full SHA for d1955a8 - Browse repository at this point
Copy the full SHA d1955a8View commit details
Commits on Jul 17, 2017
-
Implement new password hashing (PBKDF2-SHA1)
This change modifies the database and requires a database upgrade from within the lansuite admin area. After the database upgrade, the old MD5 user passwords will be automatically converted to PBKDF2-SHA1 on the next user login. Clan and team passwords will only be upgraded, when new passwords are set. PBKDF2-SHA1 was choosen for compatibility with the ejabberd XMPP server password storage.
Configuration menu - View commit details
-
Copy full SHA for 05cdfc5 - Browse repository at this point
Copy the full SHA 05cdfc5View commit details