about summary refs log tree commit diff stats
path: root/update
Commit message (Collapse)AuthorAgeFilesLines
* Update: Changed Subscription URL for phpBB3Kelly Rauchenberger2008-09-203-11/+21
| | | | Refs #61
* Update: Changed Subscription URL in WordpressKelly Rauchenberger2008-09-201-33/+24
| | | | Refs #61
* Update: Changed Subscription URI in MediaWikiKelly Rauchenberger2008-09-2010-4/+23
| | | | Refs #61
* Update: Added back password capabilityKelly Rauchenberger2008-09-201-3/+3
| | | | Refs #61 and #10
* Update: Modified Subscription URL in LibraryKelly Rauchenberger2008-09-201-13/+18
| | | | Refs #61
* Update: Removed Series-related codeKelly Rauchenberger2008-09-194-25/+10
| | | | Refs #56
* Update: Removed Series-related codeKelly Rauchenberger2008-09-181-4/+3
| | | | Refs #57
* Update: Removed Series-related codeKelly Rauchenberger2008-09-181-9/+6
| | | | Refs #57
* Update: Fixed comment URL baseKelly Rauchenberger2008-09-181-1/+1
| | | | | | Another [261]. These repeat meme revisions are getting strange, but I LOVE THEM!!!!!!!!!!!! Refs #6
* Update: Fixed form field mixupKelly Rauchenberger2008-09-171-4/+4
| | | | | | | This is a new one. Instead of a [15], we have a "im-too-lazy-to-create-a-new-ticket-for-this-little-mistake-so-im-just-going-to-put-it-with-the-original-plugin-request-ticket" Lovely. Refs #6
* Update: [15]Kelly Rauchenberger2008-09-141-1/+1
| | | | Refs #12
* Update: Created the MediaWiki pluginKelly Rauchenberger2008-09-141-1/+1
| | | | Closes #19
* Update: Reverted Series integrationKelly Rauchenberger2008-09-141-24/+4
| | | | Refs #55
* Update: Reverted Series integrationKelly Rauchenberger2008-09-141-24/+5
| | | | Refs #55
* Update: Added initSubscription()Kelly Rauchenberger2008-09-131-4/+14
| | | | Refs #19
* Update: Added encryption functionsKelly Rauchenberger2008-09-131-4/+33
| | | | Refs #19
* Update: Added XML-RPC includeKelly Rauchenberger2008-09-131-0/+2
| | | | Refs #19
* Update: Imported XML-RPC librariesKelly Rauchenberger2008-09-1310-0/+6194
| | | | Refs #19
* Update: Started worked on MediaWiki pluginKelly Rauchenberger2008-09-131-0/+64
| | | | Refs #19
* Update: Added back $idusSubscriptionTitleKelly Rauchenberger2008-09-111-3/+5
| | | | Refs #55
* Update: Added more fieldsKelly Rauchenberger2008-09-101-7/+22
| | | | Refs #55
* General: [15]Kelly Rauchenberger2008-09-071-1/+1
| | | | Refs #28
* Update: Removed category valueKelly Rauchenberger2008-09-061-4/+2
| | | | Refs #52
* Update: Centralized Central in SubversionKelly Rauchenberger2008-09-061-11/+7
| | | | Refs #52
* Update: Centralized Central in WordpressKelly Rauchenberger2008-09-062-109/+19
| | | | | | Also removed subscription.php due to the new subscription specification (#28) Refs #52 and #28
* Update: Removed UN and PW valuesKelly Rauchenberger2008-09-061-11/+4
| | | | Refs #52
* Update: Centralized Central in phpBB3Kelly Rauchenberger2008-09-066-100/+21
| | | | | | Also removed subscription.php due to the new subscription specification (#28) Refs #52 and #28
* Update: Centralized Central in LibraryKelly Rauchenberger2008-09-062-37/+10
| | | | | | Also removed subscription.php due to the new subscription specification (#28) Refs #52 and #28
* Update: Revert two accidental edits in phpBB3Kelly Rauchenberger2008-08-241-2/+2
| | | | | | Similar to [15], but not quite Refs #7, #39
* Update: Added password protection to phpBB3Kelly Rauchenberger2008-08-241-3/+36
| | | | Closes #39
* Update: Localized phpBB3 ACP field descriptionsKelly Rauchenberger2008-08-243-24/+33
| | | | Refs #7
* Update: Added encryption field to phpBB3 ACPKelly Rauchenberger2008-08-243-0/+12
| | | | Refs #39
* Update: Added pasword protection to SubversionKelly Rauchenberger2008-08-221-3/+129
| | | | Closes #40
* Update: Spruced up Library password protectionKelly Rauchenberger2008-08-211-43/+35
| | | | Refs #10
* Update: Added password protection to WordpressKelly Rauchenberger2008-08-211-2/+44
| | | | Closes #38
* Update: Add check for mcrypt extensionKelly Rauchenberger2008-08-211-2/+16
| | | | Refs #38
* Update: Added default valuesKelly Rauchenberger2008-08-211-0/+10
| | | | Refs #38
* Update: Added encryption fields to admin panelKelly Rauchenberger2008-08-211-1/+15
| | | | Refs #38
* Update: Added VerID bounce to SubversionKelly Rauchenberger2008-08-217-7/+18
| | | | Also imported classpath libraries, for some reason they weren't previously added. Fixes #44
* Update: Added VerID bounce to phpBB3 and WordpressKelly Rauchenberger2008-08-212-3/+21
| | | | | Subversion is on its way as well, just it needs to be opened in NetBeans. Refs #44
* Update: Fixed $resp value receiptKelly Rauchenberger2008-08-211-2/+3
| | | | | Previously, the return value was recieved by $resp->value(), but that returned an xmlrpcval, not an int. The proper method is $resp->value()->scalarVal(). Refs #44
* Update: Added VerID bounce to LibraryKelly Rauchenberger2008-08-211-17/+15
| | | | Refs #44
* General: Upgraded Verification ID generationKelly Rauchenberger2008-08-163-7/+7
| | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
* Update: Renamed Subversion plugin folderKelly Rauchenberger2008-08-169-0/+0
| | | | The folder name "svn" was annoying Subversion because svn is a special name to it. Fixes #36
* Update: Fixed encryption sequenceKelly Rauchenberger2008-08-131-2/+11
| | | | | | | | | Previously, even after the key generation bug ([127]) was fixed, the Client was still failing to decrypt properly. However, the first field, Title, decrypted perfectly, so it was discovered that while the Client reset the Cipher object after every decryption, the Update Server did not reset MCrypt after every enryption. This has been fixed. Refs #10
* Update: Seperated Encryption ID from Verifiction IDKelly Rauchenberger2008-08-131-12/+22
| | | | | | | | The Client was failing to properly decrypt encrypted data because of a key generation issue, the key is generated from a password and a Verification ID. However, because Verifcation IDs must be unique, the encryption key and the decryption key would differ. However, the Central Server needs to be modified so as to pass on the Encryption Key. Refs #10
* Update: Added #10 support to Subscription FileKelly Rauchenberger2008-08-121-0/+8
| | | | Refs #10
* Update: Added Update-side password protectionKelly Rauchenberger2008-08-121-4/+41
| | | | Refs #10
* Update: Added multiple subscription supportKelly Rauchenberger2008-08-072-17/+33
| | | | Closes #22
* Update: Completed SVN pluginKelly Rauchenberger2008-08-075-1/+219
| | | | Closes #12