aboutsummaryrefslogtreecommitdiffstats
path: root/includes/block/Block.php
Commit message (Expand)AuthorAgeFilesLines
* block: Add a BlockTarget class hierarchyTim Starling2025-02-191-3/+22
* block: Introduce AbstractBlock::isIndefiniteMartin Urbanec2025-02-141-0/+8
* Multiblocks preparation in User::getBlock(), PermissionManager and BlockManagerTim Starling2023-10-201-2/+6
* Document version when Block::toArray was addedThalia2023-09-221-0/+1
* Add Block::toArray()Tim Starling2023-09-211-0/+7
* Blocks documentation reviewTim Starling2023-09-061-5/+6
* Ensure that soft blocks block temporary usersThalia2023-08-151-2/+5
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-1/+1
* Block: Expose list of block types as constantGergő Tisza2022-08-291-0/+11
* Make Block objects aware of which wiki they belong toAlexander Vorwerk2022-01-171-3/+9
* build: Updating dependencieslibraryupgrader2021-07-221-8/+8
* Add return typehints to Block interface and classes implementing itDannyS7122021-05-141-8/+8
* Introduce Block interface and replace AbstractBlock.daniel2021-05-111-0/+150