summary refs log tree commit diff
path: root/www (follow)
Commit message (Expand)AuthorAge
* Remove photo metadata directoriesJune McEnroe2026-02-17
* Ignore photo metadataJune McEnroe2026-02-17
* Populate films datalist with 20 most recently usedJune McEnroe2026-02-16
* Select last used bodyJune McEnroe2026-02-16
* Don't break on trip with removed bodyJune McEnroe2026-02-15
* Keep manpath.conf sortedJune McEnroe2026-02-11
* Install post-update script to a real pathJune McEnroe2026-02-10
* Add post-update hook for copying manualsJune McEnroe2026-02-10
* Add dais pageJune McEnroe2026-02-05
* Update list of gearJune McEnroe2025-12-26
* Add ability to specify chemistryJune McEnroe2025-12-26
* Update DESCRIPTION of myselfJune McEnroe2025-08-27
* Publish "time"June McEnroe2025-08-18
* Add a bunch of film roll metadataJune McEnroe2025-08-18
* Add tripodJune McEnroe2025-06-17
* Add 28mm, 75-150mm to gear listJune McEnroe2025-06-11
* Add mastodon posting scriptJune McEnroe2025-06-01
* Remove somethingJune McEnroe2025-05-17
* Add all the numbered roll metadataJune McEnroe2025-05-17
* Add ability to put a note on a rollJune McEnroe2025-05-17
* Add a gear listJune McEnroe2025-05-10
* Add the leader pageJune McEnroe2025-04-18
* Add camera template foldersJune McEnroe2025-04-18
* Also hide lens for trips if it hasn't changedJune McEnroe2025-04-13
* Don't list lens in trips if fixedJune McEnroe2025-04-12
* Allow setting exposures when loading filmJune McEnroe2025-04-12
* Those were supposed to be en-dashes...June McEnroe2025-04-08
* Generate pages per rollJune McEnroe2025-04-08
* Add metadata from many rolls of filmJune McEnroe2025-04-08
* Add emoji for lens, replace all f/'sJune McEnroe2025-03-25
* Add photos from December 28June McEnroe2024-12-29
* Fancify the manual lens textJune McEnroe2024-12-29
* Update film preset list with what I expect to keep shootingJune McEnroe2024-12-28
* Add the past few months of rolls of filmJune McEnroe2024-12-28
* Add a bunch of photosJune McEnroe2024-11-05
* Publish "film review"June McEnroe2024-10-12
* Add photos from October 6June McEnroe2024-10-12
* Add photos from October 5June McEnroe2024-10-12
* Add photos from October 1June McEnroe2024-10-09
* Add photos from September 29June McEnroe2024-10-07
* Add photos from September 28June McEnroe2024-10-07
* Add photos from September 22June McEnroe2024-10-07
* Add photos from September 15June McEnroe2024-09-25
* Add photos from September 14June McEnroe2024-09-24
* Add photos from September 12June McEnroe2024-09-24
* Add photos from September 7June McEnroe2024-09-24
* Allow not having descriptionsJune McEnroe2024-09-24
* Automatically select the last used lens for a bodyJune McEnroe2024-09-23
* Add photos from September 5June McEnroe2024-09-19
* Add some more film stocks to the listJune McEnroe2024-09-15
Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev