spaghetti
08fd06b79a
Allow searching by IP and email in staff user search
This involves temporarily decrypting all values being searched and
inserting them into a temporary table. Creation of this table can be
very slow when IP history is optionally searched. It might be better to
not make the temp table and just do the IP filtering from PHP.
Fixes #2
8 years ago
spaghetti
788a4da9c0
More json_encode migration
I swear one of these days I'll just do a search and replace all of them
8 years ago
spaghetti
78e089de72
Fix weird cookie destruction
I have no idea why that was there
8 years ago
spaghetti
e857952d21
More json_encode migration and some 2FA fixes
8 years ago
spaghetti
07cf089fc7
Update 'README.md'
8 years ago
spaghetti
fe1ed7e61e
Switch from serialize to json_encode for SiteOptions
Note that this requires a minor database migration of SiteOptions in
users_info and Paranoia in users_main
8 years ago
spaghetti
021d2bb3d9
Fix query escape indices after 2FA change
8 years ago
spaghetti
1350784f87
Add Two-Factor Authentication
2FA class stolen from RobThree and stripped down.
Works best with qrencode utility installed, but will fall back to using
google charts if qrencode is missing.
8 years ago
spaghetti
b5128f6336
Fix purely negative search filtering
8 years ago
spaghetti
ca67d5a86a
Improve word-breaking
8 years ago
spaghetti
455f119513
Fix doujin API after e-hentai API endpoint change
8 years ago
spaghetti
5bee3511bb
Only count unique groups for contests
8 years ago
spaghetti
e291dda404
Remove CORS header
8 years ago
spaghetti
80aac227a2
Add new badge resource
8 years ago
spaghetti
2e7d189568
Apparently NULL from the database becomes an empty string in PHP, not null
8 years ago
spaghetti
94a799ce74
Fix display of non-english titles and all artist names in collection manager
8 years ago
spaghetti
0cf9b483a0
Add a couple working better.php pages
8 years ago
spaghetti
24093e0037
Fix account linking staff tool thing
For real though how was this even left broken like this? Did what.cd
just never use this feature or did they only half-port it to their
public repo?
8 years ago
spaghetti
db6be2af05
Fix wiki article deletion
8 years ago
spaghetti
b2a83a990b
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
ngxez
410c84fa7f
Additional fixes for NULL related fields.
8 years ago
spaghetti
beaf9b254b
Use IS and IS NOT for newly added sql NULLs
8 years ago
spaghetti
f23d350216
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
ngxez
ad7abee5c2
Allow Gazelle to run with mysql strict mode enabled.
8 years ago
spaghetti
fc17a24e2a
Add missing columns to schema
8 years ago
spaghetti
c4a7ba16ee
Give default database schema working stylesheets
8 years ago
spaghetti
94b0cb058c
Add DisablePromotion field to database schema
Should have been part of commit b1b1c6a68d
8 years ago
spaghetti
60538d9ee8
Comply with MySQL strict mode
Default as of 5.7. Now enforces that NOT NULL fields are nott attempted
to be set to NULL (like whenever we do an insert without specifying a
text/blob field value (which can't have defaults))
8 years ago
spaghetti
4ed111fb57
Typo
8 years ago
spaghetti
05e867aa2b
Replace some instances of "collage" with "collection"
8 years ago
spaghetti
a545e61947
Link to spanish golden rules
8 years ago
spaghetti
bc7606b2cb
Fix lightbox prev/next arrow keys
8 years ago
spaghetti
d660980117
This should have been in that uninlining commit
8 years ago
spaghetti
dc4681c5be
Add slash to image urls
Apparently not doing this is technically invalid
8 years ago
spaghetti
77caf27a02
Spruce up small inputs with submit buttons
8 years ago
spaghetti
17b701fa78
Center covers too small to be scaled
8 years ago
spaghetti
fd9aaf820c
Un-inline some crap
8 years ago
spaghetti
94e8bf3c32
Move authkey definition to attribute and script_start
8 years ago
spaghetti
ff652a1c6b
We're seeing a weird but harmless badge bag. Hopefully this fixes it?
8 years ago
spaghetti
8d8b709953
Use EST
8 years ago
spaghetti
539c742c20
Force mysql to use utf8 regardless of config
8 years ago
spaghetti
78b97305ed
More robust request unfilling when torrent has been deleted
8 years ago
spaghetti
c19fdb2851
Fix expiry time issues with front page freeleech
8 years ago
spaghetti
3c517f23c6
Make thumbnail instructions more clear
8 years ago
spaghetti
b28ac8884f
Fix badge typo
8 years ago
spaghetti
bbcf2ae6eb
Make torrent deletion errors more descriptive
8 years ago
spaghetti
c85c499813
Exclude fileboom banner from javfill auto-screens
8 years ago
spaghetti
3223dbd3b8
Disable automatic group merging for now
8 years ago
spaghetti
4c0a1d57bc
Tweak reward code for NL ISOs
8 years ago
spaghetti
ac2e3cdb70
Add haze addition to Beluga
8 years ago