spaghetti
885defd638
Add 'None' language
8 years ago
spaghetti
d121df52e5
Change FLS_TEAM ID define
No memes allowed
8 years ago
spaghetti
4a0260bc20
Update e-hentai API
8 years ago
spaghetti
069da51422
Navbar revamp
8 years ago
spaghetti
d57e9c6c5b
Typo in collection rules title
8 years ago
spaghetti
db0b231421
Populate sphinx_delta fields correctly
8 years ago
spaghetti
12f2612e21
Use system timezone to stay in sync with mysql
8 years ago
spaghetti
f1af3a89e8
Allow sorting by catalogue number
8 years ago
spaghetti
be37e63f3e
Fix error in public.js
8 years ago
spaghetti
b736dccec6
Change some short php tags to long tags
8 years ago
spaghetti
f6e05f2f50
Fix reseed
8 years ago
spaghetti
7637aeb8d2
Correctly display non-English titles for shop freeleeches
8 years ago
spaghetti
268f9f3627
Merge branch 'master' of https://git.oppaiti.me/Oppaitime/Gazelle
8 years ago
spaghetti
bc198c1956
Don't use google's DNS as a default config IP address
This was meant to make it to clear to administrators that the value
should be changed, but too many have just left it alone and wondered why
gazelle takes forever to load (while waiting for the connection to
8.8.8.8 to time out)
Also I thought I removed this forever ago. Whoops.
8 years ago
spaghetti
590c6da86e
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
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
7f74fe6e32
Typo in database schema
8 years ago
spaghetti
6f604da6f0
Accidentally removed this sorry
Removed in commit 8143301713
Meant to remove SPHINX_MIN_MAX_MATCHES
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
f182f31558
SPHINX_MIN_MAX_MATCHES was made pointless after the scheduler code was added to keep track of it internally
8 years ago
spaghetti
9057aef556
Edit schema for new sphinx config changes
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
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