Topic cluster
Notification
A typed event or request exchanged between decoupled Zotonic components through the notifier.
View topic page5 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
observe_acl_max_upload_size/2
Return the maximum upload size in bytes for the current user, as defined by the ACL configuration.
observe_dropbox_file/2
Handle a new file received in the ‘files/dropbox’ folder of a site. Unhandled files are deleted after an hour. If the handler returns ‘ok’ then the file is moved from the files/processing folder to files/handled. folder.
observe_media_upload_preprocess/2
Notification to translate or map a file after upload, before insertion into the database Used in mod_video to queue movies for conversion to mp4. You can set the post_insert_fun to something like fun(Id, Medium, Context…
observe_media_upload_props/3
Notification that a medium file has been uploaded. This is the moment to change properties, modify the file etc. The folded accumulator is the map with updated medium properties.
observe_media_upload_rsc_props/3
Notification that a medium file has been uploaded. This is the moment to change resource properties, modify the file etc. The folded accumulator is the map with updated resource properties.