This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ef97d7fb31
gosora
/
schema
/
pgsql
/
query_users_avatar_queue.sql
4 lines
79 B
MySQL
Raw
Normal View
History
Unescape
Escape
Eliminated some JS errors for guests on Cosora. Fixed the build tags for the alt database engines. Tweaked the quotes on the PgSQL adapter. Still not functional. Removed the SQLite build tag as it's unlikely that it'll ever be implemented.
2018-08-15 07:02:57 +00:00
CREATE
TABLE
"
users_avatar_queue
"
(
PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. Did some work on image thumbnailing, but our dependencies are acting up delaying this from being released. Fixed the positions of the topic list bits for Nox on mobile. Removed APNG as an accepted image format, as we don't currently have a good way of optimising these images. Added a comment regarding the constant time compare for sessions. Added a warning about putting Gosora in www folders. Noavatars can now take a width parameters. Added a bit of missing validation for the avatar uploader. Refactored the multiple file detector for the avatar uploader. Added a Run method to accDeleteBuilder. Added an EachInt method to AccSelectBuilder. Added a Run method to accInsertBuilder. Added the users_avatar_queue table, you will need to run the patcher / update script. You might also want to update the Noavatar field in your config.json file with the new one.
2018-07-28 12:52:23 +00:00
`
uid
`
int
not
null
,
primary
key
(
`
uid
`
)
)
;