ryanhowdy / fcms

Family Connections - Create a private family website.
http://www.familycms.com
GNU General Public License v2.0
84 stars 41 forks source link

Misc: Use uuid instead of auto incrementing ids #529

Open ryanhowdy opened 8 years ago

ryanhowdy commented 8 years ago

Currently just about everything on the site has a unique id that is used in the url to display that thing. This is find for most stuff on the site, but probably not very good for user ids and photos, maybe others.

Need to replace these ids with a random id that is generated by using 6 base16 characters, which should give us 16,777,216 unique ids.