pithos
13 years agoSupport console.log() besides console.debug() in DisplayHelper.log().
Panagiotis Astithas [Thu, 19 Aug 2010 14:10:53 +0000 (17:10 +0300)]
Support console.log() besides console.debug() in DisplayHelper.log().

13 years agoDon't decode resource names in JSON values. This is only necessary when names are...
Panagiotis Astithas [Thu, 19 Aug 2010 10:11:04 +0000 (13:11 +0300)]
Don't decode resource names in JSON values. This is only necessary when names are passed as request parameters. This fixes renaming folders '+', '%' and ' ', among others.

13 years agoFix updates for folders named '%'.
Panagiotis Astithas [Wed, 18 Aug 2010 12:46:46 +0000 (15:46 +0300)]
Fix updates for folders named '%'.

13 years agoConvert tag buttons to links. This solves issue 22
Natasa Kapravelou [Mon, 16 Aug 2010 08:55:21 +0000 (11:55 +0300)]
Convert tag buttons to links. This solves issue 22

13 years ago-Navigation from the parent folder to subfolder and vice versa is available in the...
Natasa Kapravelou [Tue, 10 Aug 2010 14:29:09 +0000 (17:29 +0300)]
-Navigation from the parent folder to subfolder and vice versa is available in the web page of a public folder
-Only files that are marked as public are available in the web page of a public folder

13 years agoAdd an executive summary version.
Panagiotis Astithas [Thu, 29 Jul 2010 14:38:44 +0000 (17:38 +0300)]
Add an executive summary version.

13 years agoNow that we can download and install dependencies, remove the lib directory jar files...
Panagiotis Astithas [Thu, 29 Jul 2010 14:15:17 +0000 (17:15 +0300)]
Now that we can download and install dependencies, remove the lib directory jar files from the repository and fetch them on installation.

13 years agoBetter wording and typos fixed.
Panagiotis Astithas [Thu, 29 Jul 2010 12:58:22 +0000 (15:58 +0300)]
Better wording and typos fixed.

13 years agoConvert build and deployment instructions to follow the new world order and remove...
Panagiotis Astithas [Thu, 29 Jul 2010 12:49:56 +0000 (15:49 +0300)]
Convert build and deployment instructions to follow the new world order and remove the eclipse-only dependency to pre-defined user libraries.

13 years agoRevamp the build script in order to support fetching and installing dependencies...
Panagiotis Astithas [Thu, 29 Jul 2010 07:20:00 +0000 (10:20 +0300)]
Revamp the build script in order to support fetching and installing dependencies and running the server. No configuration is required any more. Changes to BUILD.txt with updated instructions are forthcoming.

13 years agoSilence the redundant and obnoxious optimistic locking exceptions following the ...
Panagiotis Astithas [Wed, 28 Jul 2010 10:45:41 +0000 (13:45 +0300)]
Silence the redundant and obnoxious optimistic locking exceptions following the (controversial) advice from bug HHH-537.

13 years agoWe don't need informational logging from httpclient.
Panagiotis Astithas [Tue, 27 Jul 2010 14:09:45 +0000 (17:09 +0300)]
We don't need informational logging from httpclient.

13 years agoWe are not using the version number in the server code, and even if we were, we would...
Panagiotis Astithas [Tue, 27 Jul 2010 10:02:34 +0000 (13:02 +0300)]
We are not using the version number in the server code, and even if we were, we would not want it to be configurable at runtime.

13 years agoDisplay the version number in the web client and set the next release to become 1.2.
Panagiotis Astithas [Tue, 27 Jul 2010 09:44:45 +0000 (12:44 +0300)]
Display the version number in the web client and set the next release to become 1.2.

13 years ago- fix the problem which was related to download a file. It works now since an if...
Natasa Kapravelou [Fri, 23 Jul 2010 14:16:44 +0000 (17:16 +0300)]
- fix the problem which was related to download a file. It works now since an if statement was updated from if(content) to if (folder != null && content)
- fix the path of a containing subfolder in a public folder
- When a folder is marked as public from a user all containing files are also marked as public
- When a folder is marked as not public then all containing files' state remain untouched.
- to do: enable moving to upper level (until root public folder) from a public sub-folder
- to do: sharing icon and it's not stable behavior when a folder is shared to others

