pithos
14 years agoAvoid a NPE when the next parameter is empty.
Panagiotis Astithas [Fri, 21 Aug 2009 12:08:15 +0000 (15:08 +0300)]
Avoid a NPE when the next parameter is empty.

14 years agoFix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT...
Panagiotis Astithas [Fri, 7 Aug 2009 14:39:34 +0000 (17:39 +0300)]
Fix multiple file uploads in IE using Google Gears. It needed a POST instead of PUT, which required accommodating it in the server-side code. Also, error codes from file uploads are not handled in IE, since merely accessing the request.status field throws an internal error.

14 years agoAdd a custom error page for 403 errors and apply the main site style to all error...
Panagiotis Astithas [Wed, 5 Aug 2009 14:02:57 +0000 (17:02 +0300)]
Add a custom error page for 403 errors and apply the main site style to all error pages.

14 years agoParse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used...
Panagiotis Astithas [Tue, 4 Aug 2009 09:56:03 +0000 (12:56 +0300)]
Parse the nextUrl parameter with URI instead of URL so that chrome: URIs can be used for redirection. This should simplify the login process for Firefox extensions.

15 years agoUpgrade gwt-dnd to version 2.6.4 for bug fixes and better support of GWT 1.6. Also...
Panagiotis Astithas [Tue, 14 Jul 2009 14:35:26 +0000 (17:35 +0300)]
Upgrade gwt-dnd to version 2.6.4 for bug fixes and better support of GWT 1.6. Also add a commented-out flag for enabling detailed GWT compiler output.

15 years agoDon't use the unsafe Accept-Charset header, since its contents are already defined...
Panagiotis Astithas [Tue, 14 Jul 2009 14:12:50 +0000 (17:12 +0300)]
Don't use the unsafe Accept-Charset header, since its contents are already defined in the Accept header and Webkit (Chrome, Safari) complains about it.

15 years agoUse Lytebox (a Lightbox clone) for quick viewing images.
Panagiotis Astithas [Mon, 13 Jul 2009 12:46:13 +0000 (15:46 +0300)]
Use Lytebox (a Lightbox clone) for quick viewing images.

15 years agoDisable multiple uploads using Gears for IE, until we investigate the problem.
Panagiotis Astithas [Mon, 13 Jul 2009 10:03:13 +0000 (13:03 +0300)]
Disable multiple uploads using Gears for IE, until we investigate the problem.

15 years agodo not show the "Save as" option on multiple selection
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:23:41 +0000 (18:23 +0300)]
do not show the "Save as" option on multiple selection

15 years agodisplay message while image loads on the client viewer
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:10:02 +0000 (18:10 +0300)]
display message while image loads on the client viewer

15 years agoavoid class cast exception in multiple file selection
Fotis Stamatelopoulos [Wed, 8 Jul 2009 15:09:16 +0000 (18:09 +0300)]
avoid class cast exception in multiple file selection

15 years agotake into account Mac OS clients
Fotis Stamatelopoulos [Wed, 8 Jul 2009 13:55:32 +0000 (16:55 +0300)]
take into account Mac OS clients

