- Jun 01, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- May 30, 2014
-
-
Robin Appelman authored
Add storage->instanceOfStorage() to handle instanceof with storage wrappers
-
Lukas Reschke authored
Sharing overview page
-
Vincent Petry authored
In some cases (like in the unit tests) "file_target" is not set yet whenever the target file system hasn't been mounted yet.
-
Vincent Petry authored
-
Vincent Petry authored
OC.Share can be used in non-files apps, so the fileList callback needs to support that as well.
-
Vincent Petry authored
-
Vincent Petry authored
- Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
-
Vincent Petry authored
Table headers should be 999 even when using links (introduced by the sorting feature) When selecting with checkboxes, they must appear black.
-
Vincent Petry authored
Sometimes no icon file is passed to replaceSVGIcon(), it showed an error in IE8 and broke the code flow. This fix adds a check whether the file name is set.
-
Vincent Petry authored
-
Vincent Petry authored
Legacy file actions are registered by legacy apps through window.FileActions.register(). These actions can only be used by the main file list ("all files") because legacy apps can only deal with a single list / container. New file actions of compatible apps must be registered through OCA.Files.fileActions. These will be used for other lists like the sharing overview. Fixed versions and sharing actions to use OCA.Files.fileActions, which makes them available in the sharing overview list.
-
Vincent Petry authored
- Removed file size from file summary in sharing overview - Fixed document title - Fixed empty content text for shared overview
-
Vincent Petry authored
Added "dir" in file actions handler context so that handlers can know what the path of the file was without having to look it up from the file list. Fixed versions app to use the context.dir instead of the old $('#dir') element. This makes the versions popup work in the sharing overview.
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
FileActions can now be clone to be use for separate file list views without having the side-effect of affecting the main file list view. Added "Open" action in sharing overview file lists to redirect to the regular file list when clicking on a folder.
-
Vincent Petry authored
A context hash is now passed to file action handlers which makes it possible to have file list specific file actions.
-
Vincent Petry authored
-
Vincent Petry authored
- added sharing overview entries in the sidebar - use OCS Share API to get the list of files
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- May 29, 2014
-
-
Lukas Reschke authored
Design detail fixes
-
Lukas Reschke authored
fix 8757, get rid of service locator antipattern
-
Lukas Reschke authored
show delete hint text on hovering trash
-
Lukas Reschke authored
Added update overview page
-
Robin McCorkell authored
get mount point from mount manager
-
Bernhard Posselt authored
Remove deprecated functions
-
Lukas Reschke authored
This functions have been deprecated since Oct 2012 (ownCloud 5), let's finally remove them for ownCloud 7. Ref https://github.com/owncloud/core/commit/c4b8bb10411a4d601b7f4c8758980005f14850ab
-
Robin Appelman authored
-
Andreas Fischer authored
Add a resetadminpass command to console * owncloud/add_resetadminpass_command: Move resetpassword into user: command space. Document type of user project. Receive \OC\User\Manager as a constructor dependency. Use userManager, color output, return 1 on error Add doc, check return-value, fix spacing, require interactive Back to the future Make ResetAdminPass to ResetPassword Add a resetadminpass command to console - fix #8248
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
Recursive copy and remove for local storage backends
-
Jenkins for ownCloud authored
-