Activity

From 04/29/2009 to 05/28/2009

05/28/2009

03:50 pm Revision 3da65b2c: Prevent owner permissions from being revoked at both the client and the server...
(Again, previous commit ran into problems.) Dimitris Routsis
03:35 pm Revision d805967a: Prevent owner permissions from being revoked at both the client and the server...
Dimitris Routsis
02:47 pm Revision 77f75ac4: Add the X-GSS-Meatadata header on folders. Its contents are the main attribute...
pastith

05/27/2009

01:15 pm Revision 328edf07: Avoid making a redundant request to the server for the initial quota display.
pastith
12:24 pm Revision 50135fa5: Add a configuration property for showing simple announcements to the users whe...
pastith
10:21 am Revision 25e620a7: Use a default value of 1 day for tokenTTL, in case the configuration property ...
pastith

05/26/2009

01:00 pm Revision b13aae04: Move file uploads via WebDAV and PUT API calls out of the transaction boundary...
pastith
12:44 pm Revision 92012b4d: Replace locking with pseudo-locking.
Real locking caused problems, as code assumes there is a single webdav root, but we have a different root for each us... Dimitris Routsis

05/25/2009

05:10 pm Revision eee18108: Add a file's modification date in the folder JSON representation. This way cli...
pastith
03:40 pm Revision 4bd93f6c: Move the token validity period to a configuration variable.
pastith

05/22/2009

03:44 pm Revision 50364cd8: Avoid a NPE when the user-agent header is not set.
pastith

05/21/2009

04:26 pm Revision a0788710: Make sure that unfinished uploads do not result in unreferenced files in the f...
pastith

05/20/2009

05:26 pm Revision 4b7228e1: Allow encoding conversion of request attributes containing strings, since the ...
pastith
04:09 pm Revision a59957bb: Make the launchers use the now-default 127.0.0.1 address.
pastith
03:16 pm Revision 46849d14: Add a fix from Tomcat's DefaultServlet that I missed in the previous commit:
- Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45419
Set Accept-Ranges for static resources served by Defau...
pastith
02:43 pm Revision 5416cc9e: Bring in fixes from tomcat 6.0.x up to r739532 (or tomcat trunk r734734):
- Remove duplicate definitions and make normalize consistent pastith
02:27 pm Revision d06cb9d4: Update a forgotten piece of code to retrieve the MIME type from the file, inst...
pastith

05/15/2009

05:41 pm Revision b8afcb24: Fixed typo.
Dimitris Routsis
02:59 pm Revision b36b0a98: Webdav should now work with international characters for clients that properly...
Dimitris Routsis

05/13/2009

02:03 pm Revision cbe69def: Print the actual contents of the byte arrays for debugging.
pastith
01:18 pm Revision bfbc6ad6: Check the validity of database connections before use.
pastith
01:17 pm Revision 5005b2b6: Add more debug logging for help in investigating the mangled greek user names ...
pastith

05/12/2009

