Commit Verlauf

Autor SHA1 Nachricht Datum
  Jeremy D 2a7cea57b6 Fixed conflicts vor 11 Jahren
  Michael Johnson 9c41d9c990 Revert Copyright Line vor 11 Jahren
  Norv e170b37ed5 Tweaking copyright line for accuracy. (thank you Thantos) vor 11 Jahren
  Norv ddb69a542c Copyright correction. vor 11 Jahren
  emanuele 02667d6d57 Copyrights changed to 2012 vor 12 Jahren
  emanuele b86776e8a5 login and activate are actions for guests, not for registered users vor 12 Jahren
  emanuele45 7687ab0552 Merge pull request #107 from jdarwood007/login-ignore-convter-passwords vor 12 Jahren
  emanuele45 0ff0d79c4d Merge pull request #121 from emanuele45/patch-1 vor 12 Jahren
  emanuele45 666f415f07 Merge pull request #81 from eurich/master vor 12 Jahren
  emanuele45 5aacb06559 integrate_other_passwords should pass the array of other passwords vor 12 Jahren
  Jeremy D af7e4465fd Left some testing code vor 12 Jahren
  Jeremy D cd93d504fe Validate our schema for a log(in|out)_url vor 12 Jahren
  Jeremy D 01e099f9ce By default we shouldn't try to convert non-compatible passwords. Conversions should enable this option automatically to allow proper conversion of passwords. There is no reason to attempt to fix these passwords for SMF installs that are not conversions and is just a waste of resources to do so. vor 12 Jahren
  Jeremy D dfe00a8a35 Fixed chmod that somehow got changed, which should resolve #105 vor 12 Jahren
  Jeremy D cafcc27246 Removed ?> from end of all php files vor 12 Jahren
  ThorstenEurich d4de4f8455 Added hook: allow mods to easily extend the $other_passwords array vor 12 Jahren
  ThorstenEurich e96b27f4ae converted passwords sometimes broken vor 12 Jahren
  emanuele 23cdbaf210 This should do the trick with tokens and logins: password hashed in javascript using toekn too vor 12 Jahren
  emanuele 9e3c2dc1b9 ! Workaround for the wrong redirect on quick login (i.e. when a login page is presented login_url is set and used in any subsequent login from the quick-login) [Topic 406752] vor 12 Jahren
  emanuele e16e1b0b16 ! Automatically enable moderator session (to access moderation center) after login, the same thing done for the admin panel vor 12 Jahren
  Spuds 739035b053 ! removed an unnecessary error suppression vor 12 Jahren
  Spuds 85f1a014eb ! removed error suppression with proper check LogInOut.php vor 12 Jahren
  Spuds 2177f8c106 ! replace some strpos(strtolower()) with stripos where mods generally don't play vor 12 Jahren
  Spuds 6d253143bc ! Removed $context['complex_preg_chars'] usage in regex, only was required for php < 4.3.2 vor 12 Jahren
  Spuds 886f427c4f ! Some more documentation changes vor 12 Jahren
  Spuds f438dcabae ! Change @ini_get to ini_get. It never returns an error. vor 12 Jahren
  Spuds c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) vor 12 Jahren
  Spuds 8965e86c4d ! Pedantry in action. Making sure all new files have 'LF' svn property. vor 12 Jahren
  Spuds f9cb33a75c ! Theme editing didn't correctly handle session errors for templates (Themes.php) vor 12 Jahren
  Spuds 094b03363e ! a little more code documentation vor 12 Jahren