Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf @ 27a54f35

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
f86bdcac 06/14/2013 01:27 pm Kostas Papadimitriou

astakos: Update default astakos .conf file

removed ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL``
settings since they are dynamically set based on the ``ASTAKOS_BASE_URL``
setting.

80a30d20 06/13/2013 05:23 pm Kostas Papadimitriou

astakos: Document ASTAKOS_USAGE_UPDATE_INTERVAL setting

bea584e1 06/03/2013 12:00 pm Giorgos Korfiatis

astakos: Lift old-style services to components

Add model Component and migrate services along with their token
and UI URL to this new model. Rename service to component where
needed.

Add field service_type in Resource and fill it based on the name
of the service that used to own the resource.

e3ff6830 06/03/2013 11:49 am Georgios D. Tsoukalas

make synnefo URLs consistent and configurable

https://service.deployment.vendor.tld/service-base/api-prefix/hard/path |___________________________________| |__________| |________| |_______|
BASE_HOST BASE_PATH PREFIX Hardcoded...

cfb7dd4f 05/28/2013 12:32 pm Giorgos Korfiatis

astakos: Move email subjects from settings to messages

Email subjects are parameterized by site name and application-
specific data. Other than that they should be constants rather
than settings.

Remove unused GROUP_CREATION_SUBJECT.

48646327 05/23/2013 04:41 pm Giorgos Korfiatis

Remove deprecated quotaholder settings

Remove remaining astakos and pithos-related references of quotaholder
from settings and docs.

64242f0a 05/23/2013 04:41 pm Giorgos Korfiatis

astakos: Update services and resources settings

Replace ASTAKOS_SERVICES and ASTAKOS_RESOURCES_PRESENTATION_DATA with
ASTAKOS_SERVICES_META and ASTAKOS_RESOURCES_META in conf files
respectively.

c2f55dc8 05/23/2013 04:41 pm Giorgos Korfiatis

astakos: Remove setting PENDING_APPLICATION_LIMIT

8c26221c 05/22/2013 06:14 pm Olga Brani

branding: Correct commented settings in all *.conf files

251b83be 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove membership policy settings

Available join and leave policies are internally defined and should
not be changed by settings. Move policy descriptions to presentation.py.

Do not convert to string the lookup key in templatetags/filters.py

e7f22a2a 04/10/2013 07:05 pm Christos Stavrakakis

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py

36011c7a 04/08/2013 05:12 pm Giorgos Korfiatis

