| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Next step is to implement the "Mark as ...." options. Refs #49
|
|
|
|
| |
Fixes #48
|
|
|
|
| |
Refs #47
|
|
|
|
| |
I am soooooo lazy.
|
|
|
|
| |
[15]. Refs #25
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Also added an option to the user panel that allows you to edit configuration values if you're an admin. Refs #25
|
|
|
|
|
|
| |
Similar to [15], but not quite
Refs #7, #39
|
|
|
|
| |
Closes #39
|
|
|
|
| |
Refs #7
|
|
|
|
| |
Refs #39
|
|
|
|
| |
Closes #40
|
|
|
|
|
| |
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
|
|
|
|
| |
Refs #10
|
|
|
|
| |
Closes #38
|
|
|
|
| |
Refs #38
|
|
|
|
| |
Refs #38
|
|
|
|
| |
Refs #38
|
|
|
|
| |
Also imported classpath libraries, for some reason they weren't previously added. Fixes #44
|
|
|
|
|
| |
Subversion is on its way as well, just it needs to be opened in NetBeans.
Refs #44
|
|
|
|
|
| |
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
|
|
|
|
| |
Refs #44
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes #42
|
|
|
|
| |
I don't currently like the look of Come Again, perhaps it could be implemented at a later release. Refs #43
|
|
|
|
| |
Refs #43
|
|
|
|
| |
Refs #42
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Previously, InstaDisc would only do an IP check if InstaDisc was left open for the interval time (default 1 day) which would rarely happen with certain people. However, now InstaDisc does an IP check every time it starts up. Refs #21
|
|
|
|
|
|
| |
Because of the increase in possible Verification ID values, it will be even less likely to have a repeat, so the number that are buffered is being increased. A test was
run to find repeats if 10000 numbers were generated between 1 and 2147483647 and a repeat was found only once at the 8500th number, the rest of the tests (20 others)
passed successfully. Refs #37
|
|
|
|
| |
Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
|
|
|
|
| |
The folder name "svn" was annoying Subversion because svn is a special name to it. Fixes #36
|
|
|
|
| |
Yet ANOTHER ANNOYING [15]. The number of these [15]s is saying something about my coding techniques. Refs #25
|
|
|
|
| |
Also modified Change Password to lock out non logged-in users and to use the instaDisc_verifyUser() functions instead of inlining it. Refs #25
|
|
|
|
| |
Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25
|
|
|
|
|
|
|
| |
Previously, instaDisc_verifyUser() was lazy and checked a user's
existance by routing the input through instaDisc_checkVerification()
with the static Verification ID of 0, but it was forgotten that a static
Verification ID would work once and be rejected after that. Refs #25
|
|
|
|
|
| |
For some reason, the adds() function was being used to add block data
instead of the correct function, adds_block(). Refs #25
|
|
|
|
| |
Closes #35
|
|
|
|
| |
Refs #25 and closes #35
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Yet ANOTHER [15]. Refs #25
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Refs #25 and #35
|
|
|
|
| |
Refs #25
|
|
|
|
| |
Refs #25
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #34
|
|
|
|
| |
Fixes #33
|
|
|
|
| |
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
|