Commit Graph

48 Commits

Author SHA1 Message Date
b69dd56e0a Fix the blacklist form 2011-12-06 00:02:22 +00:00
01b161166c Fix the blacklist forms, restricted access to disable users 2011-12-05 21:42:57 +00:00
59fda5e9bf Use the base class for query 2011-12-04 20:08:32 +00:00
a38b9e32a2 Actually paginate on the correct view 2011-12-04 20:01:24 +00:00
406460aaa6 Paginate the blacklist 2011-12-04 19:58:26 +00:00
362c4c31cd Added basic interface to add to the blacklist from inside auth 2011-11-27 22:26:20 +00:00
c6f0060d40 Order before taking a slice of the QS 2011-10-24 08:55:02 +01:00
2b718b46a7 Return 404 if they're unauthed to view the application 2011-10-09 23:37:43 +01:00
ff0b0b487b Do permission checking on blacklisting 2011-10-01 11:16:18 +01:00
684b0131f9 Fix the issues with adding notes, also make the permission more obvious on the index 2011-09-27 21:22:09 +01:00
bc72a4c838 Fix blacklist redirect 2011-09-25 19:35:39 +01:00
a590021cbe Use correct var for blacklist messages 2011-09-21 13:34:13 +01:00
5fef8a44f7 Fix sort order and blacklisting error messages 2011-09-17 09:52:52 +01:00
754927d3cc Fix some wrong redirects, use the shortname instead of the class path 2011-09-16 08:33:40 +01:00
b256f08ba0 Fix blacklisting Reddit entries 2011-09-15 12:09:46 +01:00
adfe03b77a Use type/value from the passed variable, not self 2011-09-15 12:04:04 +01:00
69c2c59bb0 Self is used, so make it a non static function 2011-09-15 12:01:49 +01:00
ce80eb6e76 Fix blacklisting 2011-09-14 20:54:45 +01:00
6fcfde2e46 Wrap in a set to make it run the Corp List query first, fixing a MySQL fail 2011-09-14 20:13:49 +01:00
6932fb1fc9 Return a empty queryset instead of none 2011-09-14 18:37:07 +01:00
e708a00dab Return none if someone doesnt have permission 2011-09-14 17:46:57 +01:00
9f6d3fbd1d Need to use corporation ID, not the character ID 2011-09-14 17:34:02 +01:00
37d5f09a11 Flatten the corp list, so its not comparing objects to ints 2011-09-14 17:31:00 +01:00
0b6d97e2f6 Massive reworking of HR to a class view based system. 2011-09-08 14:42:12 +01:00
829cd75191 Remove hacky dynamic classes, use the suggest method for dynamic forms 2011-09-07 11:27:35 +01:00
3ed482d329 Remove some debugging statements 2011-08-30 15:12:54 +01:00
2428987e53 Flesh out and enable the Reddit gargoyle switch 2011-08-26 13:36:34 +01:00
dcc0f2102d Fixes some small issues with HR 2011-08-10 09:12:52 +01:00
104ac78f5b Disable recommendations for people with blacklists 2011-08-06 21:24:48 +01:00
285bb71b1c Send reddit messages to all accounts linked to the app 2011-07-17 21:19:24 +01:00
6b9f70d923 More helpful Blacklist form, allows for users to set the level of blacklist. 2011-07-09 11:45:28 +01:00
2b3db4b383 Various fixes and changes, security problems fixed, bugs resolved.
* Application status is now policed through APPLICATION_STATUS_ROUTES.
* Blacklisted application cannot be accepted.
* Blacklists are checked case insensitively.
* The template now shows blacklist advisories
* Applications are no longer flagged as Blacklisted unless they have a blacklist entry
2011-07-09 11:05:59 +01:00
4ff890077f Fix silly syntax error 2011-07-05 13:31:09 +01:00
56fc9820ae Show standard forms for users 2011-07-05 13:27:48 +01:00
2ac48b2cf0 Fixed a small bug added during the last commit 2011-07-05 12:35:43 +01:00
f034c85273 Add the ability to use templated messages 2011-07-05 12:27:50 +01:00
56e987b16f Use django simplejson 2011-06-16 13:00:39 +01:00
6be048030b Stop apps from changing status that shouldnt be allowed 2011-05-27 11:51:32 +01:00
a62a5d1c8d Fix HR state update 2011-05-27 07:44:00 +01:00
9dc81c74f2 Added API level requirements 2011-05-26 11:06:35 +01:00
70ce707815 Expand admin controls and fix a small issue 2011-05-26 10:43:05 +01:00
87f5144354 Fix Blacklist button for HR Staff 2011-05-25 11:47:14 +01:00
fccd7fa1f7 Fix ordering on the HR application 2011-05-18 09:07:07 +01:00
4e37d97db0 Allow apps to be processed even when apps are disabled for the corp 2011-03-18 15:13:16 +00:00
f169942c74 Fixed some selects missed since the director roles selection changes 2011-03-16 08:46:19 +00:00
181d00e137 Fix the blacklisting form validation 2011-03-15 12:06:11 +00:00
304001d4c7 Show blacklist station on the user page, allow for 2 click blacklisting and banning 2011-03-14 15:26:25 +00:00
3686aa7523 Reorganise the file structure into a project tree 2011-03-11 12:58:50 +00:00