Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / conf @ 8c26221c

# Date Author Comment
8c26221c 05/22/2013 06:14 pm Olga Brani

branding: Correct commented settings in all *.conf files

0be81d73 05/21/2013 07:41 pm Sofia Papagiannaki

astakos: move get_menu service under astakos im services

get_menu is used only by astakos cloudbar:
it should not be under astakos api services

7d6c08c1 05/17/2013 05:25 pm Georgios D. Tsoukalas

astakos: remove okeanos reference from cloudbar settings

5aa83766 05/16/2013 06:57 pm Kostas Papadimitriou

Merge branch 'feature-branding' into develop

Conflicts:
snf-astakos-app/astakos/im/templates/im/account_pending_moderation_notification.txt
snf-astakos-app/astakos/im/templates/im/group_creation_notification.txt
snf-astakos-app/astakos/im/views.py

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

8b9e871d 05/14/2013 03:14 pm Olga Brani

Merge branch 'develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/landing.html
snf-astakos-app/astakos/im/views.py...

79b5d61b 05/10/2013 12:45 pm Sofia Papagiannaki

astakos: WIP move all api calls under ``/astakos/api``

Refs: #3340

67cd4980 04/29/2013 12:55 pm Kostas Papadimitriou

Merge remote-tracking branch 'origin/develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/templates/im/footer.html
snf-cyclades-app/setup.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

c2337e25 04/02/2013 01:15 pm Kostas Papadimitriou

Merge branch 'develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/templates/im/login_base.html
snf-astakos-app/astakos/im/templatetags/astakos_tags.py
snf-cyclades-app/synnefo/app_settings/default/ui.py...

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...

9d889386 03/26/2013 06:06 pm Olga Brani

Initial branding for service and company

New synnefo_branding app.
Service name defaults to "Synnefo" and company name defaults to "grnet".
Branding is applicable to texts containing Service or Company name/url and to
images such as favicon, compute, dashboard and console logos.

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...

c9f89755 11/26/2012 07:27 pm Sofia Papagiannaki

Remove obsolete file

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

1cbce16f 09/03/2012 07:00 pm Sofia Papagiannaki

use django ADMIN & SERVER_EMAIL settings instead of DEFAULT_ADMIN_EMAIL & DEFAULT_FROM_EMAIL

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...

2bc206d4 06/13/2012 03:37 pm Kostas Papadimitriou

Merge branch 'master' into newstyles

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/login_base.html

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

e7a2ac21 05/24/2012 12:10 pm Olga Brani

Style fixes

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...
67f6e587 05/15/2012 07:17 pm Kostas Papadimitriou

Fix default settings values in sample conf file

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

866d2ccb 04/02/2012 05:42 pm Kostas Papadimitriou

Terms sample 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

7ead8c41 03/08/2012 05:23 pm Kostas Papadimitriou

Updated sample conf file

f534fb96 03/08/2012 03:00 pm Sofia Papagiannaki

fix internal astakos menu & minor other changes:

  • invoke `get_menu` to dynamically load navigation items
  • fix cloudbar settings
  • fix httplib2 requirement
1d394e87 03/08/2012 12:04 pm Kostas Papadimitriou

Updated sample config file

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

Updated sample .conf file

0ba5ee92 03/07/2012 09:03 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