1
Fork 0
photoview/api/graphql/resolvers
stz184 53b323640f Fixes viktorstrate/photoview#71
In order to prevent SQL injections and , reveal information about the database tables avoid passing MySQL functions as GQL sorting parameters, I refactored the FormatSQL() function.
Additionally, the old approach with using regex to filter the orderBy parameter was not effective and prevented using column.table annotations.
2020-10-13 18:27:28 +03:00
..
album.go Fixes viktorstrate/photoview#71 2020-10-13 18:27:28 +03:00
media.go Fixes viktorstrate/photoview#71 2020-10-13 18:27:28 +03:00
mediaGeoJson.go Add geojson graphql endpoint, work on mapbox 2020-09-27 00:46:01 +02:00
notification.go Work on notifications + custom logger 2020-02-21 20:51:50 +01:00
root.go Work towards subscriptions 2020-02-21 16:50:50 +01:00
scanner.go Fix bug with max worker jobs 2020-09-25 19:21:03 +02:00
search.go Huge refactor: rename photo to media 2020-07-10 14:26:19 +02:00
share_token.go Fix share pages 2020-07-10 18:35:37 +02:00
user.go Fixes viktorstrate/photoview#71 2020-10-13 18:27:28 +03:00