Fmn.web

Latest version: v0.8.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.2.3

-----

- Add enable/disable switches to the profile page. Fixes 9. `9005111a7 <https://github.com/fedora-infra/fmn.web/commit/9005111a7e85b405ff40aeb6f43deb966b900824>`_
- Just formatting. `e43656f2a <https://github.com/fedora-infra/fmn.web/commit/e43656f2a6ff122278c1fa1503bcc78d6adb16b7>`_
- Allow deleting detail_values. `55b42e578 <https://github.com/fedora-infra/fmn.web/commit/55b42e5782f5e69af9b03c2049f3e8095efe8544>`_
- Correct this. `1f63c5cee <https://github.com/fedora-infra/fmn.web/commit/1f63c5ceeae466a18577aba9edea93406ce75023>`_
- Merge pull request 15 from fedora-infra/feature/delete-details `8a83cae6d <https://github.com/fedora-infra/fmn.web/commit/8a83cae6dece473b8b9ee7cb69cc7910087e2819>`_
- Add a button to delete a filter from its own view. Fixes 11. `a79bea25b <https://github.com/fedora-infra/fmn.web/commit/a79bea25b7bdf7c91c95c3753056161a73b60976>`_
- Merge pull request 16 from fedora-infra/feature/delete-filter `bc01c670f <https://github.com/fedora-infra/fmn.web/commit/bc01c670f33a0ef7fedccf560980114cad3721ed>`_

0.2.2

-----

- Remove unnecessary word. `587df5258 <https://github.com/fedora-infra/fmn.web/commit/587df525807eab27ab8031580966b7d4312babcb>`_
- add /link-fedora-mobile endpoint for...linking fedora mobile. ;) `1eff1d432 <https://github.com/fedora-infra/fmn.web/commit/1eff1d4328fcc189048e0fd37a3e403d08204f21>`_
- Change status to accepted instead of pending `335e5c3bf <https://github.com/fedora-infra/fmn.web/commit/335e5c3bfabfdc8e0aa97b7219e25f60fce2227e>`_
- Add an endpoint for accepting without login. `f66ed7e51 <https://github.com/fedora-infra/fmn.web/commit/f66ed7e513f4fa357c1b7877c93e22e2ad950395>`_
- make the context page prettier for android `53c4605eb <https://github.com/fedora-infra/fmn.web/commit/53c4605ebc5ef0343a23616bd3514c4b72f99e7e>`_
- use api_method and return dicts `22a23e296 <https://github.com/fedora-infra/fmn.web/commit/22a23e29696f566ed6f3035242689baccf64c6ba>`_
- Merge pull request 8 from fedora-infra/android `8b79bf0c0 <https://github.com/fedora-infra/fmn.web/commit/8b79bf0c0861bb19bdfe547c3de25e3974579648>`_
- Use filter_id in urls instead of unsafe filter_name. `901366c40 <https://github.com/fedora-infra/fmn.web/commit/901366c401829651d2d7bfafa734203b33d405b9>`_
- Merge branch 'develop' of github.com:fedora-infra/fmn.web into develop `19b5ad4ac <https://github.com/fedora-infra/fmn.web/commit/19b5ad4acf374b1136bd8ece5c21cc8a81243c5e>`_

0.2.1

-----

- Re-do the frontpage and redistribute that text to the context template. `86caa7d7a <https://github.com/fedora-infra/fmn.web/commit/86caa7d7a78f183caaa235624ef6ac1dfbb763aa>`_
- Show examples messages that match a filter. Fixes 2. \ó/ `4a45c5f7a <https://github.com/fedora-infra/fmn.web/commit/4a45c5f7a127ed0f2c6aee2bb7c6696ed26111f3>`_
- Update the name of this method call. `7dab102be <https://github.com/fedora-infra/fmn.web/commit/7dab102be28cb05b4a80fad32de5c2b45a71ea50>`_

0.2.0

-----

