Statistics
| Branch: | Tag: | Revision:

root / edumanage / models.py @ 1d70dbce

History | View | Annotate | Download (21.9 kB)

# Date Author Comment
1a53a4d7 06/22/2015 01:08 pm Stauros Kroustouris

add packages from pip and clean lint errors

3cdee1de 10/06/2014 12:48 pm Stauros Kroustouris

cleanup

a5df9ef7 08/05/2014 05:23 pm Stauros Kroustouris

django 1.4 file structure

01b72c45 05/14/2014 01:34 pm Leonidas Poulopoulos

Add CAT profile indicator for any institution

f815bba9 05/13/2014 11:37 am Leonidas Poulopoulos

Add CAT enrollment model

3e6cb9a2 04/24/2014 11:37 am Leonidas Poulopoulos

Add model to support CAT enrollment

c23795ba 02/20/2013 02:53 pm Leonidas Poulopoulos

Fixed issue with google map coordinates and float format

c0b582fe 02/19/2013 11:12 pm Leonidas Poulopoulos

Added extra chars to country field in Realm. Moved LANGS in settings

7ee6a39a 02/08/2013 02:56 pm Leonidas Poulopoulos

Moved Realm countries selection in settings.py

41f67637 12/14/2012 12:19 pm Leonidas Poulopoulos

Fixed an issue with Institution Servers proxying.

Institution Realm can be proxied only to Institution Servers with
ertype IdP or Idp/SP. Fixed a bug where this condition was not
respected. This closes #3148

27d6f3e2 11/19/2012 11:54 pm Leonidas Poulopoulos

Fixed issue with <dd> with empty encryption

A location with an empty encryption would not render properly in
Google maps infowindow. An empty dd would be ommited causing data
to shift thus breaking category values inside infowindow

00956564 11/19/2012 07:19 pm Zenon Mousmoulas

Updated field username to 36 chars in edumanage/models.py

3f6c2ef7 11/19/2012 07:16 pm Zenon Mousmoulas

Updated field passwp to 80 chars in edumanage/models.py

9ffab2db 11/19/2012 07:04 pm Leonidas Poulopoulos

Added extra field to InstServer - denotes radius packet types

6f08eac3 11/19/2012 06:27 pm Leonidas Poulopoulos

Added an extra field to InstServer, addr_type

Added the addr_type field to InstServer. Made the appropriate
changes to templates and forms.

a93e5506 11/19/2012 05:28 pm Leonidas Poulopoulos

Fixed a bug where institutions with no number_id caused a 500 to xml export

6fbdf3f8 11/19/2012 05:17 pm Leonidas Poulopoulos

Removed 2 fields from InstServer and renamed port to auth_port. Changed template and forms accordingly

e6d94bba 11/19/2012 04:07 pm Zenon Mousmoulas

Added get_display to InstServer ertype field in edumanage/models.py

091a592d 11/19/2012 03:36 pm Leonidas Poulopoulos

Changed secret field to 80 chars

5a0bf41c 11/06/2012 03:10 pm Leonidas Poulopoulos

Fixed issues with models unicode rendering

f3bca340 11/03/2012 01:39 am Leonidas Poulopoulos

Added security control checks that display warnings once unauthorized access is caught

9db05e62 11/02/2012 08:41 pm Leonidas Poulopoulos

Added MonLocalAuthnParam and InstRealmMon forms and views. Initial commit

87f22055 11/02/2012 05:41 pm Leonidas Poulopoulos

Changed instrealmmonid field to OneToOne

84613d09 11/02/2012 05:22 pm Leonidas Poulopoulos

Renamed MonLocalEAPOLData to MonLocalAuthnParam

0dc8856c 11/02/2012 05:01 pm Leonidas Poulopoulos

Temporarily disabled MONTYPES

31bd76f7 11/02/2012 04:59 pm Leonidas Poulopoulos

Temporarily removed exp_response field and friends. Will be implemented in future release

8911360d 11/02/2012 04:58 pm Leonidas Poulopoulos

Temporarily removed cert field and friends. Will be implemented in future release

1ff25e0b 11/02/2012 04:53 pm Leonidas Poulopoulos

Made host field empty|null in instrealmmon

19e9a63a 11/02/2012 04:45 pm Leonidas Poulopoulos

Cleaned up InstRealmMon

eb944249 11/02/2012 04:33 pm Leonidas Poulopoulos

Added translations and help_texts

f1c7485c 11/02/2012 12:11 pm Leonidas Poulopoulos

Changed contact name length

aa9c751d 11/02/2012 11:57 am Leonidas Poulopoulos

Removed unwanted unicode argument from contact

9741b379 11/02/2012 11:52 am Leonidas Poulopoulos

Renamed contact first name to name

ec1a20ad 11/02/2012 11:39 am Leonidas Poulopoulos

Removed lastname from contact

138dad8b 11/01/2012 09:37 pm Leonidas Poulopoulos

Switched the enc char field to a custom multiple choices field

5ec231e4 11/01/2012 02:57 pm Leonidas Poulopoulos

Changed the way server names are displayed

0790d933 10/23/2012 02:14 pm Leonidas Poulopoulos

Added realm_data.xml, plus minor ui fixes

6e7a2306 10/23/2012 11:56 am Leonidas Poulopoulos

Minor changes to models.py - Moved field ertype to inst - added help_text to InstServer Fields

732bb247 10/22/2012 02:51 pm Leonidas Poulopoulos

Special handling of fields according to Institution ertype

04df82f7 10/11/2012 06:21 pm Leonidas Poulopoulos

Added realms in admin view with full functionality

38f2278d 10/11/2012 05:24 pm Leonidas Poulopoulos

Added a more efficient user management scheme to avoid sneak peeks into other inst contacts

af9d484b 10/09/2012 10:51 am Leonidas Poulopoulos

Major form fixes. Added geolocation

edac002f 10/01/2012 04:11 pm Leonidas Poulopoulos

Added add/edit Server form

a1acef62 09/26/2012 05:04 pm Leonidas Poulopoulos

Increased address field chars

02f2ae43 09/26/2012 05:01 pm Leonidas Poulopoulos

Added Google maps into institution and service loc forms

f60df981 09/21/2012 11:51 am Leonidas Poulopoulos

Added a translation template tag. Added a Services form and template

fa8b2f7d 09/20/2012 11:24 am Leonidas Poulopoulos

Added an institution edit form

5747efc8 09/17/2012 02:46 pm Leonidas Poulopoulos

Split table institution into two to adjust to local institution admin workflow

ce7d3a97 09/17/2012 01:16 pm Leonidas Poulopoulos

Split name into first/last name

30a40b6c 09/17/2012 11:29 am Leonidas Poulopoulos

Added edumanage app with models