nodebb/public/openapi/read
Opliko b709ed9e63
feat: move to npm fontawesome dependency and support fa pro ()
* feat: move to npm fontawesome dependency

* feat: move shims to a separate file

* fix: thin style prefix

* feat: proper style and FA pro handling in icon selector

* docs: add fontawesome properties to openAPI

* fix: default for styles

* feat: select all styles by default

Turns out browsers lazy-load fonts.
So since the actual CSS for each style is small, there is no perf reason for defaulting to free styles for FA pro users.
This means they'll have to only change one setting.

Still, the option to select styles remains for those who want it.

* fix: remove console.log
..
admin test: fix spec
categories/cid style(openapi): break write API routes into individual files
category Bootstrap5 ()
chats style(openapi): break write API routes into individual files
confirm Bootstrap5 ()
email/unsubscribe feat(api): added schema for email unsubscribe token
flags Bootstrap5 ()
groups style(openapi): break write API routes into individual files
post fix: tests remove old routes
recent/posts fix: example
register fix: two more routes
reset style(openapi): break write API routes into individual files
tags Bootstrap5 ()
topic feat: add vote privs to topic ()
uid fix: api tests
unread style(openapi): break write API routes into individual files
user fix tests
admin.yaml feat: add missing schemas for various ACP settings routes
categories.yaml Bootstrap5 ()
config.yaml feat: move to npm fontawesome dependency and support fa pro ()
flags.yaml Bootstrap5 ()
groups.yaml Bootstrap5 ()
index.yaml Bootstrap5 ()
ip-blacklist.yaml style(openapi): break write API routes into individual files
login.yaml fix: two more routes
me.yaml style(openapi): break write API routes into individual files
notifications.yaml Bootstrap5 ()
outgoing.yaml fix: all tests, wrap up work
popular.yaml Bootstrap5 ()
post-queue.yaml docs: fix openapi spec for new property in post queue route
recent.yaml Bootstrap5 ()
register.yaml fix: two more routes
registration-queue.yaml style(openapi): break write API routes into individual files
reset.yaml style(openapi): break write API routes into individual files
search.yaml Bootstrap5 ()
self.yaml style(openapi): break write API routes into individual files
tags.yaml fix(writeapi): fix components, + tag object schema
top.yaml Bootstrap5 ()
tos.yaml fix: all tests, wrap up work
unread.yaml Bootstrap5 ()
users.yaml feat: add displayname into user obj ()