cameralife icon indicating copy to clipboard operation
cameralife copied to clipboard

Camera Life -- Run your own photo website

Results 21 cameralife issues
Sort by recently updated
recently updated
newest added

http://www.clarifai.com/api API access / cl.c@p / c... See also: - http://cloudsightapi.com/api - http://imagga.com/pricing - https://github.com/pa7/nude.js - https://github.com/tensorflow/models/tree/master/official/vision/image_classification

enhancement

git grep //TODO //FIXME //DEBUG And review uses of constant(...)

Simple edit photo name and keywords

SearchController - if logged in as admin, allow to create new tag, and link from MainPageView

- Statistics page: show most favorited photos: select ratings.id, count(*) as X from ratings, photos where rating>0 AND ratings.id = photos.id group by id order by X desc

- Allow admin to view private photos / status != 0

- Allow "undo rename" in photo.php

https://camera.phor.net/docs/reports/errors.html Link to and find better host for online documentation / API ref

Then update the release process in CONTRIBUTING ## Regression testing (move all this to Continuous Integration) - Validate OpenSearch: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fcamera.phor.net%2Fcameralife%2Fopensearch.xml.php - Validate OpenGraph: https://developers.facebook.com/tools/debug/og/object?q=camera.phor.net - Validate RSS: http://validator.w3.org/feed/check.cgi?url=camera.phor.net/cameralife/rss.php%3Fq%3Dwill - Try...