- 24 Sep, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
[#3000] quote a string value in a query for 8.3 compliance. Chris Bandy and Piers Harding, patch doctored by me for readability.
-
- 19 Sep, 2008 4 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
[#2227] If we're decrypting a message and the signature doesn't validate, try grabbing a new public key from the remote host and verifying the message again. This is the last bit of functionality required before all given cases of Moodle/Mahara keyswap work. Yay!
-
Nigel McNie authored
-
Nigel McNie authored
When decrypting responses to our XMLRPC requests, consider an older key to be OK. This fixes keyswap when both hosts have different keys (!)
-
- 18 Sep, 2008 2 commits
-
-
Nigel McNie authored
Modify get_keypair so that it can be called from outside the class, and the regenerate parameter being true actually regenerates a key.
-
Nigel McNie authored
When an CryptException occurs when sending an XMLRPC request (because the response was using an old key for example), fail in a nicer manner. Update the message for the primary cause of this (old key) so it's more obvious in the logs.
-
- 16 Sep, 2008 1 commit
-
-
Nigel McNie authored
The MNET code uses this a bit.
-
- 12 Sep, 2008 1 commit
-
-
Nigel McNie authored
Bump the default key life to 365 days, up from 28. We will be properly fixing keyswap soon, this is just a stopgap.
-
- 19 Feb, 2008 1 commit
-
-
Nigel McNie authored
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 27 Jan, 2008 1 commit
-
-
Nigel McNie authored
Add a second parameter to get_peer, that will force re-retrieving a peer object rather than using a cached one.
-
- 09 Jan, 2008 3 commits
-
-
Nigel McNie authored
Moodle's XMLRPC API currently makes some calls that Mahara doesn't implement. Implement these calls as no-ops.
-
Nigel McNie authored
-
Nigel McNie authored
Moodle uses it only in the course listing block, to say '4 courses from [othermoodle]'. Mahara doesn't have any courses.
-
- 21 Dec, 2007 1 commit
-
-
Richard Mansfield authored
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 25 Oct, 2007 1 commit
-
-
Nigel McNie authored
-
- 17 Aug, 2007 1 commit
-
-
Nigel McNie authored
Now, table names (and other identifiers that could be confused with SQL kewords), should be put into SQL like this: SELECT * FROM {artefact} The braces are matched and expanded by DML now to include the prefix and be properly quoted, which means that tables like 'view' and 'group' don't need renaming (and nor should they, there's little reason why we should rename tables to get around such constraints). This has removed a whole bunch of $prefix = ... and get_config('dbprefix') stuff, which makes things a little simpler yet again.
-
- 07 Aug, 2007 1 commit
-
-
Donal McMullan authored
-
- 02 Aug, 2007 1 commit
-
-
Donal McMullan authored
-
- 30 Jun, 2007 2 commits
-
-
Donal McMullan authored
-
Donal McMullan authored
-
- 28 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 25 Jun, 2007 3 commits
-
-
Donal McMullan authored
-
Donal McMullan authored
-
Donal McMullan authored
-
- 22 Jun, 2007 1 commit
-
-
Donal McMullan authored
code
-
- 12 Jun, 2007 2 commits
-
-
Donal McMullan authored
function
-
Donal McMullan authored
method to api_*
-
- 07 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 04 Jun, 2007 3 commits
-
-
Donal McMullan authored
-
Donal McMullan authored
field need be passed to query
-
Donal McMullan authored
-
- 30 May, 2007 4 commits
-
-
Donal McMullan authored
-
Donal McMullan authored
-
Donal McMullan authored
-
Donal McMullan authored
-