spaghetti
cff5e811f4
Update 'README.md'
8 years ago
spaghetti
2155cabc1f
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
287977c68f
Fix query escape indices after 2FA change
8 years ago
spaghetti
9ed9f170f5
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
6f99a07824
Fix purely negative search filtering
8 years ago
spaghetti
40043f5a42
Improve word-breaking
8 years ago
spaghetti
1a57edee2e
Fix doujin API after e-hentai API endpoint change
8 years ago
spaghetti
5fb423dcd7
Only count unique groups for contests
8 years ago
spaghetti
644b1c1144
Remove CORS header
8 years ago
spaghetti
e35162dc0b
Add new badge resource
8 years ago
spaghetti
1a6e104953
Apparently NULL from the database becomes an empty string in PHP, not null
8 years ago
spaghetti
66bdffba1a
Fix display of non-english titles and all artist names in collection manager
8 years ago
spaghetti
1a88333fee
Add a couple working better.php pages
8 years ago
spaghetti
4260982ef2
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
b0bdf317fb
Fix wiki article deletion
8 years ago
spaghetti
26a291a8a2
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
ngxez
a1b1f61b06
Additional fixes for NULL related fields.
8 years ago
spaghetti
a47b20c696
Use IS and IS NOT for newly added sql NULLs
8 years ago
spaghetti
a911bfeac7
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
ngxez
0295db7302
Allow Gazelle to run with mysql strict mode enabled.
8 years ago
spaghetti
08284ebfb2
Add missing columns to schema
8 years ago
spaghetti
d904d3eadd
Give default database schema working stylesheets
8 years ago
spaghetti
fb90bf2a8d
Add DisablePromotion field to database schema
Should have been part of commit b1b1c6a68d
8 years ago
spaghetti
f468acc15c
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
79a82fa483
Typo
8 years ago
spaghetti
aab16de16f
Replace some instances of "collage" with "collection"
8 years ago
spaghetti
3d61978154
Link to spanish golden rules
8 years ago
spaghetti
caddbf9f0e
Fix lightbox prev/next arrow keys
8 years ago
spaghetti
49edb5ba49
This should have been in that uninlining commit
8 years ago
spaghetti
e6f402b467
Add slash to image urls
Apparently not doing this is technically invalid
8 years ago
spaghetti
f49b46bb5e
Spruce up small inputs with submit buttons
8 years ago
spaghetti
47b90fad37
Center covers too small to be scaled
8 years ago
spaghetti
7ae2301064
Un-inline some crap
8 years ago
spaghetti
ca0840b956
Move authkey definition to attribute and script_start
8 years ago
spaghetti
b5097caf2f
We're seeing a weird but harmless badge bag. Hopefully this fixes it?
8 years ago
spaghetti
b03d541de0
Use EST
8 years ago
spaghetti
5197be39e5
Force mysql to use utf8 regardless of config
8 years ago
spaghetti
1105c42b54
More robust request unfilling when torrent has been deleted
8 years ago
spaghetti
dcb0a73302
Fix expiry time issues with front page freeleech
8 years ago
spaghetti
98b4fead6b
Make thumbnail instructions more clear
8 years ago
spaghetti
ed1f311f10
Fix badge typo
8 years ago
spaghetti
d9f46e9187
Make torrent deletion errors more descriptive
8 years ago
spaghetti
0838726a03
Exclude fileboom banner from javfill auto-screens
8 years ago
spaghetti
4c43448a48
Disable automatic group merging for now
8 years ago
spaghetti
5852fb0157
Tweak reward code for NL ISOs
8 years ago
spaghetti
68b2fc956a
Add haze addition to Beluga
8 years ago
spaghetti
a276b85cd3
Add Romaji titles
8 years ago
spaghetti
68407b5b45
Update 'README.md'
8 years ago
spaghetti
baea2acc1d
Populate "source" field of uploaded torrents
Value added to source field contains the site name and a random string.
This change prevents uploaders from using self-generated torrent files
unless they also add the source value themselves. This value is provided
to them on the upload page, but is still more inconvenient than before.
8 years ago
spaghetti
a80293e76e
camelCase -> snake_case in users.class
8 years ago