Peery
2764fef612
Replaced fuzzy DB queries with parameterized queries
...
Removed cases where string formatting was used for preparing SQL queries (vulnerable to SQL Injection) and replaced them with parameterization.
3 years ago
Peery
4757789efc
Changed Artist SQL statements to fit column renaming
...
Renamed the column Artist.description to Artist.name in the SQL schema and implemented the change in the DB adapter.
3 years ago
Peery
9733828897
Added DB connection timeout
...
Added a timeout of 3 seconds when trying to connect to the database.
3 years ago
peery
6eb55bb3dc
Cleaned up import
3 years ago
peery
5a2d4b9b73
Fixed a bug concerning aliases
3 years ago
peery
6026e736ba
Added Database Schema checks
...
The database schema is now checked if the correct (and only the correct) tables are present.
3 years ago
Peery
907f90ffdd
Introduced None title Handling
...
Changed filename titles to be recognized as empty and replace empty titles with an unknown string.
4 years ago
Peery
2575f45421
Fixed alias editing bug & changed empty title handling
...
Fixed a bug where editing the alias or implication of a tag caused a crash.
Also changed titles that were left unedited from the file name to stay empty inside the database and not be filled with the filename
4 years ago
Peery
b5e226bc3a
Updated DB backend for new schemas
...
Update the DB backend to work with an updated schema.
Also fixed a few UI bugs caused by that.
4 years ago
Peery
99069ba77d
ArtNet App
...
Moved ArtNet from another repo here
4 years ago