Teedy API Scripts / database queries
Gastzugang und spezielle Anpassungen (serverseitiger Code/Scripts)
Wir wollen unsere Inventarplattform so aufbereiten, dass sie auch für Gäste etwas zum Stöbern bie...
Auto-delete guest comments
In case you have a guest login enabled and don't want to accept guest spamming you can prev...
Auto-delete guest documents
In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...
Auto-delete guest tags
In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...
Change owner of tags/files/documents
Within Teedy, there is no function to change the owner of a document. So we cannot transfer docs...
Undelete document
Once a document was deleted, we can restore most information except document files: SELECT * FRO...
Scan for users without groups
To have better control about users, which logged in first time by LDAP and did not get mapped to ...
Create new documents which act as collectors
This is an example for document names with german titles. We call this script once per month to a...
Find ugly document titles
This statement looks for titles with unrequired whitespace duplicates /*title which contain doub...
Reindex / index repairing script
This script is for use as cron for example. By teedy username and password #!/bin/bash BAS...
Reprocess all files for a given user
Note that you can only re-process files which are your's! If you want to reprocess everything f...