aboutsummaryrefslogtreecommitdiff
path: root/src/fs.c
Commit message (Collapse)AuthorAge
* Cleanup & fix new album images not being renderedv0.1.3Yaroslav de la Peña Smirnov2023-01-26
| | | | | | | | | | | * Cleaned up some code and formatted with clang-format * Fix the result of what can only be explained as me having a brain-fart^1 leading me to write returns where they shouldn't be hence the image-walk loop returning early when new images were added to an album. * Also cleaned up and fixed a bug in roscha; more in roscha's own repo. 1: https://www.youtube.com/watch?v=UN7SBXJj2pc
* Re-render album html when album.ini changedv0.1.2Yaroslav de la Peña Smirnov2022-10-16
|
* Remove false error messages from dry-run modeYaroslav de la Peña Smirnov2022-06-11
|
* Switch from unja to roschaYaroslav de la Peña Smirnov2022-03-24
| | | | | | | Still a WIP, some bugs need to be fixed. Also change the license to GPL from LGPL. It was always meant to be GPL, not sure what brain fart caused this.
* Update adjacent images to inserted/removedYaroslav de la Peña Smirnov2021-11-29
| | | | | | | | Now the program checks if the html of the next and previous images was updated if a new image was inserted or an old image removed, and updates them if needed. Also make rmextra and filesync respect dry run mode.
* Clean out old files/dirsYaroslav de la Peña Smirnov2021-11-28
| | | | | Delete extraneous files/images/albums that are no longer present in the source directory.
* Copy/sync static filesYaroslav de la Peña Smirnov2021-11-09
|
* Initial commit.Yaroslav de la Peña Smirnov2021-11-07
Almost functional but still missing features and lacking testing.