Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Central: Removed UI | Kelly Rauchenberger | 2008-09-28 | 8 | -723/+258 |
| | | | | Refs #63 | ||||
* | Central: Added countSubscribers() | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+11 |
| | | | | Closes #67 | ||||
* | Central: Completed steps 10 and 11 | Kelly Rauchenberger | 2008-09-28 | 2 | -41/+121 |
| | | | | Refs #69 | ||||
* | Central: Completed step 9 | Kelly Rauchenberger | 2008-09-28 | 2 | -1/+52 |
| | | | | Refs #69 | ||||
* | Central: Completed step 7 | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+15 |
| | | | | Refs #69 | ||||
* | Central: Completed step 3 | Kelly Rauchenberger | 2008-09-28 | 1 | -1/+15 |
| | | | | Refs #69 | ||||
* | Central: Completed Step 1 | Kelly Rauchenberger | 2008-09-26 | 1 | -7/+9 |
| | | | | Refs #69 | ||||
* | Central: Removed Series-related code | Kelly Rauchenberger | 2008-09-18 | 3 | -40/+8 |
| | | | | Refs #57 | ||||
* | Central: [15] | Kelly Rauchenberger | 2008-09-14 | 1 | -4/+1 |
| | | | | Refs #52 | ||||
* | Central: Reverted Update<->Series integration | Kelly Rauchenberger | 2008-09-14 | 1 | -2/+2 |
| | | | | Refs #55 | ||||
* | Central: Fixed sendFromSeries() definition | Kelly Rauchenberger | 2008-09-13 | 1 | -1/+1 |
| | | | | | | [15] Refs #55 | ||||
* | Central: Renamed sendFromUpdate() | Kelly Rauchenberger | 2008-09-13 | 1 | -2/+2 |
| | | | | Refs #55 | ||||
* | Central: Updated database schema | Kelly Rauchenberger | 2008-09-07 | 1 | -3/+3 |
| | | | | Refs #28 | ||||
* | Central: Fixed a few errors | Kelly Rauchenberger | 2008-09-07 | 1 | -6/+8 |
| | | | | | | [15] Refs #28 | ||||
* | Central: Removed UN and PW values | Kelly Rauchenberger | 2008-09-06 | 1 | -1/+1 |
| | | | | Refs #52 | ||||
* | Central: Removed idea of multiple central servers | Kelly Rauchenberger | 2008-09-06 | 4 | -250/+12 |
| | | | | Refs #52 | ||||
* | Central: Moved to Series | Kelly Rauchenberger | 2008-09-06 | 3 | -33/+45 |
| | | | | Refs #28 | ||||
* | Central: Started moving to Series | Kelly Rauchenberger | 2008-09-06 | 12 | -626/+66 |
| | | | | Refs #28 | ||||
* | Central: Patched security hole | Kelly Rauchenberger | 2008-08-31 | 1 | -1/+4 |
| | | | | Fixes #48 | ||||
* | Central: Switched order of sendDatabase | Kelly Rauchenberger | 2008-08-31 | 1 | -29/+32 |
| | | | | Refs #47 | ||||
* | Central: Fixes #47 | Kelly Rauchenberger | 2008-08-28 | 3 | -6/+28 |
| | | | | I am soooooo lazy. | ||||
* | Central: Fixed a few typos/errors | Kelly Rauchenberger | 2008-08-26 | 2 | -8/+8 |
| | | | | [15]. Refs #25 | ||||
* | Central: Create Subscription Management page | Kelly Rauchenberger | 2008-08-26 | 3 | -0/+83 |
| | | | | Refs #25 | ||||
* | Central: Added Activate Subscription form | Kelly Rauchenberger | 2008-08-25 | 6 | -5/+220 |
| | | | | Also added an option to the user panel that allows you to edit configuration values if you're an admin. Refs #25 | ||||
* | Central: Fixed typo in addSubscription | Kelly Rauchenberger | 2008-08-22 | 1 | -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 | ||||
* | Central: Started Update VerID bounce | Kelly Rauchenberger | 2008-08-21 | 1 | -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 | ||||
* | Central: Undid Come Again | Kelly Rauchenberger | 2008-08-17 | 1 | -19/+1 |
| | | | | I don't currently like the look of Come Again, perhaps it could be implemented at a later release. Refs #43 | ||||
* | Central: Started on Come Again | Kelly Rauchenberger | 2008-08-17 | 1 | -3/+21 |
| | | | | Refs #43 | ||||
* | Central: Modified Verification ID deletion | Kelly Rauchenberger | 2008-08-17 | 1 | -1/+1 |
| | | | | Refs #42 | ||||
* | Central: Created Add Subscription page | Kelly Rauchenberger | 2008-08-17 | 3 | -0/+161 |
| | | | | Refs #25 | ||||
* | General: Upped default verIDBufferSize | Kelly Rauchenberger | 2008-08-16 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | General: Upgraded Verification ID generation | Kelly Rauchenberger | 2008-08-16 | 2 | -7/+7 |
| | | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37 | ||||
* | Central: Fixed a typo in changepassword.php | Kelly Rauchenberger | 2008-08-16 | 1 | -1/+1 |
| | | | | Yet ANOTHER ANNOYING [15]. The number of these [15]s is saying something about my coding techniques. Refs #25 | ||||
* | Central: Added logout page | Kelly Rauchenberger | 2008-08-16 | 2 | -34/+46 |
| | | | | Also modified Change Password to lock out non logged-in users and to use the instaDisc_verifyUser() functions instead of inlining it. Refs #25 | ||||
* | Central: Fixed a few minor errors | Kelly Rauchenberger | 2008-08-16 | 2 | -3/+4 |
| | | | | Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25 | ||||
* | Central: Fixed instaDisc_verifyUser() | Kelly Rauchenberger | 2008-08-16 | 2 | -23/+13 |
| | | | | | | | 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 | ||||
* | Central: Replaced adds with adds_block | Kelly Rauchenberger | 2008-08-16 | 4 | -12/+12 |
| | | | | | For some reason, the adds() function was being used to add block data instead of the correct function, adds_block(). Refs #25 | ||||
* | Central: Add change password | Kelly Rauchenberger | 2008-08-15 | 4 | -0/+211 |
| | | | | Refs #25 and closes #35 | ||||
* | Central: Fixed uniform include | Kelly Rauchenberger | 2008-08-15 | 3 | -3/+3 |
| | | | | Refs #25 | ||||
* | Central: Fixed another include path | Kelly Rauchenberger | 2008-08-15 | 1 | -1/+1 |
| | | | | Yet ANOTHER [15]. Refs #25 | ||||
* | Central: Fixed include pathes | Kelly Rauchenberger | 2008-08-15 | 2 | -4/+4 |
| | | | | Refs #25 | ||||
* | Central: Organized files | Kelly Rauchenberger | 2008-08-15 | 23 | -18/+18 |
| | | | | Refs #25 | ||||
* | Central: Created user panel index | Kelly Rauchenberger | 2008-08-15 | 3 | -16/+61 |
| | | | | Refs #25 and #35 | ||||
* | Central: Added a login page | Kelly Rauchenberger | 2008-08-15 | 6 | -0/+181 |
| | | | | Refs #25 | ||||
* | Central: Converted register.php | Kelly Rauchenberger | 2008-08-15 | 4 | -66/+127 |
| | | | | Refs #25 | ||||
* | Central: Moved over to Four Island Templating system | Kelly Rauchenberger | 2008-08-15 | 6 | -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 | ||||
* | Central: Fixed typos | Kelly Rauchenberger | 2008-08-13 | 1 | -1/+1 |
| | | | | Refs #10 | ||||
* | Central: Added encryption key support | Kelly Rauchenberger | 2008-08-13 | 3 | -5/+12 |
| | | | | See [127]. Refs #10 | ||||
* | Central: Changed interaction port | Kelly Rauchenberger | 2008-08-08 | 1 | -1/+1 |
| | | | | Fixes #27 | ||||
* | Central: Fixed subscription URL | Kelly Rauchenberger | 2008-08-08 | 1 | -5/+1 |
| | | | | Accidentally provided the Subscription URI instead of the Subscription File's URL in the last commit. |