Teedy API Scripts / database queries
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...
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...
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...
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...
Scan for users without groups
To have better control about users, which logged in first time by LDAP and did not get mapped to ...
Undelete document
Once a document was deleted, we can restore most information except document files: SELECT * FRO...