Skip to content

Releases: ljacob15/lost-and-phoned

v1.0.0

30 Jul 01:29
Compare
Choose a tag to compare

A few things have changed since this project was first created at CodeRED Exploration:

  • Google authentication and contact retrieval is now properly implemented using an authorization URL endpoint
  • The code is now a pip package
  • SQLite3 is used instead of MySQL
  • The project has a proper website at https://lostnphoned.com/
  • Phone numbers are validated with the phonenumbers package
  • A security measure has been added: single-use passwords
  • Unique registration URLs are generated for new users

Lost-n-Phoned is now feature-complete, and I (Keane) will now move on to other projects.

Bugfix Release

23 Jul 00:19
Compare
Choose a tag to compare

More bugs have been squashed and the code is now fully functional.

Coming soon: nice HTML pages, phone number validation and security.

Hotfixes

20 Jul 02:34
Compare
Choose a tag to compare
Hotfixes Pre-release
Pre-release

A number of critical bugs have been fixed.

First pip release!

19 Jul 23:23
Compare
Choose a tag to compare
First pip release! Pre-release
Pre-release

Lost n Phoned is now a pip package with the name lost-n-phoned! The program uses SQLite3 for data storage and can now be run by WSGI servers.

Run pip install lost-n-phoned to try it out.

Demo Version

08 Nov 05:11
Compare
Choose a tag to compare
Demo Version Pre-release
Pre-release

This is the version of the code that we demoed to the CodeRED Exploration judges.