Fredrick Brennan
f5b7e8adfe
Merge pull request #315 from forklessanon/feature-3
...
Added mod function to spoiler all images in a given post
2015-01-22 16:11:25 +08:00
8chan
3f3b0051d8
Move login check in inc/mod/auth.php to a function
...
This allows pages like create.php to not include inc/mod/pages.php while still being able to use the mod auth functions (like generating salts and passwords)
2014-12-31 22:35:21 -08:00
Forkless
22878daecd
Added mod function to spoiler all images in a given post
2014-12-19 06:43:01 -06:00
8chan
d705606729
Allow a board called news to exist
2014-12-14 03:27:26 -08:00
unknown
9c5ec12aaa
[ #184 ] Reports made to clean posts are now ignored correctly (and in accordance with the local/global duality). Marking posts clean dismisses posts (also in accordance with local/global duality). Fixed up some templating issues (now display more correct messages and omit actions that are invalid). Moved Clean action off post-level and into reports action.
2014-10-21 07:50:25 -05:00
unknown
4c8e920303
[ #184 ] Resolved duplicate report issue. Added rudamentary Clean functionality.
2014-10-20 10:17:19 -05:00
unknown
01c80bd7ad
[ #184 ] System almost completely functional. Woo.
2014-10-19 11:07:07 -05:00
unknown
a8a843bf4b
[ #184 ] Added Promote and Demote to reports. CSS improvements.
2014-10-19 00:07:16 -05:00
8chan
fe9297aaaa
Attempt to hide IPs from board volunteers
2014-10-09 21:39:37 -04:00
czaks
643de18d64
Merge with a private vichan branch
...
Conflicts:
inc/bans.php
inc/mod/pages.php
2014-10-08 23:32:01 +02:00
czaks
9b3fa77719
new banlist implementation; also includes a public banlist
2014-10-08 23:23:59 +02:00
8chan
2f46f1d844
Allow mod.php?/board without final /
2014-06-10 23:46:28 +00:00
8chan
c26e339a77
SWITCH TO 5.0; MERGE VICHAN
2014-05-14 16:09:04 +00:00
Fredrick Brennan
042e7b9c59
Deprecate postControls(), per-file deletion and spoilering
2014-04-30 17:18:35 -04:00
czaks
bfc4df8276
Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration
2014-04-19 00:24:52 +02:00
root
f3585ebfb0
Merge vichan-devel!
2014-04-16 15:05:32 +00:00
czaks
e08bc5d54d
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
2014-04-12 20:52:42 +02:00
Michael Reiley
677e428a4d
Update copyright years.
2014-04-12 11:12:42 -07:00
sinuca
fb2b66e2dd
Recent posts functionality
...
Conflicts:
inc/config.php
inc/mod/pages.php
mod.php
2014-03-25 11:35:04 +01:00
8chan Admin
f456f86a87
Global reports function
2014-02-16 20:18:15 +00:00
czaks
f5657caf24
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
...
Conflicts:
inc/config.php
install.php
post.php
stylesheets/style.css
2013-11-11 21:54:35 +01:00
Michael Foster
c8062fbf76
CSRF more mod pages
2013-09-23 16:48:56 +10:00
Michael Foster
39be89ba49
?/debug/apc
2013-09-23 10:11:16 +10:00
Michael Foster
a9b7f9b1bc
begin implementation of in-built ban appealing
2013-09-21 12:51:23 +10:00
czaks
069f1def9b
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
...
Conflicts:
install.php
2013-09-01 11:25:19 -04:00
Michael Foster
343803afb9
More $config['debug'] improvements to time-related stuff
2013-08-30 08:39:11 +10:00
ctrlcctrlv
a12fe86f49
mistake with spoiler commit
2013-08-12 12:56:02 +10:00
czaks
8534e2cc80
Merge branch 'noko50-new-dev11' of http://github.com/fallenPineapple/Tinyboard
...
Conflicts:
inc/functions.php
2013-08-11 17:49:29 -04:00
fallenPineapple
12ee85beaf
Adds "noko50" (View Last 50 Posts) pages. (Broken Reply)
2013-08-10 17:16:30 -04:00
ctrlcctrlv
ddbe562f9c
Optionally allow the moving of single replies
2013-08-08 21:08:01 +00:00
ctrlcctrlv
001989876f
mistake with spoiler commit
2013-08-08 19:50:11 +00:00
czaks
5bebceb96b
fix for boards containing + character; they were previously unaccessible in mod panel
2013-08-05 04:51:56 -04:00
czaks
53e318dc05
fix for boards containing + character; they were previously unaccessible in mod panel
2013-08-04 22:49:38 -04:00
Michael Foster
8fe33d3b79
Fix some indent-formatting. Tab = 8 chars
2013-08-03 21:04:45 -04:00
Michael Foster
424de7561d
Web config editor: board configs
2013-08-03 06:26:17 -04:00
Michael Foster
68403f613e
Didn't mean to commit that
2013-08-03 02:03:44 -04:00
Michael Foster
056a6001ac
Erorr handling update
2013-08-03 02:01:52 -04:00
Michael Foster
4fce9b63ae
Major config.php cleanup and a few minor misc fixes.
2013-08-02 20:52:58 -04:00
Michael Foster
42cba53887
Allow Unicode in board URIs.
2013-07-31 02:08:55 -04:00
Michael Foster
b776e0a7f0
Search update
2013-07-20 12:05:42 -04:00
Michael Foster
e62b83e79c
Bring back search (searching posts not implemented yet)
2013-07-20 07:50:33 -04:00
Michael Foster
230b5de16e
Bug fix: Error when using anonymous functions for mod pages
2013-07-15 08:17:49 -04:00
Michael
0ac9dd5f25
Merge pull request #115 from Macil/miscfixes
...
Miscellaneous fixes
2013-06-18 10:45:13 -07:00
Macil Tech
fa9c2a0fd1
mod.php: Don't freak out if extra dummy query parameters are added.
...
(Such as for cache-avoidance.)
2013-06-18 11:16:28 -05:00
Michael Save
5661e32b1c
Instead of showing $config['error']['malformed'] on corrupt session, just go straight to the login form
2013-01-30 04:45:38 +11:00
Michael Save
e5bf2a91fc
Don't always redirect to dashboard on login
2013-01-29 22:11:33 +11:00
Michael Save
cadf276891
New debug page: ?/debug/sql
2013-01-25 23:57:51 +11:00
Michael Save
d5a994537b
New debug mod page: ?/debug/recent (recent posts across all boards)
2013-01-25 22:18:03 +11:00
Michael Save
85710249b7
Raw HTML editing
2013-01-24 19:16:25 +11:00
Michael Save
bceb314ce6
Major fixes and clean-up for edit form
2013-01-24 04:16:09 +11:00