aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7064 from owncloud/files-scrolltopafterupdateJan-Christoph Borchardt2014-02-051-4/+5
|\ | | | | Scroll to the top after switching dir
| * Scroll to the top after switching dirVincent Petry2014-02-041-5/+6
| | | | | | | | Fixes #7061
* | Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-047-20/+113
|\ \ | | | | | | Added .jshintrc
| * | Fixed file name validation unit test + added newlineVincent Petry2014-01-301-7/+15
| | | | | | | | | | | | | | | - fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid()
| * | Added .jshintrcVincent Petry2014-01-307-13/+98
| | | | | | | | | | | | | | | | | | - Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use
* | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msgJan-Christoph Borchardt2014-02-042-3/+16
|\ \ \ | |_|/ |/| | Change misleading message when file size exceeds upload limit
| * | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-304-39/+127
| |\| | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php
| * | Fix variable namePellaeon Lin2014-01-241-2/+2
| | |
| * | Use t() 's native methodPellaeon Lin2014-01-161-2/+8
| | |
| * | Contextual upload error messagePellaeon Lin2013-12-111-2/+2
| | |
| * | Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-111-0/+1
| | |
| * | Display different messages for uploadLimit and freeSpacePellaeon Lin2013-12-081-2/+8
| | |
| * | Change misleading message when file size exceeds upload limitPellaeon Lin2013-12-081-2/+2
| | |
* | | Rename action now appears as pencil iconraghunayyar2014-01-302-5/+17
| |/ |/|
* | Merge pull request #6777 from owncloud/mobile-styleJan-Christoph Borchardt2014-01-292-3/+3
|\ \ | | | | | | Mobile style for public links: files, folders, picture sets
| * | permanently show download action on mobile, only iconJan-Christoph Borchardt2014-01-291-2/+2
| | |
| * | merge master into mobile-styleJan-Christoph Borchardt2014-01-293-6/+55
| |\ \
| * \ \ Merge branch 'master' into mobile-styleThomas Müller2014-01-234-29/+56
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
| * | | | fixing preview generationThomas Müller2014-01-151-1/+1
| | | | |
* | | | | Added error message for when target folder was removedVincent Petry2014-01-291-0/+7
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client.
* | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlinkMorris Jobke2014-01-292-1/+18
|\ \ \ \ | | | | | | | | | | Sharing fixfiledownloadlink
| * | | | Fixed download URL in public pageVincent Petry2014-01-242-1/+18
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | - Refactored download URL building to make it overridable - Added download URL override in public page - Added JS unit tests for download URL - Added OC.redirect() method to facilitate unit testing
* | | | Merge pull request #6184 from owncloud/6051-ux-files-Move-File-SpinnerMorris Jobke2014-01-241-5/+37
|\ \ \ \ | |/ / / |/| | | #6051 [ux][files] Move File Spinner
| * | | Fixed indention.zombiehugs2013-12-041-1/+1
| | | | | | | | | | | | | | | | As per @kabum request, indention on line 694 has been fixed.
| * | | #6051 [ux][files] Move File Spinnerzombiehugs2013-12-041-5/+37
| | |/ | |/| | | | | | | | | | | | | Added spinner to file icon when moving to new folder or out of folder. Commit is related to #6051
* | | Merge pull request #6719 from tripflex/fix_pubup_progbarMorris Jobke2014-01-221-1/+1
|\ \ \ | | | | | | | | Fix public upload progress bar
| * | | change publicUploadButtonMock to public_uploadMyles McNamara2014-01-201-1/+1
| | |/ | |/| | | | Changed jQuery selector for public preview to public_upload to correctly show preview
* | | Merge pull request #6827 from rnveach/fix_6730Morris Jobke2014-01-202-1/+4
|\ \ \ | | | | | | | | Fix 6730
| * | | added trigger to redo selection text on a directory changernveach2014-01-171-0/+2
| | | |
| * | | fixed selector string and removed all checkbox if it was selectedrnveach2014-01-171-1/+2
| |/ /
* | | Fix to not destroy draggable when no draggable was setVincent Petry2014-01-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | When a dir has no delete permission, the draggable isn't initialized on files. This fix makes sure we don't try to destroy a draggable when it wasn't inited in the first place. Fixes #6254
* | | Fixed various file name escaping issues in core appsVincent Petry2014-01-104-28/+49
|/ / | | | | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes
* / Fixed download file from URL error messagesVincent Petry2013-12-121-1/+6
|/ | | | | | | | - L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values
* Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\ | | | | Fix filellist/rename/summary problem
| * Fix filellist/rename/summary problemganomi2013-11-271-1/+1
| | | | | | | | | | Fixes #6055 This contribution is MIT licensed!
* | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek2013-11-281-2/+17
|\ \ | | | | | | Redetect mime type whenever extension is renamed
| * | Update file list entry on renameVincent Petry2013-11-271-2/+17
| |/ | | | | | | | | | | Whenever a file is renamed, if the extension changes, the mime type and preview might change. This fix passes the updated info to the client that updates it.
* / New file box now has default file name + extensionVincent Petry2013-11-281-3/+13
|/ | | | | | | | | | | Whenever a user creates a file or folder in the web UI, the input field will contain a default file name, pre-selected up to the extension for easier typing. The purpose is mostly to prevent users creating text files without an extension. Fixes #6045
* Merge pull request #5641 from owncloud/filestrash-emptytrashBjörn Schießle2013-11-251-2/+3
|\ | | | | Deleting all files in trash now only sends a single flag
| * Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-2/+3
| | | | | | | | | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues.
* | Fixed delete action to show error message as notificationVincent Petry2013-11-191-1/+11
| |
* | fix filtering number like filenames in filelistJörn Friedrich Dreyer2013-11-181-1/+1
| | | | | | forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951
* | Fixed total dirs/files message hiding conditionVincent Petry2013-11-131-3/+3
| | | | | | | | Fixes #5829
* | Merge pull request #5804 from owncloud/files-selectionsummaryMorris Jobke2013-11-111-1/+1
|\ \ | |/ |/| Selection summary is now displayed properly
| * Selection summary is now displayed properlyVincent Petry2013-11-111-1/+1
| | | | | | | | Fixes #5775
* | Merge pull request #5769 from owncloud/files-changedirjseventMorris Jobke2013-11-111-0/+6
|\ \ | |/ |/| Added JS event for when the user changes the directory
| * Added JS event for when the user changes the directoryVincent Petry2013-11-081-0/+6
| | | | | | | | | | This enables apps to detect directory changes which might be caused by the user using the browser back button.
* | Increased upload error delay to 10 secondsVincent Petry2013-11-081-6/+5
|/ | | | | | | Fixes #5662 Also made it use OC.Notification instead of directly access the notification HTML element.
* Fixed totalDirs JS errorVincent Petry2013-11-071-2/+2
|
* Merge pull request #5399 from frisco82/fixDownloadOverQuotaMorris Jobke2013-11-061-35/+30
|\ | | | | Do not count the size of shared folder on total