0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix image size calculation without orientation More... over 14 years ago
Fix explorer edit with decoded crumbs More... over 14 years ago
Fix explorer edit with decoded crumbs More... over 14 years ago
Fix explorer edit with decoded crumbs More... over 14 years ago
Fix selection of media in the explorer More... over 14 years ago
Fix selection of media in the explorer More... over 14 years ago
Fix selection of media in the explorer More... over 14 years ago
Fix selection of media in the explorer More... over 14 years ago
Rearrange explorer view More... over 14 years ago
Rearrange explorer view More... over 14 years ago
Rearrange explorer view More... over 14 years ago
Rearrange explorer view More... over 14 years ago
Add autocomplete to breadcrumb input More... over 14 years ago
Add basic information to the README More... over 14 years ago
- Add Git's ignore file More... over 14 years ago
Add missing user directory for user's files and previews More... over 14 years ago
- Fix #133 - Search breadcrump navigation More... over 14 years ago
- Fix #134 - Set time interval search More... over 14 years ago
- Fix sync count More... over 14 years ago
- Rename generate_preview.php to preview.php More... over 14 years ago
- Add shell script to generate previews in batch mode More... over 14 years ago
- Fix creation of *_original preview files due exiftool parameter More... over 14 years ago
- Add semaphores to ImageResizer, VideoPreview, and FlashVideo components to reduce paralell execution of time and resource consuming processes. ImageResize can convert two media at once, while VideoPreview and FlashVideo handle only one media per time. This keeps the system load low on multiple requests which triggers these components. More... over 14 years ago
- Add a fast file responder to improve the response speed for media files. A special FastFileResponder component adds file information to the current session which is read by a simple responder class in front of the CakePHP framework. If the file exists it responses the file immediatly without the CakePHP stack. The file information carries an expiration timestamp which reduces the security risk for this behavior. Further, the fast file responder requires a valid PHP session. More... over 14 years ago
- Move the inclusion of pear path within the vendor directory to the bootstrap.php file which should cause less troubles with plugins and shell tasks More... over 14 years ago
- Fix date expression for url /explorer/YEAR/MONTH/DAY More... over 14 years ago
- Add new Preview Manager which manages the creation of different preview images. The Preview Manager holds different preview configuration. A preview configuration might depend on another preview which allows to calculate larger previews first before calculating smaller previews from larger one. This speeds up the creation of smaller preview. Before each preview was calculated form the original image. Old cache files located in app/users/*/cache/** become obsolete and could be deleted. - Add new Command component which handels system calls to external applications. It takes also care about escaping the arguments. All components are adapted to the Command component like the Image Filter or Video Filter. - Improved the File Cache component. More... almost 15 years ago
- Fix #128 - Rev630 installation fails on creating admin user More... almost 15 years ago
- Fix #124 - views-counter tooltip is broken More... almost 15 years ago
- Fix #125: image download broken More... almost 15 years ago