aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactions.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-0/+5
|\ | | | | | | | | Conflicts: apps/files/js/filelist.js
| * remove file action elements before recreating themThomas Müller2013-09-181-0/+5
| |
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-3/+2
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
| * Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-041-8/+6
|\| | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files/templates/part.list.php
| * Merge branch 'master' into fix_jslint_kondoukondou2013-08-181-7/+5
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| | * Merge pull request #4113 from owncloud/delete-fixJan-Christoph Borchardt2013-08-151-5/+2
| | |\ | | | | | | | | Delete icon fix
| | | * use new delete icon for deleted files as wellJan-Christoph Borchardt2013-07-181-1/+1
| | | |
| | | * remove unnecessary tipsy for Files deleteJan-Christoph Borchardt2013-07-181-1/+1
| | | |
| | | * use background image instead of img for Files delete iconJan-Christoph Borchardt2013-07-181-4/+1
| | | |
| | * | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-081-2/+3
| | |/
| * / Fix some JSLint warningskondou2013-07-311-1/+1
| |/
* / progress fixesJörn Friedrich Dreyer2013-08-161-1/+1
|/
* Merge pull request #1044 from owncloud/fix_extra_slashBart Visscher2013-06-281-1/+5
|\ | | | | Remove duplicate / for first folder in root
| * update to !==Bart Visscher2013-06-281-1/+1
| |
| * only encodeURIComponent onceJörn Friedrich Dreyer2013-02-091-2/+2
| |
| * Check if extra / is necessary for the folder URLMichael Gapczynski2013-02-091-1/+5
| |
* | Merge pull request #3108 from owncloud/fileactions-orderLukas Reschke2013-04-241-7/+7
|\ \ | | | | | | Files: fix the order fileactions are computed for a file
| * | Files: fix the order fileactions are computed for a fileRobin Appelman2013-04-241-7/+7
| | |
* | | fix wrong shared icon descriptionMorris Jobke2013-04-241-0/+1
|/ / | | | | | | | | | | fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor
* | only prevent shared action for the Shared folder in the root dirBjörn Schießle2013-03-131-1/+1
| |
* | don't add share action to the Shared folderBjörn Schießle2013-03-121-1/+1
| |
* | Files: always show share action at the rightRobin Appelman2013-02-111-9/+18
|/ | | | Fixes #1619
* don't call the delete button unshare, unshare operation no longer availableBjörn Schießle2013-02-071-4/+1
|
* allow to delete single files from the trash bin permanentlyBjörn Schießle2013-02-061-0/+2
|
* allow to look into deleted directoriesBjörn Schießle2013-01-221-0/+1
|
* introduce option to disable download actionBjörn Schießle2013-01-221-6/+10
|
* Whitespace cleanupBart Visscher2013-01-161-7/+7
|
* Fixes two issues if you using IE8. IE8 has problems with .bind actions and ↵libasys2012-11-141-11/+20
| | | | since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
* remove debug statementsRobin Appelman2012-11-051-2/+0
|
* this line shouldn't be hereRobin Appelman2012-11-041-1/+0
|
* some more code reuse for fileactionsRobin Appelman2012-11-041-16/+13
| | | | also fixes an issue where some fileactions always worked on the last file in the list
* Fix shared status iconsMichael Gapczynski2012-10-281-1/+1
|
* properly replace fileaction icons with pngs when neededRobin Appelman2012-10-281-2/+2
|
* use css to show/hide fileactionsRobin Appelman2012-10-281-20/+10
|
* code styleRobin Appelman2012-10-281-93/+101
|
* Fix download url generationBart Visscher2012-10-271-1/+1
|
* Merge branch 'master' into routingBart Visscher2012-09-281-1/+1
|\
| * Correctly fix oc-1016 and fix downloading of filesBart Visscher2012-09-281-1/+1
| |
* | Merge branch 'master' into routingBart Visscher2012-09-281-0/+1
|\| | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js core/js/js.js lib/ocs.php
| * translate rename and history actionsscambra2012-09-211-0/+1
| |
* | Merge branch 'master' into routingBart Visscher2012-09-071-16/+16
|\| | | | | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js lib/base.php lib/helper.php lib/ocs.php
| * Support for unshare from self, with a bunch of temporary fixes to overcome ↵Michael Gapczynski2012-09-071-1/+6
| | | | | | | | configuration problems with file actions
| * Add missing ; to js codeBart Visscher2012-09-051-4/+4
| |
| * Fix some jslint warningsBart Visscher2012-09-041-5/+5
| |
| * unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.ShareJörn Friedrich Dreyer2012-08-311-5/+0
| |
| * unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-311-4/+4
| |
* | Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-291-21/+37
|\| | | | | | | | | | | Conflicts: apps/files/js/fileactions.js apps/files_archive/js/archive.js
| * Temporary fix to prevent rename action in root of Shared directoryMichael Gapczynski2012-08-241-0/+4
| |
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-0/+1
| |\ | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js