aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Metadata
Commit message (Collapse)AuthorAgeFilesLines
* Restrict EXIF extracting to a subset of formatsLouis Chemineau2023-05-091-2/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Prevent error on files scan if metadata existsLouis Chemineau2023-05-091-2/+28
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add type hints for mappersjld31032023-04-071-2/+5
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-034-12/+23
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* try to fix the exif_read_data issueSimon L2023-01-281-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix getMetadata return typeLouis Chemineau2022-10-261-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-113-45/+35
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Extract GPS data from EXIFLouis Chemineau2022-10-112-14/+138
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Cleanup tags and Share componentCarl Schwan2022-09-291-0/+5
| | | | | | | | | - Port to LoggerInterface - Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB - Use IEventListener instead of hooks - Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* fix exif metadata providerRobin Appelman2022-08-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
| | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/private` Signed-off-by: luz paz <luzpaz@github.com>
* Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry2022-04-251-1/+22
|\ | | | | Fix scanning app data with metadata
| * Fix scanning app data with metadataCarl Schwan2022-04-221-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were listening to change in the appdata folder but an appdata scan didn't setup the file system, so the view was unavailable. **Test plan:** 1. rm -rf data/appdata_...../preview data/<user>/Media 2. occ files:scan-app-data 3. occ files:scan <user> No errors and the files and metadata are correctly removed from the database too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix older migrations to the version patternJoas Schilling2022-04-251-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix an issue with the search backend updateCarl Schwan2022-04-142-1/+14
| | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add a metadata service to store file metadataCarl Schwan2022-04-138-0/+503
Signed-off-by: Carl Schwan <carl@carlschwan.eu>