2536 Commits (1be0510346c9fe9b2d36818552a066456be58668)
 

Author SHA1 Message Date
Thomas Lynch 5834f4211d
make backup.sh delete older than 7 days .zip of files, and change some comments 2 years ago
Thomas Lynch 7f1878f2a3
little tool to send authed request with csrf token, for fun 2 years ago
Thomas Lynch 69dd0a1e3e
update README 2 years ago
Thomas Lynch 35a2aa57de
add self signed ssl tool for devs 2 years ago
Thomas Lynch 1a7201425f
add tor exits script and instructions 2 years ago
Thomas Lynch 5a46c6b386 Merge branch 'list-sessions' into develop 2 years ago
Thomas Lynch c50b46953e minor style changes to globalmanage accounts page 2 years ago
Thomas Lynch 9ba0caa184 change "Edited" or "Deleted" text to just Deleted, because that form no longer allows editing, that is done in /editaccount 2 years ago
Thomas Lynch ce85a69ade missing import 2 years ago
Thomas Lynch db65093a61 error handling 2 years ago
Thomas Lynch 0d055e3c31 naming 2 years ago
Thomas Lynch 000037e49c bugfix not using template string in call to deletePattern 2 years ago
Thomas Lynch 3a201910fc
Merge branch 'master' into develop 2 years ago
Thomas Lynch 644c83ac47
v0.3.4 2 years ago
Thomas Lynch f457667a1c Merge branch 'fix-board-settings' into 'master' 2 years ago
some random guy b5caeee7fc Fix board settings save with empty custom css 2 years ago
Thomas Lynch da620b22a2 update nginx snippet 2 years ago
Thomas Lynch c79caf2e17 make deleteaccounts form (staff multiple accounts form) also delete sessions for all accounts deleted 2 years ago
Thomas Lynch b886434c3d implement deleting sessions 2 years ago
Thomas Lynch d1901550d2 clear active sessions also on change password 2 years ago
Thomas Lynch 3038e6c279 fix "end" emitting before last "data" resulting in missing a few keys occasionally (races) 2 years ago
Thomas Lynch 6ecb519f77 delete all sessions for user on account delete 2 years ago
Thomas Lynch 43506f1479 remove unnecessary csrf middleware from mypermissions pages (they dont call req.csrfToken(), there arent any forms on the pages) 2 years ago
Thomas Lynch 5bdc214716 add csrftoken to sessions page model 2 years ago
Thomas Lynch f2b4ec2dd2 ability to show your login sessions, ref #353 2 years ago
Thomas Lynch ef0ef8b606 update changelog 2 years ago
Thomas Lynch 475c0df8fc Merge branch 'permissions-update' into develop 2 years ago
Thomas Lynch 6d01d90753 Merge branch 'ip-cloaking' into develop 2 years ago
Thomas Lynch ca404ccbec missing import 2 years ago
Thomas Lynch 06ba5608dd ref #429, fix and improvement, less junk in forms.js when adding stuff like that in future 2 years ago
Thomas Lynch 4745da7782 Merge branch 'develop' of ssh.gitgud.io:fatchan/jschan into develop 2 years ago
Thomas Lynch ea3e20e3ec custom flag saving close #429 2 years ago
Thomas Lynch 4cb42bc560 gulpfile fix 2 years ago
Thomas Lynch a351b73dc7
Merge branch 'master' into develop 2 years ago
Thomas Lynch 7141f4b196
v0.3.3 2 years ago
Thomas Lynch 18f149180f add migration, fix gulpfile index, update migrateversion and changelog 2 years ago
Thomas Lynch 92c504e59c rename ip.single -> ip.cloak 2 years ago
Thomas Lynch 363b87a498 make pruned ips not a long clusterfuck, and put .PRUNED on the end so staff know 2 years ago
Thomas Lynch e77aaffaa0 wrong isIP condition, should be for raw not single 2 years ago
Thomas Lynch 132f40bac6 nginx snippet updates 2 years ago
Thomas Lynch 3a8f6b9e7e - when updating a role, update the permissions for all the people with that role already 2 years ago
Thomas Lynch 8b4a793d5a initial roles data to gulpfile, and migration 2 years ago
Thomas Lynch 00da66f95e dont destructure roles, access it normally so load() callback will update them properly 2 years ago
Thomas Lynch 2386e20f49 minor bugfix to expanding images with loading bars enabled 2 years ago
Thomas Lynch 28b441a26a bugfix, typo/missing import 2 years ago
Thomas Lynch 10cb2bdd77 no need to destructure that 2 years ago
Thomas Lynch e511c67efa Make roles update on edits and fix map imports, so the role names show correctly after edt 2 years ago
Thomas Lynch 993924a5f2 Start making roles editable ref #377 2 years ago
Thomas Lynch 17c9d098a5
not make the length different for ipv4/6 cloaks 2 years ago
Thomas Lynch 78f56b4be0 various bugfixes ref #377 2 years ago