Seednode
|
9cc372d7c4
|
Added -c|--count flag to display number of files and directories matched and skipped
|
2022-10-20 11:17:40 -05:00 |
Seednode
|
31d16f65b8
|
Fixed issue where having empty include but non-empty exclude caused 404
|
2022-10-20 10:38:32 -05:00 |
Seednode
|
fa7177849e
|
Replaced some value passing with pointers, per suggestions from copyfighter
|
2022-10-19 19:41:42 -05:00 |
Seednode
|
5d9a815bf2
|
Replaced option to filter for a single stream with include and exclude options, each accepting multiple comma-delimited values
|
2022-10-19 19:27:11 -05:00 |
Seednode
|
022b14bfa2
|
Fixed unhandled error return value
|
2022-10-18 16:46:55 -05:00 |
Seednode
|
c8971f5187
|
Replaced separate values for base, file number, and file extension with a struct, and added methods to increment/decrement that value
|
2022-10-18 16:40:13 -05:00 |
Seednode
|
0d9e74fbca
|
Added sorting options (ascending, descending, defaults to random)
|
2022-10-18 13:42:32 -05:00 |
Seednode
|
84038440af
|
Cleaned up responsewriter and request pointer handling, and added return values when missing after 404 responses
|
2022-10-03 21:35:02 -05:00 |
Seednode
|
919d1c2e8b
|
Restructured code to hopefully be more readable
|
2022-09-26 12:31:45 -05:00 |
Seednode
|
5f9dd5f607
|
Removed debug message from reworking successive argument
|
2022-09-24 21:00:03 -05:00 |
Seednode
|
b51c8afc15
|
Moved successive and filter arguments to exclusively query parsms
|
2022-09-24 20:54:51 -05:00 |
Seednode
|
159207dd5f
|
Completely reworked file list generation to fix Successive weighting
|
2022-09-24 20:28:34 -05:00 |
Seednode
|
5b8bec54e8
|
Added query param support for filtering
|
2022-09-24 18:59:10 -05:00 |
Seednode
|
ed1ecfd278
|
Added argument to filter displayed results
|
2022-09-24 17:17:56 -05:00 |
Seednode
|
d1f1b2e90b
|
Use raw strings instead of quoted strings for regexp.MustCompile, replaced time.Now().Sub with time.Since, fixed clobbered filePath value, per staticcheck
|
2022-09-21 21:24:05 -05:00 |
Seednode
|
f3280a6b6c
|
Display first image in directory on first load if --successive is enabled
|
2022-09-18 13:07:46 -05:00 |
Seednode
|
f332fb24a8
|
Added another slice length check
|
2022-09-17 13:12:22 -05:00 |
Seednode
|
094bb13cf3
|
Added slice length check
|
2022-09-17 12:42:25 -05:00 |
Seednode
|
40707bf9c8
|
Added option to display sequentially numbered files instead of randomly choosing, when possible
|
2022-09-17 11:07:37 -05:00 |
Seednode
|
4e74d99019
|
Reworked to allow use of back button to return to previous results, via HTTP redirects
|
2022-09-16 13:45:33 -05:00 |
Seednode
|
fbd4357afe
|
Added deferred fd close for checkIfImage, and deferred getting filenames until after checking if file is an image
|
2022-09-10 13:09:39 -05:00 |
Seednode
|
5031692793
|
Moved from manually checking magic numbers to github.com/h2non/filetype
|
2022-09-09 19:00:02 -05:00 |
Seednode
|
eba8c6f068
|
No longer picking random files from slice, shuffle slice once instead. Return 404 not found if no valid image files are found.
|
2022-09-09 17:21:03 -05:00 |
Seednode
|
6660e080f4
|
Replaced panic with error return value in normalizePaths()
|
2022-09-09 14:28:57 -05:00 |
Seednode
|
6f1c0c3943
|
Reached first working version
|
2022-09-08 15:30:51 -05:00 |
Seednode
|
d052fd6af9
|
Confirmed recursive and nonrecursive functions both work as expected
|
2022-09-08 13:12:50 -05:00 |
Seednode
|
eee4917322
|
Added separate recursive path walker
|
2022-09-08 12:12:58 -05:00 |
Seednode
|
7ae3c72697
|
First attempt
|
2022-09-08 10:57:59 -05:00 |