Statistics
| Branch: | Tag: | Revision:

root / pithos / settings.py.dist @ 618d7e05

History | View | Annotate | Download (7.3 kB)

# Date Author Comment
618d7e05 11/25/2011 01:34 pm Sofia Papagiannaki

fix erroneous commit

a7bdef13 11/25/2011 01:07 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of shibboleth target

Refs: #1584

b4c241e6 11/24/2011 02:04 pm Sofia Papagiannaki

Profile page after login

- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inheritance

Refs: #1584

ebb54b0b 11/24/2011 12:01 pm Antony Chazapis

Merge public app into api.

Fixes $1678

0c581627 11/23/2011 03:38 pm Sofia Papagiannaki

incorporate south

Refs: #1680

a53ef24e 11/23/2011 02:04 pm Antony Chazapis

Process incoming headers. URL-decode if necessary.

Refs #1511

f233566d 11/22/2011 01:42 pm Antony Chazapis

Set umask in settings.

Fixes #1636

0b452e21 11/22/2011 01:02 pm Antony Chazapis

Keep name to 'Pithos' for now.

c08d0b66 11/22/2011 11:38 am Antony Chazapis

Apply im module selection in urls.

Refs #1584

07c37c5a 11/21/2011 06:46 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

bea9e009 11/21/2011 06:45 pm Sofia Papagiannaki

enable/disable identity modules via settings

Refs: #1584

c9972f0f 11/21/2011 04:39 pm Antony Chazapis

Use the full URI at invitation targets.

Fixes #1634

9fd41dd3 11/18/2011 06:49 pm Sofia Papagiannaki

clear settings

a7ae042e 11/17/2011 11:06 am Sofia Papagiannaki

refine forgot password mechanism & get baseurl from the request instead of settings

Refs: #1584

91560b09 11/16/2011 02:21 pm Sofia Papagiannaki

Do not pass on user and token if on the same server.

Refs #1634

29ab141c 11/15/2011 11:36 am Antony Chazapis

Fix im settings.

e9363f82 11/15/2011 11:01 am Antony Chazapis

Clean up backend initialization options.

Refs #1510

c21471e9 11/14/2011 03:59 pm Sofia Papagiannaki

Fixes: #1637

bee5ffa6 11/14/2011 03:58 pm Sofia Papagiannaki

Support local accounts & recover password

Refs: #1584

4048f62c 11/10/2011 03:51 pm Antony Chazapis

Fix for python-django (1.2.3-3+squeeze2) package.

ab5c2b55 11/09/2011 10:33 am Antony Chazapis

Admin user fixture.

26986f1c 11/07/2011 11:35 am Antony Chazapis

Users that log in, are at invitations level 0.

1a91f0de 11/04/2011 05:09 pm Giorgos Verigakis

Add a feedback submission target

Uses 'feedback-msg' and 'feedback-data' fields.

An update to settings is required.

390c4b88 11/02/2011 03:58 pm Giorgos Verigakis

Invitations improvements

  • Resend email on duplicate emails without
    creating a new invitation.
  • Return the list of sent invitations on the
    API call.
  • Move invitation levels to settings

Refs #1588
Refs #1599

ee1a7617 10/27/2011 03:00 pm Antony Chazapis

Add logfile to settings.

552ea518 10/26/2011 10:45 pm Antony Chazapis

Manage cookie in middleware. Collect all login targets into one module and share common code. Automatically redirect to login page from admin if not authenticated.

Refs #1459

cd1cd9ae 10/26/2011 12:14 pm Antony Chazapis

Fix Twitter settings.

93f046ab 10/24/2011 01:50 pm Giorgos Verigakis

Add support for invitations

Requires an update to settings.

Refs #1459

1a7c659b 10/20/2011 12:23 pm Antony Chazapis

Initial Twitter sign-in.

7e392d16 10/19/2011 12:55 pm Antony Chazapis

Merge of aai and admin apps.

b2832c6a 10/13/2011 06:32 pm Antony Chazapis

Add account policy. Set default policy from settings. Must change settings.py.

Refs #1165
Refs #1167

b6b41731 10/04/2011 10:36 am Antony Chazapis

Merge admin branch.

Fixes #1237

8c4431d3 10/04/2011 10:29 am Antony Chazapis

Merge branch 'admin'

d35050af 10/04/2011 10:08 am Antony Chazapis

Remove simple backend.

Fixes #1333

65114032 09/30/2011 12:17 pm Giorgos Verigakis

Use a more sane pagination default

Refs #1237

393196a8 09/29/2011 06:01 pm Giorgos Verigakis

Add paging support

New entry added in settings.

Refs #1237

b8f6710f 09/16/2011 01:17 pm Giorgos Verigakis

Add a setting to bypass admin authentication

Refs #1061

5b9d15ad 09/13/2011 06:18 pm Antony Chazapis

Support for authentication at admin interface.

65e57f32 09/09/2011 06:09 pm Giorgos Verigakis

Add a simple admin interface

Refs #1061

2c5363a0 09/09/2011 01:50 pm Antony Chazapis

Make modular backend load modules dynamically.

d3be972a 09/01/2011 06:36 pm Sofia Papagiannaki

backend components in SQLAlchemy: Progress IV

- switch to postgresql
- merge latest backend fixes

10283860 08/04/2011 06:19 pm Sofia Papagiannaki

add user with greek username

d7d60147 08/04/2011 06:06 pm Antony Chazapis

New authentication middleware.
Uses users stored in a django model.

Update settings.py and then run:
python manage.py syncdb
python manage.py loaddata aai/fixtures/auth_test_data.json

502687d0 07/21/2011 08:11 pm Antony Chazapis

Fix in default settings.

ec988bd5 07/18/2011 06:00 pm Giorgos Verigakis

Add token for mvasilak

a156c8b3 07/16/2011 09:03 pm Antony Chazapis

Use Mapper and Blocker from the hashfiler lib to store hashmaps and hashes.

Update settings.py and database (now a folder).

aa4fac11 06/23/2011 05:50 pm Giorgos Verigakis

Add a dummy authentication middleware

The username - token mapping is stored statically in settings.py

You will need to update your settings.py after this commit.

f7b1d2af 06/09/2011 04:03 pm Antony Chazapis

Support public files.

Use 'X-Object-Public' to mark files as public. Then they can be accessed via the /public URL without authentication.

Refs #595

b28d49fe 05/27/2011 07:50 pm Antony Chazapis

Change database placement/naming defaults.

5635f9ef 05/27/2011 05:20 pm Antony Chazapis

Add license.

Fixes #577

b956618e 05/17/2011 06:41 pm Antony Chazapis

Implement basic functionality plus some extras

The API is based on the Apr. 15, 2011 release of the OpenStack Object Storage API v1.
The implementation is broken up into two layers - frontend (API) and backend (data and metadata handling).
The API is documented in the wiki. The following list is copied here for reference....

49ae4a55 05/06/2011 12:21 pm Antony Chazapis

Update default settings. Minor changes.

01db85e7 05/03/2011 12:55 am Antony Chazapis

Allow for account/container metadata.

08184449 04/28/2011 06:50 pm Antony Chazapis

Removed models from API.

4adb68b8 04/28/2011 05:53 pm Giorgos Verigakis

Move to a better file organization

The Django project is a python package and needs to have a
specific name. We nest it inside the repository so that the
name is under revision control.