summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-0161-64/+64
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-313-4/+21
|
* 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
* | | | Sharing overview fixes and unit testsVincent Petry2014-05-305-15/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-306-42/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-304-4/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-301-0/+5
| | | |
* | | | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
| | | |
* | | | Added unit test for file action context argumentVincent Petry2014-05-301-4/+32
| | | |
* | | | Fixed file actions for sharing viewsVincent Petry2014-05-303-18/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Added sharing overview page (WIP)Vincent Petry2014-05-301-4/+6
| | | | | | | | | | | | | | | | | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-303-6/+11
| | | |
* | | | 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
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-291-1/+2
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-284-6/+36
| | |
* | | Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | | | | | | | | | Also added a few missing authors.
* | | Merge pull request #8728 from owncloud/sharing_fix_reshareVincent Petry2014-05-271-10/+4
|\ \ \ | | | | | | | | allow resharing of files with only share permissions
| * | | allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-10/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-279-9/+18
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-2659-123/+68
| | |
* | | Merge pull request #8705 from wakeup/masterThomas Müller2014-05-251-1/+1
|\ \ \ | | | | | | | | fix typo
| * | | fix typoVolkan Gezer2014-05-241-1/+1
| | | | | | | | | | | | Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-15/+15
|/ / /
* | / [tx-robot] updated from transifexJenkins for ownCloud2014-05-243-0/+4
| |/ |/|
* | Merge pull request #8671 from owncloud/log-upload-errorsVincent Petry2014-05-231-1/+3
|\ \ | | | | | | php upload errors are written to log
| * | php upload errors are written to logThomas Müller2014-05-221-1/+3
| |/
* / allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+4
|/
* Merge pull request #8612 from owncloud/share-updateshareiconsafterrenameBjörn Schießle2014-05-212-35/+73
|\ | | | | [master] Fixed issues with renaming
| * Fixed issues with renamingVincent Petry2014-05-162-35/+73
| | | | | | | | | | | | | | | | - summary is now untouched on rename instead of bogus incrementation - fixes "Share" status icon by only triggring "fileActionsReady" once - row is now reinserted even when rename is cancelled, this removes the hacky/buggy code that tried to rename the element back - added unit tests to cover the fixed cases
* | Fixed download URL in public pageVincent Petry2014-05-201-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-206-5/+28
| |
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | | | | | * test case added to avoid adding them later
* | Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-192-13/+15
|\ \ | | | | | | Expose permission via WebDAV
| * | fix broken unit testThomas Müller2014-05-021-1/+11
| | |
| * | - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-13/+4
| | | | | | | | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
* | | Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-192-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps
| * | | Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
| | | |
| * | | Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-193-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1855-0/+99
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1753-52/+9
|/ /