Commit Graph

72 Commits

Author SHA1 Message Date
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
86c55f19a8 Add recommended_user to link to the exact user class from the recommendation. 2011-09-07 11:28:46 +01:00
829cd75191 Remove hacky dynamic classes, use the suggest method for dynamic forms 2011-09-07 11:27:35 +01:00
ae3607b682 Stop people from recommending themselves 2011-09-07 11:08:00 +01:00
385030ce5d Distinct checks on new application forms 2011-09-02 07:11:36 +01:00
ad56058631 Support for Incarna v1.1, Customizable API Keys
- Support CAK keys and their spinoffs
- Add support for the Employment History data available in CharacterInfo.xml.aspx
- Add a Gargoyle flag to disable backend processing when needed
- Clean up a few inconsistancies with how the models are handled
2011-08-31 13:42:09 +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
26e6bb7727 status == api_status 2011-08-25 10:37:19 +01:00
741738b18d Only show active API key characters 2011-08-25 10:08:04 +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
36566588e9 Change regex matching to exact 2011-07-25 22:31:35 +01:00
eec811cc90 Add ordering to audit objects 2011-07-25 22:27:43 +01:00
32ba10c909 Only check if we have a value 2011-07-23 09:10:51 +01:00
a6e3096bae Escape the text, avoid parse problems 2011-07-23 09:07:59 +01:00
d33e31d835 Don't check the blacklist if we've got nothing to check, stops stupid all blacklists errors 2011-07-18 15:45:09 +01:00
c4af771a53 Further status changes 2011-07-17 21:24:30 +01:00
285bb71b1c Send reddit messages to all accounts linked to the app 2011-07-17 21:19:24 +01:00
a3014df7d0 Added more HR paths 2011-07-17 21:15:10 +01:00
6b9f70d923 More helpful Blacklist form, allows for users to set the level of blacklist. 2011-07-09 11:45:28 +01:00
80139eeedb Fix the blacklist staus 2011-07-09 11:20:16 +01:00
d25a0ebd47 If we don't have any alliances, dont run the query 2011-07-09 11:17:00 +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
299d5a2212 Use the correct application object 2011-07-05 12:57:19 +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
b90074f89b Ignore non-submitted applications 2011-06-30 20:32:19 +01:00
56e987b16f Use django simplejson 2011-06-16 13:00:39 +01:00
d2406d6614 Added Blacklist Levels 2011-06-02 11:57:20 +01:00
40e167556c Check we have a valid char/corp before doing other checks, fixes bug #64 2011-05-31 11:04:26 +01:00
98b93b7b2d Updated templates from Live 2011-05-29 13:57:49 +01:00
6be048030b Stop apps from changing status that shouldnt be allowed 2011-05-27 11:51:32 +01:00
1dca69bb63 Fix migration dependencies 2011-05-27 07:44:52 +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