Skip to content
Snippets Groups Projects
Commit 567ebd58 authored by Thijs Nulle's avatar Thijs Nulle
Browse files

Added filter for requests in student's history, visiting as a teacher.


Signed-off-by: default avatar <t.j.nulle@student.tudelft.nl>
parents 980b8ee8 adc37671
No related merge requests found
...@@ -102,8 +102,8 @@ public class SamlWebSecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -102,8 +102,8 @@ public class SamlWebSecurityConfig extends WebSecurityConfigurerAdapter {
private String keystorePassword; private String keystorePassword;
/** /**
* The entity ID of the Queue Service Provider. Normally, this is the URL to * The entity ID of the Queue Service Provider. Normally, this is the URL to the metadata.xml file of a
* the metadata.xml file of a service (so queue.tudelft.nl/saml/metadata for instance). * service (so queue.tudelft.nl/saml/metadata for instance).
*/ */
@Value("${saml.entityId}") @Value("${saml.entityId}")
private String entityId; private String entityId;
... ...
......
...@@ -2,18 +2,16 @@ ...@@ -2,18 +2,16 @@
* Queue - A Queueing system that can be used to handle labs in higher education * Queue - A Queueing system that can be used to handle labs in higher education
* Copyright (C) 2016-2019 Delft University of Technology * Copyright (C) 2016-2019 Delft University of Technology
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero
* it under the terms of the GNU Affero General Public License as * General Public License as published by the Free Software Foundation, either version 3 of the License, or
* published by the Free Software Foundation, either version 3 of the * (at your option) any later version.
* License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
* but WITHOUT ANY WARRANTY; without even the implied warranty of * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * License for more details.
* GNU Affero General Public License for more details.
* *
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License along with this program. If not,
* along with this program. If not, see <https://www.gnu.org/licenses/>. * see <https://www.gnu.org/licenses/>.
*/ */
package nl.tudelft.ewi.queue.controller; package nl.tudelft.ewi.queue.controller;
... ...
......
/** /**
* Queue - A Queueing system that can be used to handle labs in higher education * Queue - A Queueing system that can be used to handle labs in higher education
* Copyright (C) 2016-2019 Delft University of Technology * Copyright (C) 2016-2019 Delft University of Technology.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero
* it under the terms of the GNU Affero General Public License as * General Public License as published by the Free Software Foundation, either version 3 of the License, or
* published by the Free Software Foundation, either version 3 of the * (at your option) any later version.
* License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
* but WITHOUT ANY WARRANTY; without even the implied warranty of * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * License for more details.
* GNU Affero General Public License for more details.
* *
* You should have received a copy of the GNU Affero General Public License * You should have received a copy of the GNU Affero General Public License along with this program. If not,
* along with this program. If not, see <https://www.gnu.org/licenses/>. * see <https://www.gnu.org/licenses/>.
*/ */
package nl.tudelft.ewi.queue.service; package nl.tudelft.ewi.queue.service;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment