pithos-web-client
11 years agoMerge branch 'master' into packaging
Kostas Papadimitriou [Thu, 19 Jul 2012 15:42:46 +0000 (18:42 +0300)]
Merge branch 'master' into packaging

11 years agoImplemented empty container for all containers with the new api
Christos Stathis [Tue, 10 Jul 2012 16:26:56 +0000 (19:26 +0300)]
Implemented empty container for all containers with the new api

11 years agoImplemeted empty trash with the new API call
Christos Stathis [Tue, 10 Jul 2012 16:09:09 +0000 (19:09 +0300)]
Implemeted empty trash with the new API call

11 years agoRemove a forgotten delay
Christos Stathis [Mon, 9 Jul 2012 10:40:38 +0000 (13:40 +0300)]
Remove a forgotten delay

11 years agoExperimentaly added a "please wait" popup during potentialy long delete operations
Christos Stathis [Mon, 9 Jul 2012 10:37:48 +0000 (13:37 +0300)]
Experimentaly added a "please wait" popup during potentialy long delete operations

11 years agoReplaced move procedures with the new PUT with delimiter
Christos Stathis [Thu, 28 Jun 2012 14:16:38 +0000 (17:16 +0300)]
Replaced move procedures with the new PUT with delimiter

11 years agoReplace the folder copy procedure with the new PUT with delimiter (issue #2631)
Christos Stathis [Thu, 28 Jun 2012 13:11:17 +0000 (16:11 +0300)]
Replace the folder copy procedure with the new PUT with delimiter (issue #2631)

11 years agoReplaced the folder deletion procedure with the new single DELETE request (issue...
Christos Stathis [Thu, 28 Jun 2012 12:27:25 +0000 (15:27 +0300)]
Replaced the folder deletion procedure with the new single DELETE request (issue #2630)

11 years agoChanged autorefresh to start at the end of initialization and check with if-modified...
Christos Stathis [Wed, 27 Jun 2012 15:18:19 +0000 (18:18 +0300)]
Changed autorefresh to start at the end of initialization and check with if-modified-since to avoid useless requests

11 years agoFixed a NPE
Christos Stathis [Wed, 27 Jun 2012 15:17:23 +0000 (18:17 +0300)]
Fixed a NPE

11 years agoAdded retry capabillity to head requests
Christos Stathis [Wed, 27 Jun 2012 15:16:58 +0000 (18:16 +0300)]
Added retry capabillity to head requests

11 years agoAdded retries to delete commands and in case of error the process continues with...
Christos Stathis [Mon, 25 Jun 2012 15:52:36 +0000 (18:52 +0300)]
Added retries to delete commands and in case of error the process continues with the next object to be deleted

11 years agoImplemented empty trash by deleting and re-creating the trash
Christos Stathis [Mon, 25 Jun 2012 15:37:41 +0000 (18:37 +0300)]
Implemented empty trash by deleting and re-creating the trash

11 years agoAdded a forgotten rerty
Christos Stathis [Mon, 25 Jun 2012 15:27:51 +0000 (18:27 +0300)]
Added a forgotten rerty

11 years agoEmpty trash deletes everything under trash by using the deleteFolder method
Christos Stathis [Mon, 25 Jun 2012 15:15:58 +0000 (18:15 +0300)]
Empty trash deletes everything under trash by using the deleteFolder method

11 years agoWhen moving files in and out of trash set the content-type explicitly
Christos Stathis [Mon, 25 Jun 2012 13:31:27 +0000 (16:31 +0300)]
When moving files in and out of trash set the content-type explicitly

11 years agoAdded retries when getting errors while fetching folders (issue #2552)
Christos Stathis [Mon, 25 Jun 2012 12:09:43 +0000 (15:09 +0300)]
Added retries when getting errors while fetching folders (issue #2552)

11 years agoMerge branch 'master' into packaging v0.9.2
Kostas Papadimitriou [Fri, 22 Jun 2012 13:42:22 +0000 (16:42 +0300)]
Merge branch 'master' into packaging

11 years agoAdjust the tree default size according to the number of subfolders so that Show more...
Christos Stathis [Fri, 22 Jun 2012 12:22:18 +0000 (15:22 +0300)]
Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)

11 years agoRevert "Adjust the tree default size according to the number of subfolders so that...
Christos Stathis [Fri, 22 Jun 2012 13:31:16 +0000 (16:31 +0300)]
Revert "Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)"

This reverts commit 219b4d4f22bd5b03be8c907838bbf6932f409aa9.

11 years agoFixed bug that stopped uploading when the dialog was hidden
Christos Stathis [Fri, 22 Jun 2012 13:20:54 +0000 (16:20 +0300)]
Fixed bug that stopped uploading when the dialog was hidden

11 years agoProper version display
Kostas Papadimitriou [Fri, 22 Jun 2012 13:10:21 +0000 (16:10 +0300)]
Proper version display

- Patch runtime.properties to apply version provided by index view

11 years agoAdjust the tree default size according to the number of subfolders so that Show more...
Christos Stathis [Fri, 22 Jun 2012 12:22:18 +0000 (15:22 +0300)]
Adjust the tree default size according to the number of subfolders so that Show more is never displayed (issue #2548)

11 years agoMerge branch 'master' into packaging v0.9.1
Kostas Papadimitriou [Wed, 20 Jun 2012 11:05:09 +0000 (14:05 +0300)]
Merge branch 'master' into packaging

Conflicts:
runtime.properties

11 years agoFixed equals to consider owner apart from uri
Christos Stathis [Fri, 15 Jun 2012 14:09:52 +0000 (17:09 +0300)]
Fixed equals to consider owner apart from uri

11 years agoAdded more logging for debugging unexplained UNAUTHORIZED responses
Christos Stathis [Fri, 15 Jun 2012 13:44:07 +0000 (16:44 +0300)]
Added more logging for debugging unexplained UNAUTHORIZED responses

11 years agoAfter rename, the file is selected and scrolled to view (issue #2488)
Christos Stathis [Tue, 5 Jun 2012 09:27:03 +0000 (12:27 +0300)]
After rename, the file is selected and scrolled to view (issue #2488)

11 years agoFixed a typo that corrupted the json otherProperties object
Christos Stathis [Wed, 30 May 2012 13:14:21 +0000 (16:14 +0300)]
Fixed a typo that corrupted the json otherProperties object

11 years agoConverted version into a runtime property so that it can be easily maintained
Christos Stathis [Wed, 30 May 2012 13:10:17 +0000 (16:10 +0300)]
Converted version into a runtime property so that it can be easily maintained

11 years agoFixed eneter key to send the feedback instead of just hiding the dialog
Christos Stathis [Wed, 30 May 2012 13:02:07 +0000 (16:02 +0300)]
Fixed eneter key to send the feedback instead of just hiding the dialog

11 years agoChanged the feedback url and parameters
Christos Stathis [Tue, 29 May 2012 08:32:29 +0000 (11:32 +0300)]
Changed the feedback url and parameters

11 years agoSharedByMe view now shows public files too
Christos Stathis [Fri, 25 May 2012 12:51:22 +0000 (15:51 +0300)]
SharedByMe view now shows public files too

11 years agoFixed positioning of upload alert
Christos Stathis [Fri, 25 May 2012 12:47:44 +0000 (15:47 +0300)]
Fixed positioning of upload alert

11 years agoWhen a file is dropped while another is uploading the alert is updated to show the...
Christos Stathis [Fri, 25 May 2012 12:42:17 +0000 (15:42 +0300)]
When a file is dropped while another is uploading the alert is updated to show the total number of uploads

11 years agoUploader clears all finished files when it is not visible (issue #2442)
Christos Stathis [Fri, 25 May 2012 12:08:47 +0000 (15:08 +0300)]
Uploader clears all finished files when it is not visible (issue #2442)

11 years agoFixed resize error when an error message is displayed
Christos Stathis [Fri, 25 May 2012 09:07:05 +0000 (12:07 +0300)]
Fixed resize error when an error message is displayed

11 years agoFixed scrolling issue after uploading (issue #2442)
Christos Stathis [Fri, 25 May 2012 09:02:04 +0000 (12:02 +0300)]
Fixed scrolling issue after uploading (issue #2442)

11 years agoFixed offset of context menu when the page had been scrolled (issue #2436)
Christos Stathis [Thu, 24 May 2012 14:35:39 +0000 (17:35 +0300)]
Fixed offset of context menu when the page had been scrolled (issue #2436)

11 years agoStart upload button is now hidden
Christos Stathis [Thu, 24 May 2012 13:34:24 +0000 (16:34 +0300)]
Start upload button is now hidden

11 years agoFixed bug where group was not removed when the last user was removed (issue #2348)
Christos Stathis [Thu, 24 May 2012 13:11:48 +0000 (16:11 +0300)]
Fixed bug where group was not removed when the last user was removed (issue #2348)

11 years agoFixed regexp that validates usernames (issue #2240)
Christos Stathis [Thu, 24 May 2012 10:11:43 +0000 (13:11 +0300)]
Fixed regexp that validates usernames (issue #2240)

12 years agoFinished drag'n'drop upload (issue #2403)
Christos Stathis [Mon, 21 May 2012 10:44:40 +0000 (13:44 +0300)]
Finished drag'n'drop upload (issue #2403)

12 years agoAdded upload alert when droping files in the app and select the uploaded files at...
Christos Stathis [Fri, 18 May 2012 16:11:07 +0000 (19:11 +0300)]
Added upload alert when droping files in the app and select the uploaded files at the end

12 years agoAdded drag'n'drop file upload in the file list area
Christos Stathis [Thu, 17 May 2012 15:17:54 +0000 (18:17 +0300)]
Added drag'n'drop file upload in the file list area

12 years agoUpload window 's close link toggles between close and hide according to files being...
Christos Stathis [Wed, 16 May 2012 14:58:17 +0000 (17:58 +0300)]
Upload window 's close link toggles between close and hide according to files being in progress or not (issue #2402)

12 years agoFixed upload button with loading indicator
Christos Stathis [Wed, 16 May 2012 14:52:26 +0000 (17:52 +0300)]
Fixed upload button with loading indicator

12 years agoValidate usernames to be valid emails (issue #2400)
Christos Stathis [Wed, 16 May 2012 14:37:40 +0000 (17:37 +0300)]
Validate usernames to be valid emails (issue #2400)

12 years agoUser/group names in permission list are not bold (issue #2401)
Christos Stathis [Wed, 16 May 2012 13:36:29 +0000 (16:36 +0300)]
User/group names in permission list are not bold (issue #2401)

12 years agoSmaller font for the statistics (issue #2239)
Christos Stathis [Wed, 16 May 2012 13:24:37 +0000 (16:24 +0300)]
Smaller font for the statistics (issue #2239)

12 years agoRemoval of the last member removes the group too (issue #2398)
Christos Stathis [Wed, 16 May 2012 12:48:55 +0000 (15:48 +0300)]
Removal of the last member removes the group too (issue #2398)

12 years agoMerge branch 'master' into uploadArea
Christos Stathis [Tue, 15 May 2012 07:41:10 +0000 (10:41 +0300)]
Merge branch 'master' into uploadArea

12 years agoFirst version of drag 'n' drop upload (issue #2224)
Christos Stathis [Fri, 11 May 2012 14:15:07 +0000 (17:15 +0300)]
First version of drag 'n' drop upload (issue #2224)

12 years agoMerge branch 'master' into packaging v0.9.0
Kostas Papadimitriou [Thu, 10 May 2012 14:52:22 +0000 (17:52 +0300)]
Merge branch 'master' into packaging

12 years agoGroup creation forces the user to add the first member (issue #2375)
Christos Stathis [Thu, 10 May 2012 14:32:41 +0000 (17:32 +0300)]
Group creation forces the user to add the first member (issue #2375)

12 years agoMerge branch 'master' into packaging
Kostas Papadimitriou [Thu, 10 May 2012 11:00:37 +0000 (14:00 +0300)]
Merge branch 'master' into packaging

12 years agoCompleted 'Shared by me' file context menu with whatever command is relevant (issue...
Christos Stathis [Wed, 9 May 2012 15:20:18 +0000 (18:20 +0300)]
Completed 'Shared by me' file context menu with whatever command is relevant (issue #2378)

12 years agoButtons for add/remove meta became links (issue #2376)
Christos Stathis [Wed, 9 May 2012 13:15:09 +0000 (16:15 +0300)]
Buttons for add/remove meta became links (issue #2376)

12 years agoRemove permission button replaced by a link (issue #2373)
Christos Stathis [Wed, 9 May 2012 13:07:39 +0000 (16:07 +0300)]
Remove permission button replaced by a link (issue #2373)

12 years ago'Shared to me' became 'Shared with me' (issue #2371)
Christos Stathis [Wed, 9 May 2012 12:46:38 +0000 (15:46 +0300)]
'Shared to me' became 'Shared with me' (issue #2371)

12 years agoSmaller font size for statistics (issue #2372)
Christos Stathis [Wed, 9 May 2012 12:43:02 +0000 (15:43 +0300)]
Smaller font size for statistics (issue #2372)

12 years agoRemoved separator between files and stats (issue #2370)
Christos Stathis [Wed, 9 May 2012 11:06:27 +0000 (14:06 +0300)]
Removed separator between files and stats (issue #2370)

12 years agoAll close buttons renamed to OK buttons in dialogs (issue #2374)
Christos Stathis [Wed, 9 May 2012 10:41:47 +0000 (13:41 +0300)]
All close buttons renamed to OK buttons in dialogs (issue #2374)

12 years agoAdded 'close' to all dialogs (issue #2377)
Christos Stathis [Wed, 9 May 2012 10:08:42 +0000 (13:08 +0300)]
Added 'close' to all dialogs (issue #2377)

12 years agoFixed last IE appearance problem
Christos Stathis [Mon, 7 May 2012 14:26:05 +0000 (17:26 +0300)]
Fixed last IE appearance problem

12 years agoIf shared by me is empty the message should not be selectable
Christos Stathis [Mon, 7 May 2012 14:13:57 +0000 (17:13 +0300)]
If shared by me is empty the message should not be selectable

12 years agoFiles section should be initialy open
Christos Stathis [Mon, 7 May 2012 14:03:30 +0000 (17:03 +0300)]
Files section should be initialy open

12 years agoFiles section should be initialy open
Christos Stathis [Mon, 7 May 2012 14:01:48 +0000 (17:01 +0300)]
Files section should be initialy open

12 years agoPartialy fixed IE9 appearance problems
Christos Stathis [Mon, 7 May 2012 14:00:32 +0000 (17:00 +0300)]
Partialy fixed IE9 appearance problems

12 years agoMerge branch 'master' into packaging
Kostas Papadimitriou [Mon, 7 May 2012 10:36:06 +0000 (13:36 +0300)]
Merge branch 'master' into packaging

Conflicts:
src/gr/grnet/pithos/web/public/pithos.css

12 years agoFix for IE9
Christos Stathis [Fri, 4 May 2012 15:31:00 +0000 (18:31 +0300)]
Fix for IE9

12 years agoFixed css to more closely match okeanos
Christos Stathis [Fri, 4 May 2012 14:39:22 +0000 (17:39 +0300)]
Fixed css to more closely match okeanos

12 years agoRemoved unused property
Christos Stathis [Fri, 4 May 2012 14:38:55 +0000 (17:38 +0300)]
Removed unused property

12 years agoFixed the name of some object 's properties
Christos Stathis [Fri, 4 May 2012 12:10:03 +0000 (15:10 +0300)]
Fixed the name of some object 's properties

12 years agoMore cosmetic fixes
Christos Stathis [Thu, 3 May 2012 16:11:12 +0000 (19:11 +0300)]
More cosmetic fixes

12 years agoVarious CSS and cosmetic fixes
Christos Stathis [Thu, 3 May 2012 15:27:08 +0000 (18:27 +0300)]
Various CSS and cosmetic fixes

12 years agoRestored auto-refresh
Christos Stathis [Thu, 3 May 2012 11:13:54 +0000 (14:13 +0300)]
Restored auto-refresh

12 years agoMerge branch 'master' into packaging
Kostas Papadimitriou [Wed, 2 May 2012 15:28:29 +0000 (18:28 +0300)]
Merge branch 'master' into packaging

Conflicts:
src/gr/grnet/pithos/web/public/pithos.css

12 years agoFixed issue #2340
Christos Stathis [Wed, 2 May 2012 14:57:48 +0000 (17:57 +0300)]
Fixed issue #2340

12 years agoAdded a special node for group creation in group tree (issue #2341)
Christos Stathis [Wed, 2 May 2012 14:42:08 +0000 (17:42 +0300)]
Added a special node for group creation in group tree (issue #2341)

12 years agoReplaced simple prompts for creating groups and adding users with normal dialogs
Christos Stathis [Wed, 2 May 2012 14:11:59 +0000 (17:11 +0300)]
Replaced simple prompts for creating groups and adding users with normal dialogs

12 years agoContext menu and toolbar has returned to shared by me view
Christos Stathis [Wed, 2 May 2012 13:45:49 +0000 (16:45 +0300)]
Context menu and toolbar has returned to shared by me view

12 years agoAdded a path column in Shared by me file list (issue #2344)
Christos Stathis [Mon, 30 Apr 2012 16:51:19 +0000 (19:51 +0300)]
Added a path column in Shared by me file list (issue #2344)

12 years agoMy files section made expand/collapse-able (issue #2346)
Christos Stathis [Mon, 30 Apr 2012 16:04:15 +0000 (19:04 +0300)]
My files section made expand/collapse-able (issue #2346)

12 years agoPartial fix for issue #2336
Christos Stathis [Mon, 30 Apr 2012 15:41:04 +0000 (18:41 +0300)]
Partial fix for issue #2336

12 years agoAdded validation to folder create/update form
Christos Stathis [Mon, 30 Apr 2012 12:48:06 +0000 (15:48 +0300)]
Added validation to folder create/update form

12 years agoAdded validation to properties dialog (issue #2347)
Christos Stathis [Mon, 30 Apr 2012 12:39:35 +0000 (15:39 +0300)]
Added validation to properties dialog (issue #2347)

12 years agoAdded validation to permissions form (issue #2349)
Christos Stathis [Mon, 30 Apr 2012 12:10:04 +0000 (15:10 +0300)]
Added validation to permissions form (issue #2349)

12 years agoFixed parent/creator in properties dialogs
Christos Stathis [Mon, 30 Apr 2012 11:57:30 +0000 (14:57 +0300)]
Fixed parent/creator in properties dialogs

12 years agoFixed group tree functionality due to problems from the new section structure
Christos Stathis [Fri, 27 Apr 2012 15:44:52 +0000 (18:44 +0300)]
Fixed group tree functionality due to problems from the new section structure

12 years agoDarker background for selected folder (issue #2337)
Christos Stathis [Fri, 27 Apr 2012 15:05:56 +0000 (18:05 +0300)]
Darker background for selected folder (issue #2337)

12 years agoFixed initialization error when sections are empty (issue #2345)
Christos Stathis [Wed, 25 Apr 2012 14:57:17 +0000 (17:57 +0300)]
Fixed initialization error when sections are empty (issue #2345)

12 years agoAdded a null pointer guard when getting the tree selection
Christos Stathis [Wed, 25 Apr 2012 13:04:23 +0000 (16:04 +0300)]
Added a null pointer guard when getting the tree selection

12 years agoReplaced the remove perm button image and added tooltip (issue #2338)
Christos Stathis [Wed, 25 Apr 2012 12:58:23 +0000 (15:58 +0300)]
Replaced the remove perm button image and added tooltip (issue #2338)

12 years agoAdded padding to some labels (issue #2335)
Christos Stathis [Wed, 25 Apr 2012 12:52:30 +0000 (15:52 +0300)]
Added padding to some labels (issue #2335)

12 years agoFinished new left pane newLeftPane
Christos Stathis [Tue, 24 Apr 2012 12:58:54 +0000 (15:58 +0300)]
Finished new left pane

12 years agoMerge branch 'master' into newLeftPane
Christos Stathis [Tue, 24 Apr 2012 10:17:09 +0000 (13:17 +0300)]
Merge branch 'master' into newLeftPane

12 years agoClient does not set auth cookie
Christos Stathis [Tue, 24 Apr 2012 10:16:46 +0000 (13:16 +0300)]
Client does not set auth cookie

12 years agoFinished structure of new left pane
Christos Stathis [Mon, 23 Apr 2012 13:01:06 +0000 (16:01 +0300)]
Finished structure of new left pane

12 years agoFinished files section of the new left pane
Christos Stathis [Fri, 20 Apr 2012 15:14:34 +0000 (18:14 +0300)]
Finished files section of the new left pane

12 years agoMore changes for the new left pane
Christos Stathis [Thu, 19 Apr 2012 15:43:13 +0000 (18:43 +0300)]
More changes for the new left pane