You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+77-64Lines changed: 77 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,28 @@ A PHP-based image management and cataloging system.
4
4
5
5
## Overview
6
6
7
-
CANDIDv2 is an image database application that allows users to organize, search, and browse photo collections. Originally written in Perl by Ben Weir, it has been rewritten in PHP.
7
+
CANDIDv2 is an image database application for organizing, searching, and browsing photo collections. Originally written in Perl by Ben Weir, rewritten in modern PHP.
8
8
9
9
## Features
10
10
11
-
-**Search** — Find images by date, photographer, description, or tagged people
12
-
-**Browse** — Navigate images through hierarchical categories with sorting options
13
-
-**Lightbox** — View images in a carousel with keyboard/touch navigation
14
-
-**Bulk Upload** — Upload multiple images with EXIF metadata extraction
15
-
-**People Tagging** — Tag users in photos and search by tagged people
16
-
-**Duplicate Detection** — Automatic MD5-based duplicate detection on upload
11
+
-**Browse** — Navigate images through hierarchical categories with sort options
12
+
-**Search** — Find images by date range, photographer, description, or tagged people
13
+
-**Lightbox** — Full-screen carousel with keyboard and touch navigation
14
+
-**Bulk Upload** — Upload multiple images at once with automatic EXIF extraction (date taken, camera)
15
+
-**Bulk Edit** — Select multiple images to update metadata or rotate in one action
16
+
-**People Tagging** — Tag users in photos and filter search results by tagged people
17
+
-**Duplicate Detection** — MD5-based duplicate detection on upload
18
+
-**Admin Panel** — User management and trash/restore for soft-deleted content
0 commit comments