Skip to content

Releases: CESNET/exafs

version 1.2.2

19 Feb 20:29
82e5e38

Choose a tag to compare

What's Changed

  • Database migrations now tracked in gitmigrations/ removed from .gitignore
  • Replaced db-init.py with migration-based initialization (flask db upgrade)
  • Removed one-time /admin/set-org-if-zero endpoint, replaced with standalone scripts/migrate_v0x_to_v1.py
  • Fixed Flask-SQLAlchemy deprecation warning in Alembic env.py
  • Template URLs changed to use url_for helper, removed unused rule.html template
  • db-init.py and create-admin.py moved to scripts/ — all setup scripts now live under scripts/

Full Changelog: 1.2.1...1.2.2

version 1.2.1

17 Feb 18:46
76327c8

Choose a tag to compare

Fixed
Fixed nested

elements in dashboard tables causing delete button to fail on the first row
Delete actions reverted from POST forms to GET links with CSRF token passed as URL query parameter
CSRF protection preserved via manual validate_csrf check in delete endpoints

What's Changed

Full Changelog: 1.2.0...1.2.1

version 1.2.0

29 Jan 12:22
dcbe8d4

Choose a tag to compare

What's Changed

Full Changelog: 1.1.9...1.2.0

1.1.9

18 Nov 13:28
fb6eb34

Choose a tag to compare

What's Changed

Full Changelog: 1.1.7...1.1.9

1.1.7

16 Oct 16:35
07f28e2

Choose a tag to compare

What's Changed

Full Changelog: 1.1.6...1.1.7

version 1.1.6

10 Oct 09:51
c946158

Choose a tag to compare

Fixed

  • Fixed problem with session overflow on too many rules id

Changed

  • Updated withdraw_expired method to also delete expired rules
  • Expiration threshold can now be set in config (default: 30 days)

Added

  • New auth helpers to determine which rules a user can modify
  • Functions get_user_allowed_rule_ids and check_user_can_modify_rule in auth module
  • EXPIRATION_THRESHOLD config option
  • PyPi package published
  • Docker base image published
  • updated docs

version 1.1.4

25 Sep 11:42
0cf0bc1

Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

version 1.1.3

16 Jul 11:46
861cc3d

Choose a tag to compare

Version 1.1.3. with patch for machine api key

What's Changed

Full Changelog: 1.1.2...1.1.3

version 1.1.2

04 Jul 16:12
416d8e4

Choose a tag to compare

Version 1.1.2

  • Removed legacy setup.py and requirements-backup.txt in favor of pyproject.toml
  • Deleted unused JS files under static/js and cleaned debug print calls
  • Added type annotations in flowapp/views/api_common.py and updated configuration keys for rule limits

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

23 Jun 12:44
17fab31

Choose a tag to compare

Latest version with Whitelists, Rule count control and Machine Api Keys tied to user.

What's Changed

Full Changelog: 1.0.2...1.1.1