Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / client @ 8086761e

# Date Author Comment
4bf05cad 09/03/2010 04:48 pm Natasa Kapravelou

minor code fixes on displaying the full name in ACL

ce2716a9 09/03/2010 03:21 pm Natasa Kapravelou

Display the full name in the ACL. The full name is displayed once right click and select Properties on a file. Full name is displayed in the General tab > Owner, in the Sharing tab and in the Versions tab. Moreover in the file list of every folder. Full names are displayed after the execution of the GetUserCommand, thus they are not always displayed at once.

d6a53bad 09/01/2010 06:27 pm Natasa Kapravelou

the new command added to the repo

9ab5db6d 09/01/2010 06:26 pm Natasa Kapravelou

A new Command(GetUserFullName) was implemented in order to fetch user's full name out of the user name.

77d98d62 08/23/2010 10:27 am Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

b75f55ce 08/23/2010 10:24 am Natasa Kapravelou

display tags issues - another try

6735a2ab 08/20/2010 04:56 pm Panagiotis Astithas

Inline the tags and separate them with commas to hint on their impportance as separators.

cb849e50 08/19/2010 05:12 pm Panagiotis Astithas

Automated merge with https://gss.googlecode.com/hg/

bd5278e9 08/19/2010 05:10 pm Panagiotis Astithas

Support console.log() besides console.debug() in DisplayHelper.log().

ce98bfc6 08/19/2010 02:41 pm Natasa Kapravelou

fixing 'All tags' display version 2 - add a new css class named 'gss-tag'

f14e6b75 08/18/2010 05:05 pm Natasa Kapravelou

fixing All tags display

0fc071d9 08/16/2010 11:55 am Natasa Kapravelou

Convert tag buttons to links. This solves issue 22

c92316b7 07/27/2010 12:44 pm Panagiotis Astithas

Display the version number in the web client and set the next release to become 1.2.

e8fd351d 07/23/2010 05:16 pm Natasa Kapravelou

- 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...

72a90bbf 07/13/2010 06:14 pm Panagiotis Astithas

Add a Report Bug menu item, so that users will find it easier to report bugs.

4315bcc5 07/13/2010 05:20 pm Panagiotis Astithas

Reject invalid resource names, like '.' and '..' in both server and web client. This fixes issue 19.

afcd9a21 07/12/2010 12:47 pm Panagiotis Astithas

The public flag, as well as all resource properties, are nouns, not verbs.

3ef43fed 07/12/2010 12:14 pm Panagiotis Astithas

Fix copy & paste typos (file -> folder).

037fabb5 07/09/2010 04:07 pm Natasa Kapravelou

slight display changes

c5b7e657 07/09/2010 02:52 pm Natasa Kapravelou

Merge with 66f69a7348ed1a0de9113a64025721fcc6e68b84

2f924703 07/09/2010 02:32 pm Natasa Kapravelou

-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

023f6f1e 07/08/2010 01:57 pm Panagiotis Astithas

- 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.

9e6a28ed 07/07/2010 06:49 pm Natasa Kapravelou

first commit of adding the public feature to folder / readForAll on each folder

f47d99c4 06/28/2010 05:02 pm Natasa Kapravelou

change visibility modifier for handleSpecialFolderNames method from public to private

09031610 06/24/2010 03:43 pm Natasa Kapravelou

remove unnecessary logging

df9802b9 06/24/2010 03:40 pm Natasa Kapravelou

allow the proper completion of the given url for cases such as Trash, My Shared, Other's Shared.

bddcde7b 06/23/2010 05:44 pm Natasa Kapravelou

Minor fix. In case of a bad typed url home folder is selected instead of Trash folder in previous version

76b42d38 06/22/2010 06:00 pm Natasa Kapravelou

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

2487ac7b 06/22/2010 02:30 pm Natasa Kapravelou

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....

a0652476 06/14/2010 06:21 pm Natasa Kapravelou

merge with 5302e019c665

26912a5f 06/14/2010 05:59 pm Panagiotis Astithas

Store and display the users that created and modified a file or folder.

7c779a19 06/14/2010 05:15 pm Panagiotis Astithas

Set the subfolders' parent on construction, since it's already known.

d1aaf483 06/14/2010 05:00 pm Panagiotis Astithas

