gosora/query_gen/lib
Azareal 0a628f7201 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 22:52:23 +10:00
..
acc_builders.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
accumulator.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
builder.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
install.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
micro_builders.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
mssql.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
mysql.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
pgsql.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
querygen.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
transaction.go Renamed a few querygen structs. 2017-11-12 05:25:04 +00:00
utils.go All the menu items are dynamic now, all that needs to be done now is the Control Panel part of the Menu Manager. 2018-04-23 09:38:25 +01:00