1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #73 from Bit-Wasp/new_layout More... over 10 years ago
Minor tweaks More... over 10 years ago
update schema, hold longer hashes for identifying items More... over 10 years ago
Accidentally started generating salts longer than DB can handle, reverting More... over 10 years ago
almost done More... over 10 years ago
? More... over 10 years ago
update More... over 10 years ago
Fixing error? More... over 10 years ago
Nearly done.. More... over 10 years ago
. More... over 10 years ago
Continue altering message password stuff in installer More... over 10 years ago
Upgrading installer to be compatible with new password changes Also changing how message pin is generated More... over 10 years ago
Adding phpqrcode file to git More... over 10 years ago
Added more validation checks.. Also removed unnecessary folder with Qrcode, using file _inc_phpqrcode.php Replaced password algo, now using BCRYPT Removing old template folder More... over 10 years ago
Added form validation to messages/message delete, Different salt for message passphrase Added form validation for vendors deleting listings More... over 10 years ago
Updated schema.sql More... over 10 years ago
Added form validation to buyer purchase/buyer recount/buyer confirm/buyer received upfront order Also added progress counter to the order list page More... over 10 years ago
Changed messages so it checks private key by simply initializing the key, rather than creating encrypted text to decrypt Changed buyer purchase button to a form to introduce a CSRF check. More... over 10 years ago
Removing CodeIgniters deprecated is_cli_request function in favor of is_cli() More... over 10 years ago
Added form validation rule for a vendor submiting public keys (to introduce CSRF checks) Added model for storing previously used public key (hashes), and filtering a given list of public keys from keys which were previous used. More... over 10 years ago
Added smarty templating system, and now making heavy use of it's escape functions for output. Added standard returnMessage function and form functions. Extended CI_Controller, with a _render() function to generate the page Upgraded to Bootstrap 3, styled some pages differently Removing JS password hashing More... over 10 years ago
Merge pull request #67 from Bit-Wasp/reenable_config_settings More... over 10 years ago
Enabling XSS/CSRF by default - was disabled with recent pull of stock CI config file More... over 10 years ago
Merge pull request #66 from Bit-Wasp/fee_form More... over 10 years ago
Display correct link to user profile More... over 10 years ago
Make system mail vendor the buyers address when order accepted automatically More... over 10 years ago
Revert two little changes More... over 10 years ago
Nothing changed, just indentation More... over 10 years ago
Fixing form validation.. More... over 10 years ago
Merge pull request #60 from Bit-Wasp/fix_registration_with_token More... over 10 years ago