Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | fixing breadcrumbs on ajax loading of files | Thomas Müller | 2013-09-13 | 1 | -62/+71 |
| | |||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -19/+29 |
| | | | | | | | | | | | | | 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 master into oc_preview | Georg Ehrke | 2013-08-26 | 1 | -200/+0 |
|\ | |||||
| * | remove duplicate code | Thomas Müller | 2013-08-22 | 1 | -198/+0 |
| | | |||||
* | | fix preview issue when uploading a file with parentheses | Georg Ehrke | 2013-08-26 | 1 | -1/+3 |
| | | |||||
* | | move path generation for previews to dedicated function | Georg Ehrke | 2013-08-23 | 1 | -2/+7 |
| | | |||||
* | | Merge master into oc_preview | Georg Ehrke | 2013-08-19 | 1 | -0/+16 |
|\| | |||||
| * | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 1 | -0/+14 |
| |\ | | | | | | | Enable user to decrypt files again after encryption app was disabled | ||||
| | * | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1 | -11/+11 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| | * | | remove whitespaces and some leftover code from testing | Bjoern Schiessle | 2013-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | check if some encrypted files are left after the app was disabled and warn ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | the user | ||||
| * | | | communicate size of newly created file back and update UI | Thomas Müller | 2013-08-16 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | use jQuery.get instead of jQuery.ajax | Georg Ehrke | 2013-08-16 | 1 | -6/+2 |
| | | | |||||
* | | | Merge master into oc_preview | Georg Ehrke | 2013-08-14 | 1 | -10/+2 |
|\| | | |||||
| * | | Use plural translations | kondou | 2013-08-09 | 1 | -11/+3 |
| | | | |||||
* | | | lazy load preview icons | Georg Ehrke | 2013-08-14 | 1 | -6/+14 |
| | | | |||||
* | | | don't use hardcoded size for preview | Georg Ehrke | 2013-08-14 | 1 | -1/+3 |
| | | | |||||
* | | | style fixes | Georg Ehrke | 2013-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into oc_preview | Thomas Müller | 2013-07-30 | 1 | -4/+10 |
|\| | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/template.php | ||||
| * | | remove whitespaces | Bjoern Schiessle | 2013-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | disable "deleted files" button if trash bin is empty | Björn Schießle | 2013-07-26 | 1 | -2/+10 |
| |/ | |||||
| * | finally remove the file size obfuscation as it had more disadvantages. I was ↵ | Jan-Christoph Borchardt | 2013-07-18 | 1 | -3/+1 |
| | | | | | | | | wrong, sorry. | ||||
* | | merge conflicts ... | Georg Ehrke | 2013-07-10 | 1 | -150/+17 |
|\| | |||||
| * | Public upload feature | Roman Geber | 2013-06-25 | 1 | -148/+1 |
| | | |||||
| * | use json to encode user list | Robin Appelman | 2013-06-19 | 1 | -1/+1 |
| | | |||||
| * | allow scanning files for multiple users | Robin Appelman | 2013-06-19 | 1 | -2/+16 |
| | | |||||
* | | properly encode path | Georg Ehrke | 2013-07-10 | 1 | -1/+1 |
| | | |||||
* | | implement preview loading after upload | Georg Ehrke | 2013-07-02 | 1 | -6/+13 |
|/ | |||||
* | small typo fix: added 2 whitespaces | davidak | 2013-05-24 | 1 | -2/+2 |
| | |||||
* | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | It's a class | Lukas Reschke | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Move onclick handler | Lukas Reschke | 2013-04-28 | 1 | -0/+5 |
| | |||||
* | Files: Fix XSS when creating dropshadow | Robin Appelman | 2013-04-22 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2279 from owncloud/refactor_upload_js | Bart Visscher | 2013-04-06 | 1 | -240/+138 |
|\ | | | | | Refactor upload js | ||||
| * | use css browser switch instead of deprecated jquery browser detection | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -7/+7 |
| | | |||||
| * | '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵ | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -5/+2 |
| | | | | | | | | cancel button correctly | ||||
| * | use === to compare empty string '' | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+1 |
| | | |||||
| * | don't update progress bar in ie < 10 | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+3 |
| | | |||||
| * | refactor files.js, make proper use of fileupload events | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -237/+136 |
| | | |||||
* | | Translate 'Error' in core | kondou | 2013-04-06 | 1 | -4/+4 |
| | | |||||
* | | Fixed things in alert-messages | root | 2013-04-05 | 1 | -4/+4 |
|/ | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | ||||
* | Merge pull request #2575 from owncloud/fixing-1461-master | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -5/+25 |
|\ | | | | | Fix upload progressbar in IE8 and IE9 | ||||
| * | fixes #1463 - file size is now displayed correctly in IE8 | Thomas Mueller | 2013-03-26 | 1 | -2/+6 |
| | | |||||
| * | fixes #1461 | Thomas Mueller | 2013-03-26 | 1 | -3/+19 |
| | | |||||
* | | prevent to fire delete ajax a second time. | Thomas Mueller | 2013-03-26 | 1 | -1/+1 |
|/ | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only | ||||
* | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | json encode list of files | Björn Schießle | 2013-03-07 | 1 | -2/+3 |
| | |||||
* | fixed bug that prevented a newly created file to be opened with registered ↵ | Bernhard Posselt | 2013-02-25 | 1 | -1/+1 |
| | | | | files actions |