15 years agoinitial implementation of a simple image viewer ("View Image" command in the file...
Fotis Stamatelopoulos [Tue, 7 Jul 2009 12:49:55 +0000 (15:49 +0300)]
initial implementation of a simple image viewer ("View Image" command in the file context menu)

15 years agoCosmetic changes (widget sizes and alignment)
Fotis Stamatelopoulos [Tue, 7 Jul 2009 10:41:08 +0000 (13:41 +0300)]
Cosmetic changes (widget sizes and alignment)

15 years ago- added a few more mime-types when attempting to identify mime-type from the file...
Fotis Stamatelopoulos [Mon, 6 Jul 2009 15:23:02 +0000 (18:23 +0300)]
- added a few more mime-types when attempting to identify mime-type from the file extension
- remove warnings (uneeded throws declarations)

15 years agoMerge with d1e79f3c8c8779d14ab5297049bdc0812f942654
Fotis Stamatelopoulos [Mon, 6 Jul 2009 14:30:38 +0000 (17:30 +0300)]
Merge ... d1e79f3c8c8779d14ab5297049bdc0812f942654

15 years agoignore case when examining the file extension for guessing the mime-type
Fotis Stamatelopoulos [Mon, 6 Jul 2009 14:28:01 +0000 (17:28 +0300)]
ignore case when examining the file extension for guessing the mime-type

15 years agoFixed bug that prevented tags with international characters from being indexed proper...
Dimitris Routsis [Mon, 6 Jul 2009 13:31:35 +0000 (16:31 +0300)]
Fixed bug that prevented tags with international characters from being indexed properly, causing search to fail. (Bug #864 #2)

15 years agoFixed broken search for international characters. (Bug #864)
Dimitris Routsis [Mon, 6 Jul 2009 12:49:50 +0000 (15:49 +0300)]
Fixed broken search for international characters. (Bug #864)

15 years agoMerge with 24c6efe7ed90856868433076609836d2a95f7154
Dimitris Routsis [Mon, 6 Jul 2009 10:12:29 +0000 (13:12 +0300)]
Merge ... 24c6efe7ed90856868433076609836d2a95f7154

15 years agoFixed bug: When copying a versioned file, destination versioned flag wasn't set,...
Dimitris Routsis [Mon, 6 Jul 2009 10:11:29 +0000 (13:11 +0300)]
Fixed bug: When copying a versioned file, destination versioned flag wasn't set, causing only last version to be copied.

15 years agoFixed problems copying/moving via drag-and-drop had with international characters...
Dimitris Routsis [Mon, 6 Jul 2009 09:25:47 +0000 (12:25 +0300)]
Fixed problems copying/moving via drag-and-drop had with international characters in file / folder names.

15 years agodropped SOAP
Fotis Stamatelopoulos [Fri, 3 Jul 2009 15:05:34 +0000 (18:05 +0300)]
dropped SOAP

15 years agoFixed corner case: When selecting 1 row and then the one above it via shift-click...
Dimitris Routsis [Fri, 3 Jul 2009 14:40:32 +0000 (17:40 +0300)]
Fixed corner case: When selecting 1 row and then the one above it via shift-click, only one row would be selected instead of the correct two.

15 years agoMerge with f948e955504b0f4f31c1fe813f97f0297cd64cdb
Fotis Stamatelopoulos [Fri, 3 Jul 2009 13:29:33 +0000 (16:29 +0300)]
Merge ... f948e955504b0f4f31c1fe813f97f0297cd64cdb

15 years ago- more efficient moveFile implementation
Fotis Stamatelopoulos [Fri, 3 Jul 2009 13:25:06 +0000 (16:25 +0300)]
- more efficient moveFile implementation
- code clean up for better maintenance and easier implementation of future file storage layering

15 years agoMove create new WebDAV password URL from /users to plain / for user.
Dimitris Routsis [Fri, 3 Jul 2009 12:54:27 +0000 (15:54 +0300)]
Move create new WebDAV password URL from /users to plain / for user.

15 years agoMerge with fb4f6b87b576c0adf49a83ca6285a89f6154709c
Dimitris Routsis [Fri, 3 Jul 2009 11:42:05 +0000 (14:42 +0300)]
Merge ... fb4f6b87b576c0adf49a83ca6285a89f6154709c

15 years agoAdd Cut, Move to trash and Delete options to Other's shared context menu.
Dimitris Routsis [Fri, 3 Jul 2009 11:41:03 +0000 (14:41 +0300)]
Add Cut, Move to trash and Delete options to Other's shared context menu.

15 years agoReauthenticate user when creating new WebDAV password, so the new password gets sent...
Dimitris Routsis [Fri, 3 Jul 2009 11:39:47 +0000 (14:39 +0300)]
Reauthenticate user when creating new WebDAV password, so the new password gets sent back in a secure way.

15 years ago- add status panel refresh wherever needed
Fotis Stamatelopoulos [Fri, 3 Jul 2009 11:24:55 +0000 (14:24 +0300)]
- add status panel refresh wherever needed
- remove various warnings
- display "move" option for "Shared" folders

15 years agorefresh status panel on delete folder
Fotis Stamatelopoulos [Fri, 3 Jul 2009 11:16:45 +0000 (14:16 +0300)]
refresh status panel on delete folder

15 years agorefresh status panel on Paste
Fotis Stamatelopoulos [Fri, 3 Jul 2009 10:50:31 +0000 (13:50 +0300)]
refresh status panel on Paste

15 years agoMerge with 2a2d62f9da9674f80214a52654521f9e6d807b99
Dimitris Routsis [Thu, 2 Jul 2009 13:53:50 +0000 (16:53 +0300)]
Merge ... 2a2d62f9da9674f80214a52654521f9e6d807b99

15 years agoSwitch reset WebDAV password from GET to POST.
Dimitris Routsis [Thu, 2 Jul 2009 13:29:43 +0000 (16:29 +0300)]
Switch reset WebDAV password from GET to POST.

15 years agoUse a different strategy for login in development environments that does not require...
Panagiotis Astithas [Thu, 2 Jul 2009 09:18:46 +0000 (12:18 +0300)]
Use a different strategy for login in development environments that does not require me to recompile the web client for production deployment. Now, if the testUsername property is found in gss.properties the server treats the value as an authenticated username.

The client redirect does not work for development though, since the login URL is specified in a web client property that would require recompilation again. So instead of:

http://127.0.0.1:8080/pithos/

we will now use the more elaborate form:

http://127.0.0.1:8080/pithos/login?next=http://127.0.0.1:8080/pithos/

15 years agoMerge with 7326fe16b35cbc65c6c6e1c59d8f7e107cd351ce
Panagiotis Astithas [Wed, 1 Jul 2009 15:40:55 +0000 (18:40 +0300)]
Merge ... 7326fe16b35cbc65c6c6e1c59d8f7e107cd351ce

15 years agoAdd forgotten getter and setter.
Panagiotis Astithas [Wed, 1 Jul 2009 15:39:08 +0000 (18:39 +0300)]
Add forgotten getter and setter.

15 years agoFix a typo.
Panagiotis Astithas [Wed, 1 Jul 2009 15:38:30 +0000 (18:38 +0300)]
Fix a typo.

15 years agoIf no WebDAV password has ever been generated, copy token to it at initial login...
Dimitris Routsis [Wed, 1 Jul 2009 15:36:51 +0000 (18:36 +0300)]
If no WebDAV password has ever been generated, copy token to it at initial login, to make sure user sees value in Show Credentials dialog.

15 years agoMerge with 1c0e8bb4b8b36009b768310cf3c323380e6c7f87
Dimitris Routsis [Wed, 1 Jul 2009 12:48:05 +0000 (15:48 +0300)]
Merge ... 1c0e8bb4b8b36009b768310cf3c323380e6c7f87

15 years agoProperly update root "other's shared" when refreshing / expanding tree after other...
Dimitris Routsis [Wed, 1 Jul 2009 12:45:16 +0000 (15:45 +0300)]
Properly update root "other's shared" when refreshing / expanding tree after other user has changed sharing. (Bug #703)

15 years agoProperly update others shares when refreshing / expanding tree after other user has...
Dimitris Routsis [Wed, 1 Jul 2009 09:17:53 +0000 (12:17 +0300)]
Properly update others shares when refreshing / expanding tree after other user has changed sharing. (Bug #703)

15 years agoUse a single configuration entry for the service home URL and avoid hardcoding it...
Panagiotis Astithas [Tue, 30 Jun 2009 14:14:13 +0000 (17:14 +0300)]
Use a single configuration entry for the service home URL and avoid hardcoding it in the logo image link.

15 years ago- Remove completely Permission entry for user that get assigned no permissions at...
Dimitris Routsis [Mon, 29 Jun 2009 12:31:53 +0000 (15:31 +0300)]
- Remove completely Permission entry for user that get assigned no permissions at all when updating file / folder permissions.
- Delete orphan Permission entries when updating file / folder permissions. (Used to stay behind)

15 years agoWhen using token as WebDAV password (fallback case), also copy it to webdavpassword...
Dimitris Routsis [Mon, 29 Jun 2009 09:39:24 +0000 (12:39 +0300)]
When using token as WebDAV password (fallback case), also copy it to webdavpassword field so it will never expire.

15 years agoFallback for transition to new WebDAV password: If no password has been created,...
Dimitris Routsis [Fri, 26 Jun 2009 14:52:13 +0000 (17:52 +0300)]
Fallback for transition to new WebDAV password: If no password has been created, use token as before.

15 years agoMerge with cb72e6e4ab36e8a6966f6f33af76e8f32ee53305
Dimitris Routsis [Thu, 25 Jun 2009 16:10:19 +0000 (19:10 +0300)]
Merge ... cb72e6e4ab36e8a6966f6f33af76e8f32ee53305

15 years agoAdd system-generated password for WebDAV. (Bug #705)
Dimitris Routsis [Thu, 25 Jun 2009 15:45:53 +0000 (18:45 +0300)]
Add system-generated password for WebDAV. (Bug #705)

15 years agoIncrease the GWT compiler memory so that using GWT 1.6 in compatibility mode is possible.
Panagiotis Astithas [Wed, 24 Jun 2009 14:51:53 +0000 (17:51 +0300)]
Increase the GWT compiler memory so that using GWT 1.6 in compatibility mode is possible.

15 years agoDisable fade-in and fade-out effects for IE because it has bugs rendering non-opaque...
Dimitris Routsis [Wed, 24 Jun 2009 10:28:36 +0000 (13:28 +0300)]
Disable fade-in and fade-out effects for IE because it has bugs rendering non-opaque objects.
(See e.g. http://www.nabble.com/Fading-effects-and-anti-aliasing-in-IE-Opera-td15501116s27240.html, http://snook.ca/archives/html_and_css/ie-position-fixed-opacity-filter, http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx)

15 years agoMinor cleanups.
Panagiotis Astithas [Tue, 23 Jun 2009 14:31:50 +0000 (17:31 +0300)]
Minor cleanups.

15 years agoUploaded files should be counted towards owner's (i.e. namespace owner's) quota,...
Dimitris Routsis [Tue, 23 Jun 2009 09:11:56 +0000 (12:11 +0300)]
Uploaded files should be counted towards owner's (i.e. namespace owner's) quota, not uplolader's.

15 years agoImproved rounding for human-readable percentOfFreeSpace().
Dimitris Routsis [Tue, 23 Jun 2009 08:34:52 +0000 (11:34 +0300)]
Improved rounding for human-readable percentOfFreeSpace().

15 years agoFix uploads for files with funny names, by using URL.encode() instead of URL.encodeCo...
Panagiotis Astithas [Mon, 22 Jun 2009 13:02:58 +0000 (16:02 +0300)]
Fix uploads for files with funny names, by using URL.encode() instead of URL.encodeComponent(). The latter is required for HTML form-based uploads only.

15 years agoProperly cancel the upload for both gears-enabled and regular file uploads. This...
Panagiotis Astithas [Fri, 19 Jun 2009 14:09:45 +0000 (17:09 +0300)]
Properly cancel the upload for both gears-enabled and regular file uploads. This doesn't seem to be working in my localhost tests, but it must be either a bug in gears, or the too fast connection to the server from the loopback interface.

15 years agoMention that we include the gwt-google-apis project in our code.
Panagiotis Astithas [Fri, 19 Jun 2009 13:46:29 +0000 (16:46 +0300)]
Mention that we include the gwt-google-apis project in our code.

15 years agoUse an exponential backoff strategy for retrying rolled back transactions.
Panagiotis Astithas [Wed, 17 Jun 2009 15:11:10 +0000 (18:11 +0300)]
Use an exponential backoff strategy for retrying rolled back transactions.

15 years agoDisplay the Google Gears site in a new window.
Panagiotis Astithas [Wed, 17 Jun 2009 12:05:46 +0000 (15:05 +0300)]
Display the Google Gears site in a new window.

15 years agoPerform the validation checks for every selected file and do it before starting the...
Panagiotis Astithas [Tue, 16 Jun 2009 14:35:29 +0000 (17:35 +0300)]
Perform the validation checks for every selected file and do it before starting the file uploads. Also, handle all possible error responses to the PUT requests.

15 years agoReword the help comment, add some code comments and do some minor style cleanup.
Panagiotis Astithas [Tue, 16 Jun 2009 14:33:10 +0000 (17:33 +0300)]
Reword the help comment, add some code comments and do some minor style cleanup.

15 years agoFix warnings.
Panagiotis Astithas [Tue, 16 Jun 2009 13:27:50 +0000 (16:27 +0300)]
Fix warnings.

15 years agoAdd a help comment on the file upload dialog mentioning the extra functionality provi...
Panagiotis Astithas [Tue, 16 Jun 2009 11:00:32 +0000 (14:00 +0300)]
Add a help comment on the file upload dialog mentioning the extra functionality provided by google gears and a link for installing it.

15 years agoUse separate progress bars next to each file, in order to better track the progress...
Panagiotis Astithas [Mon, 15 Jun 2009 14:36:19 +0000 (17:36 +0300)]
Use separate progress bars next to each file, in order to better track the progress of the upload process.

15 years agoIntroduce TransactionHelper, a utility class for retrying the supplied transactional...
Panagiotis Astithas [Mon, 15 Jun 2009 13:01:24 +0000 (16:01 +0300)]
Introduce TransactionHelper, a utility class for retrying the supplied transactional command in the face of rollbacks caused by optimistic lock exceptions. This allows multiple file uploads to succeed, even in a single core system.

Also make hitting the ENTER key behave the same as clicking the Upload button.

15 years agoUse the shorter and more common label \"Save As\".
Panagiotis Astithas [Mon, 15 Jun 2009 10:30:12 +0000 (13:30 +0300)]
Use the shorter and more common label \"Save As\".

15 years agoMerge with 3eaa2eb924fb461ee35eecb10b8ee0b0853165e0
Panagiotis Astithas [Mon, 15 Jun 2009 10:02:52 +0000 (13:02 +0300)]
Merge ... 3eaa2eb924fb461ee35eecb10b8ee0b0853165e0

15 years agoMerge with 612ee1db5780de03ba2db24aae9513e7f28fea8a
Dimitris Routsis [Mon, 15 Jun 2009 09:45:25 +0000 (12:45 +0300)]
Merge ... 612ee1db5780de03ba2db24aae9513e7f28fea8a

15 years agoFix uploading file when a synonymous one is in the trash.
Panagiotis Astithas [Mon, 15 Jun 2009 09:24:31 +0000 (12:24 +0300)]
Fix uploading file when a synonymous one is in the trash.

15 years ago- Add "Save file as" menu that forces browser to download file instead of opening...
Dimitris Routsis [Fri, 12 Jun 2009 15:17:13 +0000 (18:17 +0300)]
- Add "Save file as" menu that forces browser to download file instead of opening it inline.
- Fix broken international characters in browser Save As dialog.

15 years agoMerge with 7c6a6782f6cc3e1446a7ecbcfbc5432ba749a6ae
Panagiotis Astithas [Fri, 12 Jun 2009 15:04:53 +0000 (18:04 +0300)]
Merge ... 7c6a6782f6cc3e1446a7ecbcfbc5432ba749a6ae

15 years agoFirst rough implementation of the file upload functionality using Google Gears. Multi...
Panagiotis Astithas [Fri, 12 Jun 2009 15:02:21 +0000 (18:02 +0300)]
First rough implementation of the file upload functionality using Google Gears. Multiple file uploads are still buggy, but single file uploads are mostly working as before.

15 years agoDon't show Upload and Paste options in My Shared and Other's Shared pseudo-folders.
Dimitris Routsis [Fri, 12 Jun 2009 11:40:14 +0000 (14:40 +0300)]
Don't show Upload and Paste options in My Shared and Other's Shared pseudo-folders.

15 years agoUploaded files should be checked against owner's (i.e. namespace owner's) quota,...
Dimitris Routsis [Thu, 11 Jun 2009 12:40:02 +0000 (15:40 +0300)]
Uploaded files should be checked against owner's (i.e. namespace owner's) quota, not uplolader's.

15 years agoFixed bug: Uploading a new version of a versioned file with no quota left would leave...
Dimitris Routsis [Thu, 11 Jun 2009 09:51:30 +0000 (12:51 +0300)]
Fixed bug: Uploading a new version of a versioned file with no quota left would leave file without any bodies at all.

15 years agoFixed bug: Uploading a new version of a versioned file with no quota left would leave...
Dimitris Routsis [Wed, 10 Jun 2009 11:21:36 +0000 (14:21 +0300)]
Fixed bug: Uploading a new version of a versioned file with no quota left would leave file without any bodies at all.

15 years agoMake the progress bar look less like Windows 95 and clean up the style sheet a bit.
Panagiotis Astithas [Tue, 9 Jun 2009 13:50:36 +0000 (16:50 +0300)]
Make the progress bar look less like Windows 95 and clean up the style sheet a bit.

15 years agoUse the proper license header for the progress bar implementation.
Panagiotis Astithas [Fri, 5 Jun 2009 13:23:21 +0000 (16:23 +0300)]
Use the proper license header for the progress bar implementation.

15 years agoCentralize quota retrieval.
droutsis [Fri, 5 Jun 2009 09:06:01 +0000 (12:06 +0300)]
Centralize quota retrieval.

15 years agoDecode file names received by PUT, as we do with file names received by multipart...
Panagiotis Astithas [Thu, 4 Jun 2009 14:01:16 +0000 (17:01 +0300)]
Decode file names received by PUT, as we do with file names received by multipart POST.

15 years agoUse application/json content type for all JSON responses.
Panagiotis Astithas [Thu, 4 Jun 2009 13:34:40 +0000 (16:34 +0300)]
Use application/json content type for all JSON responses.

15 years agoFix the ignored file paths.
Panagiotis Astithas [Thu, 4 Jun 2009 09:42:49 +0000 (12:42 +0300)]
Fix the ignored file paths.

15 years agoRemove the redundant gss top-level directory.
Panagiotis Astithas [Thu, 4 Jun 2009 09:02:28 +0000 (12:02 +0300)]
Remove the redundant gss top-level directory.

15 years agoAdd a temporary hard-coded notice for the extended token validity period. This should...
Panagiotis Astithas [Wed, 3 Jun 2009 13:40:31 +0000 (16:40 +0300)]
Add a temporary hard-coded notice for the extended token validity period. This should be removed when the desktop client is ready.

15 years agoAdd ignored files and folders.
Panagiotis Astithas [Wed, 3 Jun 2009 08:31:06 +0000 (11:31 +0300)]
Add ignored files and folders.

15 years agoAdd a request signature implementation in Java. This should evolve to both a Java...
pastith [Mon, 1 Jun 2009 13:22:47 +0000 (13:22 +0000)]
Add a request signature implementation in Java. This should evolve to both a Java client library for GSS and a REST API test harness.

15 years agoUser can see in lists only files for which they have read permission.
droutsis [Fri, 29 May 2009 14:13:57 +0000 (14:13 +0000)]
User can see in lists only files for which they have read permission.

15 years agoChange the property name for the file root folder from files to fileroot. This was...
pastith [Fri, 29 May 2009 09:55:01 +0000 (09:55 +0000)]
Change the property name for the file root folder from files to fileroot. This was requested for developing an API client based on a grammar-parsing engine that was having problems due to 'files' being overloaded as both a URI (in the user's home namespace) and an array (in folder contents).

15 years agoPrevent owner permissions from being revoked at both the client and the server level...
droutsis [Thu, 28 May 2009 12:50:07 +0000 (12:50 +0000)]
Prevent owner permissions from being revoked at both the client and the server level. This could cause problems as in bug #682, or even totally orphaned files (files invisible and inaccessible to everyone but still present and accounted for in owner's quota).
(Again, previous commit ran into problems.)

15 years agoPrevent owner permissions from being revoked at both the client and the server level...
droutsis [Thu, 28 May 2009 12:35:34 +0000 (12:35 +0000)]
Prevent owner permissions from being revoked at both the client and the server level. This could cause problems as in bug #682, or even totally orphaned files (files invisible and inaccessible to everyone but still present and accounted for in owner's quota).

15 years agoAdd the X-GSS-Meatadata header on folders. Its contents are the main attributes of...
pastith [Thu, 28 May 2009 11:47:41 +0000 (11:47 +0000)]
Add the X-GSS-Meatadata header on folders. Its contents are the main attributes of the folder, modulo the parent, children and permissions. This way clients can use HEAD requests consistently for fetching the basic properties of arbitrary resources.

15 years agoAvoid making a redundant request to the server for the initial quota display.
pastith [Wed, 27 May 2009 10:15:05 +0000 (10:15 +0000)]
Avoid making a redundant request to the server for the initial quota display.

15 years agoAdd a configuration property for showing simple announcements to the users when they...
pastith [Wed, 27 May 2009 09:24:30 +0000 (09:24 +0000)]
Add a configuration property for showing simple announcements to the users when they log in.

15 years agoUse a default value of 1 day for tokenTTL, in case the configuration property is...
pastith [Wed, 27 May 2009 07:21:03 +0000 (07:21 +0000)]
Use a default value of 1 day for tokenTTL, in case the configuration property is not set.

15 years agoMove file uploads via WebDAV and PUT API calls out of the transaction boundary, so...
pastith [Tue, 26 May 2009 10:00:58 +0000 (10:00 +0000)]
Move file uploads via WebDAV and PUT API calls out of the transaction boundary, so that transaction timeouts do not limit the file upload size.

15 years agoReplace locking with pseudo-locking.
droutsis [Tue, 26 May 2009 09:44:11 +0000 (09:44 +0000)]
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 user. This caused bug #685.

15 years agoAdd a file's modification date in the folder JSON representation. This way clients...
pastith [Mon, 25 May 2009 14:10:02 +0000 (14:10 +0000)]
Add a file's modification date in the folder JSON representation. This way clients can maintain their local caches in a more efficient manner, avoiding the need for subsequent HEAD requests, even with If-Modified-Since or If-Match headers.

15 years agoMove the token validity period to a configuration variable.
pastith [Mon, 25 May 2009 12:40:28 +0000 (12:40 +0000)]
Move the token validity period to a configuration variable.

15 years agoAvoid a NPE when the user-agent header is not set.
pastith [Fri, 22 May 2009 12:44:46 +0000 (12:44 +0000)]
Avoid a NPE when the user-agent header is not set.

15 years agoMake sure that unfinished uploads do not result in unreferenced files in the file...
pastith [Thu, 21 May 2009 13:26:58 +0000 (13:26 +0000)]
Make sure that unfinished uploads do not result in unreferenced files in the file system.