Skip to content

Commit

Permalink
Merge pull request #61 from certego/develop
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
ManofWax authored Sep 18, 2023
2 parents 2514d37 + 256ea32 commit bad2143
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.1.x
### 1.1.1
#### Bugfix
* Fixed symbolic link of the reusable app

### 1.1.0
#### Features
* Added `ignored_users` and `ignored_ips` in the Config model in order to filter some useless logins
Expand Down
2 changes: 1 addition & 1 deletion django-buffalogs/buffalogs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: buffalogs
Version: 1.1.0
Version: 1.1.1
Summary: A Django app to detect anomaly logins.
Home-page: UNKNOWN
Author: Lorena Goldoni
Expand Down
28 changes: 27 additions & 1 deletion django-buffalogs/buffalogs.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,30 @@ buffalogs.egg-info/PKG-INFO
buffalogs.egg-info/SOURCES.txt
buffalogs.egg-info/dependency_links.txt
buffalogs.egg-info/requires.txt
buffalogs.egg-info/top_level.txt
buffalogs.egg-info/top_level.txt
impossible_travel/__init__.py
impossible_travel/admin.py
impossible_travel/apps.py
impossible_travel/models.py
impossible_travel/tasks.py
impossible_travel/views.py
impossible_travel/management/commands/clear_models.py
impossible_travel/management/commands/impossible_travel.py
impossible_travel/management/commands/setup_config.py
impossible_travel/management/commands/update_config.py
impossible_travel/migrations/0001_initial.py
impossible_travel/migrations/0002_alert_updated.py
impossible_travel/migrations/0003_alter_alert_updated.py
impossible_travel/migrations/0004_login_index.py
impossible_travel/migrations/0005_config.py
impossible_travel/migrations/0006_alert_is_vip.py
impossible_travel/migrations/0007_login_event_id_login_ip.py
impossible_travel/migrations/0008_usersip.py
impossible_travel/migrations/0009_config_ignored_ips_config_ignored_users_and_more.py
impossible_travel/migrations/__init__.py
impossible_travel/modules/impossible_travel.py
impossible_travel/modules/login_from_new_country.py
impossible_travel/modules/login_from_new_device.py
impossible_travel/modules/__pycache__/impossible_travel.cpython-310.pyc
impossible_travel/modules/__pycache__/login_from_new_country.cpython-310.pyc
impossible_travel/modules/__pycache__/login_from_new_device.cpython-310.pyc
2 changes: 1 addition & 1 deletion django-buffalogs/buffalogs.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

impossible_travel
2 changes: 1 addition & 1 deletion django-buffalogs/impossible_travel
2 changes: 1 addition & 1 deletion django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalogs
version = 1.1.0
version = 1.1.1
description = A Django app to detect anomaly logins.
long_description = file: README.rst
author = Lorena Goldoni
Expand Down

0 comments on commit bad2143

Please sign in to comment.