| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-25 | Add missing includes | Joel Klinghed | |
| Code compiled earlier because of implicit includes but libc++ has been cleaning that up. | |||
| 2022-12-10 | Avoid unused warnings for parameters only used in asserts | Joel Klinghed | |
| 2022-12-10 | Use modern openssl hash methods | Joel Klinghed | |
| The old ones was marked as deprecated in openssl 3.0.0 but the replaments have been in openssl since 1.1.0. | |||
| 2022-08-20 | Add missing includeupstream | Joel Klinghed | |
| 2021-11-28 | Fix building tests in release | Joel Klinghed | |
| 2021-11-26 | Create daemon module and use it from server | Joel Klinghed | |
| Need to run setup() after forking, otherwise each TaskRunner created in setup() will dead-lock at exit as there are now two copies of each of them but not of the threads causing the destructors to lock. This made setup a little bit more complicated as it has to forward the log and status to parent process but I turned out quite nice. | |||
| 2021-11-25 | Avoid using temporary string as ident to syslog | Joel Klinghed | |
| 2021-11-25 | Write caught signals to info log | Joel Klinghed | |
| 2021-11-23 | Make config keep the absolute root to load relative files from | Joel Klinghed | |
| This means Config::get_path will continue to work even if we change current directory in the process (when the path the config was loaded from was relative). | |||
| 2021-11-23 | Avoid warnings in logger.hh when NDEBUG is defined | Joel Klinghed | |
| 2021-11-23 | Sort trips by year | Joel Klinghed | |
| 2021-11-23 | Ignore media in backup directory | Joel Klinghed | |
| 2021-11-23 | Improve thumbnails by keeping aspect ratio. | Joel Klinghed | |
| Not using scale-down as that would show backgrond placeholder in some cases. | |||
| 2021-11-23 | Fix Shift+D keyboard shortcut for download | Joel Klinghed | |
| Onyl Shift+D and not just D should trigger download and the download link doesn't have an onclick. | |||
| 2021-11-23 | Break out close function from close element onclick | Joel Klinghed | |
| 2021-11-23 | Add close button on trip index | Joel Klinghed | |
| 2021-11-23 | Change pri-order for exit dates | Joel Klinghed | |
| Date time can be when the image was last modified while orginal and digitized are supposed to be at the time of creation. | |||
| 2021-11-23 | Avoid quirks mode by specifying doctype html | Joel Klinghed | |
| 2021-11-18 | travel: Improve trip location estimation by removing outliers | Joel Klinghed | |
| Outlier value (> 1.43 Z-score) based on what was needed for a trip I took long ago. Will have to fiddle with the value I assume. | |||
| 2021-11-18 | site & transport: Make sure to url escape Location header | Joel Klinghed | |
| 2021-11-18 | send_file: Make sure send file header value contains the right amount of slashes | Joel Klinghed | |
| 2021-11-18 | mime_types: Make extension lookup case-insensitive | Joel Klinghed | |
| Not all extensions are but for image and video I know of none that are case sensitive. | |||
| 2021-11-18 | image: Add support for newer exif date time tags | Joel Klinghed | |
| 2021-11-18 | Use svg images for download and location actions in viewer | Joel Klinghed | |
| 2021-11-18 | strutil: Add to_lower_ascii | Joel Klinghed | |
| 2021-11-17 | Be more international in example | Joel Klinghed | |
| 2021-11-17 | Add example nginx config snippet | Joel Klinghed | |
| 2021-11-17 | Travel3: Simple image and video display site | Joel Klinghed | |
| Reads the images and videos from filesystem and builds a site in memroy. | |||
