1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an aspect to kill sessions after REST requests. More... over 17 years ago
Fewer references to the full image. More... over 17 years ago
Get rid of a reference to photo that was held unnecessarily long. More... over 17 years ago
Store the searches in a tighter data type. More... over 17 years ago
Don't shove the entire image into JMS. I wasn't using it anyway, and that just makes the memory requirement huge. More... over 17 years ago
Added Trish's album to the build. More... over 17 years ago
Allow REST uploads without a date to find the date in the exif info. More... over 17 years ago
AdminEditImage is no longer used. More... over 17 years ago
Committed without a save. Get rid of this unnecessary import. More... over 17 years ago
Simplify the aspects to execute within the interesting code instead of by the callers. More... over 17 years ago
Added md5 column to photo table. More... over 17 years ago
spy.jar update to decrease load times. More... over 17 years ago
Remove a superfluous indexing. More... over 17 years ago
Reindex after any PhotoImageDataFactory recache. More... over 17 years ago
Don't automatically post images to S3 when they're added. More... over 17 years ago
Downgrade this log to debug since it happens so frequently. More... over 17 years ago
Separate out the Cacher task. I kind of liked it as an anonymous inner, but I wanted to avoid the synthetic accessor which would lead to slightly confusing logging. More... over 17 years ago
Use a ScheduledExecutorService instead of a Timer. More... over 17 years ago
There was a canAdd mutator and a setCanAdd. Just use the latter. More... over 17 years ago
Clear the modified and new flags after loading users. More... over 17 years ago
spy.jar update to fix the cache insertion bug More... over 17 years ago
Cleaned up some redundant and inconsistent code around cache insertion. More... over 17 years ago
I wanted the key delim to be / and the read delim to be ^ but I made them both the same, defeating the purpose. More... over 17 years ago
Clean up an unnecessary dirty mark in User by having the ResultSet constructor automatically declare the user authenticated. The factory will remove this designation for the one user where it doesn't apply. More... over 17 years ago
Changed the delimeter to a character that will not occur in a key name. This gives me a clean scan of the whole thing since I want to fetch everything. More... over 17 years ago
Increase the number of fetches in a loop since I've got 174 prefixes. More... over 17 years ago
Got rid of the faked remoteness I was using to seed S3. More... over 17 years ago
Added s3 bucket name to main photo config. More... over 17 years ago
Lazily load images into S3. More... over 17 years ago
Discover what's in S3 buckets recursively since that's the only way to get a full list. More... over 17 years ago