6 Commits (master)
 

Author SHA1 Message Date
GRMrGecko c94bdc878f Fixed some syntax. Fixed upload to encode html and changed plugin loop index variable to $pluginIndex so it's less likely to be used by a plugin. Probably should be using foreach or whatever it is, but I am stubborn. Added to the logout a time change to invalidate the login session. Fixed issue with pus state back to filter/index whenever you click the x button or background. Fixed user creation to use the correct password hashing system. 11 years ago
grmrgecko d2f7bfebaf Added escape key support to close current image. 11 years ago
GRMrGecko fc7c34eb4c Changed the way you can change the title of the image database form "Image Database" to anything else. Changed the way tags are handled in editing mode. Added delete button to Tagless Images mode. Added support for browser state which makes it easy to share the state you are in with others by copying the current URL shown in the browser. 11 years ago
GRMrGecko a3be9ae994 Added new password system to strengthen passwords against brute force attacks. 11 years ago
GRMrGecko 255c090a5f Removed unnecessary unlink from uploader and changed date for the uploads to be based on file time. This allows you to copy files to the server preserving the time it was made and go to /upload/complete to have them processed. Fixed me being lazy so that users can enter a quotation mark without having issues of the HTML code being outputted wrong. Fixed the search field so that it also corrects the HTML output rather than outputting raw data. Added the ability to search by date. Enter a date or a "to: from:" query and it will search the database by that date range. 11 years ago
GRMrGecko e6c208abb1 Image Database Start 11 years ago