ngxez
03d0c70dad
Update FEATURE_ENFORCE_LOCATIONS comment to reflect new feature flag.
8 years ago
ngxez
919182e493
Use feature flags for manipulating tracker settings (rather than DEBUG_MODE).
8 years ago
ngxez
451326c0c9
Enhancements for DEBUG_MODE, allowing the site to run within Docker.
8 years ago
spaghetti
f1e0c93d42
2FA Changes
- Default interval now 30 seconds (breaking!)
- Don't add default parameters to QR code (smaller)
Fixes #22
8 years ago
spaghetti
e54682d051
Show database_specifics staff tool in list
8 years ago
spaghetti
18934dddc6
Remove google chart calls from torrents stat page
8 years ago
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
e857952d21
More json_encode migration and some 2FA fixes
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
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
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
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
ngxez
ad7abee5c2
Allow Gazelle to run with mysql strict mode enabled.
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
77caf27a02
Spruce up small inputs with submit buttons
8 years ago
spaghetti
fd9aaf820c
Un-inline some crap
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
7336fb839c
Add Romaji titles
8 years ago
spaghetti
a55b972580
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
271afb5565
camelCase -> snake_case in users.class
8 years ago
spaghetti
d76fa311d6
Shorten "week" in freeleech time format
8 years ago
spaghetti
aeecef3ef4
Fix freeleeching new uploads during global freeleech
8 years ago
spaghetti
0012dc1adb
Increase starting UL to 1024MiB
8 years ago
spaghetti
323a004807
Automatically mark ISOs neutral leech and give uploader a bonus point award
8 years ago
spaghetti
753b1ff37a
Only freeleech first extra torrent in trump report
8 years ago
spaghetti
8c4e104470
Add tag namespace colors on requests
8 years ago
spaghetti
65f6db3a3c
Increase size of tag field
8 years ago
spaghetti
81516af856
Typo in last scheduler change
8 years ago
spaghetti
87bec35386
Update sphinx_min_max_matches in scheduler
Fixes #1
8 years ago
spaghetti
5d612a0aa2
Fix user stats charts
8 years ago
spaghetti
1108bf977a
Fix up user profile collages
8 years ago