ctrlcctrlv
5f977ee593
Moving threads wasn't working with the catalog theme enabled
Conflicts:
inc/mod/pages.php
10 years ago
ctrlcctrlv
3b5561d1a4
Bugfix: Circlepuller is a dumbass and broke many mod actions, don't merge his commits without testing them
10 years ago
Michael Foster
6ce78cb1a4
Bugfix: post editing: should be $board here, not $board['uri']
10 years ago
Dan Saunders
00a1841cbc
Regenerate themes after editing a post
10 years ago
Dan Saunders
08bb2894bc
Rebuild themes when a post or file is deleted...
Rebuild themes when a post or file is deleted in the moderation panel.
10 years ago
Michael Foster
54a8c72121
Huge bug with deleting boards: $tmp_board unused; sometimes it would delete the wrong board's directory
10 years ago
Michael Foster
72beacc1da
allow moving threads with non-image uploads
10 years ago
Michael Foster
69741e6c08
deleting boards: cache purging, delete directory after sql queries (in case we have permission errors, etc.)
10 years ago
Michael Foster
5051e0572a
Missing theme conf type "checkbox"
10 years ago
Michael Foster
0d45fbc799
Add \n before post modifiers. Add flag alt for country flags.
10 years ago
Michael Foster
47ddd2f8b2
Fix editing raw HTML posts
10 years ago
Michael Foster
b666886416
A few modifications:
1. Finally, clean up some of the crappy code in inc/display.php; no more extreme clutter. new Thread() and new Post() take an array as the first parameter now.
2. Poster country flags. Currently requires the "geoip" extension.
3. Give post images a classname. This was also long-overdue.
10 years ago
ctrlcctrlv
2018fd206b
Improve spoiler action
Conflicts:
inc/mod/pages.php
10 years ago
ctrlcctrlv
ed04525994
Spoil files moderator action
10 years ago
ctrlcctrlv
38c9ac65d8
Critical bug: could not move threads/posts with spoiler images, resulted in I/O error
Conflicts:
inc/mod/pages.php
10 years ago
Michael Foster
b7070aeac6
Fix issue with installing and creating boards with MySQL < 5.5.3. Issue #129
10 years ago
Michael Foster
2f4e2daa61
Fix redirect with board config editor (raw php)
10 years ago
Michael Foster
424de7561d
Web config editor: board configs
10 years ago
Michael Foster
0d1bfa47f1
Web config editor: Write "MOD", "JANITOR", etc. to instance-config instead of just int representations
10 years ago
Michael Foster
c9684fc000
Better/working web config editor
10 years ago
Michael Foster
ea1fe528a4
Fix ordering of notes and bans
10 years ago
Michael Foster
5a44c50811
Simple file editor replacement for ?/config (optional). Issue #127
10 years ago
Michael Foster
a052a791b5
Add optional database table prefix (issue #118 ; see issue comments for details)
10 years ago
czaks
ab36452543
fix post editing for tinyboard markup
10 years ago
Michael Foster
ea2b8cce07
Bugfix: HTML injection in post editing (introduces and fixes yet another bug)
10 years ago
Michael Foster
0f9df0ac66
Newline before <tinyboard ban message>
10 years ago
Michael Foster
328484bee7
SQL cleanup
10 years ago
Michael Foster
6d52c8b428
Markup modifiers. Fix issue #66 (public ban message lost when rebuilding post body)
10 years ago
Michael Foster
439795e63b
Disallow board names which are too large for the filesytem to handle
10 years ago
Michael Foster
42cba53887
Allow Unicode in board URIs.
10 years ago
Michael Foster
343397d561
?/IP/: Don't show posts for board user doesn't have access to
10 years ago
Michael Foster
1759ac2ea3
Post search: Search other fields too
10 years ago
Michael Foster
58306bdc63
Search posts
10 years ago
Michael Foster
33a1c00bd5
%length% in public ban messages
10 years ago
Michael Foster
31f657e550
Long overdue: Salted password hashes
10 years ago
Michael Foster
67cbc2b1aa
Fix permissions with search
10 years ago
Michael Foster
b776e0a7f0
Search update
10 years ago
Michael Foster
e62b83e79c
Bring back search (searching posts not implemented yet)
10 years ago
Michael Foster
7302fc57a8
Automatically dismiss all reports regarding a thread after it is locked.
10 years ago
Michael Foster
2144d43f2b
Fix issue #24
10 years ago
Michael Foster
23b27d8057
Add clean() to mod_move function
10 years ago
Macil Tech
be1e55b9d6
Fix result page after installing theme getting doubled up.
10 years ago
Macil Tech
3bcc87caf2
Fix PM count caching.
cache::get() returns null if the key wasn't found (at least when using
the Redis cache backend).
10 years ago
undido
b4ff535128
update to pages.php minor exploit
A lot of bans can be removed from a tinyboard database because it isn't limited A staff member could select 100 users all at once with a simple javascript function and unban them all this needs to be limited because a staff member on an image board if they feel hostile they can just remove all bans on the tinyboard site easily without being limited to how many people they can unban at a time, this adds an option to limit it.
10 years ago
Fredrick
bb54605eb7
Fix per-board name not being used
10 years ago
Michael Save
64ae123739
Mod log in ?/IP (ie. ban history)
10 years ago
Michael Save
1816218c64
Fix: Critical security vulnerability
10 years ago
Michael Save
e5bf2a91fc
Don't always redirect to dashboard on login
10 years ago
Michael Save
1ad71b33e2
More use of mod log
10 years ago
Michael Save
9a2c33736a
New debug page: ?/debug/sql
10 years ago