aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
...
* added quit option in commentstabview.jsnoveens2017-03-236-62/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix grammarLukas Reschke2017-03-201-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add ignore_files to config,Felix Heidecke2017-03-201-0/+3
| | | | | | | | | | | | | | | | test files against ignore_files list on upload fix typo and indentation Move blacklist declaration to lib/public/Files/FileInfo.php, Rename *ignored to *blacklisted Mocked blacklist_files for testing Mocked blacklist_files for testing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove single quotes around search query like in user searchJoas Schilling2017-03-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* dont preserve mtime when uploading trough the web interfaceRobin Appelman2017-03-131-5/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+1
| | | | Signed-off-by: Stefan Schneider <stefan.schneider@squareweave.com.au>
* filelist only refreshed if directory changesnoveens2017-03-021-0/+5
| | | | | | | | | | | | | | | | check introduced at another method comment added to explain one check comment added to explain one check unit tests added small fixes in unit tests missing semicolon added Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix typoMorris Jobke2017-02-281-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-272-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fixed path in other folders searchMarcin2017-02-211-2/+2
| | | Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
* open the sidebar when opening a permalinkRobin Appelman2017-01-231-0/+5
| | | | | | Also works for search results Signed-off-by: Robin Appelman <robin@icewind.nl>
* Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-222-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-222-9/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problemMorris Jobke2017-01-171-1/+9
|\ | | | | Escape the name for the jquery selector
| * Escape the name for the jquery selectorJoas Schilling2016-12-201-1/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-234-13/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #2763 from nextcloud/fix_maindetailsview_favorite_star-patchLukas Reschke2016-12-232-35/+3
|\ \ | | | | | | [downstream] Fix maindetailsview favorite star patch
| * | OC.Uploader does not have a 'state' method, therefore theChristoph Wurst2016-12-231-31/+0
| | | | | | | | | | | | | | | | | | dead code can be removed Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Style modifications of favorite star on main detail view (#26658)Michael Jobst2016-12-191-4/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | * Style modifications of favorite star on main detail view * Removed unused opacity change on mouse over * favorite star title fixed * favorite star opacity should always be .7 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Just use moment to comupte the time left for the upload - translations are ↵Thomas Müller2016-12-221-37/+3
|/ | | | | | delivered as part of moment.js - fixes #26804 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix showConflictpflug2016-12-191-1/+12
| | | | | | | use getFullFileName to show conflicting file add original.directory to make fileExists happy Signed-off-by: Andreas Pflug <dev@admin4.org>
* fix type in jsdocArthur Schiwon2016-12-061-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #2444 from nextcloud/detect-also-a-400-statusChristoph Wurst2016-12-011-1/+1
|\ | | | | Catch status code 400
| * Catch status code 400Lukas Reschke2016-12-011-1/+1
| | | | | | | | | | | | In case the server returns a statuscode 400 we should also gracefully return to the home directory. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2435 from nextcloud/sidebar-preview-non-previewRoeland Jago Douma2016-12-011-3/+12
|\ \ | |/ |/| allow registering sidebar preview handlers for mimetypes that dont co…
| * allow registering sidebar preview handlers for mimetypes that dont come with ↵Robin Appelman2016-12-011-3/+12
| | | | | | | | | | | | server side previews Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove js debug statements in sidebar text preview generatorRobin Appelman2016-11-301-5/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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>