Commit graph

13 commits

Author SHA1 Message Date
MusikAnimal bafd980e7d Rename functions so as to not confuse with with CheckUser extension
Bug: T162748
Change-Id: If2ad9d65cedc8124b2570e2b66574736a8f112f9
2017-04-18 16:30:48 +00:00
Kaldari 784bd9bd14 Changing cookie name to match cookie naming conventions
We typically do extensionname_blah, see CentralNotice and
CentralAuth cookies.

Also, "logins" is more accurate than "login" as it can store
multiple user login records (default is 6).

Change-Id: I1e20fc2bbc713613cfa27cf37fff371dbb0be25e
2017-04-12 14:47:18 -07:00
Sam Wilson 8a10910992 Fix various docblock formatting
This fixes some errors in docblock formatting to bring things into
line with MediaWiki coding standards (not all of which are yet
caught by phpcs).

Change-Id: I06b7fc3a9fe09e412b3200b597ce01ef7e7d5ae3
2017-03-25 00:56:01 +00:00
niharika29 4fae81abed Update AddNewAccount->LocalUserCreated hook for LoginNotify
Bug: T135270
Change-Id: I0efbacac13807d802e5cc6e4d226d75050f01d2d
2017-02-23 17:47:03 +00:00
Kunal Mehta 028031bd5e Don't use deprecated wfBaseConvert()
Change-Id: I23eb0a393b2a0f2da32f5f869a22efab92c4069d
2016-11-22 14:48:50 -08:00
Kunal Mehta 9ee40956b0 Fix undefined $cookie variable
Change-Id: I48c9afd2437c8f98ea4ef85e40bccae8fdd1cd0b
2016-11-22 14:47:45 -08:00
Kunal Mehta e691c29829 Improve exception message
So a totally unexpected exception is still debuggable.

Change-Id: I958479252777f9672627e645e5b1f048c2e7dafd
2016-11-22 14:46:34 -08:00
Kunal Mehta 7c1c193f96 DatabaseBase -> Database
Change-Id: Ia37affaccc7818aecee347ee8c10336ee038f110
2016-11-22 14:46:12 -08:00
addshore c1791bf772 Fix string concatenation
Change-Id: I471f04c16be8fc443eb3822f1a317260285bd859
2016-11-05 05:31:04 +00:00
addshore a35502916d Fix typos
Change-Id: I49e7e28de3efcb5836e2d99faa357b9f368573b6
2016-09-12 13:37:31 +02:00
Brian Wolff 8fa1401235 Follow-up fea1a38d - respond to Legoktm's comments
Also make a minor change to the default config options.

Change-Id: Icf295c50b6f834ec004c73213935679e409b65c5
2016-04-26 12:53:38 -04:00
Brian Wolff 78de4c6aa2 Fix phpcs warnings
Change-Id: Ice5ff0bd25c5e2af522965bf8229e64bce70b593
2016-04-26 12:48:00 -04:00
Brian Wolff fea1a38de5 Initial version of extension to notify people on failed login attempts.
Bug: T11838
Change-Id: Id96aff70f06879a7b754b19af8e65c0f641e84e0
2016-03-28 04:29:04 -04:00