index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
session
/
Session.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
session: Inline some local variables in Session::getSecretKeys
Umherirrender
2025-01-22
1
-5
/
+3
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-1
/
+0
*
Use real type hints for services etc. in includes/auth/, session/, user/
Bartosz Dziewoński
2024-11-02
1
-3
/
+2
*
Use OpenSSL for session secret hashing
Alexander Vorwerk
2024-05-09
1
-1
/
+1
*
Move ext-openssl from suggest to require
Alexander Vorwerk
2024-05-05
1
-26
/
+1
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-8
/
+11
*
Use UserFactory::newAnonymous
Umherirrender
2024-01-22
1
-1
/
+1
*
Allow setting page restrictions on BotPassword grants
Siddharth VP
2023-12-05
1
-0
/
+10
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-1
/
+1
*
Make it possible to override the session in REST API tests
Daimona Eaytoy
2023-02-06
1
-1
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-6
/
+6
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-6
/
+6
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-3
/
+3
*
Get rid of warnings on PHP 8.1
Aryeh Gregor
2022-06-13
1
-8
/
+4
*
Address deprecations for php8.1 and REL1_38
Mark A. Hershberger
2022-04-30
1
-0
/
+6
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-4
/
+6
*
Type hints for ArrayAccess and JsonSerializable
Aryeh Gregor
2022-04-11
1
-3
/
+4
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-6
/
+9
*
Move CRSF token generation to CsrfTokenSet
Petr Pchelko
2021-06-18
1
-0
/
+15
*
Improve custom folding and grouping
Tim Starling
2020-12-23
1
-3
/
+3
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-5
/
+0
*
Fix typos related to repeated words
Umherirrender
2020-09-27
1
-1
/
+1
*
Introduce $wgForceHTTPS
Tim Starling
2020-06-30
1
-2
/
+8
*
Replace @protected tag
daniel
2020-06-26
1
-1
/
+1
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-1
/
+1
*
REST: page/ endpoints: don't use tokens with OAuth
daniel
2020-03-27
1
-1
/
+1
*
Session: Remove mcrypt support, dropped from PHP 7.2
Max Semenik
2019-10-07
1
-40
/
+2
*
Clean up spacing of doc comments
Umherirrender
2019-08-05
1
-1
/
+1
*
Add some more missing limit parameters to explode() calls
Thiemo Kreuz
2019-04-05
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-2
/
+2
*
Clean up CSPRNG support for PHP7
Max Semenik
2018-06-10
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
Umherirrender
2017-09-25
1
-0
/
+8
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-0
/
+2
*
Use namespaced ScopedCallback
Kunal Mehta
2016-10-17
1
-1
/
+1
*
Expand SessionManager / AuthManager documentation
Gergő Tisza
2016-08-30
1
-0
/
+8
*
Session: Improvements to encryption functionality
Brad Jorsch
2016-07-01
1
-18
/
+49
*
Fix encryption code in Session
Gergő Tisza
2016-05-31
1
-57
/
+82
*
Make number of PBKDF2 iterations used for deriving session secret configurable
Ori Livneh
2016-05-28
1
-2
/
+7
*
SessionManager: Add provision for encrypting session data
Brad Jorsch
2016-04-29
1
-0
/
+150
*
Change \\ to \ in phpdoc
Gergő Tisza
2016-04-08
1
-1
/
+1
*
Fix Session::getToken phpdoc
Gergő Tisza
2016-04-01
1
-1
/
+1
*
Replace uses of join() by implode()
Siebrand Mazeland
2016-03-08
1
-1
/
+1
*
Unpersist the session on logout
Brad Jorsch
2016-02-29
1
-0
/
+7
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-3
/
+3
*
Session: Implement ArrayAccess
Brad Jorsch
2016-02-16
1
-4
/
+43
*
Revert "Remove SessionManager, temporarily"
Brad Jorsch
2016-02-03
1
-0
/
+424
*
Remove SessionManager, temporarily
Brad Jorsch
2016-02-01
1
-424
/
+0
*
Move CSRF token handling into MediaWiki\Session\Session
Brad Jorsch
2016-01-27
1
-0
/
+52
*
Move grant and IP restriction logic from OAuth to core
Brad Jorsch
2016-01-12
1
-0
/
+8
[next]