Revision 2e662088

b/LICENSE
1
Copyright 2011 GRNET S.A. All rights reserved.
1
Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2

  
3 3
Redistribution and use in source and binary forms, with or
4 4
without modification, are permitted provided that the following
b/other/migrate-data
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/other/migrate-db
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/other/migrate-users
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/other/migrate.py
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
......
83 83
        r.close()
84 84
        if not l:
85 85
            return l
86
        return l[0]
86
        return l[0]
b/pithos/api/faults.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/api/functions.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/api/login.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
51 51
    else:
52 52
    	uri = 'http://'
53 53
    uri = uri + host + '/login'
54
    return HttpResponseRedirect(uri)
54
    return HttpResponseRedirect(uri)
b/pithos/api/public.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/api/templatetags/get_type.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/api/urls.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/api/util.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/__init__.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/base.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/hashfiler/__init__.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/hashfiler/blocker.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/hashfiler/context_file.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/hashfiler/mapper.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/hashfiler/store.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/__init__.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/dbworker.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/dbwrapper.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/groups.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/node.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/permissions.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/public.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlalchemy/xfeatures.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/__init__.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/dbworker.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/dbwrapper.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/groups.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/node.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/permissions.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/public.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/lib/sqlite/xfeatures.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/backends/modular.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/lib/client.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/lib/filter.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/lib/hashmap.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/lib/transfer.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/lib/util.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/middleware/log.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/middleware/secure.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/middleware/user.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/settings.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/tools/dispatcher.py
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
#
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/pithos/tools/pithos-fs
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/pithos/tools/pithos-sh
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/pithos/tools/pithos-sync
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
b/pithos/tools/pithos-test
1 1
#!/usr/bin/env python
2 2
#coding=utf8
3 3

  
4
# Copyright 2011 GRNET S.A. All rights reserved.
4
# Copyright 2011-2012 GRNET S.A. All rights reserved.
5 5
# 
6 6
# Redistribution and use in source and binary forms, with or
7 7
# without modification, are permitted provided that the following
b/pithos/ui/urls.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/ui/views.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/pithos/urls.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
b/setup.py
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
#
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following

Also available in: Unified diff