Merge pull request #24 from Katharineum/master
Make server LDAP ready
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- .gitmodules 0 additions, 0 deletions.gitmodules
- .idea/dataSources.local.xml 0 additions, 0 deletions.idea/dataSources.local.xml
- .idea/dataSources.xml 0 additions, 0 deletions.idea/dataSources.xml
- .idea/dataSources/ae145b31-953d-4d55-ad07-b49b3287f618.xml 0 additions, 0 deletions.idea/dataSources/ae145b31-953d-4d55-ad07-b49b3287f618.xml
- .idea/dataSources/ea4cff78-5949-410f-aa64-d6daa5fb293d.xml 0 additions, 0 deletions.idea/dataSources/ea4cff78-5949-410f-aa64-d6daa5fb293d.xml
- .idea/dataSources/ef6730d6-e849-4772-acac-62469acab4d2.xml 0 additions, 0 deletions.idea/dataSources/ef6730d6-e849-4772-acac-62469acab4d2.xml
- .idea/jsLibraryMappings.xml 0 additions, 0 deletions.idea/jsLibraryMappings.xml
- .idea/misc.xml 0 additions, 0 deletions.idea/misc.xml
- .idea/modules.xml 0 additions, 0 deletions.idea/modules.xml
- .idea/school-apps.iml 0 additions, 0 deletions.idea/school-apps.iml
- .idea/vcs.xml 0 additions, 0 deletions.idea/vcs.xml
- .idea/webResources.xml 0 additions, 0 deletions.idea/webResources.xml
- .idea/workspace.xml 0 additions, 1096 deletions.idea/workspace.xml
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 22 additions, 2 deletionsREADME.md
- schoolapps/__init__.py 0 additions, 0 deletionsschoolapps/__init__.py
- schoolapps/aub/README.md 0 additions, 0 deletionsschoolapps/aub/README.md
- schoolapps/aub/__init__.py 0 additions, 0 deletionsschoolapps/aub/__init__.py
- schoolapps/aub/admin.py 0 additions, 0 deletionsschoolapps/aub/admin.py
.gitignore
100644 → 100755
.gitmodules
100644 → 100755
File mode changed from 100644 to 100755
.idea/dataSources.local.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/dataSources.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/dataSources/ae145b31-953d-4d55-ad07-b49b3287f618.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/dataSources/ea4cff78-5949-410f-aa64-d6daa5fb293d.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/dataSources/ef6730d6-e849-4772-acac-62469acab4d2.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/jsLibraryMappings.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/misc.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/modules.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/school-apps.iml
100644 → 100755
File mode changed from 100644 to 100755
.idea/vcs.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/webResources.xml
100644 → 100755
File mode changed from 100644 to 100755
.idea/workspace.xml
deleted
100644 → 0
This diff is collapsed.
LICENSE
100644 → 100755
File mode changed from 100644 to 100755
README.md
100644 → 100755
schoolapps/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
schoolapps/aub/README.md
100644 → 100755
File mode changed from 100644 to 100755
schoolapps/aub/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
schoolapps/aub/admin.py
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment