Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26480 from owncloud/stable9.1-fix-malformed-attribute | Vincent Petry | 2016-10-25 | 1 | -1/+1 |
|\ | | | | | [stable9.1] Fix malformed attribute in files app | ||||
| * | Fix malformed attribute in files app | Vincent Petry | 2016-10-25 | 1 | -1/+1 |
| | | |||||
* | | Exclude more invalid chars from files UI path (#26474) | Vincent Petry | 2016-10-25 | 2 | -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 initMountPoints | Vincent Petry | 2016-10-18 | 1 | -5/+8 |
| | |||||
* | [stable9.1] Translate file summary connector (#26221) (#26222) | Thomas Müller | 2016-09-27 | 1 | -2/+4 |
| | |||||
* | Allow uploading empty files (#26135) | Vincent Petry | 2016-09-19 | 1 | -4/+0 |
| | |||||
* | Merge pull request #25888 from ↵ | Vincent Petry | 2016-08-22 | 1 | -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 Petry | 2016-08-22 | 1 | -1/+26 |
| | | |||||
* | | Make sure file list files config always exists | Vincent Petry | 2016-08-22 | 1 | -0/+4 |
|/ | | | | Initialize files config with defaults in case none was passed | ||||
* | Display number of hidden files in files summary (#25877) | Vincent Petry | 2016-08-19 | 4 | -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 Petry | 2016-08-19 | 4 | -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 Petry | 2016-07-21 | 2 | -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 Petry | 2016-07-06 | 2 | -0/+39 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-04 | 4 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-03 | 2 | -2/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-02 | 2 | -0/+8 |
| | |||||
* | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -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 transifex | Jenkins for ownCloud | 2016-06-29 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 2 | -0/+8 |
| | |||||
* | Merge pull request #25237 from owncloud/search-filelistnextpageresults | Vincent Petry | 2016-06-27 | 2 | -4/+29 |
|\ | | | | | Prerender file list pages to include search results | ||||
| * | Prerender file list pages to include search results | Vincent Petry | 2016-06-24 | 2 | -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 directory | Vincent Petry | 2016-06-24 | 1 | -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 list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
|/ | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-24 | 4 | -2/+60 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-22 | 4 | -0/+26 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-20 | 2 | -0/+40 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-17 | 4 | -0/+44 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-15 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-14 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-13 | 8 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-10 | 18 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 2 | -0/+2 |
| | |||||
* | Merge pull request #25001 from ↵ | Vincent Petry | 2016-06-08 | 4 | -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.2 | Joas Schilling | 2016-06-08 | 1 | -1/+1 |
| | | |||||
| * | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 4 | -34/+44 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-08 | 2 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 6 | -50/+54 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 4 | -12/+22 |
| | |||||
* | Merge pull request #24822 from owncloud/fix-download-spinner | Vincent Petry | 2016-05-31 | 2 | -4/+4 |
|\ | | | | | fixes size of the download spinner | ||||
| * | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-31 | 2 | -0/+22 |
| | | |||||
* | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cue | Vincent Petry | 2016-05-30 | 3 | -2/+8 |
|\ \ | |/ |/| | Add visual cue when moving draggable item over droppable item, | ||||
| * | Make entire file tr droppable, | Pellaeon Lin | 2016-05-21 | 2 | -2/+3 |
| | | | | | | | | so that .canDrop will highlight the entire row when drag hover | ||||
| * | Add visual cue when moving draggable item over droppable item, | Pellaeon Lin | 2016-05-21 | 2 | -1/+6 |
| | | | | | | | | ie. breadcrumb and filenameTd | ||||
* | | Update license headers | Lukas Reschke | 2016-05-26 | 24 | -36/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-26 | 2 | -62/+80 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-24 | 4 | -0/+62 |
| | | |||||
* | | My fix for #24272, #23613, File not found when single file in a folder (#24800) | Dmitry Popov | 2016-05-24 | 1 | -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/master | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
|\ \ | | | | | | | dont update search onResize | ||||
| * | | dont update search onResize | Fabian | 2016-05-17 | 1 | -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. |