Marc Worrell
Marc Worrell
### Description Also add 'delete username' to the change-password dialog. ### Checklist - [ ] documentation updated - [ ] tests added - [x] no BC breaks
Change logger calls to add more metadata. Moved this from #2477 Add more structured logging using OTP logger module. We need to replace all lager calls in Zotonic and its...
Use a script tag with the correct nonce from #2870 Replacing the eval with a script addition will allow to remove the `Content-Security-Policy: 'unsafe-eval'` header. Also: - [ ] Check...
The code for the old websocket connections looked like this: (From mod_acl_user_groups.erl:430) ```erlang %% @doc Reattach all websocket connections of an user, this forces a refresh of the permissions %%...
2021-06-28 00:00:09.281 [error] at: "cowmachine:request_1:111", class: exit, code: 500, dst: #{ip4 => "149.210.144.203",port => 8430}, in: cowmachine, level: error, path: , reason: {{function_clause,[{z_string,to_lower,[,],[{file,"/home/zotonic/zotonic/_build/default/lib/zotonic_stdlib/src/z_string.erl"},{line,282}]},{z_media_identify,guess_mime,1,[{file,"/home/zotonic/zotonic/apps/zotonic_core/src/support/z_media_identify.erl"},{line,516}]},{z_file_entry,locate,3,[{file,"/home/zotonic/zotonic/apps/zotonic_core/src/support/z_file_entry.erl"},{line,203}]},{gen_statem,loop_state_callback,11,[{file,"gen_statem.erl"},{line,1166}]},{proc_lib,init_p_do_apply,3,[{file,"proc..."},...]}]},...}, src: #{ip4 => "136.144.151.255",port => 10292}, stacktrace:...
### Description Fix #2736 Add websub support ### Checklist - [ ] documentation updated - [ ] tests added - [ ] no BC breaks
- [ ] subscribe URL for WebSub in the rsc_export - [ ] WebSub http headers - [ ] WebSub link elements in ``
Docs needed to be done before release of 1.0: - [ ] MQTT topic handling and communication documentation. This is a central part of the new Zotonic. This should be...
The _blurhash_ is used to generate placeholders or estimate the most common colors of an image. See: https://github.com/woltapp/blurhash The C code command line utility could easily be added to our...
On crashes we show stack traces. They are quite unreadable. We can make them better using: https://github.com/erlang-lager/lager#exception-pretty-printing And maybe colored output: https://github.com/erlang-lager/lager#colored-terminal-output (extracted from #1805)