Commit Graph

418 Commits

Author SHA1 Message Date
4cc436540a Removed decorator (to be replaced by a piston authentication method) and added eveapi call 2010-06-15 20:09:05 +01:00
93eae51933 Now uses Auth API keys for API access 2010-06-15 15:45:10 +01:00
dd69956a7c Switch to use simple hashed passwords instead of per-user salt 2010-06-15 15:01:50 +01:00
1bfa7cb92f Added Simple Hash backend for use with external tools 2010-06-14 13:13:21 +01:00
8a1df3fa68 Now checks for logged in user 2010-06-10 13:39:27 +01:00
63bec7246f Typo 2010-06-10 10:18:26 +01:00
635e81499f Switched basic out to "Login" and switched User to oauth, in prep for dreddit_oauth. 2010-06-10 10:13:59 +01:00
c73ba0c148 Fixed further utf8 errors in the eve_api module 2010-06-09 10:23:31 +01:00
2e628d5456 Move import line 2010-06-08 12:44:36 +01:00
0352df4aad Use a different name that doesnt cause collisions 2010-06-08 12:43:14 +01:00
5e1e4f4512 Added AllianceUpdate cronjob 2010-06-08 12:31:32 +01:00
10faa6ee5d Only init one instance of the xmlrpc lib 2010-06-07 14:14:35 +01:00
e3fea13425 Remove ServiceLogin and updated User 2010-06-07 13:50:39 +01:00
482c05ca1c Provides more details and only one user id 2010-06-07 13:45:23 +01:00
b4dcdd56b8 Change /api/user to a noauth for the moment 2010-06-07 13:41:10 +01:00
b5e88dc9d9 Fixed syntax error, derp 2010-06-07 13:23:55 +01:00
994bd278d7 Service ID is now optional on the API 2010-06-07 13:21:38 +01:00
67e1c144d8 removed debug line 2010-06-06 10:44:27 +01:00
6cb802c835 Fixes cronjob to process the 50 oldest API keys 2010-06-06 10:43:53 +01:00
d41e34e310 Order logs to show most recent first 2010-06-06 10:43:12 +01:00
38e0624ccc Further tidyup to avoid some situations occuring 2010-06-04 16:55:11 +01:00
a1a6e80470 Added default editbox size options to Mediawiki service 2010-06-04 12:30:18 +01:00
cfb5b2fffc Fixed validation of variables and also logging of access requests 2010-06-04 11:58:20 +01:00
1f441a29b1 Fix the cache issue 2010-06-04 11:14:01 +01:00
0d6a27609f Dont use 'all' as the default display groups 2010-06-04 10:50:56 +01:00
89f69af2b1 Moved lower to the actual string - derp 2010-06-04 10:42:14 +01:00
3c4efcc939 Make sure the UID is lowercase 2010-06-04 10:39:30 +01:00
2e615d5fe3 Fixed member listing command 2010-06-04 10:33:15 +01:00
ce8799cfaf Jabber Service module now adds people to group rosters when added 2010-06-04 10:27:21 +01:00
6ba1b4b32a Do some basic filtering on the parameters, check for ints 2010-06-04 09:11:26 +01:00
7e094f3a37 Added FlushCache cronjob, also fixed output message for ClearStaleCache 2010-06-04 09:00:51 +01:00
61793f8ec7 Removed double checking of no_cache which was causing null cached objects. 2010-06-04 08:57:45 +01:00
ed00301e85 UIDs can come in as strings or longs, check for that instead 2010-06-04 08:51:32 +01:00
d626934046 Added page title to base document 2010-06-04 08:48:14 +01:00
99ff9d77f8 Wrap cache retrieval function for web access method 2010-06-04 08:46:20 +01:00
41d7a731e4 Refresh API now flushes the cache as well 2010-06-04 08:43:01 +01:00
c7aa1b16b2 Added further checking on log additions 2010-06-04 08:40:56 +01:00
4e64fa70d4 Massive reworking of eve_proxy to use sha1 ids for url_paths and various other small fixes 2010-06-04 00:56:42 +01:00
a9c7c5a552 Add corporation logo. 2010-06-03 23:55:56 +01:00
022feb3d4b Updated init and start scripts 2010-06-03 23:55:32 +01:00
dafd5440a1 Allow for assigned services outside of the corp/alliance structure 2010-06-01 22:06:49 +01:00
70944b3c20 Added functions to clear old cache documents 2010-06-01 11:53:42 +01:00
9ab1e03138 Added further error checking, and the ability for view to provide raw errors instead of exceptions 2010-06-01 11:30:34 +01:00
f3caf2a570 Move stripping to above URL generation, otherwise we duplicate on the cache 2010-05-30 22:39:24 +01:00
661b93cc56 Only require a service ID when asking for user specific info 2010-05-30 22:34:04 +01:00
31e324d0a2 Added API access tracking to EVE Proxy and presented via SSO. 2010-05-30 22:16:00 +01:00
981a1843a6 Added the ability for HR staff to message the end user 2010-05-28 09:24:25 +01:00
364c23dd48 Allow model to be defined on CSV export 2010-05-26 09:25:34 +01:00
3aee1ba1e7 Merge branch 'master' of ssh://git@dev.dredd.it/dreddit-auth 2010-05-26 09:24:52 +01:00
19458e9234 Fixes issues experienced during the eve upgrade.
Accounts marked as "Other Error" were killed when really they should be
ignored for the moment. I've added further checking on the eve_api
import that ingores down errors (900 and above) and the access checker
to ignore accounts with a status of 3.
2010-05-26 09:22:51 +01:00