This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • development/sharing/codeability-sharing-platform
1 result
Show changes
Commits on Source (2)
Showing
with 39 additions and 11 deletions
......@@ -220,3 +220,4 @@ pwd/co/elastic/clients/elasticsearch-java/7.17.9/elasticsearch-java-7.17.9.pom
pwd/co/elastic/clients/elasticsearch-java/7.17.9/elasticsearch-java-7.17.9.jar.sha1
pwd/co/elastic/clients/elasticsearch-java/7.17.9/elasticsearch-java-7.17.9.pom.lastUpdated
pwd/co/elastic/clients/elasticsearch-java/7.17.9/elasticsearch-java-7.17.9.pom.sha1
src/main/resources/.h2.server.properties
......@@ -21,9 +21,10 @@ public class AuthorityService {
this.authorityRepository = authorityRepository;
}
// Get all users with authority ROLE_REVIEW_MANAGER
List<User> findAllUsersWithAuthority(String authority) {
log.info("Request to get all users with authority: {}", authority);
return authorityRepository.findAllUsersWithAuthority(authority);
log.info("Finding all users with authority: {}", authority);
List<User> users = authorityRepository.findAllUsersWithAuthority(authority);
log.info("Found {} users with authority: {}", users.size(), authority);
return users;
}
}
......@@ -124,7 +124,7 @@ public class MailService {
javaMailSender.send(mimeMessage);
log.debug("Sent email to User '{}'", to);
return true;
} catch (MailException | MessagingException e) {
} catch (Exception e) {
log.warn("Email could not be sent to user '{}'", to, e);
return false;
}
......
......@@ -156,7 +156,7 @@ public class ReviewService {
addHistoryEntry(reviewEntity, reviewRating, userO, ReviewStatus.REVIEW_IN_PROGRESS, "Reviewer(s) assigned");
reviewRatingRepository.save(reviewRating);
});
reviewEntity.setComments(new HashSet<>(reviewRatingRepository.findByReview(reviewEntity.getId())));
reviewRepository.save(reviewEntity);
notifyReviewers(
......
#H2 Server Properties
#Fri May 05 15:53:11 CEST 2023
#Thu Jun 01 11:50:43 CEST 2023
0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/gitsearch|gitsearch
webSSL=false
webAllowOthers=true
......
......@@ -55,6 +55,7 @@ spring:
mail:
host: smtp.uibk.ac.at
port: 25
from: artemis-support-informatik@uibk.ac.at
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
from: no-reply@uibk.ac.at
......@@ -143,6 +144,8 @@ jhipster:
token-validity-in-seconds-for-remember-me: 2592000
mail: # specific JHipster mail property, for standard properties see MailProperties
base-url: https://search.sharing-codeability.uibk.ac.at/ # Modify according to your server's URL
from: no-reply@uibk.ac.at
enabled: true
logging:
use-json-format: false # By default, logs are not in Json format
logstash: # Forward logs to logstash over a socket, used by LoggingConfiguration
......
......@@ -66,8 +66,14 @@ spring:
mail:
host: smtp.uibk.ac.at
port: 25
from: artemis-support-informatik@uibk.ac.at
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
smtp:
auth: true
starttls:
enable: true
required: true
messages:
cache-duration: PT1S # 1 second, see the ISO 8601 standard
thymeleaf:
......
......@@ -93,7 +93,7 @@
}
</style>
<select id="social-providers-dropdown" class="${properties.kcFormSocialAccountListClass!} select2-dropdown">
<option style="width: 300px!important;" selected>Select a Social Provider</option>
<option style="width: 300px!important;" selected>${msg("listTitle")}</option>
<#list social.providers?sort_by("displayName") as p>
<option style="width: 300px!important;" value="${p.loginUrl}">${p.displayName!}</option>
</#list>
......
......@@ -22,7 +22,8 @@ kerberosNotConfiguredTitle=Kerberos nicht konfiguriert
bypassKerberosDetail=Sie sind entweder nicht mit Kerberos angemeldet, oder Ihr Browser ist nicht f\u00FCr eine Anmeldung mit Kerberos konfiguriert. Bitte klicken Sie auf Weiter, damit Sie sich auf eine andere Art anmelden k\u00F6nnen
kerberosNotSetUp=Kerberos ist nicht konfiguriert. Sie k\u00F6nnen sich damit nicht anmelden.
registerTitle=Registrierung
loginAccountTitle=Mit Ihrem Uni-Account anmelden
loginAccountTitle=W\u00E4hlen sie eine Login-Methode
listTitle="Liste \u00F6ffnen"
loginTitle=Anmeldung bei {0}
loginTitleHtml={0}
impersonateTitle={0} Identit\u00E4tswechsel
......
......@@ -22,7 +22,8 @@ kerberosNotConfiguredTitle=Kerberos Not Configured
bypassKerberosDetail=Either you are not logged in by Kerberos or your browser is not set up for Kerberos login. Please click continue to login in through other means
kerberosNotSetUp=Kerberos is not set up. You cannot login.
registerTitle=Register
loginAccountTitle=Sign in with your university account
loginAccountTitle=Choose a login method
listTitle="Open list"
loginTitle=Sign in to {0}
loginTitleHtml={0}
impersonateTitle={0} Impersonate User
......
......@@ -24,6 +24,12 @@
</p>
<p></p>
<ol type="a">
<li>
<h4>Beschreibung:</h4>
CodeAbility Austria schafft Lehr- und Lernumgebungen, um Studierenden aller Studienfächer eine hochwertige und individuelle
Programmierausbildung ermöglichen zu können.
</li>
<li>
<h4>Namen und die Kontaktdaten des Verantwortlichen:</h4>
Institut für Informatik, <br />
......@@ -159,4 +165,13 @@
regelmäßig zu lesen, um über den Schutz der von uns erfassten persönlichen Daten auf dem Laufenden zu bleiben. Durch die fortgesetzte
Nutzung der Sharing Plattform erklären Sie sich mit dieser Datenschutzerklärung und deren Aktualisierung einverstanden.
</p>
<h4>Code of conduct</h4>
<p>
Ihre Daten werden gemäß des GÉANT
<a href="http://www.geant.net/uri/dataprotection-code-of-conduct/v1" class="external-link" rel="nofollow"
>Data Protection Code of Conduct for Service Providers</a
>
verarbeitet, einem gemeinsamen Standard im Bereich der Hochschulbildung und Forschung.
</p>
</div>
......@@ -10,7 +10,7 @@
},
"oidc": {
"icon": "/content/img/building-columns-solid.svg",
"text": "Anmeldung über Ihre Hochschule"
"text": "Anmeldung über EduID oder andere IDPs"
}
}
}
......@@ -10,7 +10,7 @@
},
"oidc": {
"icon": "/content/img/building-columns-solid.svg",
"text": "Login with your university account"
"text": "Login via EduID or other IDPs"
}
}
}