summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25001 from ↵Vincent Petry2016-06-084-34/+44
|\ | | | | | | | | owncloud/issue-24939-better-ux-on-invalid-perma-link Improve the UX for "not found" perma links
| * Adjust test to work with phpunit < 5.2Joas Schilling2016-06-081-1/+1
| |
| * Improve the UX for "not found" perma linksJoas Schilling2016-06-074-34/+44
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-082-0/+12
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-036-50/+54
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-024-12/+22
|
* Merge pull request #24822 from owncloud/fix-download-spinnerVincent Petry2016-05-312-4/+4
|\ | | | | fixes size of the download spinner
| * fixes size of the download spinnerVincent Chan2016-05-302-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-312-0/+22
| |
* | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-303-2/+8
|\ \ | |/ |/| Add visual cue when moving draggable item over droppable item,
| * Make entire file tr droppable,Pellaeon Lin2016-05-212-2/+3
| | | | | | | | so that .canDrop will highlight the entire row when drag hover
| * Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-212-1/+6
| | | | | | | | ie. breadcrumb and filenameTd
* | Update license headersLukas Reschke2016-05-2624-36/+40
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-262-62/+80
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-244-0/+62
| |
* | 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.
* | | Merge pull request #24750 from ↵Vincent Petry2016-05-231-1/+10
|\ \ \ | | | | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * | | Http Range requests support in downloadsPiotr Filiciak2016-05-201-1/+10
| | |/ | |/| | | | | | | Http range requests support is required for video preview
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-232-0/+10
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-224-22/+24
|/ /
* | Merge pull request #22576 from owncloud/folder_scroll_fixVincent Petry2016-05-201-0/+21
|\ \ | | | | | | Add scrolling when dragging files. Fixes #12329
| * | 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 #24702 from owncloud/background-scan-occVincent Petry2016-05-201-3/+12
|\ \ \ | | | | | | | | add --unscanned option to files:scan to triger a background scan
| * | | add "unscanned" option to files:scan to triger a background scanRobin Appelman2016-05-191-3/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-202-0/+18
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-194-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-184-0/+8
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-174-0/+28
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-168-0/+60
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-15124-4/+270
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-14138-148/+14
|/
* 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 pull request #24605 from ↵Vincent Petry2016-05-134-9/+120
|\ \ | | | | | | | | | | | | owncloud/luckydonald-Superduper-Progressbar-branch-thingie Luckydonald superduper progressbar branch thingie
| * \ Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-124-9/+120
| |\ \ | | | | | | | | | | | | 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.