View the actual version contents when clicking on 'View this version'.

98b59163 06/09/2010 05:23 pm Natasa Kapravelou

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)

417789c3 06/09/2010 09:45 am Natasa Kapravelou

merge with revision 605:de6019500c15

44d84dc0 06/04/2010 03:07 pm Panagiotis Astithas

The parent folder name is never send encoded.

a90cda9b 06/03/2010 06:59 pm Natasa Kapravelou

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

419e25a7 06/03/2010 06:12 pm Panagiotis Astithas

Add a help menu item that leads to the quota upgrade page.

c18fb50e 06/03/2010 01:39 pm Panagiotis Astithas

Fix warnings.

8183276c 06/03/2010 01:35 pm Panagiotis Astithas

Automated merge with https://gss.googlecode.com/hg/

f841ed5b 06/03/2010 01:10 pm Panagiotis Astithas

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.

d65409c0 06/02/2010 06:34 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

08e5b7c7 06/02/2010 06:34 pm Natasa Kapravelou

early commit - first attemp, regarding giving a uri and fetching the proper directory

01a30cd0 06/02/2010 06:26 pm Panagiotis Astithas

Complete quota upgrades with coupons. Also fix equals() and hashCode() for Invitations to consider the name or its components.

b98ec534 06/02/2010 01:05 pm Natasa Kapravelou

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

81e0410f 06/01/2010 06:27 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

c5070ebe 06/01/2010 06:26 pm Natasa Kapravelou

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)

6ba2b21a 06/01/2010 05:57 pm Panagiotis Astithas

Fix warnings and simplify a method signature.

40050065 06/01/2010 02:58 pm Natasa Kapravelou

Automated merge with https://gss.googlecode.com/hg/

8c550474 06/01/2010 02:58 pm Natasa Kapravelou

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

2fcae28c 05/27/2010 01:32 pm Panagiotis Astithas

- Use encodeComponent for encoding the new folder name in order to be compatible with the server.
- Style fixes.

7cdb5411 05/25/2010 03:31 pm Panagiotis Astithas

Fix build path errors during the last merge and silence a few warnings.

603f48a1 05/25/2010 01:44 pm Natasa Kapravelou

merge with 51a2069b54c1

0174fdb2 05/25/2010 01:34 pm Natasa Kapravelou

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

30e14a2f 05/20/2010 05:37 pm Panagiotis Astithas

Simplify a method call.

86c951b2 05/19/2010 04:16 pm Panagiotis Astithas

Fix more than 100 warnings.

312631e1 05/19/2010 02:07 pm Panagiotis Astithas

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.

fd294c94 05/19/2010 02:04 pm Panagiotis Astithas

Fix warnings and stop complaining about parameter assignment. We're not eleven.

c24efcc9 05/19/2010 12:22 pm Natasa Kapravelou

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

4cf7beda 05/12/2010 04:15 pm Natasa Kapravelou

Changes in PopupTree.java in order to catch user's selection and present it in the browser url. not completed yet

06b48563 05/12/2010 01:51 pm Natasa Kapravelou

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

b34c766c 05/12/2010 11:12 am Natasa Kapravelou

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

8c999b8c 05/12/2010 10:33 am Natasa Kapravelou

GSS.java changes to show user's selection in browser's address
PopupTree.java method on selection not completed
TestUri.java test class

6b561ede 05/05/2010 06:18 pm Natasa Kapravelou

Don't show the New Folder option in File menu when Trash,My Shared, Other's Shared is selected. This fixes Issue 9

0e64bec2 04/16/2010 05:18 pm Panagiotis Astithas

Display the last login in the web client.

9e4e852f 03/31/2010 04:44 pm Giannis Koutsoubos

fixed display of My Shared files

302b2750 03/24/2010 12:44 pm Panagiotis Astithas

Use SSL transport all over the place, for the production deployment.

ba82fd20 03/23/2010 05:07 pm Giannis Koutsoubos

right click selection in search results

019b6ef7 03/23/2010 04:46 pm Giannis Koutsoubos

removed development stuff

6dee92b7 03/23/2010 04:38 pm Giannis Koutsoubos

fix: when dragging a file on a selected folder, selection style gets lost

4ee61115 03/23/2010 04:36 pm Giannis Koutsoubos

