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
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