hasjob
hasjob copied to clipboard
Hasjob, the Hasgeek job board
updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/5.0.2...5.0.4)
- Adds the ability to subscribe to alerts for job posts via email. The alerts can be configured for job posts that match one or multiple combinations for filters. Support...
Button is now in a table since it breaks in outlook otherwise.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Fixes #337.
Fixes #291. - removed POST handling part of jobpost reporting to a separate view.
Anytime the site is loaded and there is - * a scroll event * a mouse pointer move event the anon user session is set using a form submit. Fixes...
Implemented [flask-monitoringdashboard](http://flask-monitoringdashboard.readthedocs.io) This app gives us some metrics about HTTP requests on the endpoints we choose. Couple of pros are - * it's possible to track requests per user with...
``` if g.user: - if current_auth.not_anonymous if not g.user: - if current_auth.is_anonymous if g.user or g.anon_user: - if current_auth.is_authenticated if g.anon_user: - if current_auth.is_authenticated and current_auth.is_anonymous ```
Work in progress.