Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix drag and drop icon for files app | Morris Jobke | 2016-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix hidden files handling | Vincent Petry | 2016-08-19 | 1 | -2/+6 |
| | | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level. | ||||
* | added back the jquery animations | Erik Pellikka | 2016-05-13 | 1 | -6/+11 |
| | |||||
* | code style fix | Erik Pellikka | 2016-05-13 | 1 | -11/+3 |
| | |||||
* | code style fix | Erik Pellikka | 2016-05-13 | 1 | -3/+2 |
| | |||||
* | code style fix | Erik Pellikka | 2016-05-13 | 1 | -2/+6 |
| | |||||
* | added elseif | Erik Pellikka | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | fixed to work with share links as well | Erik Pellikka | 2016-05-13 | 1 | -3/+4 |
| | |||||
* | typo fix | Erik Pellikka | 2016-05-13 | 1 | -2/+2 |
| | |||||
* | Tweaking | Erik Pellikka | 2016-05-13 | 1 | -7/+7 |
| | |||||
* | Avoids jumping if window is smaller than 300 pixels in height | Morris Jobke | 2016-05-13 | 1 | -2/+3 |
| | | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300 | ||||
* | Add scrolling when dragging files | Erik Pellikka | 2016-05-13 | 1 | -0/+19 |
| | |||||
* | webDAV select bug fixed | Julian Müller | 2016-01-11 | 1 | -2/+3 |
| | |||||
* | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -48/+0 |
| | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint. | ||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -7/+23 |
| | |||||
* | Fix file action download spinner | Vincent Petry | 2015-10-30 | 1 | -1/+6 |
| | |||||
* | Fix sidebar interaction | Vincent Petry | 2015-09-28 | 1 | -13/+8 |
| | | | | | | | | | - Clicking a file row or selecting it will open the sidebar. - When sidebar is open, its contents update with the last selection. - Dragging doesn't open the sidebar but does update its contents if it was open already. - Switching folders closes the sidebar. - Close sidebar when highlighted file got deleted/removed from list | ||||
* | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -0/+3 |
| | |||||
* | Merge pull request #18354 from owncloud/files-fixdnd | Vincent Petry | 2015-08-19 | 1 | -1/+3 |
|\ | | | | | Fix file drag and drop JS error | ||||
| * | Fix file drag and drop JS error | Vincent Petry | 2015-08-17 | 1 | -1/+3 |
| | | |||||
* | | update jquery-visibility in files app | Morris Jobke | 2015-08-17 | 1 | -2/+2 |
|/ | | | | * ref #12877 | ||||
* | Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporary | Vincent Petry | 2015-08-13 | 1 | -3/+2 |
|\ | | | | | Show storage full warning for shared storages temporary | ||||
| * | Show strage full warning for shared storages temporary | Morris Jobke | 2015-08-12 | 1 | -3/+2 |
| | | | | | | | | | | | | | | * removed the setDefault call because then it will always be reshown * was added with ba475d486258c0b7ea86cd766814053df6c69170 * fixes #18208 | ||||
* | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 1 | -1/+26 |
|\ | | | | | Add loading spinner to download icon | ||||
| * | move updateFileActionSpinner to OCA.Files.FileActions | Morris Jobke | 2015-07-22 | 1 | -20/+0 |
| | | |||||
| * | refactor this to proper separation of concerns | Morris Jobke | 2015-07-15 | 1 | -14/+28 |
| | | |||||
| * | refactoring into proper methods | Morris Jobke | 2015-07-07 | 1 | -1/+32 |
| | | |||||
* | | Merge pull request #17075 from owncloud/bootstrap-tooltip | Bernhard Posselt | 2015-07-23 | 1 | -2/+2 |
|\ \ | | | | | | | Replace jQuery tipsy with bootstrap tooltip | ||||
| * | | fix tipsy dependency | Hendrik Leppelsack | 2015-07-08 | 1 | -2/+2 |
| |/ | |||||
* / | Make getMimeIcon use OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -12/+7 |
|/ | |||||
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -1/+15 |
| | | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders | ||||
* | remove encryption specific code from files app | Bjoern Schiessle | 2015-04-07 | 1 | -17/+0 |
| | |||||
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -6/+0 |
| | |||||
* | fixing js unit tests | Thomas Müller | 2015-03-09 | 1 | -8/+0 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -7/+7 |
| | |||||
* | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 1 | -4/+7 |
| | | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well. | ||||
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -1/+4 |
| | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | ||||
* | Use function call for FileList.pageSize | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Added permission check for drag and drop | Vincent Petry | 2014-09-04 | 1 | -1/+6 |
| | | | | | | | | When dropping files onto a read-only folder, a notification is now shown instead of attempting to upload. This for both the drag for upload and drag from inside the file list cases. | ||||
* | decode filename for scrollto | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | use slide toggle for files app | Bernhard Posselt | 2014-06-05 | 1 | -7/+1 |
| | |||||
* | 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. | ||||
* | | select webdav address on click | Volkan Gezer | 2014-05-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #8610 from owncloud/ie8-filesdndbug | Vincent Petry | 2014-05-16 | 1 | -1/+1 |
|\ | | | | | Fix drag and drop in IE8 | ||||
| * | Fix drag and drop in IE8 | Vincent Petry | 2014-05-16 | 1 | -1/+1 |
| | | | | | | | | | | For some reason IE8 didn't like the sort function, so using the one from underscore instead. | ||||
* | | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -44/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now) | ||||
* | | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -345/+297 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces |