Activity

From 11/21/2011 to 12/20/2011

12/19/2011

11:52 pm Revision 044f4210: Update upgrade instructions.
Refs #1790 Antony Chazapis
10:59 pm Revision 37bee317: Add backend object retrieve by UUID. Expose UUID at the frontend. Document.
Refs #1790 Antony Chazapis
05:50 pm Revision 25ae8b75: Unique object identifiers in the backend.
Refs #1790 Antony Chazapis

12/16/2011

06:51 pm Revision 06777d79: signup & register views
Ref #1689 Sofia Papagiannaki
04:41 pm Revision d4493d99: Add upgrade instructions.
Refs #1782 Antony Chazapis
04:20 pm Revision 0556da0a: Merge branch 'meta-domains'
Antony Chazapis
03:53 pm Revision 5bc1116c: Document django's behavior when using the internal web server and not supplyin...
Fixes #1734 Antony Chazapis
02:47 pm Revision 059857e2: Update SQLAlchemy backend with metadata domains.
Refs #1782 Antony Chazapis
02:45 pm Revision 759a5e02: Import pysqlite2 when available instead of sqlite3 in backend.
Antony Chazapis
12:59 pm Revision c30d3c28: Merge branch 'master' into meta-domains
Conflicts:
pithos/backends/lib/sqlite/node.py
pithos/backends/modular.py
Antony Chazapis
01:30 am Revision 3d13f97a: Fix SQL for metadata queries in SQLalchemy module.
Fix regular expression & capitalization issues
Refs #1766
Sofia Papagiannaki

12/15/2011

11:23 pm Revision 4819d34f: Apply metadata domain to the backend.
Refs #1782 Antony Chazapis
05:38 pm Revision 808cea65: Update frontend with the metadata domain parameter.
Refs #1782 Antony Chazapis
05:03 pm Revision cb69c154: Add domain parameter to all backend functions handling metadata.
Refs #1782 Antony Chazapis
01:51 pm Revision 4e5673a0: Update dev guide with meta queries.
Fixes #1766 Antony Chazapis
01:35 pm Revision 139c022f: Fix docs for initial im db setup.
Antony Chazapis
01:32 pm Revision 1713c946: Accept meta queries at the frontend as well.
Refs #1766 Antony Chazapis

12/14/2011

06:44 pm Revision e815c918: Fix SQL for metadata queries in SQLite module.
Refs #1766 Antony Chazapis
06:42 pm Revision 1c69d1b1: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:41 pm Revision 95d47e1a: Support complex metadata queries in the backend - SQLite only and untested.
Refs #1766 Antony Chazapis
05:04 pm Revision 8783fca7: Add apache directive to disable automatic compression.
Refs #1431
Refs #1632
Refs #1764
Antony Chazapis
04:25 pm Revision c6908a93: Merge branch 'master' of https://code.grnet.gr/git/pithos
root
04:21 pm Revision 1e20eb36: Replace the request's is_secure call with one that checks for the X-Forwarded-...
Refs #1765 Antony Chazapis
02:04 pm Revision 7759260d: Escape catch-all characters in LIKE queries.
Refs #1768 Antony Chazapis

12/12/2011

05:32 pm Revision 2bdc9dc4: More SQL for calculating statistics.
Refs #1733 Antony Chazapis
11:24 am Revision de793207: Initial SQL to calculate statistics.
Refs #1733 Antony Chazapis

12/09/2011

01:23 pm Revision f81e20b0: Allow db_module and block_module to be None
And use sqlalchemy and hash filer as default
options.
Giorgos Verigakis

12/08/2011

07:07 pm Revision 702bfe60: Reply with the hashmap's hash as the ETag if no ETag present.
Antony Chazapis
05:58 pm Revision ecbc3d6d: PithosUser instead of User
incorporate django-registration
incorporate django-authopenid
use django admin site
Sofia Papagiannaki
11:43 am Revision 46499544: Add license to util functions in lib.
Antony Chazapis
11:37 am Revision 7301127c: Use hashmap lib in api.
Antony Chazapis

12/07/2011

