summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26480 from owncloud/stable9.1-fix-malformed-attributeVincent Petry2016-10-251-1/+1
|\ | | | | [stable9.1] Fix malformed attribute in files app
| * Fix malformed attribute in files appVincent Petry2016-10-251-1/+1
| |
* | Exclude more invalid chars from files UI path (#26474)Vincent Petry2016-10-252-8/+34
|/ | | | | | | | Prevent newlines and zero byte chars to be used in files UI URL and redirect to root if one is detected. Added additional hardening in case the request fails with 400 or the XMLHttpRequest throw a DOMException, both can happen with invalid paths as well.
* Add using casing check/fix for initMountPointsVincent Petry2016-10-181-5/+8
|
* [stable9.1] Translate file summary connector (#26221) (#26222)Thomas Müller2016-09-271-2/+4
|
* Allow uploading empty files (#26135)Vincent Petry2016-09-191-4/+0
|
* Merge pull request #25888 from ↵Vincent Petry2016-08-221-1/+26
|\ | | | | | | | | owncloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2 [9.1] Before a user is getting scanned the database connection is re-…
| * [9.1] Before a user is getting scanned the database connection is re-establ…Vincent Petry2016-08-221-1/+26
| |
* | Make sure file list files config always existsVincent Petry2016-08-221-0/+4
|/ | | | Initialize files config with defaults in case none was passed
* Display number of hidden files in files summary (#25877)Vincent Petry2016-08-194-52/+230
| | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
* Fix hidden files handling (#25865)Vincent Petry2016-08-194-31/+82
| | | | | | 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.
* [stable9.1] Filelist change dir auto-prepend slash (#25377)Vincent Petry2016-07-212-4/+13
| | | | | | | | | * Filelist change dir auto-prepend slash Prepend a slash to directories in case it was missing since many places assume that it's there. * Fix js unit test in filelist spec
* Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-062-0/+39
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-07-044-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-07-032-2/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+8
|
* Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-2/+5
| | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter('').
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-292-0/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-282-0/+8
|
* Merge pull request #25237 from owncloud/search-filelistnextpageresultsVincent Petry2016-06-272-4/+29
|\ | | | | Prerender file list pages to include search results
| * Prerender file list pages to include search resultsVincent Petry2016-06-242-4/+29
| | | | | | | | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
* | Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
* | 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.
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-244-2/+60
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-224-0/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-202-0/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-174-0/+44
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-154-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-142-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-138-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-1018-0/+30
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-092-0/+2
|
* 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.