02:29 pm Revision 24889306: center align the progress bar (it doesn't look good when uploading long filena...
fstamatelopoulos
02:28 pm Revision d9feaa7b: localhost gets frakked up in Vista (does not resolve and fraks testing) - chan...
fstamatelopoulos

05/11/2009

05:21 pm Revision 541e6699: Treat the Shibboleth SP attributes as UTF-8 strings, in an effort to fix encod...
pastith
01:49 pm Revision f92730cd: Workaround for mimetype corruption in Firefox. (Bug #683)
Dimitris Routsis

05/08/2009

05:51 pm Revision 7b72cb76: show the "folder refresh" option even if no file is selected
fstamatelopoulos
05:00 pm Revision f9f1b926: Move the red circle back inside the o, where it belongs.
pastith
04:52 pm Revision a1d5e983: Avoid the NPE that the compiler so thoughtfully warned us about.
pastith
11:58 am Revision 114b00b9: Use a different getRelativePath() for the API handlers, since they are designe...
pastith
11:57 am Revision bc08d2f6: Don't decode the file name since we are not encoding it in the server side. JS...
pastith
10:56 am Revision 434220a2: Add help menu options for the user guide and reporting abuses.
pastith

05/07/2009

05:32 pm Revision 378d6b61: Tweak the looks of the user guide to improve compatibility with the main pitho...
pastith
04:09 pm Revision 6cc8a3d8: We don't need to get mime type from Content-Type header, as it is also include...
Dimitris Routsis
04:07 pm Revision a1b3ea42: Loosen mime type checking to cover cases where charset information is also inc...
Dimitris Routsis
11:35 am Revision a7bcd018: Fixed issue when creating folder: getParameter() returns String already decode...
(This manifested itself when creating folder with characters like % or + in name) Dimitris Routsis

05/06/2009

06:13 pm Revision 8bfb5d24: Bring the user guide up to date with recent name, UI and functionality changes.
pastith
02:52 pm Revision c028d7b7: Workaround for IE's broken caching behavior.
Dimitris Routsis
02:51 pm Revision 5fbb3ff8: Revert previous change: Don't decode URI, as we only need it encoded anyway.
Dimitris Routsis
12:13 pm Revision fc5ef2cc: Fix more problems with international/unusual characters:
Need to URL encode - and decode on client side - anything that passes through HTTP response headers. (Something that ... Dimitris Routsis

05/05/2009

05:12 pm Revision 558ac933: Change the color scheme to be better aligned with the pithos.grnet.gr home pag...
pastith
04:31 pm Revision 4946a5ef: Add the beta notice to the Pithos logo.
pastith
02:00 pm Revision c2027075: Change the logout URL to use SSL.
pastith
01:01 pm Revision baea1301: Fix the different gradients in the toolbar.
pastith
12:14 pm Revision 458a6a8e: Move the WebDAV URL to the properties file.
pastith

05/04/2009

06:21 pm Revision f6d2577e: Create groups with international/special characters in name.
Dimitris Routsis
05:48 pm Revision 20e167b3: Removed no longer needed line (since previous fix).
Dimitris Routsis
05:14 pm Revision 53bc461a: Fixed: FF still had trouble with filenames containing '.
Dimitris Routsis
04:33 pm Revision ef7584c0: Move the time skew definition to the configuration file.
pastith
04:22 pm Revision 0a84c89d: Change the page title to Pithos.
pastith
01:10 pm Revision 7ac77067: Make the pithos logo point to the new hostname, pithos.grnet.gr.
pastith

04/30/2009

08:42 pm Revision b722599f: Fix for caching issues in IE.
Dimitris Routsis
06:27 pm Revision 2b90ab8a: Revert r322 and fix the problem by removing the double encoding in the namespa...
pastith
05:46 pm Revision fb1560b1: when a folder is deleted, select parent folder and update file list contents
Giannis Koutsoubos
03:31 pm Revision c018c4de: Use the cached file info from the folder requests to display the file list rig...
pastith
03:19 pm Revision e96d35d1: Remove unused code and fix warnings.
pastith
03:15 pm Revision fe0f6329: Minor code style fix.
pastith
11:18 am Revision bda3a150: Fix forgotten reference to the gss context path.
pastith

04/29/2009

06:40 pm Revision 8c2595cb: Replace forgotten hard-coded JNDI references with configuration retrieval.
pastith
06:39 pm Revision d00cebb8: Public files are shared as well.
pastith
06:20 pm Revision 89eda6b5: Fixed: File path wasn't properly displayed in file list.
Reason: Path String was encoded twice, by getPath() and renderJson(), but only decoded once. Only renderJson() should... Dimitris Routsis
06:08 pm Revision 82d67942: Fixed: IE couldn't create folder with non-ASCII characters in name.
Dimitris Routsis
11:34 am Revision 2e29cc02: use standard share icon for MyShared folders
Giannis Koutsoubos
11:27 am Revision d3a5ebe1: Remove unused method.
pastith
« Previous
Next »
 

Also available in: Atom