Fix description for resource `ram' in settings

f770d29f 04/02/2013 12:56 pm Kostas Papadimitriou

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/views.py
version

ee6a65bd 03/29/2013 01:24 pm Georgios D. Tsoukalas

change default project application limit to 0

By default projects are not visible in the UI,
therefore it makes sense to adjust the default
pending application limit to 0, too.

31bc3a62 03/27/2013 11:26 pm Kostas Papadimitriou

Astakos email notification improvements

- Use project setting SERVER_EMAIL as sender to all email notifications.
- Remove astakos specific DEFAULT_CONTAC_EMAIL in favor of snf-common's
CONTACT_EMAIL setting.
- Remove DEFAULT_CONTACT_EMAIL and ADMINS astakos specific settings in favor of...

984fec93 03/26/2013 05:39 pm Kostas Papadimitriou

Optionally display projects in astakos menu

New ASTAKOS_PROJECTS_VISIBLE setting (defaults to False) added to
control whether the projects menu should be visible in astakos user
views.

b336e6fa 03/11/2013 06:18 pm Georgios D. Tsoukalas

Fix+move HTTP quotaholder client in synnefo.lib

Allow per-service configuration of the (http) quotaholder client.
Kamaki is no longer needed in service (or ganeti) nodes,
because the client has been moved to snf-common.

Also fix the default quotaholder settings for pithos backend to be disabled...

7a882417 02/28/2013 07:01 pm Georgios D. Tsoukalas

add QUOTAHOLDER_URL to config and upgrade guide

c9a6e558 02/27/2013 04:54 pm Constantinos Venetsanopoulos

Verbal updates wrt help texts of astakos forms

c7c0ec58 02/27/2013 03:45 pm Giorgos Korfiatis

Add per-user limit on pending applications

Add UserSettings model for storing integer-valued settings.
If an entry is missing, a default synnefo setting is consulted.

The limit can be set/unset with snf-manage user-update.

9521d937 02/22/2013 04:38 pm Georgios D. Tsoukalas

Rename synnefo.local -> example.synnefo.org

As determined by a spontaneous committee, based on

- .local is used

- 'example' strongly hints to configuration action

- synnefo.org is under control.

f8983299 02/19/2013 02:10 pm Georgios D. Tsoukalas

astakos settings fixes

77a345fc 02/19/2013 12:04 pm Georgios D. Tsoukalas

cleanup astakos settings

5a3921a1 02/18/2013 10:23 pm Sofia Papagiannaki

Fix astakos settings documentation

469d0997 02/14/2013 04:26 pm Georgios D. Tsoukalas

ui compatibility: translate uuids to display names

8e1a5af5 02/14/2013 04:26 pm Georgios D. Tsoukalas

approve, deny, dismiss views

At the project application detail, project administrators
(ASTAKOS_PROJECT_ADMINS setting) may approve or deny it.
A denied application is still viewable by the applicant,
until he dismisses it from the same page.

The project administrators' project list includes all projects.

d62295ba 12/14/2012 03:26 pm Sofia Papagiannaki

Merge branch 'projects' of https://code.grnet.gr/git/astakos into latest-quota

Conflicts:
.gitignore
snf-astakos-app/conf/20-snf-astakos-app-settings.conf

c4d1b547 12/11/2012 06:15 pm Sofia Papagiannaki

Project Notifications

ac2b8a61 12/10/2012 06:22 pm Sofia Papagiannaki

Fix conf

30d92d1e 11/30/2012 03:23 pm Georgios D. Tsoukalas

add token to quotaholder client

also rename QUOTA_HOLDER to QUOTAHOLDER in settings strings

c0b26605 11/29/2012 05:08 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin/0.12' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/activation_backends.py
snf-astakos-app/astakos/im/api/admin.py
snf-astakos-app/astakos/im/auth_backends.py
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py...

3d70c98b 11/26/2012 02:26 pm Constantinos Venetsanopoulos

Change some default values in settings

  • Disable invitations by default
  • Disable recaptcha by default
  • Enable only the 'local' IM module by default
fffa19d2 11/20/2012 07:26 pm Sofia Papagiannaki

Updated shibboleth workflow (enable user change email before activation)

Refs: #3041

678b2236 11/16/2012 04:34 pm Sofia Papagiannaki

Customize third party signup form fields

Refs: #3041

9a06d96f 11/05/2012 03:38 pm Olga Brani

Merged demo

ee210d1d 10/16/2012 06:53 pm Sofia Papagiannaki

Change setting name

Refs: #2612

48e9f076 10/16/2012 06:23 pm Sofia Papagiannaki

Optionally enforce token renewal via settings. Set initial value to True in the forms.

Refs: #2612

8cc49f4d 09/27/2012 11:34 am Sofia Papagiannaki

Merge remote-tracking branch 'origin' into dev

Conflicts:
snf-astakos-app/Changelog
snf-astakos-app/README
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js...

d220292f 09/20/2012 01:33 pm Sofia Papagiannaki

Add pagination

670de92a 09/18/2012 07:32 pm Sofia Papagiannaki

Change rename and change quota limit field to bigint

4f78c22c 09/13/2012 04:21 pm Sofia Papagiannaki

merge with origin 0.6.4

ab51aff1 09/07/2012 06:55 pm Kostas Papadimitriou

Inject user email in notification mail subjects

1fcf4a99 09/07/2012 03:12 pm Kostas Papadimitriou

Configurable subjects for all emails send by astakos

6e029beb 09/04/2012 12:23 pm Sofia Papagiannaki

Add billing tab

60e78c99 08/02/2012 07:32 pm Kostas Papadimitriou

Page notification messages improvements

- New template tag {% display_messages %} which handles messages
display, both for django.contrib.messages and ASTAKOS_*_MESSAGES.
- Apply messages block class from python code (instead of js).
- Changed format of ASTAKOS_*_MESSAGES to list of tuples, to allow...

ad956265 06/11/2012 02:20 pm Kostas Papadimitriou

Improved user notifications

additional settings to set messages that get displayed on different
im pages (signin, signup, profile pages).

98b4e383 06/11/2012 01:38 pm Kostas Papadimitriou

Update default config file and Changelog

35f8ccf1 06/01/2012 05:40 pm Sofia Papagiannaki

Merge branch 'refs/heads/0.6'

Conflicts:
docs/source/backends.rst
docs/source/conf.py
docs/source/devguide.rst

6b03a847 05/22/2012 05:44 pm Sofia Papagiannaki

Provide an API call for the service clients to send user feedback

  • new model Service
  • new management commands for handling the services
  • remove ASTAKOS_CLOUD_SERVICES setting
  • change get_services API call to return
    the Service objects
  • separate admin from service API calls...
9c9bd093 05/03/2012 01:28 pm Kostas Papadimitriou

Update sample conf file

5f8f39d4 04/04/2012 02:35 pm Kostas Papadimitriou

Update sample settings file

b78fc030 03/16/2012 06:35 pm Kostas Papadimitriou

Display additional actions in account pages forms

Configurable by the ASTAKOS_PROFILE_EXTRA_LINKS

1e38b1cb 03/15/2012 07:47 pm Kostas Papadimitriou

New login messages feature

display messages on top of login page. Configurable from the
ASTAKOS_LOGIN_MESSAGES setting.

989b28f3 03/15/2012 01:16 pm Kostas Papadimitriou

Allow recaptcha to use ssl for api js files

d3ebb44f 03/07/2012 09:11 pm Kostas Papadimitriou

Updated sample .conf file

79a7e3e1 03/05/2012 01:15 pm Kostas Papadimitriou

Updated sample conf file

118311ad 03/02/2012 07:52 pm Kostas Papadimitriou

Updated default conf file

95567074 03/01/2012 06:59 pm Antony Chazapis

Fix proposed settings file.

ee1de5e9 03/01/2012 03:38 pm Kostas Papadimitriou

Configurable captcha options

a1efce2a 03/01/2012 02:25 pm Kostas Papadimitriou

Include additional settings in sample .conf file

f53b6721 03/01/2012 12:42 pm Kostas Papadimitriou

Updated default snf-common conf file

7a35feb3 03/01/2012 12:09 pm Kostas Papadimitriou

Include additional settings in sample .conf file

8ed29e14 02/23/2012 05:45 pm Kostas Papadimitriou

Default settings configuration file