Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Highlight files and update storage stats at end of upload (#26164) | Vincent Petry | 2016-10-25 | 2 | -1/+2 |
| | | | | | Properly trigger the "stop" even from the uploader. Also update storage stats at the end of all uploads instead of for each upload. | ||||
* | Merge pull request #1883 from nextcloud/downstream-26145 | Morris Jobke | 2016-10-25 | 1 | -1/+1 |
|\ | | | | | Storage 503 message improvements | ||||
| * | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | | "Storage not available" is now "Storage temporarily not available". Exceptions are now logged in DEBUG level, not FATAL. | ||||
* | | Merge pull request #1283 from nextcloud/us_files-ui-webdav-upload | Lukas Reschke | 2016-10-25 | 4 | -420/+831 |
|\ \ | | | | | | | Use Webdav PUT for uploads | ||||
| * | | More fixes to file upload | Vincent Petry | 2016-10-24 | 2 | -21/+31 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Fix js unit tests for webdav put upload changes | Vincent Petry | 2016-10-24 | 2 | -7/+17 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Add support for chunked upload | Vincent Petry | 2016-10-24 | 2 | -45/+116 |
| | | | | | | | | | | | | | | | | | | | | | Hacked around Blueimp's jquery.fileupload to make it work with our new chunking API. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 4 | -398/+718 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | Sort favorite files first Issue #1802 | ryanwr | 2016-10-24 | 1 | -6/+8 |
|/ | | | | Signed-off-by: Ryan Welch <ryantwr@gmail.com> | ||||
* | Merge pull request #1796 from nextcloud/oc_fav-report | Lukas Reschke | 2016-10-20 | 1 | -13/+14 |
|\ | | | | | Make it possible to filter by tags with REPORT method | ||||
| * | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Show the path, when the filename conflicts | Joas Schilling | 2016-10-19 | 1 | -0/+22 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1606 from nextcloud/search-detail | Morris Jobke | 2016-10-18 | 2 | -3/+4 |
|\ | | | | | search design details | ||||
| * | Fix bold no results search text | skjnldsv | 2016-10-11 | 1 | -1/+2 |
| | | | | | | | | Fix wording | ||||
| * | search design details | Jan-Christoph Borchardt | 2016-09-09 | 2 | -3/+3 |
| | | |||||
* | | use more fitting icon for files move action | Jan-Christoph Borchardt | 2016-10-17 | 1 | -4/+3 |
| | | |||||
* | | Add file action to move files and folders | Robin Appelman | 2016-10-14 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix drag and drop icon for files app | Morris Jobke | 2016-10-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #1590 from ↵ | Morris Jobke | 2016-10-03 | 2 | -2/+6 |
|\ \ | | | | | | | | | | | | | nextcloud/issue-1432-special-chars-on-name-conflict Fix special characters when renaming to a conflict | ||||
| * | | Fix special characters when renaming to a conflict | Joas Schilling | 2016-09-30 | 2 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #1547 from nextcloud/files-translate-filesummary | Christoph Wurst | 2016-10-03 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | Translate file summary connector (#26221) | ||||
| * | | Translate file summary connector (#26221) | Vincent Petry | 2016-09-27 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Use css loading animation and not gif | John Molakvoæ | 2016-09-27 | 1 | -3/+1 |
|/ / | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | | Merge pull request #1520 from nextcloud/upload-allow-zero | Morris Jobke | 2016-09-26 | 1 | -4/+0 |
|\ \ | | | | | | | Allow uploading empty files (#26113) | ||||
| * | | Allow uploading empty files (#26113) | Vincent Petry | 2016-09-26 | 1 | -4/+0 |
| |/ | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26113 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* / | Fix folder drag glitch in Firefox | Morris Jobke | 2016-09-14 | 1 | -6/+16 |
|/ | | | | | | | | | issue: * drag'n'drop a folder into the files app in Firefox * the highlight stays there because Firefox doesn't trigger the drop event for folders solution: * behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox) | ||||
* | Merge pull request #1215 from ↵ | Roeland Jago Douma | 2016-09-01 | 2 | -2/+4 |
|\ | | | | | | | | | nextcloud/issue-1083-update-live-relative-timestamps Update relative timestamps for a better "live" feeling | ||||
| * | Use live timestamp in the sidebar details | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| | | |||||
| * | Update live timestamps to give a more live feeling | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| | | |||||
* | | Also prevent null byte character | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| | | |||||
* | | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #1147 from nextcloud/files-hidden-files-summary | Roeland Jago Douma | 2016-08-29 | 2 | -27/+77 |
|\ | | | | | Display number of hidden files in files summary (#25870) | ||||
| * | Display number of hidden files in files summary (#25870) | Vincent Petry | 2016-08-29 | 2 | -27/+77 |
| | | | | | | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included. | ||||
* | | Make sure file list files config always exists | Vincent Petry | 2016-08-29 | 1 | -0/+4 |
|/ | | | | Initialize files config with defaults in case none was passed | ||||
* | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 1 | -0/+42 |
| | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 | ||||
* | Fix hidden files handling | Vincent Petry | 2016-08-19 | 2 | -30/+31 |
| | | | | | | | 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. | ||||
* | only load sidebar previews when we know it's available | Robin Appelman | 2016-07-27 | 2 | -5/+16 |
| | |||||
* | dont load filelist previews if we know we dont have one | Robin Appelman | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | block user sorting in recent files | Robin Appelman | 2016-07-22 | 2 | -1/+7 |
| | |||||
* | Add recent file listing | Robin Appelman | 2016-07-22 | 2 | -0/+222 |
| | |||||
* | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #333 from nextcloud/sync-master | Lukas Reschke | 2016-07-07 | 1 | -2/+19 |
|\ | | | | | Sync master | ||||
| * | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 6 | -171/+436 |
| |\ | |||||
| * \ | Merge pull request #25325 from owncloud/filelist-prependslash | Vincent Petry | 2016-07-06 | 1 | -1/+4 |
| |\ \ | | | | | | | | | Filelist change dir auto-prepend slash | ||||
| | * | | Filelist change dir auto-prepend slash | Vincent Petry | 2016-07-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there. | ||||
| * | | | Ignore invalid paths in the JS file list (#25368) | Vincent Petry | 2016-07-06 | 1 | -0/+14 |
| |/ / | |||||
* | / | Add "goto" links for files in non-default file lists | Robin Appelman | 2016-07-05 | 2 | -1/+59 |
| |/ |/| | |||||
* | | for text use max-height to trim whitespace | Morris Jobke | 2016-07-04 | 1 | -1/+1 |
| | | |||||
* | | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 2 | -4/+69 |
| | | |||||
* | | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 2 | -81/+112 |
| | |