spaghetti
fbfb770390
Fix scope resolution error in badge class
7 years ago
spaghetti
2cf5334b4c
Clean up forum posting
- Check post size
- Use prepared queries
- Remove now-pointless injection protection
7 years ago
spaghetti
dd5fa382c4
Support arbitrary thumbnailing profiles
7 years ago
spaghetti
49cc8814b9
Cease use of deprecated functions
7 years ago
spaghetti
c3a965fdee
Remove references to third-party Push services
7 years ago
spaghetti
53e3dca294
Rename DBCrypt class to Crypto
7 years ago
spaghetti
cb1f6ad1d2
Add compatibility with php-memcached
7 years ago
spaghetti
ce7f6f0c91
Fix deprecated constructor format in torrent form
7 years ago
spaghetti
aa4ef62f73
Silence torrent_form errors when adding new format
7 years ago
spaghetti
1a9b5309e3
Fix upload form accidentally setting resolution
7 years ago
spaghetti
2329f52a6c
Enable thumbnailing
7 years ago
spaghetti
6ad9b13e15
Move language field above sub field in upload form
7 years ago
spaghetti
b4f402bbba
Restructure and simplify upload form
7 years ago
spaghetti
1013585f80
Send failed tracker updates to bot debug channel
7 years ago
spaghetti
6f6ca3ffa1
Slim down image tools
Some minor functionality will need to be reimplemented later
Not a priority though
7 years ago
spaghetti
29e6f8a7df
Only show top 10 donors link if donations are enabled
7 years ago
spaghetti
9e1ecd431e
Be more clear about screenshot restrictions on game upload form
7 years ago
spaghetti
7fdb4673b8
Always add badge array to user_info, even if no badges
7 years ago
spaghetti
d8c885dd8d
Replace a whole bunch of sqltime()s with NOW()s
7 years ago
spaghetti
6528c57384
Style password reset login page
7 years ago
spaghetti
c32c60ca8a
Add support for prepared mysql statements
7 years ago
spaghetti
99f08adc0e
Refactor badges
7 years ago
spaghetti
912dd91bb2
Italicize anonymous uploaders
7 years ago
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