aboutsummaryrefslogtreecommitdiffstats
path: root/includes/mail
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* watchlist: Re-centralise former wgUseEnotif conditionTimo Tijhof2023-02-021-2/+2
* UserMailer: Don't silence warnings from PEAR MailKevin Israel2023-01-061-6/+0
* Merge "mail: Increase readability of conditions"jenkins-bot2022-12-021-14/+11
|\
| * mail: Increase readability of conditionsUmherirrender2022-11-191-14/+11
* | UserMailer: Don't check if PEAR Mail and Mail_mime classes existKevin Israel2022-11-251-57/+14
|/
* When calling mail(), use an array for headersTim Starling2022-10-201-23/+0
* mail: Replace deprecated User::getOptionUmherirrender2022-08-051-7/+12
* notifications: prevent log spam when invalid user object listed.RhinosF12022-05-221-2/+3
* Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-21/+32
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-6/+8
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-4/+5
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-12/+18
* EmailNotification: fix misplaced tabDannyS7122021-09-201-1/+1
* Fix various typos in documentationFomafix2021-08-231-1/+1
* Use ::class for class nameUmherirrender2021-04-081-2/+2
* Merge "Convert mail namespace to Authority/UserIdentity"jenkins-bot2021-04-053-31/+72
|\
| * Convert mail namespace to Authority/UserIdentityPetr Pchelko2021-04-013-31/+72
* | build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-2/+0
|/
* Merge "EmailNotification: clean up with modern coding conventions"jenkins-bot2021-03-311-90/+141
|\
| * EmailNotification: clean up with modern coding conventionsDannyS7122021-03-311-90/+141
* | Clean up and simplify SpecialEmailUser::submitDannyS7122021-03-312-3/+3
|/
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Fix return type documentation for AlternateUserMailer hookUmherirrender2020-11-201-1/+1
* Document hook names in hook interfaces.daniel2020-09-278-0/+24
* Remove some space indentingReedy2020-09-141-2/+2
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-3/+3
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-138-8/+8
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-138-8/+8
* | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
|/
* Annotate newable classesdaniel2020-07-071-0/+4
* Filter out expired watched items when sending email notificationsMusikAnimal2020-06-241-2/+6
* Remove terminating line breaks from debug messagesTim Starling2020-06-032-16/+16
* Hooks::run() call site migrationTim Starling2020-05-302-9/+9
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-3/+3
* Hook interface doc comment followupTim Starling2020-04-211-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-218-49/+63
* Automatically generated hook interfacesTim Starling2020-04-208-0/+185
* Introduce Emailer as servicePeter Ovchyn2020-03-172-0/+121
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+1
* Merge "Fix param docs and passed type of UserMailer::sendWithPear"jenkins-bot2019-09-121-5/+7
|\
| * Fix param docs and passed type of UserMailer::sendWithPearUmherirrender2019-09-121-5/+7
* | Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-2/+8
|/
* mail: Avoid use of global state and use MediaWiki services DIDerick Alangi2019-08-271-9/+21
* Mail: Add visibility for some methods without method visibilityDerick Alangi2019-06-303-10/+9