This commit is contained in:
pezcurrel 2022-12-21 22:07:22 +01:00
parent 9316e686b9
commit 9525f24bbe

View file

@ -22,10 +22,11 @@
--- Tech ---
- getinstinfo.php: make langs function and its use better...
- make a populate.php script to populate some tables with default values after importing the structure
* death to akeavinn!
- don't use truncs, use willtrunc or even better check mastodon docs/source for maximum length of values and modify the database accordingly
~ getinstinfo.php, instances.php: retrieve and show "server rules" (/api/v1/instance/rules, when ver. >= 3.4.0) (does retrieve, does not write nor show for now)
~ getinstinfo.php, instances.php: retrieve and show "server rules" (/api/v1/instance/rules, when ver. >= 3.4.0) (does retrieve, does neither write nor show for now)
- getinstinfo.php, instances.php: retrieve and show "blocked list" (/api/v1/instance/domain_blocks, when ver. >= 4.0.0) (https://docs.joinmastodon.org/methods/instance/#domain_blocks)
- "Severity" should be called "Level" in the "Notifications" table
* getinstinfo.php: thoroughly test what happens when instance can't be fetched (when $instaswered is not true)