etiquette/frontends/etiquette_flask/etiquette_flask
Ethan Dalool 5f6d21fdee Give Photos a searchhidden property.
By default, photos with searchhidden do not appear in the search
results. This allows a small number of representative images from
a large album to appear in the results, while the rest can be
found on the album's page.

The same effect could be achieved with a tag and forbid search,
but tag searching has much higher cost and it would be more difficult
to implement as a default behavior without requiring lots of special
checks whenever listing tags etc.
2018-03-09 17:10:27 -08:00
..
endpoints Give Photos a searchhidden property. 2018-03-09 17:10:27 -08:00
__init__.py Move ef/endpoints/common.py to ef/common.py 2018-02-03 01:43:41 -08:00
common.py Specify name= on calls to PDB.get_tag. 2018-02-16 22:25:56 -08:00
decorators.py Add decorator catch_etiquette_exception. 2018-01-09 21:21:15 -08:00
jsonify.py Further separate front & back; Create frontends folder 2017-05-01 21:49:28 -07:00
sessions.py Move the random hex generator to helpers. 2018-02-24 18:54:59 -08:00