06:14 pm Revision 956e3c9f: Fix node path escaping for SQLite.
Antony Chazapis
05:38 pm Revision 5a96180b: Restructure repository to make pithos one package.
Refs #1735 Antony Chazapis
02:15 pm Revision ed4b77a1: Add gunicorn timeout option in admin guide.
Antony Chazapis

12/06/2011

09:28 pm Revision af6d3b5d: Fix and/or syntax.
Antony Chazapis
11:33 am Revision a083b9a4: change invitations mechanism
Ref #1689 Sofia Papagiannaki
11:28 am pithos-0.8.1.tar.gz
Antony Chazapis

12/05/2011

06:38 pm Revision 6b20cfbc: Escape special characters for LIKE in node lookup.
Antony Chazapis
06:07 pm Revision e8d003e8: Fix unicode metadata in public objects.
Antony Chazapis

12/02/2011

04:20 pm Revision c0b10ca6: Improve pithos-sync
* Do not redownload files that exist locally.
* General refactoring to simplify the code.
Refs #1495
Giorgos Verigakis
03:37 pm Revision 5161c672: Remove deleted version's map.
Refs #1167 Antony Chazapis
03:23 pm Revision 21d746ad: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
03:23 pm Revision ce9e59cf: fix client library & tests (urlencode headers & json/xml format)
Sofia Papagiannaki
03:07 pm Revision cb446fb8: Truncate downloaded object to correct size when done.
Antony Chazapis
02:57 pm Revision fd9f505c: Fix download in transfer lib.
Antony Chazapis
01:24 pm Revision fb064032: Fix import bug.
Antony Chazapis
12:55 pm Revision 88283e9e: Use URL-encoding/decoding for all headers.
Refs #1511 Antony Chazapis
10:52 am Revision 690747fe: Format groups/policy/metadata in JSON/XML replies.
Fixes #1719 Antony Chazapis

11/29/2011

05:02 pm Revision b5dc1bda: fix client library & tests to work with changes made in
Revision 9fefc052 and Revision ce2f73d7 Sofia Papagiannaki
01:33 pm Revision a46f7175: Update versioning in docs.
Refs #1167 Antony Chazapis
01:30 pm Revision 5cc484e1: Create a single point to apply versioning policy.
Refs #1167 Antony Chazapis
12:41 pm Revision 371403f5: Fix move to self bug.
Fixes #1718 Antony Chazapis
11:10 am Revision ce2f73d7: Exclude some characters from URL-encoding.
Antony Chazapis
12:03 am pithos-0.8.0.tar.gz
Antony Chazapis
12:01 am Revision 423edf28: Fix pithos shell ls.
Antony Chazapis
12:01 am Revision 9fefc052: Restrict header count and size. URL-encode/decode specific headers that may co...
Refs #1511 Antony Chazapis

11/28/2011

09:18 pm Revision 10273d76: Change version in README.upgrade.
Antony Chazapis
09:09 pm Revision cee92dad: Change pithos to pithos+.
Fixes #1715 Antony Chazapis
07:28 pm Revision c7ea8453: Case change.
Refs #1687 Antony Chazapis
04:30 pm pithosplus_logos.tar.gz
pithos plus logos v0.0.1 Constantinos Venetsanopoulos
03:48 pm Revision 4c3d668b: client library: handle correctly uri reserved character in object name & metadata
Sofia Papagiannaki
12:31 pm Revision 672c9f5a: sqlite case sensitive Unicode like
Refs: #1687 Sofia Papagiannaki
11:27 am Revision 9086b081: Load settings.local only if present.
Antony Chazapis
11:23 am Revision c19fc464: Add import for umask.
Antony Chazapis

11/25/2011

06:57 pm Revision 315f4bae: Update migration instructions.
Antony Chazapis
05:16 pm Revision 01a4b23f: Merge branch 'settings'
Antony Chazapis
05:01 pm Revision c4af6d07: Refresh docs.
Refs #1590 Antony Chazapis
04:39 pm Revision fe243425: Update default settings.
Refs #1590 Antony Chazapis
01:34 pm Revision 618d7e05: fix erroneous commit
Sofia Papagiannaki
01:07 pm Revision 4bc72e74: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
01:07 pm Revision a7bdef13: redirect to profile page from prepare_response instead of shibboleth target
Refs: #1584 Sofia Papagiannaki
12:00 pm Revision 4c9a6537: Also urldecode header values if applicable.
Antony Chazapis

