spaghetti
953b08bece
Honor anonymous-ness in requests fill
7 years ago
spaghetti
8c533ee1bf
Add feature flag for donations
7 years ago
spaghetti
e5f97629bb
Allow anonymous uploads
Also hide some who-did-this information from normal users
Requires database change
Invalidates caches
7 years ago
tricidious
8733cf04cc
Add additional fields to Other category torrents
7 years ago
spaghetti
2bc3c0d49b
Add preliminary slave management page
7 years ago
spaghetti
cef83063a2
Migrate some inline JS
7 years ago
spaghetti
a23bb85827
Upload form: Fix resolution bug
7 years ago
spaghetti
d305ad6288
add tar.{gz,bz2} to archive formats
7 years ago
spaghetti
10831c4902
Replace some inline styling
7 years ago
spaghetti
61603a4c1b
Remove tag voting
Analysis has shown that this system doesn't actually accomplish
anything. Users do not vote on tags often enough to actually get any tag
removed, so why even bother?
Non-critical database change with this commit
7 years ago
spaghetti
b0ffed7857
Add Universal Two Factor support
Also create seperate account security options page
This commit requires a new database table
7 years ago
spaghetti
8f35bf91ff
Don't hard code ID of warning wiki article
8 years ago
Ace
db9df671d4
Prevented an additional s from being tacked on to the end of classes ending with s
8 years ago
nightl_
18c9152cad
Update 'classes/rules.class.php'
8 years ago
spaghetti
e9dd30663e
Rules: Update golden rules
8 years ago
spaghetti
f995d3d1c3
Simplify check_perms logic
Also miscellaneous permission-related fixes
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
62d7f93c51
Remove missed references to Vote column
8 years ago
spaghetti
c0e56d3be8
array(...) -> [...] in config
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
3363b26041
Add 3DS to game platforms
8 years ago
spaghetti
21740d997a
Update golden rule 12
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
659f1f5d2a
Combine tooltipster and tooltipster_settings so they can't load out of order
8 years ago
spaghetti
06c1b69558
HTML5 compliancy: use data prefix for custom attributes
8 years ago
spaghetti
f92dfea941
Merge some javascript
- Removed unused JS functions
- Inlined functions not often used
- Minimized some overly verbose functions
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
ea6fa76434
Check for common setup pitfalls
Fixes #25 and fixes #26
8 years ago
spaghetti
75fd81cabc
Modify markup to be more HTML5 compliant
8 years ago
spaghetti
7fa01ea63e
Whitespace fixes to bring inline with private repo
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
885defd638
Add 'None' language
8 years ago
spaghetti
d121df52e5
Change FLS_TEAM ID define
No memes allowed
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
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
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
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
f182f31558
SPHINX_MIN_MAX_MATCHES was made pointless after the scheduler code was added to keep track of it internally
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
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