Updated
This commit is contained in:
parent
0d74dbf243
commit
626a05b509
1 changed files with 4 additions and 2 deletions
6
todo.txt
6
todo.txt
|
@ -22,7 +22,8 @@
|
|||
|
||||
--- Tech ---
|
||||
|
||||
- death to akeavinn!
|
||||
- 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 "blocked list" (/api/v1/instance/domain_blocks, when ver. >= 4.0.0) (https://docs.joinmastodon.org/methods/instance/#domain_blocks)
|
||||
|
@ -50,7 +51,8 @@
|
|||
! instances.php: dire in chiaro che i campi numerici si disabilitano lasciandoli vuoti (ora che c'è possibilità di disabilitarli da tasto forse sarebbe meno utile)
|
||||
* instances.php: possibilità di linkare una singola istanza per id=x
|
||||
- dates-times, at least in instances.php, should be shown in local format according to the browser or chosen locale; and in utc, always
|
||||
- software check in getinstinfo.php could be based on Platforms table (records which have Consider=1; should make a section to manage it in mustard)
|
||||
* software check in getinstinfo.php could be based on Platforms table (records which have Consider=1)
|
||||
- make a section in mustard to manage Platforms
|
||||
* instances.php: show software name, with version
|
||||
? unify language list definition somewhere
|
||||
? in instances.php, report the date when an instance has been marked as noxious - for now it writes when it is updated
|
||||
|
|
Loading…
Reference in a new issue