1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 16:30:52 +01:00
Commit Graph

134 Commits

Author SHA1 Message Date
Michael Foster
f552849495 Fix permissions with search 2013-07-20 13:15:44 -04:00
Michael Foster
f49e6c9fc3 Search update 2013-07-20 12:05:42 -04:00
Michael Foster
b34ba883c5 Bring back search (searching posts not implemented yet) 2013-07-20 07:50:33 -04:00
Michael Foster
4340e74569 $config['require_ban_view']: Force users to view the "You are banned" page at least once before letting a ban disappear naturally. 2013-07-16 06:33:37 -04:00
Michael Foster
4eea9507c3 Automatically dismiss all reports regarding a thread after it is locked. 2013-07-16 02:32:44 -04:00
Michael Foster
a378ff7658 Fix issue #24 2013-07-16 02:27:20 -04:00
Michael Foster
a5e04f0ba7 Add clean() to mod_move function 2013-07-16 01:38:24 -04:00
Michael
a087ab72db Merge pull request #115 from Macil/miscfixes
Miscellaneous fixes
2013-06-18 10:45:13 -07:00
Macil Tech
821f40a794 Fix result page after installing theme getting doubled up. 2013-06-18 11:14:02 -05:00
Macil Tech
3d9f318397 Fix PM count caching.
cache::get() returns null if the key wasn't found (at least when using
the Redis cache backend).
2013-06-18 11:02:45 -05:00
undido
5ae9fa3c1f 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.
2013-04-16 19:09:58 -03:00
Fredrick
b09a46fe99 Fix per-board name not being used 2013-03-20 07:46:48 -04:00
Michael Save
41b3638fbf Mod log in ?/IP (ie. ban history) 2013-03-16 18:27:24 +11:00
Michael Save
642fbb6b78 Fix: Critical security vulnerability 2013-03-15 00:40:02 +11:00
Michael Save
3ae53c0b78 ... 2013-01-30 05:07:09 +11:00
Michael Save
6ff062be0e 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
43fd36dd05 Use === operator in authentication. 2013-01-29 22:13:35 +11:00
Michael Save
242841122b Don't always redirect to dashboard on login 2013-01-29 22:11:33 +11:00
Michael Save
86cbde384e More use of mod log 2013-01-27 19:02:47 +11:00
Michael Save
d9b27fd42a New debug page: ?/debug/sql 2013-01-25 23:56:55 +11:00
Michael Save
5766be121c ?/debug/recent 2013-01-25 22:23:26 +11:00
Michael Save
e16ef2fde9 New debug mod page: ?/debug/recent (recent posts across all boards) 2013-01-25 22:18:03 +11:00
Michael Save
80f5c57e9b Show "most recent" in anti-spam debug page 2013-01-24 19:25:07 +11:00
Michael Save
adae930469 Raw HTML editing 2013-01-24 19:16:25 +11:00
Michael Save
b15b38b505 Major fixes and clean-up for edit form 2013-01-24 04:16:09 +11:00
asiekierka
940e6c657b [EDIT] basic edit support 2013-01-24 03:53:23 +11:00
asiekierka
153fb156fe [EDIT] added dummy form 2013-01-24 03:53:06 +11:00
asiekierka
748450ccec [EDIT] added dummy page 2013-01-24 03:52:55 +11:00
Michael Save
4f58617507 Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
Macil Tech
e274368372 Made deleting posts by IP more efficient.
No longer rebuilds same thread multiple times.
2013-01-19 00:39:29 -06:00
Macil Tech
c61a74ca37 Extend timelimit when rebuilding from mod interface.
The rebuild_timelimit config option was not used anywhere since the mod
interface rewrite.
2013-01-19 00:39:29 -06:00
Macil Tech
42b3e6eea6 Fix incorrect log message when bumplocking and stickying threads. 2013-01-19 00:39:29 -06:00
Macil Tech
847ae1ef87 Global missing from mod_logout 2013-01-19 00:39:29 -06:00
Macil Tech
6b3d02e4fa Remove buildThread() call from mod_deletefile because deleteFile()
already calls it.
2013-01-18 23:13:08 -06:00
Michael Save
91a4832fd6 Added new events: lock and load-config 2012-11-19 10:28:23 +11:00
Michael Save
bb5fc5545b Bugfix: [F] 2012-09-28 04:00:13 +10:00
Michael Save
bd35aea0f7 Bugfix: B&D "invalid security token" error 2012-09-28 03:54:32 +10:00
Michael Save
8e3ef4ebfe bugfix: security token forgotten for ban form in view_ip.html 2012-08-28 02:24:29 +10:00
Michael Save
f0eb692fc2 pagination bug for user logs 2012-08-27 22:15:58 +10:00
Michael Save
9df5d0423e user logs 2012-08-27 22:13:47 +10:00
Michael Save
69b3c28a5d minor consistency cleanup 2012-08-27 21:50:15 +10:00
Michael Save
ca64d468ec properly tie auth cookies to private salt 2012-08-27 21:45:05 +10:00
Michael Save
ab70068de2 CSRF protection 2012-08-27 15:19:05 +10:00
Michael Save
69d9abc8f7 themes 2012-08-13 00:18:13 +10:00
Michael Save
b3896e6a28 minor change 2012-05-28 17:08:29 +10:00
Michael Save
95ca536a7c show number of reports from dashboard; translatable mod panel 2012-05-25 21:40:01 +10:00
Michael Save
004cd8e9b2 Missing buildIndex() after moving threads 2012-05-22 15:25:22 +10:00
Michael Save
e9ebe56116 small code cleanup 2012-05-20 20:22:19 +10:00
Michael Save
712f45324e Config editor 2012-05-20 20:21:33 +10:00
Michael Save
30ac8f535b Config editort 2012-05-20 20:20:50 +10:00
Michael Save
5767954841 Cache unread PM notices 2012-05-20 19:06:27 +10:00
Michael Save
4d85f4d774 small bugfixes 2012-05-19 20:52:45 +10:00
Michael Save
8f1de41b93 tiny cleanup 2012-05-19 20:46:05 +10:00
Michael Save
1da8694044 [move] 2012-05-19 18:27:45 +10:00
Michael Save
65a6bb6bfa Permissions fix; missing global 2012-05-18 20:30:55 +10:00
Michael Save
8ad09013c5 Bugfix: ?/ban did the same as ?/ban&delete 2012-05-08 00:49:48 +10:00
Michael Save
b00a63e48f more information in modlog for bans 2012-05-08 00:42:17 +10:00
Michael Save
793b2e6deb a few permissions-related bugs 2012-05-07 14:08:40 +10:00
Michael Save
34380d247a a lot more improvements 2012-05-06 01:33:10 +10:00
Michael Save
7fcb875bc2 ?/deletebyip 2012-04-21 15:42:33 +10:00
Michael Save
fa5358d192 ?/deletefile 2012-04-21 15:29:57 +10:00
Michael Save
0e819a853c Paginate ?/noticeboard 2012-04-21 15:15:32 +10:00
Michael Save
4aa8ca131f Improvements to new mod panel 2012-04-21 12:42:41 +10:00
Michael Save
6360b6a98a Noticeboard on dashboard 2012-04-20 21:54:30 +10:00
Michael Save
1f4793541a Multiple improvements: ?/ban/<post> & ?/ban&delete/<post> 2012-04-20 21:37:48 +10:00
Michael Save
7f256ea081 Starting on ?/ban/<post> 2012-04-20 19:47:55 +10:00
Michael Save
f38d4cbe90 added filter/purge controls to ?/debug/antispam 2012-04-19 22:40:11 +10:00
Michael Save
fa5a292863 edit users 2012-04-16 23:18:07 +10:00
Michael Save
ece75f294b rebuild after sticky, lock, etc. 2012-04-16 20:14:57 +10:00
Michael Save
08faff63d8 multiple improvements 2012-04-16 20:11:10 +10:00
Michael Save
ab96a43b2b paginate ban list 2012-04-16 19:13:30 +10:00
Michael Save
e383565cbc rebuilding 2012-04-16 17:33:13 +10:00
Michael Save
ad504c6702 report queue 2012-04-16 17:28:57 +10:00
Michael Save
a38ed3b366 various improvements 2012-04-16 16:40:24 +10:00
Michael Save
1882c4287e rebuild wasn't working unless you choes "all boards" 2012-04-15 20:04:26 +10:00
Michael Save
1726238cd8 rebuild 2012-04-14 22:58:36 +10:00
Michael Save
bb09b2c452 promote/demote users, started on rebuild 2012-04-14 22:28:21 +10:00
Michael Save
f15dd236aa new PM 2012-04-13 22:00:40 +10:00
Michael Save
614b49ed56 ?/users (user list) 2012-04-13 21:43:01 +10:00
Michael Save
2befac8169 paginate moderation log 2012-04-13 20:57:59 +10:00
Michael Save
8ee8efca34 IP notes 2012-04-13 10:41:30 +10:00
Michael Save
7a11ba6d5c view bans / unban 2012-04-13 09:47:27 +10:00
Michael Save
38b481098a View IP adress page, ban form. 2012-04-13 09:29:08 +10:00
Michael Save
b2b52633f7 start on mod interface rewrite 2012-04-13 02:11:41 +10:00