- Not using these anymore. `e1d932601 <https://github.com/fedora-infra/fmn.web/commit/e1d93260190948a9bc1a3b204938c21f29896f76>`_
- Logout only if logged in. `7387e46d3 <https://github.com/fedora-infra/fmn.web/commit/7387e46d3cc08d0a93bbbf3c0354fdf39cc1ccbf>`_
- Use stateless mode for openid. `dbc9a93d0 <https://github.com/fedora-infra/fmn.web/commit/dbc9a93d07abca11bce5c1bac15a130c6d554de9>`_
- Adapt to an API change. `5ca5f2f26 <https://github.com/fedora-infra/fmn.web/commit/5ca5f2f268254fef3b9d742f636b23a49fabc59b>`_
- Show API key and allow the user to reset it `e96b7e70d <https://github.com/fedora-infra/fmn.web/commit/e96b7e70dc7588fa07ec3e71ce945bafb92e1216>`_
- Add a confirmation on the key reset link `47a9bdf14 <https://github.com/fedora-infra/fmn.web/commit/47a9bdf14eff3216a0d4e4eb370c47989633852e>`_
- useless import `963d8079f <https://github.com/fedora-infra/fmn.web/commit/963d8079f0e4f01e4a6426d5ce796040f575d13c>`_
- Add some Fedora Mobile magic. `7841c7451 <https://github.com/fedora-infra/fmn.web/commit/7841c7451afd3b6d1f27c1fa8bf3acf523b642cd>`_
- Break out the forms on the context view. `eddb755c0 <https://github.com/fedora-infra/fmn.web/commit/eddb755c0accef3fba3bf81b2e71ddd539a751cd>`_
- Split up detail_value in the context template. `5caa803f8 <https://github.com/fedora-infra/fmn.web/commit/5caa803f8a029163ffbbaadad16e6e4bd8fc6c23>`_
- detail_value validation. `3d0b46fe0 <https://github.com/fedora-infra/fmn.web/commit/3d0b46fe03cb874be1b62dd6e022d2533f504ded>`_
- Move this inside. Users are not always changing this here. `8920c901e <https://github.com/fedora-infra/fmn.web/commit/8920c901e82cebf247b883a4992e85c8fc816913>`_
- config for pkgdb queries. `c711aecb7 <https://github.com/fedora-infra/fmn.web/commit/c711aecb791a83d4c525de27893117f0a7c2f2dc>`_
- Merge pull request 6 from fedora-infra/apikey `9b9c8e41e <https://github.com/fedora-infra/fmn.web/commit/9b9c8e41e490ef62b6bb31fad2c66b78f253b86c>`_
- Adapt to detail values as a model (not comma-separated.......) `dce54d0fa <https://github.com/fedora-infra/fmn.web/commit/dce54d0fa4d2bc2f212c2a1587a335cd0a002ac1>`_
- Merge branch 'feature/comma-delimited-detail-value' into develop `b5ebcd694 <https://github.com/fedora-infra/fmn.web/commit/b5ebcd6940244fe012cac781469b0999ececd538>`_
- Merge branch 'develop' of github.com:fedora-infra/fmn.web into develop `5125cdafa <https://github.com/fedora-infra/fmn.web/commit/5125cdafa5d9de39d2521d49d1acb4f31153807b>`_
- Further updates for detail_values-as-model stuff. `ee030d719 <https://github.com/fedora-infra/fmn.web/commit/ee030d71915508ce680fc9e45c83d44f8e72901c>`_
- Some defaults for dogpile cache. `00f531732 <https://github.com/fedora-infra/fmn.web/commit/00f5317327b14f2699f2b444592be9034adc6f30>`_
- Redirect to profile after login. `8263754df <https://github.com/fedora-infra/fmn.web/commit/8263754dfd0e502f8669c170bbeb4ff53aa27eaf>`_
- Some explanation on the context page. `7939ce807 <https://github.com/fedora-infra/fmn.web/commit/7939ce807469eed7cdf83dc6f25968ed5d2c3022>`_
- A note about android. `0e77992da <https://github.com/fedora-infra/fmn.web/commit/0e77992da646f43b228961d329022bf8b526b78e>`_

0.1.5

-----

- Include static resources in the tarball. `ed6bf3a60 <https://github.com/fedora-infra/fmn.web/commit/ed6bf3a606657a0e667c65639f4c86cf77cac54c>`_

0.1.4

-----

- Deactivate apache config by default. `57cd98987 <https://github.com/fedora-infra/fmn.web/commit/57cd98987b71bada2d01f29ae7b438d6e0631107>`_

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.