All public logs

Jump to navigation Jump to search

Combined display of all available logs of Freeblox. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:53, 13 July 2023 Evert talk contribs created page Development whiteboard (Created page with "== Database structuring == === Auth microservice === ==== Users ==== {| class="wikitable" |+ !Key !Type !Description !Default |- |id* |PK UUID |User ID, UUID |<code>uuid_generate_v4()</code> |- |username* |varchar 255 |Username | |- |email* |varchar 255 |Email address | |- |phone |varchar 255 |Phone number | |- |country |varchar 2 |2-character country code | |- |language* |varchar 2 |2-character language code |en |- |password* |text |bcrypt 12 rounds password | |- |dis...") Tag: Visual edit