spaghetti
ccbd8c1fa6
Ensure that report form javascript twiggers after page finishes loading
8 years ago
spaghetti
413847ada2
Reports: Clear personal FL caches after taking a trump report
8 years ago
spaghetti
e9dd30663e
Rules: Update golden rules
8 years ago
spaghetti
5d3aa1059b
API: Fix torrent group errors
8 years ago
spaghetti
f995d3d1c3
Simplify check_perms logic
Also miscellaneous permission-related fixes
8 years ago
spaghetti
5bfdb53672
Fix query in masspm.php
8 years ago
spaghetti
180f84e240
Add BBCode editor toolbar
8 years ago
spaghetti
50605ee4ec
Limit PM max length
We encrypt PMs, so if the encrypted text is truncated by mysql, the
entire message is destroyed. Truncate it before encryption so that
doesn't happen
8 years ago
spaghetti
617229e85a
Actually include files for price-changing coin badge
8 years ago
spaghetti
afe4203024
Add IP expunge requests
8 years ago
spaghetti
9f7885546a
Remove torrent group voting and similar artists
These features only have any value if users actually use them, and
experience has shown that nowhere near enough users use them to make
them worthwhile.
8 years ago
spaghetti
785d4c17f6
Put magnet links behind a user setting
8 years ago
spaghetti
e64fbd85ff
Async JS: Load new report form on demand
8 years ago
spaghetti
bbfda00825
Async JS: Load reports on demand
8 years ago
spaghetti
7e05c1f715
Add verification page for badge purchases
8 years ago
spaghetti
f8aa409a87
Add price-changing coin badge
8 years ago
spaghetti
8133115533
Blacklist openload logo from automatic jav thumb locator
8 years ago
spaghetti
e650a1ab73
Code style: replace "array()" with "[]"
This was an automatic mass-replace. Manual replacement of array(...)
will continue
8 years ago
spaghetti
69c165ee75
Remove .txt torrent download option
ISPs can't see filenames through TLS. This option is useless in a
codebase that forces HTTPS, and only confuses users.
8 years ago
spaghetti
b6b3343db1
Add search by size
8 years ago
spaghetti
95543bcd5e
Image proxy: handle internal resources better
Tooltips: fix on user page
8 years ago
spaghetti
c38974e914
Make login page front public page
8 years ago
spaghetti
13135ea34d
Normalize catalogue numbers when filling requests
8 years ago
spaghetti
fa8e9bfddf
Clarify torrent edit button text
8 years ago
spaghetti
10c548abc5
Don't pad request covers
8 years ago
spaghetti
eec31b22c2
Fix request JS
8 years ago
spaghetti
b6e46ed4f6
Don't prematurely initialize autocomplete
8 years ago
spaghetti
a12781cc2d
Replace snatched icon PNG with inline SVG
8 years ago
spaghetti
c5bfdcef37
Uninline chart JS
8 years ago
spaghetti
fba77cc085
Use "as" in preload headers
8 years ago
spaghetti
29a4e15e2f
Only require apcu, not apcu_bc
Fixes #27
8 years ago
spaghetti
75fd81cabc
Modify markup to be more HTML5 compliant
8 years ago
spaghetti
9a7f3673dd
Allow for 2FA to be disabled
8 years ago
spaghetti
b6b2095d52
Nicer looking login form
Also file permission cleanup
8 years ago
spaghetti
e51d6963b4
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
cdc9617f39
I applied the wrong e-hentai API commits. Fix that
8 years ago
spaghetti
4a0260bc20
Update e-hentai API
8 years ago
spaghetti
d57e9c6c5b
Typo in collection rules title
8 years ago
spaghetti
f1af3a89e8
Allow sorting by catalogue number
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
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