aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiWatchlistTrait.php
Commit message (Expand)AuthorAgeFilesLines
* PhanRedundantCondition: Simplify typed propertiesAmmarpad2024-12-011-9/+4
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* Remove Title and User from signaturesDaimona Eaytoy2024-07-101-13/+13
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-0/+1
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-2/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* ApiWatchlistTrait: Use real type hints, remove duplicate definitionsBartosz DziewoƄski2023-08-291-6/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-6/+2
* api: Minor code cleanupReedy2022-08-141-3/+1
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-7/+28
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-1/+1
* Use WatchlistManager in API classesCindy Cicalese2021-04-211-2/+5
* WatchAction:doWatchOrUnwarch - use AuthorityPetr Pchelko2021-03-031-2/+3
* [API] Ignore watchlist preferences for bot usersUmherirrender2020-12-221-0/+4
* Revert "Revert "ApiEditPage: Show existing watchlist expiry if statusAmmar Abdulhamid2020-09-301-0/+26
* Revert "ApiEditPage: Show existing watchlist expiry if status is not being ch...DannyS7122020-09-301-26/+0
* ApiEditPage: Show existing watchlist expiry if status is not being changed.Ammar Abdulhamid2020-09-291-0/+26
* Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-18/+13
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-0/+148