mirror of
https://github.com/stashapp/stash.git
synced 2026-01-08 16:49:21 +01:00
* override "name" sort with COALESCE * tag sort_name frontend adds `data-sort-name` attribute to tag links prioritizes sort_name value but will default to tag name if not present in the same way that COALESCE will prioritize the same values in the same way * add sort_name filter, update locale per request * Include sort name in anonymiser * Add import/export support --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| blob | ||
| migrations | ||
| anonymise.go | ||
| anonymise_test.go | ||
| batch.go | ||
| blob.go | ||
| blob_migrate.go | ||
| blob_test.go | ||
| common.go | ||
| criterion_handlers.go | ||
| custom_fields.go | ||
| custom_fields_test.go | ||
| custom_migrations.go | ||
| database.go | ||
| date.go | ||
| doc.go | ||
| driver.go | ||
| file.go | ||
| file_test.go | ||
| filter.go | ||
| filter_hierarchical.go | ||
| filter_internal_test.go | ||
| fingerprint.go | ||
| folder.go | ||
| folder_test.go | ||
| functions.go | ||
| gallery.go | ||
| gallery_chapter.go | ||
| gallery_chapter_test.go | ||
| gallery_filter.go | ||
| gallery_test.go | ||
| group.go | ||
| group_filter.go | ||
| group_relationships.go | ||
| group_test.go | ||
| history.go | ||
| image.go | ||
| image_filter.go | ||
| image_test.go | ||
| migrate.go | ||
| performer.go | ||
| performer_filter.go | ||
| performer_test.go | ||
| phash.go | ||
| query.go | ||
| record.go | ||
| regex.go | ||
| relationships.go | ||
| repository.go | ||
| saved_filter.go | ||
| saved_filter_test.go | ||
| scene.go | ||
| scene_filter.go | ||
| scene_marker.go | ||
| scene_marker_filter.go | ||
| scene_marker_test.go | ||
| scene_test.go | ||
| setup_test.go | ||
| sql.go | ||
| stash_id_test.go | ||
| studio.go | ||
| studio_filter.go | ||
| studio_test.go | ||
| table.go | ||
| tables.go | ||
| tag.go | ||
| tag_filter.go | ||
| tag_test.go | ||
| timestamp.go | ||
| transaction.go | ||
| transaction_test.go | ||
| tx.go | ||
| values.go | ||