14 years agoExplicitly activate the user on creation and don't rely on the DB to do it.
Panagiotis Astithas [Fri, 16 Jul 2010 16:25:53 +0000 (19:25 +0300)]
Explicitly activate the user on creation and don't rely on the DB to do it.

14 years agoIgnore vim temp files.
Panagiotis Astithas [Fri, 16 Jul 2010 15:59:21 +0000 (18:59 +0300)]
Ignore vim temp files.

14 years agoSimplify the content type conditional and make sure resource representation choice...
Panagiotis Astithas [Fri, 16 Jul 2010 09:51:54 +0000 (12:51 +0300)]
Simplify the content type conditional and make sure resource representation choice is independent of the access privileges.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Thu, 15 Jul 2010 15:20:52 +0000 (18:20 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoIn order to implement display public's folder contents as a web page i)Implement...
Natasa Kapravelou [Thu, 15 Jul 2010 15:20:43 +0000 (18:20 +0300)]
In order to implement display public's folder contents as a web page i)Implement renderHTML method inside FilesHandler ii)make changes in serveResource in order to decide the contentType depending on client header request. This solves Issue 17

14 years agofirst commit - display public's folder contents as a web page
Natasa Kapravelou [Wed, 14 Jul 2010 15:17:09 +0000 (18:17 +0300)]
first commit - display public's folder contents as a web page

14 years agoForbid logins from disabled users.
Panagiotis Astithas [Wed, 14 Jul 2010 12:51:04 +0000 (15:51 +0300)]
Forbid logins from disabled users.

14 years agoForbid logins from disabled users.
Panagiotis Astithas [Wed, 14 Jul 2010 12:44:56 +0000 (15:44 +0300)]
Forbid logins from disabled users.

14 years agoAdd a Report Bug menu item, so that users will find it easier to report bugs.
Panagiotis Astithas [Tue, 13 Jul 2010 15:14:37 +0000 (18:14 +0300)]
Add a Report Bug menu item, so that users will find it easier to report bugs.

14 years agoReject invalid resource names, like '.' and '..' in both server and web client. This...
Panagiotis Astithas [Tue, 13 Jul 2010 14:20:06 +0000 (17:20 +0300)]
Reject invalid resource names, like '.' and '..' in both server and web client. This fixes issue 19.

14 years agoMake the warning message more informative.
Panagiotis Astithas [Mon, 12 Jul 2010 11:01:40 +0000 (14:01 +0300)]
Make the warning message more informative.

14 years agoFix silent NPE due to auto-unboxing.
Panagiotis Astithas [Mon, 12 Jul 2010 10:00:45 +0000 (13:00 +0300)]
Fix silent NPE due to auto-unboxing.

14 years agoThe public flag, as well as all resource properties, are nouns, not verbs.
Panagiotis Astithas [Mon, 12 Jul 2010 09:47:08 +0000 (12:47 +0300)]
The public flag, as well as all resource properties, are nouns, not verbs.

14 years agoConsider the folder public flag when checking for authorization permissions.
Panagiotis Astithas [Mon, 12 Jul 2010 09:36:37 +0000 (12:36 +0300)]
Consider the folder public flag when checking for authorization permissions.

14 years agoFix copy & paste typos (file -> folder).
Panagiotis Astithas [Mon, 12 Jul 2010 09:14:47 +0000 (12:14 +0300)]
Fix copy & paste typos (file -> folder).

14 years agoslight display changes
Natasa Kapravelou [Fri, 9 Jul 2010 13:07:12 +0000 (16:07 +0300)]
slight display changes

14 years agoMerge with 66f69a7348ed1a0de9113a64025721fcc6e68b84
Natasa Kapravelou [Fri, 9 Jul 2010 11:52:35 +0000 (14:52 +0300)]
Merge ... 66f69a7348ed1a0de9113a64025721fcc6e68b84

14 years ago-Allow user to declare a public folder i)a checkbox named [Public] added in the web...
Natasa Kapravelou [Fri, 9 Jul 2010 11:32:36 +0000 (14:32 +0300)]
-Allow user to declare a public folder i)a checkbox named [Public] added in the web client's folder properties dialog ii) an API change made in order to return readforall flag for a folder iii) a readforall column added in the domain model
Public folders are marked with the same icon as shared folders and are available also in the My Shared view. This fixes Issue 17 along with the revision 7fc12576aafb