removed clickhandler from dnd icon

757813cf 03/23/2010 04:35 pm Giannis Koutsoubos

fetch file data also for MyShare and Other User Shared

d98c561b 03/23/2010 04:27 pm Giannis Koutsoubos

fix sharing icon and popup for my shared items and others

a8f7f780 03/18/2010 05:58 pm Panagiotis Astithas

Avoid JavaScript errors caused by non-existent text.

12231a24 03/15/2010 01:44 pm Panagiotis Astithas

Move the loading indicator to the top of the page, in order to be less distracting and improve perceived latency. Use a single inlined animated GIF in order to speed up bootstrap.

f7c2e76a 03/11/2010 02:41 pm Giannis Koutsoubos

minimize http requests on initialization (my shared and others)
on other's shared nodes use only requests needed for visible items

62f168b2 03/11/2010 11:53 am Giannis Koutsoubos

use http caching by using IF-MODIFIED-SINCE HEADERS and handling response accordingly

d8924393 03/10/2010 02:36 pm Giannis Koutsoubos

fix class cast exception when trying to drag and drop files

bc9942d1 02/08/2010 04:50 pm Giannis Koutsoubos

right click selection fo file list

5c2e8209 01/29/2010 02:22 pm Panagiotis Astithas

Let the Escape key hide the suggest box.

43d317b2 01/29/2010 12:57 pm Panagiotis Astithas

Quit messing with SuggestBox internals now that there is a public API to work with.

d322af78 01/28/2010 02:12 pm Giannis Koutsoubos

right click selection in groups tree

ff8eb545 01/26/2010 11:00 am Giannis Koutsoubos

right click selection for folder tree

9a8f9536 01/22/2010 12:04 pm Panagiotis Astithas

Handle IE status code 1223 as a regular 204 and fix warnings.

5c6b2883 01/20/2010 06:28 pm Panagiotis Astithas

Use the standard theme from GWT, instead of our bad emulation from the GWT-1.3 era.

4c616616 01/20/2010 03:16 pm Panagiotis Astithas

Make the fade effect a tad snappier and remove debug code.

be05fc7b 01/20/2010 02:39 pm Panagiotis Astithas

Fix confusion over width and height.

1152ac2c 01/19/2010 05:36 pm Panagiotis Astithas

Revert inadvertent change.

3de51e55 01/19/2010 03:39 pm Panagiotis Astithas

Make 1GB not appear as 1024MB. Perception matters.

b4d8fe7b 01/19/2010 03:05 pm Panagiotis Astithas

Make the name-username separator a bit more subtle.

928122a9 01/19/2010 03:02 pm Panagiotis Astithas

Restore check for atob, since it works fine in every combination tried: Windows/Linux, IE/FF/Safari/Chrome.

6e6e914e 01/18/2010 06:29 pm Panagiotis Astithas

Remove unused code, fix a few warnings and restore some inadvertent changes. Also mention the new dependency in the build text.

2ba74f46 01/15/2010 03:40 pm Giannis Koutsoubos

removed hack for local testing

afd3a0ef 01/15/2010 03:25 pm Giannis Koutsoubos

moved towards gwt version 2.0 - updated dnd to version 3 -removed all deprecations

6b38387d 12/11/2009 04:18 pm Panagiotis Astithas

Fix the alignment of the quota label and simplify the HTML widget for better performance.

fa556159 12/09/2009 05:02 pm Panagiotis Astithas

Guard firebug console logging to avoid warnings on webkit & IE.

014f6b56 11/20/2009 02:21 pm Dimitris Routsis

Cover case of null uri (which does exist after all).

ba8a1aff 11/20/2009 12:24 pm Fotis Stamatelopoulos

- keep sorting on refresh (file list & search results list)
- image preview in file list has slide show functionality and the "view" link is only available for png, gif, jpg/jpeg files)

64df31ad 11/19/2009 04:30 pm Dimitris Routsis

Fixed cases where previous selection might cause confusion (selection still showing for a while while new folder selected is updated) or minor bugs (no right-click menu appearing even though it looks like file(s) are selected).

54834916 11/19/2009 02:19 pm Dimitris Routsis

Fix bug: Using the tag buttons with "(Multiple values)" would keep it as a tag.