Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8837 from owncloud/issue/8720 | Morris Jobke | 2014-06-03 | 3 | -11/+11 |
|\ | | | | | Fix cursor and background of app navigation | ||||
| * | Fix tests | Joas Schilling | 2014-06-03 | 1 | -8/+8 |
| | | |||||
| * | Use active instead of hover for active sidebar option | Joas Schilling | 2014-06-03 | 1 | -2/+2 |
| | | | | | | | | Fix #8720 | ||||
| * | Do not overwrite cursor in sidebar | Joas Schilling | 2014-06-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8840 from owncloud/share_settings | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
|\ \ | | | | | | | by default don't show option to send mail notifications for shares | ||||
| * | | set "allow users to send mail notification for shared files default" setting ↵ | Bjoern Schiessle | 2014-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | to "no" now that we have the activity app | ||||
* | | | remove specific sidebar size from Files app | Jan-Christoph Borchardt | 2014-06-03 | 1 | -8/+0 |
|/ / | |||||
* / | fix empty file handling option | Morris Jobke | 2014-06-03 | 1 | -9/+11 |
|/ | |||||
* | Merge pull request #8821 from owncloud/kill-zip-download-restriction | Jan-Christoph Borchardt | 2014-06-03 | 9 | -48/+15 |
|\ | | | | | drop allowZIPdownload and maxZIPSize as options | ||||
| * | add OCP\Config:deleteSystemValue | Morris Jobke | 2014-06-02 | 1 | -3/+3 |
| | | |||||
| * | bump version | Morris Jobke | 2014-06-02 | 1 | -1/+1 |
| | | |||||
| * | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 8 | -47/+14 |
| | | |||||
* | | Merge pull request #8820 from owncloud/design-details | Frank Karlitschek | 2014-06-02 | 1 | -4/+11 |
|\ \ | | | | | | | Design details | ||||
| * | | move Deleted Files to bottom of sidebar | Jan-Christoph Borchardt | 2014-06-02 | 1 | -0/+6 |
| | | | |||||
| * | | more subtle hover effect on sortable column, text instead of background | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | fix misalignment of modified dates, shift to right | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | remove unused table sizing CSS | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+3 |
| |/ | |||||
* / | display "<1 kB" for really small files | Morris Jobke | 2014-06-02 | 2 | -2/+2 |
|/ | | | | | * added parameters for humanFileSize to trigger that behaviour * add unit tests for that | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-01 | 61 | -64/+64 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-31 | 3 | -4/+21 |
| | |||||
* | Merge pull request #8695 from owncloud/jserrorfixes | Lukas Reschke | 2014-05-30 | 1 | -2/+3 |
|\ | | | | | Fixed undefined object error that appears after a delay | ||||
| * | Fixed undefined object error that appears after a delay | Vincent Petry | 2014-05-23 | 1 | -2/+3 |
| | | | | | | | | Now binding properly with the file list instance object. | ||||
* | | Merge pull request #8779 from owncloud/sel-webdav-onclick | Vincent Petry | 2014-05-30 | 1 | -0/+3 |
|\ \ | | | | | | | select webdav address on click | ||||
| * | | select webdav address on click | Volkan Gezer | 2014-05-30 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #8663 from owncloud/files-dndissue | Lukas Reschke | 2014-05-30 | 4 | -6/+156 |
|\ \ \ | | | | | | | | | Fixed drag and drop from external files, added tests | ||||
| * | | | Fix dropping files below the table | Vincent Petry | 2014-05-22 | 4 | -5/+15 |
| | | | | |||||
| * | | | Fixed drag and drop from external files, added tests | Vincent Petry | 2014-05-21 | 2 | -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 tests | Vincent Petry | 2014-05-30 | 5 | -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 colors | Vincent Petry | 2014-05-30 | 1 | -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 actions | Vincent Petry | 2014-05-30 | 6 | -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 versions | Vincent Petry | 2014-05-30 | 4 | -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 order | Vincent Petry | 2014-05-30 | 1 | -0/+5 |
| | | | | |||||
* | | | | Add unit tests for fileActionsReady | Vincent Petry | 2014-05-30 | 1 | -0/+14 |
| | | | | |||||
* | | | | Added unit test for file action context argument | Vincent Petry | 2014-05-30 | 1 | -4/+32 |
| | | | | |||||
* | | | | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 3 | -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 context | Vincent Petry | 2014-05-30 | 2 | -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 Petry | 2014-05-30 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-30 | 3 | -6/+11 |
| | | | | |||||
* | | | | Merge pull request #8773 from owncloud/l10n-tipsy-delete | Lukas Reschke | 2014-05-29 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | show delete hint text on hovering trash | ||||
| * | | | show delete hint text on hovering trash | Volkan Gezer | 2014-05-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-29 | 1 | -1/+2 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-28 | 4 | -6/+36 |
| | | | |||||
* | | | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | Also added a few missing authors. | ||||
* | | | Merge pull request #8728 from owncloud/sharing_fix_reshare | Vincent Petry | 2014-05-27 | 1 | -10/+4 |
|\ \ \ | | | | | | | | | allow resharing of files with only share permissions | ||||
| * | | | allow resharing of files with only share permissions | Bjoern Schiessle | 2014-05-26 | 1 | -10/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-27 | 9 | -9/+18 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-26 | 59 | -123/+68 |
| | | | |||||
* | | | Merge pull request #8705 from wakeup/master | Thomas Müller | 2014-05-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo | ||||
| * | | | fix typo | Volkan Gezer | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-25 | 1 | -15/+15 |
|/ / / |