Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4872 from owncloud/refactor_upload_progress | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -135/+173 |
|\ | | | | | refactor upload progress | ||||
| * | refactor upload progress | Jörn Friedrich Dreyer | 2013-09-16 | 1 | -135/+173 |
| | | |||||
* | | Merge pull request #4708 from owncloud/encryption_fixes | Björn Schießle | 2013-09-18 | 3 | -18/+26 |
|\ \ | | | | | | | make sure that initial encryption also starts for a fresh installation | ||||
| * | | performance improvement, check configuration only if no private key exists | Bjoern Schiessle | 2013-09-17 | 1 | -7/+12 |
| | | | |||||
| * | | check if stream wrapper is already registered to avoid warning | Bjoern Schiessle | 2013-09-03 | 1 | -1/+3 |
| | | | |||||
| * | | make sure that initial encryption also starts for a fresh installation | Bjoern Schiessle | 2013-09-03 | 2 | -11/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-16 | 2 | -2/+4 |
| |/ |/| | |||||
* | | Merge pull request #4838 from owncloud/refactor_upload_js | Thomas Müller | 2013-09-16 | 3 | -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 data | Jörn Friedrich Dreyer | 2013-09-13 | 3 | -33/+26 |
| | | | |||||
* | | | Merge pull request #4853 from owncloud/external-shared_mimetype-icons | Thomas Müller | 2013-09-15 | 1 | -11/+9 |
|\ \ \ | | | | | | | | | Use external and shared icons in OC.Dialogs.filepicker() | ||||
| * | | | Use external and shared icons in OC.Dialogs.filepicker() | kondou | 2013-09-14 | 1 | -11/+9 |
| | | | | |||||
* | | | | Merge pull request #4501 from owncloud/ajaxfilelist | Thomas Müller | 2013-09-14 | 19 | -258/+705 |
|\ \ \ \ | |/ / / |/| | | | Ajax calls for "files" and "files_trashbin" apps | ||||
| * | | | Fixed files_trashbin to also use hash URL part for IE8 | Vincent Petry | 2013-09-13 | 2 | -2/+27 |
| | | | | |||||
| * | | | Use hash part of URL for IE8 in files app | Vincent Petry | 2013-09-13 | 4 | -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 scroll | Vincent Petry | 2013-09-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed JS error in trashbin app | Vincent Petry | 2013-09-13 | 1 | -0/+4 |
| | | | | |||||
| * | | | Changed breadcrumb event handling to not use delegate | Vincent Petry | 2013-09-13 | 1 | -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 permissions | Vincent Petry | 2013-09-13 | 5 | -21/+45 |
| | | | | |||||
| * | | | Added missing "files" JS to files_trashbin module | Vincent Petry | 2013-09-13 | 1 | -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 load | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | fixing breadcrumbs on ajax loading of files | Thomas Müller | 2013-09-13 | 3 | -65/+78 |
| | | | | |||||
| * | | | calling replaceSVG() to display breadcrumb images correctly on IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+6 |
| | | | | |||||
| * | | | fixing no-repeat for IE8 | Thomas Müller | 2013-09-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 19 | -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 transifex | Jenkins for ownCloud | 2013-09-13 | 8 | -7/+50 |
|/ / | |||||
* | | Merge pull request #4719 from owncloud/port_4701_master | Thomas Müller | 2013-09-12 | 8 | -110/+124 |
|\ \ | | | | | | | Always check variable type before using readdir to avoid surprises | ||||
| * | | more is_resource checks before readdir | Arthur Schiwon | 2013-09-05 | 3 | -62/+64 |
| | | | |||||
| * | | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 5 | -48/+60 |
| | | | |||||
* | | | Merge pull request #4816 from owncloud/fixing-723-master | Jan-Christoph Borchardt | 2013-09-12 | 6 | -22/+48 |
|\ \ \ | | | | | | | | | Fixing 723 master | ||||
| * | | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵ | Thomas Müller | 2013-09-12 | 4 | -0/+18 |
| | | | | | | | | | | | | | | | | and sharing | ||||
| * | | | added determineIcon to \OCA\files\lib\Helper | Thomas Müller | 2013-09-12 | 1 | -0/+29 |
| | | | | |||||
| * | | | remove unused $relativePath | Thomas Müller | 2013-09-12 | 1 | -2/+0 |
| | | | | |||||
| * | | | move icon generation logic out of the template | Thomas Müller | 2013-09-12 | 1 | -20/+1 |
| | | | | |||||
* | | | | Merge pull request #4735 from owncloud/multiple_mimetypes_rawlist | Thomas Tanghus | 2013-09-11 | 1 | -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 request | kondou | 2013-09-12 | 1 | -20/+30 |
| | | | | |||||
| * | | | Split some lines, use ===, avoid unnecessary operation | kondou | 2013-09-11 | 1 | -5/+7 |
| | | | | |||||
| * | | | Use usort() instead of uasort() to not maintain keys | kondou | 2013-09-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Sort files by name, not by mimetype | kondou | 2013-09-05 | 1 | -0/+9 |
| | | | | |||||
| * | | | Only use mimetype_list and clean up a bit | kondou | 2013-09-05 | 1 | -9/+10 |
| | | | | |||||
| * | | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵ | kondou | 2013-09-05 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | one mimetype | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-11 | 3 | -0/+16 |
| | | | | |||||
* | | | | Merge pull request #4788 from owncloud/fixin-irods-session-master | Bart Visscher | 2013-09-11 | 1 | -9/+10 |
|\ \ \ \ | | | | | | | | | | | Fixing session handling in iRODS | ||||
| * | | | | never hack late night | Thomas Müller | 2013-09-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixing boolean handling | Thomas Müller | 2013-09-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | proper test for use_logon_credentials | Thomas Müller | 2013-09-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | use \OC::$session instead of $_SESSION | Thomas Müller | 2013-09-10 | 1 | -8/+9 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-10 | 13 | -35/+76 |
| | | | | | |||||
* | | | | | removing all ?> jutt in case | Thomas Müller | 2013-09-10 | 57 | -105/+0 |
| | | | | | |||||
* | | | | | removing ?> followed by whitespaces | Thomas Müller | 2013-09-10 | 5 | -10/+0 |
|/ / / / | |||||
* | | | | Merge pull request #4647 from owncloud/fix_4619 | Thomas Müller | 2013-09-10 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Workaround for IE 9 & 10 for clicking filelist after adding new item |