spaghetti
d8cab30472
Use "as" in preload headers
8 years ago
spaghetti
09c3c2d120
Fix javascript error on public pages
8 years ago
spaghetti
5c75aaf209
Nicer looking login form part 2
8 years ago
spaghetti
0547e667ce
Only require apcu, not apcu_bc
Fixes #27
8 years ago
spaghetti
41c37b5b92
Check for common setup pitfalls
Fixes #25 and fixes #26
8 years ago
spaghetti
649b128d73
Support theme-color meta tag
This allows for some browsers like chrome mobile to change the color of
the address bar to smoothly match the theme of the page
8 years ago
spaghetti
4d7409fe40
Modify markup to be more HTML5 compliant
8 years ago
spaghetti
ae7d0df150
New default avatar
8 years ago
spaghetti
6420a47175
Fix navbar dropdown position in Firefox ESR
8 years ago
spaghetti
cc63d58eab
Allow for 2FA to be disabled
8 years ago
spaghetti
f5115e0939
Nicer looking login form
Also file permission cleanup
8 years ago
spaghetti
e13a0a736d
Whitespace fixes to bring inline with private repo
8 years ago
spaghetti
cc36a34447
Miscellaneous changes to bring public repo in line with private
This consists mostly of commits I somehow skipped over and didn't patch
into the public repo
8 years ago
spaghetti
5439125160
I applied the wrong e-hentai API commits. Fix that
8 years ago
spaghetti
e1b8385e0d
Fix oppai stylesheet for weird default font sizes
8 years ago
spaghetti
468b35b918
Add 'None' language
8 years ago
spaghetti
b1be0f690e
Change FLS_TEAM ID define
No memes allowed
8 years ago
spaghetti
f62aa23aa1
Update e-hentai API
8 years ago
spaghetti
381969d075
Navbar revamp
8 years ago
spaghetti
bc2e2ceb8e
Typo in collection rules title
8 years ago
spaghetti
815b218271
Populate sphinx_delta fields correctly
8 years ago
spaghetti
d0b74f6af5
Use system timezone to stay in sync with mysql
8 years ago
spaghetti
a642b714cb
Allow sorting by catalogue number
8 years ago
spaghetti
b317c9085a
Fix error in public.js
8 years ago
spaghetti
e45fcdec43
Change some short php tags to long tags
8 years ago
spaghetti
8591c08c85
Fix reseed
8 years ago
spaghetti
b5b7a74764
Correctly display non-English titles for shop freeleeches
8 years ago
spaghetti
b90b468055
Merge branch 'master' of https://git.oppaiti.me/Oppaitime/Gazelle
8 years ago
spaghetti
49e55b3411
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
426780fe2b
Merge branch 'master' of ngxez/Gazelle into master
8 years ago
ngxez
23c9de02ad
Update FEATURE_ENFORCE_LOCATIONS comment to reflect new feature flag.
8 years ago
ngxez
534f92af24
Use feature flags for manipulating tracker settings (rather than DEBUG_MODE).
8 years ago
ngxez
bec48f2b4c
Enhancements for DEBUG_MODE, allowing the site to run within Docker.
8 years ago
spaghetti
5c2bacc1d7
Typo in database schema
8 years ago
spaghetti
675c71c2c3
Accidentally removed this sorry
Removed in commit 8143301713
Meant to remove SPHINX_MIN_MAX_MATCHES
8 years ago
spaghetti
357f34115d
2FA Changes
- Default interval now 30 seconds (breaking!)
- Don't add default parameters to QR code (smaller)
Fixes #22
8 years ago
spaghetti
92e4e0fe0a
Show database_specifics staff tool in list
8 years ago
spaghetti
2c46b29412
Remove google chart calls from torrents stat page
8 years ago
spaghetti
e17e1f808c
SPHINX_MIN_MAX_MATCHES was made pointless after the scheduler code was added to keep track of it internally
8 years ago
spaghetti
1694d59b0b
Edit schema for new sphinx config changes
8 years ago
spaghetti
d620b753c1
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
8bc6291167
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
1f1ee63689
Fix weird cookie destruction
I have no idea why that was there
8 years ago
spaghetti
5133d9119f
More json_encode migration and some 2FA fixes
8 years ago
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