about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Central: Fixed another include pathKelly Rauchenberger2008-08-151-1/+1
| | | | Yet ANOTHER [15]. Refs #25
* Central: Fixed include pathesKelly Rauchenberger2008-08-152-4/+4
| | | | Refs #25
* Central: Organized filesKelly Rauchenberger2008-08-1523-18/+18
| | | | Refs #25
* Central: Created user panel indexKelly Rauchenberger2008-08-153-16/+61
| | | | Refs #25 and #35
* Central: Added a login pageKelly Rauchenberger2008-08-156-0/+181
| | | | Refs #25
* Central: Converted register.phpKelly Rauchenberger2008-08-154-66/+127
| | | | Refs #25
* Central: Moved over to Four Island Templating systemKelly Rauchenberger2008-08-156-72/+288
| | | | | | | | | | Borrowed the Four Island templating system code so as to ease the creation of frontends. index.php and activate.php have already been converted, and install.php will not be converted (because it would be too difficult, and who would want to skin it anyway?) NOTICE: The Four Island Templating system source code is copyrighted by Starla Insigna (c) 2008. All rights reserved. Use of this code in part or in whole apart from the InstaDisc Central Server is a direct violation of copyright law. You have been warned. Refs #25
* Client: Added org.jdesktop-style progressKelly Rauchenberger2008-08-152-3/+51
| | | | Closes #34
* Client: Added shortcuts to JNLPKelly Rauchenberger2008-08-142-25/+2
| | | | Fixes #33
* Client: Spruced up About BoxKelly Rauchenberger2008-08-148-56/+115
| | | | Also added a link to the project site to the Help menu and added the ability to display an error message in the Status Bar if java.awt.Desktop is for some reason unsupported. Closes #30
* Client: Added desktop shortcut to JNPLKelly Rauchenberger2008-08-141-0/+3
|
* Client: Fixed up a few thingsKelly Rauchenberger2008-08-142-27/+0
| | | | Fixed up JNLP so that NetBeans would automatically generate the JNLP file and sign the JARs
* Client: Added Java Web Start supportKelly Rauchenberger2008-08-148-37/+501
| | | | This has been discovered to be a much better way of Java distributation. Because of this, the loader script is no longer necessary.
* Client: Wrote loader scriptKelly Rauchenberger2008-08-131-0/+20
| | | | | | | Because the Client is written in Java, it cannot be run from any directory regardless of path easily. So, with the addition of a loader script that calls the Java JAR, the command "instadisc" can still be run from any directory.
* Client: Added password protection supportKelly Rauchenberger2008-08-139-24/+522
| | | | Closes #10
* Central: Fixed typosKelly Rauchenberger2008-08-131-1/+1
| | | | Refs #10
* 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
* Central: Added encryption key supportKelly Rauchenberger2008-08-133-5/+12
| | | | See [127]. 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
* Central: Changed interaction portKelly Rauchenberger2008-08-081-1/+1
| | | | Fixes #27
* Client: Changed interaction portKelly Rauchenberger2008-08-081-1/+1
| | | | Refs #27
* Client: Fixed connection reset problemKelly Rauchenberger2008-08-082-41/+87
| | | | The problem with NMAP freaking out the Client was that NMAP didn't actually send any data to the socket and thus the connection reset and the Client wasn't actually programmed to handle that yet. Fixes #24
* Client: Client now sends category informationKelly Rauchenberger2008-08-081-0/+1
| | | | Fixes #26
* Central: Fixed subscription URLKelly Rauchenberger2008-08-081-5/+1
| | | | Accidentally provided the Subscription URI instead of the Subscription File's URL in the last commit.
* Central: Added subscription notice to installationKelly Rauchenberger2008-08-081-1/+5
|
* Central: Imposed "instadisc" category contractKelly Rauchenberger2008-08-085-6/+17
| | | | | | Now Central Servers will refuse to receive items with the category of "instadisc". However, the Client has to be modifed to send this data to the Central Server. Also added the Central Server Update Notice subscription to the database and provided a subscription file. Refs #26
* Central: Started default frontendKelly Rauchenberger2008-08-083-0/+284
| | | | | The default frontend is based on Four Island's. Perhaps at some point a templating system may be introduced to make frontending a little easier. Refs #25
* Central: Added the required include()Kelly Rauchenberger2008-08-081-1/+3
| | | | | include('class.phpmailer.php'); had been neglected and thus the installation failed.
* Central: Added Email check to installationKelly Rauchenberger2008-08-072-69/+98
| | | | | Now, the installation script checks the SMTP details entered to ensure that they are valid so as to avoid errors like #23. Also modified return for instaDisc_activateAccount(). Refs #23
* Central: Tweaked the mailing systemKelly Rauchenberger2008-08-072-2/+28
|
* Central: Fixed a few errorsKelly Rauchenberger2008-08-072-5/+16
|
* Update: Added multiple subscription supportKelly Rauchenberger2008-08-072-17/+33
| | | | Closes #22
* Client: Added "vcs-rev" categoryKelly Rauchenberger2008-08-073-11/+16
| | | | Thanks to Trac (http://trac.edgewall.org) for the icon! Refs #12
* Update: Completed SVN pluginKelly Rauchenberger2008-08-075-1/+219
| | | | Closes #12
* Update: Created NetBeans project (for SVN Plugin)Kelly Rauchenberger2008-08-076-0/+779
|
* Update: Created NetBeans project (for SVN Plugin)Kelly Rauchenberger2008-08-070-0/+0
|
* Update: Undid the password-protection supportKelly Rauchenberger2008-08-072-31/+1
| | | | | From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for password-protection. Refs #10
* Update: Added automatic Subscription FileKelly Rauchenberger2008-08-072-0/+26
| | | | | | Users of the Update Server Library will no longer have to write their own Subscription File because now the Library comes with an automatically generated one with password-protection support. Just ensure that if you move subscription.php away from instadisc.php that you update the include() in subscription.php! Refs #10
* Update: Added password-protection support to the libraryKelly Rauchenberger2008-08-071-0/+23
| | | | | | Using the new instaDisc_sendEncrypted() function and the $idusEncryptionPassword variable, you can now feed password-protected subscriptions. However, a Subscription File will have to be automatically generated to support the password-protection. Refs #10
* Client: Added an icon for the "email" categoryKelly Rauchenberger2008-08-062-0/+9
| | | | Thanks to the N. Design Studio (http://ndesignstudio.com) for the icon. Closes #9
* Client: Transactionalized the databaseKelly Rauchenberger2008-08-062-32/+111
| | | | Now, the database is ACID-compliant. Also fixed the error that occurs when you get sent an item you don't have a subscription for, and it tries to delete the subscription's entry off of the Central Server and fails. The error was because the Client was attempting to look up the Subscription's URL in the database after it already had the URL and ensured that the Subscription wasn't there.
* Client: Tweaked the way filter invalidation worksKelly Rauchenberger2008-08-063-16/+46
| | | | Previously, an item has to match all filters, which would mean that having equals and inequals in the same subscription would mess things up. Now, to pass filter invalidation, an item has to match at least one equal (if there are any equals) and all inequals (if there are any inequals).
* Update: Created MODX installation instructions for phpBB3Kelly Rauchenberger2008-08-063-0/+2425
| | | | The phpBB3 plugin is now completed! Closes #7
* Update: Fixed HTML entities in phpBB3Kelly Rauchenberger2008-08-061-1/+1
| | | | Also, 100th COMMIT! YAY! PARTY TIME EVERYONE! YAY!
* Client: Unescaped "__INSTADISC__"Kelly Rauchenberger2008-08-061-1/+1
| | | | See [98]
* Central: Escape ": "sKelly Rauchenberger2008-08-061-1/+4
| | | | | | | If a colon is before a space in any value sent from the Central Server to the Client, it will be interpreted as a NAME-VALUE divider and mess up the Item. So, any wild colon-spaces have been escaped as "__INSTADISC__". Next step is to unescape them when they reach the Client.
* Central: Fixed deserializationKelly Rauchenberger2008-08-061-1/+1
| | | | | For some reason, my reference book lists the deserialization function as deserialize(), but the online docs say unserialize()
* Central: Tweaked deserializationKelly Rauchenberger2008-08-062-3/+11
|