Project

General

Profile

# Date Author Comment
60555 02/03/2021 12:48 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Change properties to dl instead of mapagasas

60509 25/02/2021 08:00 PM Konstantinos Triantafyllou

[Admin Tools | Trunk]: Add get managers method. Delete no needed files.

59470 24/09/2020 02:02 PM Konstantina Galouni

[Trunk | Admin Tools]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58365:59468

58476 10/04/2020 02:34 PM Konstantina Galouni

[Trunk | Admin Tools Service]:
1. admintools.properties & UoaAdminToolsApplication.java: Uncomment admintools.properties and ignore if @PropertySource for dnet-override.properties not found, to let tests runs.
2. Subscriber.java: Add default constructor and constructor with email parameter....

58363 31/03/2020 02:36 PM Argiro Kokogiannaki

[Uoa-admin-tool|Trunk]

Properties: use classpath instead of path of specific tomcats
Recaptcha: add logs and catch exceptions

58362 31/03/2020 02:02 PM Konstantina Galouni

All files moved to /trunk directory (improving project structure in svn).

56383 05/07/2019 04:39 PM Konstantinos Triantafyllou

[AdminTools]: 1. Change the way of reading properties. 2. Replace mongodb custom properties with custom on admin-tools.properties. See deployments.txt

56270 28/06/2019 02:54 PM Konstantinos Triantafyllou

[Admin tools]: Add google secret for beta.

56262 28/06/2019 12:19 PM Konstantinos Triantafyllou

[Admin-tools]: Add at properties of beta and production google-secret and post allowed properties.

55305 12/04/2019 01:51 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Change post.allowed and handler to match with servlet path. 2. Add an optional param in sendMail for bcc with default value true.

55272 11/04/2019 01:20 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Create two new entities: EmailRecaptcha, GoogleResponse. 2. Add a new post request /contact for contact us feature. 3. Create a service for verify recaptcha. 4. Add two new properties in admintools.properties: google.secret, post-allowed list(for allowing specific post requests without login)

55027 19/03/2019 11:28 AM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Add Layout Collection 2. Create getLayout, updateLayout, resetLayout in CommunityController 3. Add at admintooles.properties default color=color of connect

54676 01/02/2019 11:58 AM Konstantina Galouni

1. emailSender/EmailSender.java: enable property 'starttls' for mail (necessary when sending mail to mailing list address).
2. controllers/EmailController.java: 'sendEmail()' function returns success and failure lists for all emails to be sent.
3. resources/admintools.properties: change 'UserInfoUrl' property from 'mpagasas' to 'scoobydoo'.

53985 27/11/2018 01:31 PM Argiro Kokogiannaki

Email Sender: Add a new property auth

Properties: add dev and beta properties

comment methods in update after run in beta

52992 28/08/2018 04:08 PM Argiro Kokogiannaki

uncomment values in properties file - fixing previous commit issue with deploy

52897 03/08/2018 03:17 PM Argiro Kokogiannaki

add deployments info file
remove content page from init script
update names of communities
update html for pages with htmlPageContent

Subscribers: don't subscribe again if already subscribed
Notifications: add entity, DAO, controller
Add Email entity

Change emailSender to be more generic

52363 05/06/2018 02:15 PM Konstantina Galouni

1. Update version in scripts and pom.
2. Bug fix in 'init_db' script (remove a new line).
3. Functionality for sending an email to a parametrized list of users added (EmailSender.java).
4. Add a POST method in API that gets a list of recipients and sends them an email (/invite - EmailController.java)....

51187 13/03/2018 12:57 PM Argiro Kokogiannaki

add the files for dnet override properties, change origin server to contains oly domain

51049 06/03/2018 01:06 PM Argiro Kokogiannaki

Add subscribers collection, DAO and controller| add not found exception & handler | add authorization handler (disabled for now)