Jaime Baez

Results 8 issues of Jaime Baez

Protect agains XSS when rendering HTML from "untrusted sources". Currently the HTML is injected through `VITE_LOGIN_PAGE_MESSAGE` env variable, although this might change. Would need to sanitize the HTML before rendering...

enhancement

### Feature detail Currently there are 2 endpoints that creates users introducing duplicated logic: - `POST /auth/admin-sign-up` - `POST /user` They can be both merged into a single endpoint `POST...

enhancement
feature

Alpine version 3.4 only provides `linux/amd64` image. I updated a couple of months ago to `alpine:3.13.2` to be able to build `git-server-docker` for ARMv7 It could probably be updated to...

If running standalone ApnsPHP_Push in a custom cli script that uses pcntl signals, sending APNS notifications will affect the proper function of it.

Added attribute for inverse scrolling.

This adds options for receiving the item being dragged on a callback on events "dragstart" and "dragstop"

**Name:** Jaime Baez Castillo **Email:** [email protected] **Linkedin Profile:** https://www.linkedin.com/in/jaime-baez-castillo/ Attach the homework screenshot below: ----------------------------------------- Added movie: `Spirited Away` https://amazing-euler-a7592e.netlify.app/ ![Captura de pantalla 2021-11-06 a las 12 45 00](https://user-images.githubusercontent.com/1777543/140608475-64c41e7b-13dc-4ad8-8119-effac680807d.png)

accepted
homework
badge issued

The current namespace implementation was not ideal, it would create a new socket connection for each namespace. In this PR the namespace was removed from SocketIO class. To share the...