aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| |/ | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
* | changes emptycontent icon to drag-accept on file-dragVincent Chan2016-06-231-1/+2
| |
* | store icons in classVincent Chan2016-06-151-2/+5
| |
* | dragging over folder will highlight folder onlyVincent Chan2016-06-151-0/+3
| |
* | restrict dropZone to app-content divVincent Chan2016-06-151-1/+1
| |
* | change folder icon when dragging over a directoryVincent Chan2016-06-152-4/+13
| |
* | properly fix folder upload to use delegatedEventVincent Chan2016-06-142-4/+12
| |
* | fixes direct upload to folderVincent Chan2016-06-141-5/+1
| |
* | adds visual indication for file drag and dropVincent Chan2016-06-131-2/+7
| |
* | update jQuery File Upload Plugin (9.12.5) to support dragleaveVincent Chan2016-06-131-84/+228
|/
* Improve the UX for "not found" perma linksJoas Schilling2016-06-071-0/+3
|
* Merge pull request #24822 from owncloud/fix-download-spinnerVincent Petry2016-05-311-2/+2
|\ | | | | fixes size of the download spinner
| * fixes size of the download spinnerVincent Chan2016-05-301-2/+2
| |
* | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-302-2/+3
|\ \ | |/ |/| Add visual cue when moving draggable item over droppable item,
| * Make entire file tr droppable,Pellaeon Lin2016-05-211-1/+1
| | | | | | | | so that .canDrop will highlight the entire row when drag hover
| * Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-211-1/+2
| | | | | | | | ie. breadcrumb and filenameTd
* | My fix for #24272, #23613, File not found when single file in a folder (#24800)Dmitry Popov2016-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed group share searching for members of multiple group. Issue #11808. * Fixed group share searching, continued. Avoid searching for empty group list in getItemSharedWithUser(). Broke tests in previous commit, #12030. * Simler check for group count. * Fix for https://github.com/owncloud/core/issues/24783 , described there * Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
* | Merge pull request #24682 from f4bsch/masterVincent Petry2016-05-241-2/+0
|\ \ | |/ |/| dont update search onResize
| * dont update search onResizeFabian2016-05-171-2/+0
| | | | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
* | added back the jquery animationsErik Pellikka2016-05-131-6/+11
| |
* | code style fixErik Pellikka2016-05-131-11/+3
| |
* | code style fixErik Pellikka2016-05-131-3/+2
| |
* | code style fixErik Pellikka2016-05-131-2/+6
| |
* | added elseifErik Pellikka2016-05-131-1/+1
| |
* | fixed to work with share links as wellErik Pellikka2016-05-131-3/+4
| |
* | typo fixErik Pellikka2016-05-131-2/+2
| |
* | TweakingErik Pellikka2016-05-131-7/+7
| |
* | Avoids jumping if window is smaller than 300 pixels in heightMorris Jobke2016-05-131-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 filesErik Pellikka2016-05-131-0/+19
|/
* Merge pull request #22341 from ↵Vincent Petry2016-05-132-0/+19
|\ | | | | | | | | owncloud/pellaeon-pr-breadcrumb-filelist-overlap-drop Handle case when breadcrumb and filelist item overlap and both receive a drop
| * Handle case when breadcrumb and filelist item overlapPellaeon Lin2016-03-172-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and both receive a drop. Build breadcrumb over and out callback in filelist.js and pass them as options to utilize local selectors of filelist Re-enable td elements after drop to bread crumb Fix# drop handler still being called after enable, it seems that waiting for a short time before re-enabling solves the problem * Add explanations for setTimeout re-enable td.filename drop handler
* | Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-121-2/+75
|\ \ | | | | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
| * | Optimized time formatting, optimized time smoothing.luckydonald2014-08-141-11/+8
| | |
| * | Changes for scrutinizer. Yay!luckydonald2014-08-131-15/+29
| | |
| * | fixed browser showing the tipsy tooltip as default tooltip twice.luckydonald2014-08-131-1/+1
| | |
| * | Fixed "Any minute now" staying because of undefined buffer. Also increased ↵luckydonald2014-08-131-3/+6
| | | | | | | | | | | | buffer size to 20 to be less jittery.
| * | Updated String formatting. Label font-weight was already normal.luckydonald2014-08-131-10/+10
| | |
| * | Fixed Positioning, fixed formatting for both mobile and desktop.luckydonald2014-08-131-6/+37
| | | | | | | | | | | | | | | Tooltips still frustrate me- And the updated code with tabs nicely. yay.
| * | Added remaining time displaying, moved Information to tooltip, removed now ↵luckydonald2014-08-121-4/+26
| | | | | | | | | | | | unneeded speed div
| * | Updated and optimized Mobile Layout as well.luckydonald2014-08-111-2/+3
| | |
| * | Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-101-5/+5
| | |
| * | Upload progress bar now displays informations about uploades size (12kB of ↵luckydonald2014-08-101-1/+6
| | | | | | | | | | | | 3MB) and the current speed.
* | | Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-2/+15
| | |
* | | Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-061-3/+35
| | |
* | | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-063-13/+49
| | |
* | | OCA.Files.App is not available on public pageChristoph Wurst2016-04-211-6/+9
| | |
* | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-203-208/+3
|\ \ \ | | | | | | | | migrate deprecated jQuery 1.x functions
| * | | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-193-207/+2
| | | |
| * | | migrate jQuery.fn.unload()Christoph Wurst2016-04-191-1/+1
| | | |
* | | | filter hidden files on the web interfaceChristoph Wurst2016-04-192-3/+94
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation