summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4872 from owncloud/refactor_upload_progressJörn Friedrich Dreyer2013-09-181-135/+173
|\ | | | | refactor upload progress
| * refactor upload progressJörn Friedrich Dreyer2013-09-161-135/+173
| |
* | Merge pull request #4708 from owncloud/encryption_fixesBjörn Schießle2013-09-183-18/+26
|\ \ | | | | | | make sure that initial encryption also starts for a fresh installation
| * | performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-171-7/+12
| | |
| * | check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-031-1/+3
| | |
| * | make sure that initial encryption also starts for a fresh installationBjoern Schiessle2013-09-032-11/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-162-2/+4
| |/ |/|
* | Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-163-33/+26
|\ \ | | | | | | refactor upload js & html to always use only js to fill form data
| * | refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-133-33/+26
| | |
* | | Merge pull request #4853 from owncloud/external-shared_mimetype-iconsThomas Müller2013-09-151-11/+9
|\ \ \ | | | | | | | | Use external and shared icons in OC.Dialogs.filepicker()
| * | | Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-11/+9
| | | |
* | | | Merge pull request #4501 from owncloud/ajaxfilelistThomas Müller2013-09-1419-258/+705
|\ \ \ \ | |/ / / |/| | | Ajax calls for "files" and "files_trashbin" apps
| * | | Fixed files_trashbin to also use hash URL part for IE8Vincent Petry2013-09-132-2/+27
| | | |
| * | | Use hash part of URL for IE8 in files appVincent Petry2013-09-134-16/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this fix, the URL wasn't updated in IE8 when navigating into folders. This fix makes use of the hash part of URLs to make this work in IE8, since IE8 doesn't support the history API nor changing the URL without redirecting. From now, both the regular query URL "?dir=somedir" and "#?dir=somedir" will work in both IE8 and non-IE8 browsers. In IE8, query based URLs are automatically converted to hash URLs upon page load. The conversion is done on the server side by redirecting the user to the updated URL. When loading a page directly using a hash URL in the form "#?dir=somedir" in IE8, the server doesn't get the hash, so it will not return any results in that case and rely on ajax to load the first page.
| * | | Fixed loading mask/spinner to stay fixed on scrollVincent Petry2013-09-131-1/+1
| | | |
| * | | Fixed JS error in trashbin appVincent Petry2013-09-131-0/+4
| | | |
| * | | Changed breadcrumb event handling to not use delegateVincent Petry2013-09-131-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Using delegate might break apps that embed themselves in the files container. When an app embeds itself and the user clicks a breadcrumb, it will simply reload the whole browser page.
| * | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-135-21/+45
| | | |
| * | | Added missing "files" JS to files_trashbin moduleVincent Petry2013-09-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent refactoring for the breadcrumb resizing relies on the "Files" object which is in the "files" Javascript file. This fix includes it here as well.
| * | | update file summary on ajax file list loadThomas Müller2013-09-131-0/+1
| | | |
| * | | fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-133-65/+78
| | | |
| * | | calling replaceSVG() to display breadcrumb images correctly on IE8Thomas Müller2013-09-131-0/+6
| | | |
| * | | fixing no-repeat for IE8Thomas Müller2013-09-131-0/+1
| | | |
| * | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-1319-181/+486
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* / / [tx-robot] updated from transifexJenkins for ownCloud2013-09-138-7/+50
|/ /
* | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-128-110/+124
|\ \ | | | | | | Always check variable type before using readdir to avoid surprises
| * | more is_resource checks before readdirArthur Schiwon2013-09-053-62/+64
| | |
| * | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-045-48/+60
| | |
* | | Merge pull request #4816 from owncloud/fixing-723-masterJan-Christoph Borchardt2013-09-126-22/+48
|\ \ \ | | | | | | | | Fixing 723 master
| * | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵Thomas Müller2013-09-124-0/+18
| | | | | | | | | | | | | | | | and sharing
| * | | added determineIcon to \OCA\files\lib\HelperThomas Müller2013-09-121-0/+29
| | | |
| * | | remove unused $relativePathThomas Müller2013-09-121-2/+0
| | | |
| * | | move icon generation logic out of the templateThomas Müller2013-09-121-20/+1
| | | |
* | | | Merge pull request #4735 from owncloud/multiple_mimetypes_rawlistThomas Tanghus2013-09-111-11/+45
|\ \ \ \ | |/ / / |/| | | Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype
| * | | Clean up rawlist.php and fix non-array requestkondou2013-09-121-20/+30
| | | |
| * | | Split some lines, use ===, avoid unnecessary operationkondou2013-09-111-5/+7
| | | |
| * | | Use usort() instead of uasort() to not maintain keyskondou2013-09-061-1/+1
| | | |
| * | | Sort files by name, not by mimetypekondou2013-09-051-0/+9
| | | |
| * | | Only use mimetype_list and clean up a bitkondou2013-09-051-9/+10
| | | |
| * | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵kondou2013-09-051-5/+17
| | | | | | | | | | | | | | | | one mimetype
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-113-0/+16
| | | |
* | | | Merge pull request #4788 from owncloud/fixin-irods-session-masterBart Visscher2013-09-111-9/+10
|\ \ \ \ | | | | | | | | | | Fixing session handling in iRODS
| * | | | never hack late nightThomas Müller2013-09-111-1/+1
| | | | |
| * | | | fixing boolean handlingThomas Müller2013-09-111-2/+2
| | | | |
| * | | | proper test for use_logon_credentialsThomas Müller2013-09-101-1/+1
| | | | |
| * | | | use \OC::$session instead of $_SESSIONThomas Müller2013-09-101-8/+9
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-1013-35/+76
| | | | |
* | | | | removing all ?> jutt in caseThomas Müller2013-09-1057-105/+0
| | | | |
* | | | | removing ?> followed by whitespacesThomas Müller2013-09-105-10/+0
|/ / / /
* | | | Merge pull request #4647 from owncloud/fix_4619Thomas Müller2013-09-101-0/+3
|\ \ \ \ | | | | | | | | | | Workaround for IE 9 & 10 for clicking filelist after adding new item