Fix the authentication sequence in requests of a file or a folder which is public...
[pithos] / src / gr / ebs / gss / server / rest / FilesHandler.java
2010-09-16 Natasa KapravelouFix the authentication sequence in requests of a file...
2010-09-14 Natasa KapravelouSome more fixes on Issue 16 - handling a CastException...
2010-08-19 Panagiotis AstithasDon't decode resource names in JSON values. This is...
2010-08-18 Panagiotis AstithasFix updates for folders named '%'.
2010-08-10 Natasa Kapravelou-Navigation from the parent folder to subfolder and...
2010-07-23 Natasa Kapravelou- fix the problem which was related to download a file...
2010-07-16 Panagiotis AstithasSimplify the content type conditional and make sure...
2010-07-15 Natasa KapravelouIn order to implement display public's folder contents...
2010-07-14 Natasa Kapraveloufirst commit - display public's folder contents as...
2010-07-13 Panagiotis AstithasReject invalid resource names, like '.' and '..' in...
2010-07-12 Panagiotis AstithasFix silent NPE due to auto-unboxing.
2010-07-12 Panagiotis AstithasConsider the folder public flag when checking for autho...
2010-07-09 Natasa KapravelouMerge ... 66f69a7348ed1a0de9113a64025721fcc6e68b84
2010-07-09 Natasa Kapravelou-Allow user to declare a public folder i)a checkbox...
2010-07-08 Panagiotis Astithas- Add an administration application.
2010-07-07 Natasa Kapraveloufirst commit of adding the public feature to folder...
2010-07-05 Panagiotis AstithasAvoid a NPE when the client doesn't send a Content...
2010-05-21 Panagiotis AstithasRedirect to login for browser requests without a cookie...
2010-05-20 Panagiotis AstithasNow that we keep around the cookie, give the user the...
2010-05-17 Panagiotis AstithasHandle metadata updates even if they are sent with...
2010-03-11 Giannis Koutsoubosuse http caching by using IF-MODIFIED-SINCE HEADERS...
2009-12-08 Panagiotis AstithasDon't convert spaces to plus signs when downloading...
2009-12-07 Panagiotis AstithasFix the updated URL for a modified folder. This closes...
2009-11-11 Panagiotis AstithasMake folder updates work with a single DB transaction...
2009-11-11 Panagiotis AstithasMake file updates work with a single DB transaction...
2009-10-20 Panagiotis AstithasAllow setting the modification date when updating a...
2009-09-28 Dimitris RoutsisRetry transactions in the face of optimistic locking...
2009-09-28 Dimitris RoutsisRetry transactions in the face of optimistic locking...
2009-09-04 Fotis StamatelopoulosAdded the groupURI parameter when parsing permissions...
2009-09-03 Panagiotis AstithasFix wrong encoding in new folder names, by returning...
2009-09-02 Panagiotis AstithasRetry transactions in the face of optimistic locking...
2009-08-07 Panagiotis AstithasFix multiple file uploads in IE using Google Gears...
2009-07-06 Dimitris RoutsisFixed problems copying/moving via drag-and-drop had...
2009-07-03 Fotis Stamatelopoulos- more efficient moveFile implementation
2009-06-23 Dimitris RoutsisUploaded files should be counted towards owner's (i...
2009-06-15 Panagiotis AstithasIntroduce TransactionHelper, a utility class for retryi...
2009-06-12 Dimitris Routsis- Add "Save file as" menu that forces browser to downlo...
2009-06-04 Panagiotis AstithasDecode file names received by PUT, as we do with file...
2009-06-04 Panagiotis AstithasRemove the redundant gss top-level directory.