aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-152-6/+22
|\ \ \ | | | | | | | | remember file sort order
| * | | fix default value, update js/php testsChristoph Wurst2016-04-131-10/+13
| | | |
| * | | persist file sorting changesChristoph Wurst2016-04-132-2/+10
| | | |
| * | | load file sorting mode from the dbChristoph Wurst2016-04-132-2/+7
| | | |
* | | | restore selection after re-rendering file rowsChristoph Wurst2016-04-131-0/+5
|/ / /
* | | Remove xxx from ownCloud we dont want to see that 🙈Joas Schilling2016-04-071-1/+0
| | |
* | | improve emptycontent stylesJan-Christoph Borchardt2016-03-311-0/+2
| | |
* | | sidebar click modificationErik Pellikka2016-03-241-1/+2
| | |
* | | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-221-0/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details.
* | Merge pull request #23026 from stweil/masterThomas Müller2016-03-093-3/+3
|\ \ | | | | | | apps/files: Fix typos in comments (found and fixed by codespell)
| * | apps/files: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-093-3/+3
| | | | | | | | | | | | | | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
|/ / | | | | | | * ref #22784
* | Merge pull request #22785 from owncloud/trash-returnfalseon401Thomas Müller2016-03-071-0/+4
|\ \ | | | | | | Return false on 401 in file list + trash file list
| * | Return false on 401 in file list + trash file listVincent Petry2016-03-031-0/+4
| | | | | | | | | | | | | | | This gives a chance to the global ajax error handler to do its work if the session expired.
* | | Fix download spinner to work with CSS stylesVincent Petry2016-03-041-10/+9
| | | | | | | | | | | | | | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images.
* | | Remove browser autocomplete in new file menuVincent Petry2016-03-021-1/+1
|/ /