Skip to content

Commit

Permalink
Merge pull request #122 from maykinmedia/feature/50-fix-security-issues
Browse files Browse the repository at this point in the history
⬆️ [#50] updated dependecies and added oidc tests
  • Loading branch information
bart-maykin authored Aug 15, 2024
2 parents 1e74635 + 780b2e9 commit c15cff5
Show file tree
Hide file tree
Showing 20 changed files with 5,926 additions and 2,952 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick_start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Load fixtures
run: docker compose exec -T web src/manage.py loaddata demodata
- name: Create superuser
run: docker-compose exec -T web src/manage.py createsuperuser --username admin --email admin@admin.nl --no-input
run: docker compose exec -T web src/manage.py createsuperuser --username admin --email admin@admin.nl --no-input
- name: Check main page
run: |
curl_status=$(curl -w '%{http_code}' -o /dev/null -s http://localhost:8000/)
Expand Down
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"mootools" : false, // MooTools
"node" : true, // Node.js
"nonstandard" : false, // Widely adopted globals (escape, unescape, etc)
"phantom" : false, // PhantomJS
"prototypejs" : false, // Prototype and Scriptaculous
"qunit" : false, // QUnit
"rhino" : false, // Rhino
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ var configuration = function (config) {
useBrowserName: false,
},

// browsers: ['Chromium', 'Firefox', 'PhantomJS'],
browsers: ['Chromium'],
});
};
Expand Down
Loading

0 comments on commit c15cff5

Please sign in to comment.