about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Series: Added getPasswordInfo() to XML-RPC interfaceKelly Rauchenberger2008-09-071-1/+20
| | | | Refs #28
* Series: Added Administrator accountKelly Rauchenberger2008-09-072-3/+26
| | | | Refs #28
* Series: Fixed up index.phpKelly Rauchenberger2008-09-073-2/+13
| | | | Refs #53
* Series: Wrote installation scriptKelly Rauchenberger2008-09-072-0/+503
| | | | Refs #28
* Central: Updated database schemaKelly Rauchenberger2008-09-071-3/+3
| | | | Refs #28
* Client: Centralized CentralKelly Rauchenberger2008-09-075-121/+98
| | | | | | Also modified the Client to work with Subscription Series (#28) Fixes #52; Refs #28
* Central: Fixed a few errorsKelly Rauchenberger2008-09-071-6/+8
| | | | | | [15] Refs #28
* General: [15]Kelly Rauchenberger2008-09-072-1/+3
| | | | Refs #28
* Series: Updated Subscription File generator againKelly Rauchenberger2008-09-071-0/+1
| | | | Refs #28
* Series: Updated Subscription File generatorKelly Rauchenberger2008-09-061-0/+2
| | | | 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
* Central: Removed UN and PW valuesKelly Rauchenberger2008-09-061-1/+1
| | | | Refs #52
* 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
* Central: Removed idea of multiple central serversKelly Rauchenberger2008-09-064-250/+12
| | | | Refs #52
* Central: Moved to SeriesKelly Rauchenberger2008-09-063-33/+45
| | | | Refs #28
* Series: Created database schemaKelly Rauchenberger2008-09-061-0/+44
| | | | Refs #28
* Central: Started moving to SeriesKelly Rauchenberger2008-09-0612-626/+66
| | | | Refs #28
* Series: Imported XML-RPC librariesKelly Rauchenberger2008-09-069-0/+6194
| | | | Refs #28
* Series: Started work on Series ControlKelly Rauchenberger2008-09-068-0/+315
| | | | Refs #28
* Series: Created directory structureKelly Rauchenberger2008-09-060-0/+0
| | | | Refs #28
* Client: Added the ability to disable UnreadKelly Rauchenberger2008-09-028-32/+128
| | | | Refs #49
* Client: Added Unread flag manipulationKelly Rauchenberger2008-09-015-1/+111
| | | | Closes #49
* Client: Added Unread flagKelly Rauchenberger2008-09-016-90/+241
| | | | Next step is to implement the "Mark as ...." options. Refs #49
* Central: Patched security holeKelly Rauchenberger2008-08-311-1/+4
| | | | Fixes #48
* Central: Switched order of sendDatabaseKelly Rauchenberger2008-08-311-29/+32
| | | | Refs #47
* Central: Fixes #47Kelly Rauchenberger2008-08-283-6/+28
| | | | I am soooooo lazy.
* Central: Fixed a few typos/errorsKelly Rauchenberger2008-08-262-8/+8
| | | | [15]. Refs #25
* Central: Create Subscription Management pageKelly Rauchenberger2008-08-263-0/+83
| | | | Refs #25
* Central: Added Activate Subscription formKelly Rauchenberger2008-08-256-5/+220
| | | | Also added an option to the user panel that allows you to edit configuration values if you're an admin. Refs #25
* 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
* Central: Fixed typo in addSubscriptionKelly Rauchenberger2008-08-221-1/+1
| | | | | When the check for subscribing to a subscription twice was added, the wrong comparison operator was used (==), instead of (!=) which wasn't allowing any new subscriptions to be added. Fixes #45
* 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
* Central: Started Update VerID bounceKelly Rauchenberger2008-08-211-0/+2
| | | | | With the addition of a new return value in sendFromUpdate(), the Update Server should know when Verification fails and thus to resend the request. Refs #44
* Client: Modified old Verification ID deletionKelly Rauchenberger2008-08-173-21/+9
| | | | Fixes #42