summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-3118-13/+132
|
* Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-302-17/+13
|\ | | | | Cleanup code of files_sharing/ajax/ a little bit
| * Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-19322-4462/+7068
| |\ | | | | | | | | | | | | Conflicts: apps/files_sharing/ajax/list.php
| * | Add missing \Lukas Reschke2014-05-041-1/+1
| | |
| * | Cleanup code a little bitLukas Reschke2014-05-042-23/+14
| | | | | | | | | | | | | | | | | | | | | - Use OCP\Response constants instead of the HTTP error code - Use checkAppEnabled() instead of OC_App::isEnabled with an if statement - Remove uneeded variable $baseURL - Rename $isvalid to $isValid
* | | Merge pull request #8695 from owncloud/jserrorfixesLukas Reschke2014-05-301-2/+3
|\ \ \ | | | | | | | | Fixed undefined object error that appears after a delay
| * | | Fixed undefined object error that appears after a delayVincent Petry2014-05-231-2/+3
| | | | | | | | | | | | | | | | Now binding properly with the file list instance object.
* | | | Merge pull request #8779 from owncloud/sel-webdav-onclickVincent Petry2014-05-301-0/+3
|\ \ \ \ | | | | | | | | | | select webdav address on click
| * | | | select webdav address on clickVolkan Gezer2014-05-301-0/+3
| | | | |
* | | | | Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-304-6/+156
|\ \ \ \ \ | | | | | | | | | | | | Fixed drag and drop from external files, added tests
| * | | | | Fix dropping files below the tableVincent Petry2014-05-224-5/+15
| | | | | |
| * | | | | Fixed drag and drop from external files, added testsVincent Petry2014-05-212-5/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed detection whether the drop zone is inside the currently visible table - Now dragging outside the table does nothing instead of uploading, because the user might drop on the sidebar - Added unit tests for the drop handler
* | | | | | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-302-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add storage->instanceOfStorage() to handle instanceof with storage wrappers
| * | | | | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-292-2/+2
| | |/ / / / | |/| | | |
* | | | | | Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases (like in the unit tests) "file_target" is not set yet whenever the target file system hasn't been mounted yet.
* | | | | | Removed "Share with" columnVincent Petry2014-05-303-17/+1
| | | | | |
* | | | | | Added owner display name in actionVincent Petry2014-05-303-1/+13
| | | | | |
* | | | | | Sharing overview fixes and unit testsVincent Petry2014-05-3012-41/+692
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | Fix table header colorsVincent Petry2014-05-301-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Table headers should be 999 even when using links (introduced by the sorting feature) When selecting with checkboxes, they must appear black.
* | | | | | Mimetype for sharing overviewVincent Petry2014-05-302-4/+16
| | | | | |
* | | | | | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-3013-81/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Small fixes to sharing overviewVincent Petry2014-05-302-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed file size from file summary in sharing overview - Fixed document title - Fixed empty content text for shared overview
* | | | | | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-305-16/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Fixed navigation orderVincent Petry2014-05-303-3/+8
| | | | | |
* | | | | | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
| | | | | |
* | | | | | Added unit test for file action context argumentVincent Petry2014-05-301-4/+32
| | | | | |
* | | | | | Removed selection checkboxesVincent Petry2014-05-301-9/+0
| | | | | |
* | | | | | Fixed sharing permissionsVincent Petry2014-05-301-2/+3
| | | | | |
* | | | | | Fixed file actions for sharing viewsVincent Petry2014-05-307-43/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Improved FileActions with contextVincent Petry2014-05-302-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A context hash is now passed to file action handlers which makes it possible to have file list specific file actions.
* | | | | | Group shares by typeVincent Petry2014-05-302-79/+75
| | | | | |
* | | | | | Added sharing overview page (WIP)Vincent Petry2014-05-307-4/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* | | | | | extend OCS Share API to allow the user to ask for files shared with himBjoern Schiessle2014-05-301-0/+19
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-3010-9/+47
| | | | | |
* | | | | | Merge pull request #8773 from owncloud/l10n-tipsy-deleteLukas Reschke2014-05-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | show delete hint text on hovering trash
| * | | | | | show delete hint text on hovering trashVolkan Gezer2014-05-281-1/+1
| | | | | | |
* | | | | | | Merge pull request #8771 from owncloud/enc_get_mount_from_mountmanagerRobin McCorkell2014-05-292-18/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | get mount point from mount manager
| * | | | | | get mount point from mount managerBjoern Schiessle2014-05-282-18/+9
| |/ / / / /
* / / / / / [tx-robot] updated from transifexJenkins for ownCloud2014-05-2922-3/+62
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-2842-41/+67
| | | | |
* | | | | Merge pull request #8713 from owncloud/typo-files-encrThomas Müller2014-05-271-2/+2
|\ \ \ \ \ | | | | | | | | | | | | fix grammar
| * | | | | fix grammarVolkan Gezer2014-05-251-2/+2
| | | | | |
* | | | | | forgotten infobox messages translationsVolkan Gezer2014-05-271-4/+4
| | | | | |
* | | | | | Merge pull request #8736 from owncloud/appinfo-newrequirefieldsVincent Petry2014-05-278-12/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | App info new fields "requiremin" and "requiremax"
| * | | | | | Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-278-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added a few missing authors.
* | | | | | | Merge pull request #8721 from owncloud/sharing_don_lose_filesizeVincent Petry2014-05-272-10/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | don't lose file size during rename
| * | | | | | don't lose file size during renameBjoern Schiessle2014-05-262-10/+46
| | | | | | |
* | | | | | | Merge pull request #8728 from owncloud/sharing_fix_reshareVincent Petry2014-05-272-11/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | allow resharing of files with only share permissions
| * | | | | | | allow resharing of files with only share permissionsBjoern Schiessle2014-05-262-11/+14
| |/ / / / / /
* / / / / / / [tx-robot] updated from transifexJenkins for ownCloud2014-05-2783-34/+238
|/ / / / / /