aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-1/+1
|\ | | | | Add S3 objectstore backend
| * add comment for non empty text fileRobin Appelman2016-11-161-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Dont create 0 byte text filesRobin Appelman2016-11-161-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | use copy icon for local link rather than link icon to prevent confusion with ↵Jan-Christoph Borchardt2016-11-171-2/+2
| | | | | | | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #2123 from nextcloud/downstream-26522Joas Schilling2016-11-161-2/+6
|\ \ | |/ |/| Skip hidden files when counting visible files in list
| * Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-141-2/+6
| | | | | | | | | | | | The file list UI logic that renders the next page doesn't properly exclude hidden files when not shown. This fix makes sure that only rows that are actually visible are counted when rendering a page, this makes sure that the page will always have enough elements displayed.
* | disabling dropping on dragging objects temporarilyMichael Jobst2016-11-141-1/+5
|/ | | | better solution
* update breadcrumb view whenever the share information on the directory info ↵Christoph Wurst2016-11-071-5/+5
| | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* let users share the curren folderChristoph Wurst2016-11-071-4/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* show whether the current folder was shared or notChristoph Wurst2016-11-072-0/+33
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Upload autorename on client sideVincent Petry2016-11-022-31/+82
| | | | | | | | | | | Removes the need for POST to collection which would hit against upload limits. The client tries to auto rename the file by adding a suffix "(2)". It tries to use the file list on the client side to guess a suitable name. In case a file still cannot be uploaded and creates a conflict, which can happen when the file was concurrently uploaded, the logic will continue increasing the suffix.
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-022-16/+1
| | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-252-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-26145Morris Jobke2016-10-251-1/+1
|\ | | | | Storage 503 message improvements
| * Storage 503 message improvementsVincent Petry2016-10-241-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-uploadLukas Reschke2016-10-254-420/+831
|\ \ | | | | | | Use Webdav PUT for uploads
| * | More fixes to file uploadVincent Petry2016-10-242-21/+31
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix js unit tests for webdav put upload changesVincent Petry2016-10-242-7/+17
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add support for chunked uploadVincent Petry2016-10-242-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 browserVincent Petry2016-10-244-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 #1802ryanwr2016-10-241-6/+8
|/ | | | Signed-off-by: Ryan Welch <ryantwr@gmail.com>
* Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-201-13/+14
|\ | | | | Make it possible to filter by tags with REPORT method
| * Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-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 conflictsJoas Schilling2016-10-191-0/+22
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-182-3/+4
|\ | | | | search design details
| * Fix bold no results search textskjnldsv2016-10-111-1/+2
| | | | | | | | Fix wording
| * search design detailsJan-Christoph Borchardt2016-09-092-3/+3
| |
* | use more fitting icon for files move actionJan-Christoph Borchardt2016-10-171-4/+3
| |
* | Add file action to move files and foldersRobin Appelman2016-10-141-0/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix drag and drop icon for files appMorris Jobke2016-10-101-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #1590 from ↵Morris Jobke2016-10-032-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 conflictJoas Schilling2016-09-302-2/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1547 from nextcloud/files-translate-filesummaryChristoph Wurst2016-10-031-2/+4
|\ \ \ | |/ / |/| | Translate file summary connector (#26221)
| * | Translate file summary connector (#26221)Vincent Petry2016-09-271-2/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Use css loading animation and not gifJohn Molakvoæ2016-09-271-3/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Merge pull request #1520 from nextcloud/upload-allow-zeroMorris Jobke2016-09-261-4/+0
|\ \ | | | | | | Allow uploading empty files (#26113)
| * | Allow uploading empty files (#26113)Vincent Petry2016-09-261-4/+0
| |/ | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26113 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Fix folder drag glitch in FirefoxMorris Jobke2016-09-141-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 Douma2016-09-012-2/+4
|\ | | | | | | | | nextcloud/issue-1083-update-live-relative-timestamps Update relative timestamps for a better "live" feeling
| * Use live timestamp in the sidebar detailsJoas Schilling2016-09-011-1/+2
| |
| * Update live timestamps to give a more live feelingJoas Schilling2016-09-011-1/+2
| |
* | Also prevent null byte characterJoas Schilling2016-09-011-1/+2
| |
* | Filter out %0A from pathsJoas Schilling2016-09-011-1/+6
|/
* Merge pull request #1147 from nextcloud/files-hidden-files-summaryRoeland Jago Douma2016-08-292-27/+77
|\ | | | | Display number of hidden files in files summary (#25870)
| * Display number of hidden files in files summary (#25870)Vincent Petry2016-08-292-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 existsVincent Petry2016-08-291-0/+4
|/ | | | Initialize files config with defaults in case none was passed
* Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-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 handlingVincent Petry2016-08-192-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 availableRobin Appelman2016-07-272-5/+16
|
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-271-1/+1
|