11/24/2011

06:11 pm Revision 390c7730: Split settings into multiple files
Follow the format of synnefo.
Refs #1590
Giorgos Verigakis
04:57 pm Revision 0778f7e1: redirect to profile page from prepare_response instead of each target
Refs: #1584 Sofia Papagiannaki
04:20 pm Revision 13797bc1: Change formatting.
Antony Chazapis
02:18 pm Revision 184f4cd5: redirect to profile page from twitter
Refs: #1584 Sofia Papagiannaki
02:04 pm Revision b4c241e6: Profile page after login
- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inherita...
Sofia Papagiannaki
12:30 pm Revision 7f5c469e: Update upgrade instructions.
Refs #1686 Antony Chazapis
12:01 pm Revision ebb54b0b: Merge public app into api.
Fixes $1678 Antony Chazapis
11:36 am Revision bb4eafc6: Use short public URLs.
Refs #1686 Antony Chazapis
11:34 am Revision acd2281b: Fix typo.
Antony Chazapis
09:17 am Revision 22d7b01e: Avoid empty object name in COPY/MOVE destination.
Fixes #1683 Antony Chazapis

11/23/2011

05:21 pm Revision 0f8ffac4: Update instructions.
Antony Chazapis
04:46 pm Revision 473ad363: Move web_client to another repository.
Antony Chazapis
04:23 pm Revision 5c527393: Merge branch 'master' of https://code.grnet.gr/git/pithos
Christos Stathis
04:23 pm Revision 7442451a: Fixed problem with header name encoding in tags and groups
Christos Stathis
03:39 pm Revision ff987d97: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
03:38 pm Revision 0c581627: incorporate south
Refs: #1680 Sofia Papagiannaki
03:37 pm Revision 2eeab8ee: Merge branch 'master' of https://code.grnet.gr/git/pithos
Christos Stathis
03:37 pm Revision 7b4e1e1d: CSS changes
Christos Stathis
02:55 pm Revision 24c63a65: Remove unecessary import.
Antony Chazapis
02:04 pm Revision a53ef24e: Process incoming headers. URL-decode if necessary.
Refs #1511 Antony Chazapis
12:57 pm Revision 236bbfc5: Send content-type when copy/cut/paste
Christos Stathis
12:19 pm Revision c95d1471: Forgotten change in README.upgrade.
Antony Chazapis
12:08 pm Revision 817890f2: Upload files from HTML forms directly to the backend.
Fixes #1676 Antony Chazapis

11/22/2011

04:24 pm Revision 1a4d3455: Fix background clipping on small window sizes
Kostas Papadimitriou
02:46 pm pithos-0.7.10.tar.gz
Antony Chazapis
02:05 pm Revision 1998b092: export users list
Refs: #1666 Sofia Papagiannaki
01:44 pm Revision df34fb29: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
01:43 pm Revision 0dadf7b2: admin tab invitations with export capability
Refs: #1666 Sofia Papagiannaki
01:42 pm Revision f233566d: Set umask in settings.
Fixes #1636 Antony Chazapis
01:02 pm Revision 0b452e21: Keep name to 'Pithos' for now.
Antony Chazapis
11:38 am Revision c08d0b66: Apply im module selection in urls.
Refs #1584 Antony Chazapis

11/21/2011

06:46 pm Revision 07c37c5a: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
06:45 pm Revision bea9e009: enable/disable identity modules via settings
Refs: #1584 Sofia Papagiannaki
05:58 pm Revision f7c27d69: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
05:57 pm Revision 3ea35aa0: Syncing notes.
Refs #1495 Antony Chazapis
04:39 pm Revision c9972f0f: Use the full URI at invitation targets.
Fixes #1634 Antony Chazapis
11:07 am Revision 4a1c29ea: Always include the Merkle hash in object meta (as returned from the backend). ...
Needs database update.
Fixes #1451
Antony Chazapis
10:58 am Revision e1f09a6e: Fix backend.
Antony Chazapis
09:43 am Revision 04230536: Reinstate map delete function.
Fixes #1510 Antony Chazapis
« Previous
Next »
 

Also available in: Atom