Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
synnefo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
synnefo
Commits
beae1889
Commit
beae1889
authored
Jan 19, 2012
by
Antony Chazapis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change license year.
Fixes #1889
parent
137e9cf6
Changes
54
Hide whitespace changes
Inline
Side-by-side
Showing
54 changed files
with
56 additions
and
56 deletions
+56
-56
LICENSE
LICENSE
+1
-1
other/migrate-data
other/migrate-data
+1
-1
other/migrate-db
other/migrate-db
+1
-1
other/migrate-users
other/migrate-users
+1
-1
other/migrate.py
other/migrate.py
+2
-2
pithos/api/faults.py
pithos/api/faults.py
+1
-1
pithos/api/functions.py
pithos/api/functions.py
+1
-1
pithos/api/login.py
pithos/api/login.py
+2
-2
pithos/api/public.py
pithos/api/public.py
+1
-1
pithos/api/templatetags/get_type.py
pithos/api/templatetags/get_type.py
+1
-1
pithos/api/urls.py
pithos/api/urls.py
+1
-1
pithos/api/util.py
pithos/api/util.py
+1
-1
pithos/backends/__init__.py
pithos/backends/__init__.py
+1
-1
pithos/backends/base.py
pithos/backends/base.py
+1
-1
pithos/backends/lib/hashfiler/__init__.py
pithos/backends/lib/hashfiler/__init__.py
+1
-1
pithos/backends/lib/hashfiler/blocker.py
pithos/backends/lib/hashfiler/blocker.py
+1
-1
pithos/backends/lib/hashfiler/context_file.py
pithos/backends/lib/hashfiler/context_file.py
+1
-1
pithos/backends/lib/hashfiler/mapper.py
pithos/backends/lib/hashfiler/mapper.py
+1
-1
pithos/backends/lib/hashfiler/store.py
pithos/backends/lib/hashfiler/store.py
+1
-1
pithos/backends/lib/sqlalchemy/__init__.py
pithos/backends/lib/sqlalchemy/__init__.py
+1
-1
pithos/backends/lib/sqlalchemy/dbworker.py
pithos/backends/lib/sqlalchemy/dbworker.py
+1
-1
pithos/backends/lib/sqlalchemy/dbwrapper.py
pithos/backends/lib/sqlalchemy/dbwrapper.py
+1
-1
pithos/backends/lib/sqlalchemy/groups.py
pithos/backends/lib/sqlalchemy/groups.py
+1
-1
pithos/backends/lib/sqlalchemy/node.py
pithos/backends/lib/sqlalchemy/node.py
+1
-1
pithos/backends/lib/sqlalchemy/permissions.py
pithos/backends/lib/sqlalchemy/permissions.py
+1
-1
pithos/backends/lib/sqlalchemy/public.py
pithos/backends/lib/sqlalchemy/public.py
+1
-1
pithos/backends/lib/sqlalchemy/xfeatures.py
pithos/backends/lib/sqlalchemy/xfeatures.py
+1
-1
pithos/backends/lib/sqlite/__init__.py
pithos/backends/lib/sqlite/__init__.py
+1
-1
pithos/backends/lib/sqlite/dbworker.py
pithos/backends/lib/sqlite/dbworker.py
+1
-1
pithos/backends/lib/sqlite/dbwrapper.py
pithos/backends/lib/sqlite/dbwrapper.py
+1
-1
pithos/backends/lib/sqlite/groups.py
pithos/backends/lib/sqlite/groups.py
+1
-1
pithos/backends/lib/sqlite/node.py
pithos/backends/lib/sqlite/node.py
+1
-1
pithos/backends/lib/sqlite/permissions.py
pithos/backends/lib/sqlite/permissions.py
+1
-1
pithos/backends/lib/sqlite/public.py
pithos/backends/lib/sqlite/public.py
+1
-1
pithos/backends/lib/sqlite/xfeatures.py
pithos/backends/lib/sqlite/xfeatures.py
+1
-1
pithos/backends/modular.py
pithos/backends/modular.py
+1
-1
pithos/lib/client.py
pithos/lib/client.py
+1
-1
pithos/lib/filter.py
pithos/lib/filter.py
+1
-1
pithos/lib/hashmap.py
pithos/lib/hashmap.py
+1
-1
pithos/lib/transfer.py
pithos/lib/transfer.py
+1
-1
pithos/lib/util.py
pithos/lib/util.py
+1
-1
pithos/middleware/log.py
pithos/middleware/log.py
+1
-1
pithos/middleware/secure.py
pithos/middleware/secure.py
+1
-1
pithos/middleware/user.py
pithos/middleware/user.py
+1
-1
pithos/settings.py
pithos/settings.py
+1
-1
pithos/tools/dispatcher.py
pithos/tools/dispatcher.py
+1
-1
pithos/tools/pithos-fs
pithos/tools/pithos-fs
+1
-1
pithos/tools/pithos-sh
pithos/tools/pithos-sh
+1
-1
pithos/tools/pithos-sync
pithos/tools/pithos-sync
+1
-1
pithos/tools/pithos-test
pithos/tools/pithos-test
+1
-1
pithos/ui/urls.py
pithos/ui/urls.py
+1
-1
pithos/ui/views.py
pithos/ui/views.py
+1
-1
pithos/urls.py
pithos/urls.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
LICENSE
View file @
beae1889
Copyright 2011 GRNET S.A. All rights reserved.
Copyright 2011
-2012
GRNET S.A. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
...
...
other/migrate-data
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
other/migrate-db
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
other/migrate-users
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
other/migrate.py
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
@@ -83,4 +83,4 @@ class Cache():
r
.
close
()
if
not
l
:
return
l
return
l
[
0
]
\ No newline at end of file
return
l
[
0
]
pithos/api/faults.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/api/functions.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/api/login.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
@@ -51,4 +51,4 @@ def redirect_to_login_service(request):
else
:
uri
=
'http://'
uri
=
uri
+
host
+
'/login'
return
HttpResponseRedirect
(
uri
)
\ No newline at end of file
return
HttpResponseRedirect
(
uri
)
pithos/api/public.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/api/templatetags/get_type.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/api/urls.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/api/util.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/__init__.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/base.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/hashfiler/__init__.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/hashfiler/blocker.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/hashfiler/context_file.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/hashfiler/mapper.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/hashfiler/store.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/__init__.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/dbworker.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/dbwrapper.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/groups.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/node.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/permissions.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/public.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlalchemy/xfeatures.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/__init__.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/dbworker.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/dbwrapper.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/groups.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/node.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/permissions.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/public.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/lib/sqlite/xfeatures.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/backends/modular.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/lib/client.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/lib/filter.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/lib/hashmap.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/lib/transfer.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/lib/util.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/middleware/log.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/middleware/secure.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/middleware/user.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/settings.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/tools/dispatcher.py
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/tools/pithos-fs
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/tools/pithos-sh
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/tools/pithos-sync
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/tools/pithos-test
View file @
beae1889
#!/usr/bin/env python
#coding=utf8
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/ui/urls.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/ui/views.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
pithos/urls.py
View file @
beae1889
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
setup.py
View file @
beae1889
#!/usr/bin/env python
# Copyright 2011 GRNET S.A. All rights reserved.
# Copyright 2011
-2012
GRNET S.A. All rights reserved.
#
# Redistribution and use in source and binary forms, with or
# without modification, are permitted provided that the following
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment