ziycon
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 gadi atpakaļ |
Peter Spicer
|
26d5efdfca
! If the username is oversized when logging in, trim it back to the maximum it can be as per database schema.
|
10 gadi atpakaļ |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 gadi atpakaļ |
Peter Spicer
|
b76101eaaf
! Accept 7 digit user ids in cookies, fixes #807. Also refined the regex to not accept string ids at the same time since they should now always be ints. There's a slight performance boost but saving 2 bytes every single request before gzip seems like a good idea to me. NB: Users of test sites will find themselves logged out and will need to log back in again just for the first time (to fix the cookie).
|
11 gadi atpakaļ |
Arantor
|
9f82d32d62
Merge pull request #769 from Arantor/release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
adce8eb20f
! Merging in everything patched in 2.0.6 that wasn't already fixed either directly or indirectly in 2.1 already.
|
11 gadi atpakaļ |
Suki
|
34903ab419
$smcFunc['htmlspecialchars'] on LogInOut
|
11 gadi atpakaļ |
Illori
|
2c50939f27
Copyright update per BoD
|
11 gadi atpakaļ |
Antes
|
aed6edb0e1
- Display.php
|
11 gadi atpakaļ |
emanuele45
|
1588461571
Merge pull request #305 from emanuele45/master
|
11 gadi atpakaļ |
emanuele
|
bceb21e0f6
Some other tweaks to the hooks
|
11 gadi atpakaļ |
Suki
|
6d009fe0e6
No more "I've been hacked help me ASAP!!1!" support topics...
|
11 gadi atpakaļ |
emanuele
|
5ed0020c24
2.0.4 security fixes:
|
11 gadi atpakaļ |
emanuele
|
5a38bc12e4
Some lost closing tag and some new lines after closing tags removed
|
12 gadi atpakaļ |
Michael Johnson
|
5efaf7a21a
Revert "Copyright correction."
|
12 gadi atpakaļ |
Michael Johnson
|
90fb4d0952
Revert "Tweaking copyright line for accuracy. (thank you Thantos)"
|
12 gadi atpakaļ |
Norv
|
789a1a1697
Tweaking copyright line for accuracy. (thank you Thantos)
|
12 gadi atpakaļ |
Norv
|
74598c2506
Copyright correction.
|
12 gadi atpakaļ |
Spuds
|
c8e62fe029
! Fix many of the phpdocumentor errors with our docblock's
|
12 gadi atpakaļ |
emanuele
|
02667d6d57
Copyrights changed to 2012
|
12 gadi atpakaļ |
emanuele
|
b86776e8a5
login and activate are actions for guests, not for registered users
|
12 gadi atpakaļ |
emanuele45
|
7687ab0552
Merge pull request #107 from jdarwood007/login-ignore-convter-passwords
|
12 gadi atpakaļ |
emanuele45
|
0ff0d79c4d
Merge pull request #121 from emanuele45/patch-1
|
12 gadi atpakaļ |
emanuele45
|
666f415f07
Merge pull request #81 from eurich/master
|
12 gadi atpakaļ |
emanuele45
|
5aacb06559
integrate_other_passwords should pass the array of other passwords
|
12 gadi atpakaļ |
Jeremy D
|
af7e4465fd
Left some testing code
|
12 gadi atpakaļ |
Jeremy D
|
cd93d504fe
Validate our schema for a log(in|out)_url
|
12 gadi atpakaļ |
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.
|
12 gadi atpakaļ |
ThorstenEurich
|
d4de4f8455
Added hook: allow mods to easily extend the $other_passwords array
|
12 gadi atpakaļ |
ThorstenEurich
|
e96b27f4ae
converted passwords sometimes broken
|
12 gadi atpakaļ |