14 years ago- Add an administration application.
Panagiotis Astithas [Thu, 8 Jul 2010 10:57:12 +0000 (13:57 +0300)]
- Add an administration application.
- Remove the redundant RequestBuilder wrapper for efficiency.
- Fix warnings.
- Ignore the admin app build artifacts.
- Guard against users without userclasses in the DB.
- Add a dev mode launcher for debugging the admin app.

14 years agofirst commit of adding the public feature to folder / readForAll on each folder
Natasa Kapravelou [Wed, 7 Jul 2010 15:49:53 +0000 (18:49 +0300)]
first commit of adding the public feature to folder / readForAll on each folder

14 years agoAvoid a NPE when the client doesn't send a Content-Type header.
Panagiotis Astithas [Mon, 5 Jul 2010 13:34:09 +0000 (16:34 +0300)]
Avoid a NPE when the client doesn't send a Content-Type header.

14 years agoUse a more friendly message for status 503.
Panagiotis Astithas [Mon, 5 Jul 2010 11:03:46 +0000 (14:03 +0300)]
Use a more friendly message for status 503.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Mon, 28 Jun 2010 14:15:09 +0000 (17:15 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agochange visibility modifier for handleSpecialFolderNames method from public to private
Natasa Kapravelou [Mon, 28 Jun 2010 14:02:32 +0000 (17:02 +0300)]
change visibility modifier for handleSpecialFolderNames method from public to private

14 years agoTweak a few new compiler settings available in Eclipse 3.6.
Panagiotis Astithas [Thu, 24 Jun 2010 13:52:26 +0000 (16:52 +0300)]
Tweak a few new compiler settings available in Eclipse 3.6.

14 years agoremove unnecessary logging
Natasa Kapravelou [Thu, 24 Jun 2010 12:43:14 +0000 (15:43 +0300)]
remove unnecessary logging

14 years agoallow the proper completion of the given url for cases such as Trash, My Shared,...
Natasa Kapravelou [Thu, 24 Jun 2010 12:40:20 +0000 (15:40 +0300)]
allow the proper completion of the given url for cases such as Trash, My Shared, Other's Shared.

14 years agoMinor fix. In case of a bad typed url home folder is selected instead of Trash folder...
Natasa Kapravelou [Wed, 23 Jun 2010 14:44:56 +0000 (17:44 +0300)]
Minor fix. In case of a bad typed url home folder is selected instead of Trash folder in previous version

14 years agoNew Folder/ Upload option is not available when My Shared,Trash and any folder below...
Natasa Kapravelou [Tue, 22 Jun 2010 15:00:25 +0000 (18:00 +0300)]
New Folder/ Upload option is not available when My Shared,Trash and any folder below Trash is selected. Options New Folder and Upload are shown  when the user clicks the File menu from the MenuBar or right clicks on one of the above mentioned folders (My Shared,Trash and any folder below Trash). This fixes Issue 9

14 years agoFeatures concerning history navigation: 1. the user can use the browser history navig...
Natasa Kapravelou [Tue, 22 Jun 2010 11:30:05 +0000 (14:30 +0300)]
Features concerning history navigation: 1. the user can use the browser history navigation with back and fwd arrows. (problems emerge if the user closes an already expanded tree of a folder, or sub folder, then history navigation is broken).
2. the user can type any 'parent' folder uri in the browser's address bar and fetch it's files e.g #Files/files/Data and any folder right below the home folder (not deeper), #Files/thrash/, #Files/others/, #Files/shared/. Only if the parent folder is already expanded, the user can navigate to the sub folders by typing the sub folder's name/uri at the address bar. Finally, if the user types a uri in the address bar which can't match any object in the application, Trash folder is selected.
TODO: 1. Expand folders with a given uri 2. Open the corresponding folder using an external link 3. Add a / in case this is ommited when user's input is #Files/trash, #Files/shared, #Files/others
FIX: 1. the construction of uri if whitespaces or other special charactes are contained such as +

14 years agomerge with 5302e019c665
Natasa Kapravelou [Mon, 14 Jun 2010 15:21:33 +0000 (18:21 +0300)]
merge with 5302e019c665

14 years agoStore and display the users that created and modified a file or folder.
Panagiotis Astithas [Mon, 14 Jun 2010 14:59:22 +0000 (17:59 +0300)]
Store and display the users that created and modified a file or folder.

14 years agoSet the subfolders' parent on construction, since it's already known.
Panagiotis Astithas [Mon, 14 Jun 2010 14:15:39 +0000 (17:15 +0300)]
Set the subfolders' parent on construction, since it's already known.

14 years agoView the actual version contents when clicking on 'View this version'.
Panagiotis Astithas [Mon, 14 Jun 2010 14:00:44 +0000 (17:00 +0300)]
View the actual version contents when clicking on 'View this version'.

14 years agoFix WebDAV mounts from the Windows WebDAV mini-redirector client implementation:
Panagiotis Astithas [Thu, 10 Jun 2010 09:19:00 +0000 (12:19 +0300)]
Fix WebDAV mounts from the Windows WebDAV mini-redirector client implementation:

DAV: namespaced elements in a PROPFIND responses can not use a default namespace; each element must be explicitly prefixed with a namespace prefix defined in itself or a parent. If a default namespace is used the client will give no errors, but will not display any resources.

The only mention of this issue was found in:

http://www.greenbytes.de/tech/webdav/webdav-redirector-list.html

Also, fix the display of the top-level directory name when deployed as the root context of the domain.

14 years agoupdateHistory removed from RestResource and other resources and implemented only...
Natasa Kapravelou [Wed, 9 Jun 2010 14:23:18 +0000 (17:23 +0300)]
updateHistory removed from RestResource and other resources and implemented only in GSS updateHistory. New method constructUri implemented inside every Resource. Can't call the RestResource constructUri inside getTreeItem method in PopupTree. In case doing that all history navigation using browser's arrows is broken. Some NPE received in folders containing special characters (still searching why)

14 years agoDisable unused caches.
Panagiotis Astithas [Wed, 9 Jun 2010 10:15:17 +0000 (13:15 +0300)]
Disable unused caches.

14 years agomerge with revision 605:de6019500c15
Natasa Kapravelou [Wed, 9 Jun 2010 06:45:04 +0000 (09:45 +0300)]
merge with revision 605:de6019500c15

14 years agoThe parent folder name is never send encoded.
Panagiotis Astithas [Fri, 4 Jun 2010 12:07:43 +0000 (15:07 +0300)]
The parent folder name is never send encoded.

14 years agoanother attempt to implement fetching the corresponding directory from a given uri...
Natasa Kapravelou [Thu, 3 Jun 2010 15:59:30 +0000 (18:59 +0300)]
another attempt to implement fetching the corresponding directory from a given uri. A getTreeItem method implemented in PopupTree as log as implementing the getName() in RestResource----needs improvement

14 years agoAdd a help menu item that leads to the quota upgrade page.
Panagiotis Astithas [Thu, 3 Jun 2010 15:12:08 +0000 (18:12 +0300)]
Add a help menu item that leads to the quota upgrade page.

14 years agoStop fetching and checking the user affiliation, since we are not going to use it...
Panagiotis Astithas [Thu, 3 Jun 2010 14:50:09 +0000 (17:50 +0300)]
Stop fetching and checking the user affiliation, since we are not going to use it for determining its userclass.

14 years agoAvoid a race that caused duplicate coupon class insertions, and remove a transactiona...
Panagiotis Astithas [Thu, 3 Jun 2010 11:51:48 +0000 (14:51 +0300)]
Avoid a race that caused duplicate coupon class insertions, and remove a transactional call as a performance bonus.

14 years agoFix warnings.
Panagiotis Astithas [Thu, 3 Jun 2010 10:39:08 +0000 (13:39 +0300)]
Fix warnings.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Panagiotis Astithas [Thu, 3 Jun 2010 10:35:45 +0000 (13:35 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoDisplay the file URI unconditionally, since it can be now meaningfully used even...
Panagiotis Astithas [Thu, 3 Jun 2010 10:10:41 +0000 (13:10 +0300)]
Display the file URI unconditionally, since it can be now meaningfully used even when not public. Also reword the label and tooltip in order to be more evident for inexperienced users.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Wed, 2 Jun 2010 15:34:42 +0000 (18:34 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoearly commit - first attemp, regarding giving a uri and fetching the proper directory
Natasa Kapravelou [Wed, 2 Jun 2010 15:34:28 +0000 (18:34 +0300)]
early commit - first attemp, regarding giving a uri and fetching the proper directory

14 years agoComplete quota upgrades with coupons. Also fix equals() and hashCode() for Invitation...
Panagiotis Astithas [Wed, 2 Jun 2010 15:26:50 +0000 (18:26 +0300)]
Complete quota upgrades with coupons. Also fix equals() and hashCode() for Invitations to consider the name or its components.

14 years agocommit after code review. 1.Abstract method changed. Abstract removed and a basic...
Natasa Kapravelou [Wed, 2 Jun 2010 10:05:52 +0000 (13:05 +0300)]
commit after code review. 1.Abstract method changed. Abstract removed and a basic implementation added in the RestResouce thus it's implemented only in the necessary Resource classes 2.bad comments removed 3. methods constructPartialPath and containsFolder moved from PopupTree to FolderResource since only this class uses them

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Tue, 1 Jun 2010 15:27:00 +0000 (18:27 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoimproved version of bug (almost)fix 371. Abstract methods implemented inside RestReso...
Natasa Kapravelou [Tue, 1 Jun 2010 15:26:48 +0000 (18:26 +0300)]
improved version of bug (almost)fix 371. Abstract methods implemented inside RestResource and therefore inside inherited resources in order if/else statements to be removed from PopupTree.java. The functionality remains the same (history support for folder navigation)

14 years agoFix warnings and simplify a method signature.
Panagiotis Astithas [Tue, 1 Jun 2010 14:57:38 +0000 (17:57 +0300)]
Fix warnings and simplify a method signature.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Panagiotis Astithas [Tue, 1 Jun 2010 14:46:47 +0000 (17:46 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years ago- Initial implementation of quota coupon workflow. Userclass modifications are not...
Panagiotis Astithas [Tue, 1 Jun 2010 14:46:32 +0000 (17:46 +0300)]
- Initial implementation of quota coupon workflow. Userclass modifications are not happening yet.
- Factor out the common servlet methods into a base class.
- Style the error messages in registration and coupons.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Tue, 1 Jun 2010 11:58:53 +0000 (14:58 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agoBugzilla – Bug 371, Add history support for folder navigation almost done. Issues...
Natasa Kapravelou [Tue, 1 Jun 2010 11:58:27 +0000 (14:58 +0300)]
Bugzilla – Bug 371, Add history support for folder navigation almost done. Issues listed for futher development 1.Forward navigation through Other's Shared folders. 2. Usual navigation problems with folder name '%' 3.Cross browser functionality check

14 years agoFix the owner permission removal check when updating folders as well, and add the...
Panagiotis Astithas [Thu, 27 May 2010 11:17:19 +0000 (14:17 +0300)]
Fix the owner permission removal check when updating folders as well, and add the empty permission check to that case, too.

14 years ago- Use encodeComponent for encoding the new folder name in order to be compatible...
Panagiotis Astithas [Thu, 27 May 2010 10:32:18 +0000 (13:32 +0300)]
- Use encodeComponent for encoding the new folder name in order to be compatible with the server.
- Style fixes.

14 years agoAutomated merge with https://gss.googlecode.com/hg/
Natasa Kapravelou [Tue, 25 May 2010 12:53:39 +0000 (15:53 +0300)]
Automated merge with https://gss.googlecode.com/hg/

14 years agotrying to fix a build path error
Natasa Kapravelou [Tue, 25 May 2010 12:44:18 +0000 (15:44 +0300)]
trying to fix a build path error

14 years agoFix build path errors during the last merge and silence a few warnings.
Panagiotis Astithas [Tue, 25 May 2010 12:31:30 +0000 (15:31 +0300)]
Fix build path errors during the last merge and silence a few warnings.

14 years agomerge with 51a2069b54c1
Natasa Kapravelou [Tue, 25 May 2010 10:44:46 +0000 (13:44 +0300)]
merge with 51a2069b54c1

14 years agoJust before implementing the browser's history-not fully tested yet. Changes: GSS...
Natasa Kapravelou [Tue, 25 May 2010 10:34:32 +0000 (13:34 +0300)]
Just before implementing the browser's history-not fully tested yet. Changes: GSS.java has been changed,i) in the first launch historyToken equals(Files), ii) History.addValueChangeHandler has been implemented and a Map collection has been used to store corresponding uri's/ TreeItem objects.Therefore, PopupTree.java has been updated to add the uri - TreeItem object pair to history map collection. Finally, a getPopupTree method has been added in the Folders.java that returns the PopupTree obj

14 years agoRedirect to login for browser requests without a cookie present and also for requests...
Panagiotis Astithas [Fri, 21 May 2010 15:43:02 +0000 (18:43 +0300)]
Redirect to login for browser requests without a cookie present and also for requests with cookies but without the proper one.

14 years agoNow that we keep around the cookie, give the user the opportunity to use it as the...
Panagiotis Astithas [Thu, 20 May 2010 15:28:07 +0000 (18:28 +0300)]
Now that we keep around the cookie, give the user the opportunity to use it as the authentication token to get to a file. This way passing around simple file resource URIs is possible, and as long as the user has authenticated with the service in the current browser session, he can access the file. Furthermore, treat such simple browser access as a special case and redirect to login before returning back to the file. Now one can e-mail the file URI to another user and he can click on the link, get prompted to login (or even register for the service) and then get back to the file URI to download it automatically.

This should help spread the word about the service in a more viral way.

14 years agoSimplify a method call.
Panagiotis Astithas [Thu, 20 May 2010 14:37:40 +0000 (17:37 +0300)]
Simplify a method call.

14 years agoUpgrade commons-codec from 1.3 to 1.4.
Panagiotis Astithas [Thu, 20 May 2010 14:37:15 +0000 (17:37 +0300)]
Upgrade commons-codec from 1.3 to 1.4.

14 years agoFix more than 100 warnings.
Panagiotis Astithas [Wed, 19 May 2010 13:16:15 +0000 (16:16 +0300)]
Fix more than 100 warnings.

14 years agoDon't allow usernames with spaces.
Panagiotis Astithas [Wed, 19 May 2010 11:09:06 +0000 (14:09 +0300)]
Don't allow usernames with spaces.

14 years agoOnly clear the cookie when the user logs out. This way a user only needs to login...
Panagiotis Astithas [Wed, 19 May 2010 11:07:21 +0000 (14:07 +0300)]
Only clear the cookie when the user logs out. This way a user only needs to login once per session and the site appears more web-like. This was not possible before the SSL transport was present, since the token would be exposed to eavesdroppers.

14 years agoFix warnings and stop complaining about parameter assignment. We're not eleven.
Panagiotis Astithas [Wed, 19 May 2010 11:04:29 +0000 (14:04 +0300)]
Fix warnings and stop complaining about parameter assignment. We're not eleven.

14 years agoNew javascript method Trim added in DisplayHelper that trim not only whitespaces...
Natasa Kapravelou [Wed, 19 May 2010 09:22:29 +0000 (12:22 +0300)]
New javascript method Trim added in DisplayHelper that trim not only whitespaces but also nbsp. Continue modifying the PopupTree in order to show the correct URI in browsers address bar. Not completed yet since the encoding need revision and history hasnot implemented yet. Add a new condition check in FileMenu.java that checks when the Upload option should be available (related to Issue 9 bug), no completed since in Trash/foo_folder the option of New Folder/Upload should not be available

14 years agoFix the check for removed owner permissions.
Panagiotis Astithas [Mon, 17 May 2010 15:09:20 +0000 (18:09 +0300)]
Fix the check for removed owner permissions.

14 years agoHandle metadata updates even if they are sent with application/x-www/form-urlencoded...
Panagiotis Astithas [Mon, 17 May 2010 10:55:03 +0000 (13:55 +0300)]
Handle metadata updates even if they are sent with application/x-www/form-urlencoded content type.

14 years agoUpgrade gwt-gears to version 1.3.0.
Panagiotis Astithas [Wed, 12 May 2010 15:09:53 +0000 (18:09 +0300)]
Upgrade gwt-gears to version 1.3.0.

14 years agoChanges in PopupTree.java in order to catch user's selection and present it in the...
Natasa Kapravelou [Wed, 12 May 2010 13:15:03 +0000 (16:15 +0300)]
Changes in PopupTree.java in order to catch user's selection and present it in the browser url. not completed yet

14 years agoFormating commit. Comments fixed after code review. 1. Added a 2010 entry in copyrigh...
Natasa Kapravelou [Wed, 12 May 2010 10:51:58 +0000 (13:51 +0300)]
Formating commit. Comments fixed after code review. 1. Added a 2010 entry in copyright notice in GSS.java and also in PopupTree.java 2. Removed unnecessary comments in GSS.java 3. Code layout fixed for JSNI code 4. comment layout fixed in PopupTree.java line 181

14 years agoPopupTree.java changed and works for left folders menu. User's current selection...
Natasa Kapravelou [Wed, 12 May 2010 08:12:40 +0000 (11:12 +0300)]
PopupTree.java changed and works for left folders menu. User's current selection in Folders is shown in the browser's address bar. Bug: it doesn't work when Trash / Other's Shared is selected

14 years agoMerge with dab7e1d55b579c81cdbcabd066f9ff9291ccbba7
Natasa Kapravelou [Wed, 12 May 2010 07:38:30 +0000 (10:38 +0300)]
Merge ... dab7e1d55b579c81cdbcabd066f9ff9291ccbba7

14 years agonew test class (testing purposes only)
Natasa Kapravelou [Wed, 12 May 2010 07:36:31 +0000 (10:36 +0300)]
new test class (testing purposes only)

14 years agoGSS.java changes to show user's selection in browser's address
Natasa Kapravelou [Wed, 12 May 2010 07:33:07 +0000 (10:33 +0300)]
GSS.java changes to show user's selection in browser's address
PopupTree.java method on selection not completed
TestUri.java test class

14 years agoFix build with ant.
Panagiotis Astithas [Mon, 10 May 2010 09:29:09 +0000 (12:29 +0300)]
Fix build with ant.

14 years agoPrettify the jsp pages.
Panagiotis Astithas [Fri, 7 May 2010 14:08:04 +0000 (17:08 +0300)]
Prettify the jsp pages.

14 years agoSet all required objectClass attributes when adding an entry to LDAP. Also consistent...
Panagiotis Astithas [Thu, 6 May 2010 15:00:48 +0000 (18:00 +0300)]
Set all required objectClass attributes when adding an entry to LDAP. Also consistently encode and decode request parameters on success and errors.