- 26 Jul, 2016 2 commits
-
-
Filippos Giannakos authored
-
Filippos Giannakos authored
-
- 25 Jul, 2016 1 commit
-
-
Yiannis Tsiouris authored
-
- 20 Jul, 2016 3 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Nikos Skalkotos authored
* Add gunicorn start/stop before/after the package upgrade * Add link to the 0.18 upgrade nodes in the Admin Guide * Fix copyright date
-
- 13 Jul, 2016 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 11 Jul, 2016 1 commit
-
-
Nikos Skalkotos authored
Add comment about why the use of functools.wraps is mandatory for the decorators that are used in test functions.
-
- 08 Jul, 2016 4 commits
-
-
Filippos Giannakos authored
-
Filippos Giannakos authored
Fix broken tests expecting only one sent email while the actual code sends two.
-
Giorgos Korfiatis authored
When decorating a test_ function, wrap it, so that nose can detect it as a test function.
-
Giorgos Korfiatis authored
Fix a wrong import and hide the Mixin classes --- nose was trying to run them separately, too.
-
- 07 Jul, 2016 2 commits
-
-
Vitalis Salis authored
When a project is approved send an email to the admins specified by a setting on astakos.
-
Yiannis Tsiouris authored
-
- 06 Jul, 2016 5 commits
-
-
Filippos Giannakos authored
-
Nikos Skalkotos authored
-
Vitalis Salis authored
-
Vitalis Salis authored
-
Yiannis Tsiouris authored
-
- 05 Jul, 2016 7 commits
-
-
Yiannis Tsiouris authored
-
Yiannis Tsiouris authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make sure InvalidBackendStatus is raised if we run into an unknown status.
-
Kostas Papadimitriou authored
do not include public ipv6 networks in networks list if SNF:ANY_PUBLIC_IPV6 network is set in forced networks setting.
-
Vitalis Salis authored
-
Vitalis Salis authored
In order to add functionality for sending an email to the old user email, some template names and parameters were changed for clarity.
-
- 30 Jun, 2016 13 commits
-
-
Giorgos Korfiatis authored
-
Athina Bekakou authored
Record the addition of the action 'modify user e-mail' in the admin interface.
-
Olga Brani authored
-
Olga Brani authored
-
Athina Bekakou authored
Also, rename the attribute "ids" to "items". This attribute is used in the "actions" request.
-
Athina Bekakou authored
-
Athina Bekakou authored
-
Athina Bekakou authored
-
Olga Brani authored
data_keys is a list with the keys of the extra dict required for the action
-
Olga Brani authored
-
Olga Brani authored
Email change confirmation url is enabled regardless of the email change feature being activated or not. This is done to allow user email change from the admin.
-
Athina Bekakou authored
This mechanism detects if there are inputs for each item that the action targets and if there are, it adds in the request the name and the value of the input. Also, with this commit the mechanism is used for the action "modify e-mail".
-
Olga Brani authored
-