Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. Performance should improve as the sharing list is now only loaded once per navigation session. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977 | ||||
* | canceling individual uploads is currently impossible because there is no ↵ | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -14/+1 |
| | | | | placeholder | ||||
* | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -0/+5 |
|\ | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
| * | remove file action elements before recreating them | Thomas Müller | 2013-09-18 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -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" apps | Vincent Petry | 2013-09-13 | 1 | -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_dialog | Jörn Friedrich Dreyer | 2013-09-04 | 1 | -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_kondou | kondou | 2013-08-18 | 1 | -7/+5 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| | * | Merge pull request #4113 from owncloud/delete-fix | Jan-Christoph Borchardt | 2013-08-15 | 1 | -5/+2 |
| | |\ | | | | | | | | | Delete icon fix | ||||
| | | * | use new delete icon for deleted files as well | Jan-Christoph Borchardt | 2013-07-18 | 1 | -1/+1 |
| | | | | |||||
| | | * | remove unnecessary tipsy for Files delete | Jan-Christoph Borchardt | 2013-07-18 | 1 | -1/+1 |
| | | | | |||||
| | | * | use background image instead of img for Files delete icon | Jan-Christoph Borchardt | 2013-07-18 | 1 | -4/+1 |
| | | | | |||||
| | * | | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-08 | 1 | -2/+3 |
| | |/ | |||||
| * / | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -1/+1 |
| |/ | |||||
* / | progress fixes | Jörn Friedrich Dreyer | 2013-08-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1044 from owncloud/fix_extra_slash | Bart Visscher | 2013-06-28 | 1 | -1/+5 |
|\ | | | | | Remove duplicate / for first folder in root | ||||
| * | update to !== | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
| | | |||||
| * | only encodeURIComponent once | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -2/+2 |
| | | |||||
| * | Check if extra / is necessary for the folder URL | Michael Gapczynski | 2013-02-09 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #3108 from owncloud/fileactions-order | Lukas Reschke | 2013-04-24 | 1 | -7/+7 |
|\ \ | | | | | | | Files: fix the order fileactions are computed for a file | ||||
| * | | Files: fix the order fileactions are computed for a file | Robin Appelman | 2013-04-24 | 1 | -7/+7 |
| | | | |||||
* | | | fix wrong shared icon description | Morris Jobke | 2013-04-24 | 1 | -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 dir | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
| | | |||||
* | | don't add share action to the Shared folder | Björn Schießle | 2013-03-12 | 1 | -1/+1 |
| | | |||||
* | | Files: always show share action at the right | Robin Appelman | 2013-02-11 | 1 | -9/+18 |
|/ | | | | Fixes #1619 | ||||
* | don't call the delete button unshare, unshare operation no longer available | Björn Schießle | 2013-02-07 | 1 | -4/+1 |
| | |||||
* | allow to delete single files from the trash bin permanently | Björn Schießle | 2013-02-06 | 1 | -0/+2 |
| | |||||
* | allow to look into deleted directories | Björn Schießle | 2013-01-22 | 1 | -0/+1 |
| | |||||
* | introduce option to disable download action | Björn Schießle | 2013-01-22 | 1 | -6/+10 |
| | |||||
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -7/+7 |
| | |||||
* | Fixes two issues if you using IE8. IE8 has problems with .bind actions and ↵ | libasys | 2012-11-14 | 1 | -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 statements | Robin Appelman | 2012-11-05 | 1 | -2/+0 |
| | |||||
* | this line shouldn't be here | Robin Appelman | 2012-11-04 | 1 | -1/+0 |
| | |||||
* | some more code reuse for fileactions | Robin Appelman | 2012-11-04 | 1 | -16/+13 |
| | | | | also fixes an issue where some fileactions always worked on the last file in the list | ||||
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | properly replace fileaction icons with pngs when needed | Robin Appelman | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 1 | -20/+10 |
| | |||||
* | code style | Robin Appelman | 2012-10-28 | 1 | -93/+101 |
| | |||||
* | Fix download url generation | Bart Visscher | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js core/js/js.js lib/ocs.php | ||||
| * | translate rename and history actions | scambra | 2012-09-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into routing | Bart Visscher | 2012-09-07 | 1 | -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 Gapczynski | 2012-09-07 | 1 | -1/+6 |
| | | | | | | | | configuration problems with file actions | ||||
| * | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -4/+4 |
| | | |||||
| * | Fix some jslint warnings | Bart Visscher | 2012-09-04 | 1 | -5/+5 |
| | | |||||
| * | unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+0 |
| | | |||||
| * | unify permissions (2/3): change apps to use OC::PERMISSION_X | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'gitorious/master' into routing | Bart Visscher | 2012-08-29 | 1 | -21/+37 |
|\| | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js apps/files_archive/js/archive.js |