Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to select folders | Bjoern Schiessle | 2013-12-02 | 1 | -35/+6 |
| | |||||
* | fix delete files from trash bin | Bjoern Schiessle | 2013-12-02 | 1 | -2/+3 |
| | |||||
* | fix restore from files in sub-folders | Bjoern Schiessle | 2013-11-29 | 1 | -2/+2 |
| | |||||
* | Deleting all files in trash now only sends a single flag | Vincent Petry | 2013-11-11 | 2 | -10/+45 |
| | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues. | ||||
* | Fixed clicking on the "Home" breadcrumb in the trash app | Vincent Petry | 2013-10-28 | 1 | -5/+0 |
| | | | | | Clicking on the "home" breadcrumb now correctly brings the user back to the files app. | ||||
* | update file summary after group delete/restore | Bjoern Schiessle | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | fix checkbox | Bjoern Schiessle | 2013-10-09 | 1 | -37/+15 |
| | |||||
* | fix indention | Bjoern Schiessle | 2013-10-09 | 1 | -99/+99 |
| | |||||
* | fix group delete/restore | Bjoern Schiessle | 2013-10-09 | 1 | -18/+17 |
| | |||||
* | fix delete/restore individual files | Bjoern Schiessle | 2013-10-09 | 1 | -26/+23 |
| | |||||
* | Use hash part of URL for IE8 in files app | Vincent Petry | 2013-09-13 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 2 | -1/+42 |
| | | | | | | | | | | | | | 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 | ||||
* | Reimplement filesummary in JS | kondou | 2013-08-28 | 1 | -0/+2 |
| | | | | Fix #993 | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Use plural translations | kondou | 2013-08-09 | 1 | -10/+2 |
| | |||||
* | Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-app | Jörn Friedrich Dreyer | 2013-08-02 | 1 | -10/+10 |
|\ | | | | | Use !== and === in files_trashbin app | ||||
| * | Use !== and === in files_trashbin-app | kondou | 2013-07-10 | 1 | -10/+10 |
| | | |||||
* | | found some more places where we can disable buttons while performing a action | Björn Schießle | 2013-07-26 | 1 | -6/+18 |
| | | |||||
* | | Hide Delete Permanently button when Restore happens | Björn Schießle | 2013-07-26 | 1 | -0/+4 |
|/ | |||||
* | use history icon in Deleted Files template as well | Jan-Christoph Borchardt | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | remove unused loading spinners, just have one | Jan-Christoph Borchardt | 2013-06-17 | 1 | -2/+2 |
| | |||||
* | use consistent icon for 'restore'/versions/history, also SVG | Jan-Christoph Borchardt | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | add event.preventDefault to undelete function | Georg Ehrke | 2013-05-27 | 1 | -0/+1 |
| | |||||
* | fix https://github.com/owncloud/core/issues/3320 | Georg Ehrke | 2013-05-27 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Trash: fix opening folders | Robin Appelman | 2013-02-28 | 1 | -2/+4 |
| | |||||
* | Trash: disable text editor from trash for now | Robin Appelman | 2013-02-27 | 1 | -0/+4 |
| | |||||
* | Merge master into trash_fileactions | Robin Appelman | 2013-02-27 | 2 | -16/+43 |
|\ | |||||
| * | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -15/+15 |
| | | |||||
| * | Merge branch 'master' into trash_bin_delete_selected | Thomas Mueller | 2013-02-20 | 1 | -2/+2 |
| |\ | |||||
| | * | replaced for in loops with normal enumerating loops to fix #1803 | Bernhard Posselt | 2013-02-20 | 1 | -3/+3 |
| | | | |||||
| * | | change for loop to make it hopefully work with IE | Björn Schießle | 2013-02-20 | 1 | -1/+1 |
| | | | |||||
| * | | switch to json encoded file list | Björn Schießle | 2013-02-20 | 1 | -4/+6 |
| | | | |||||
| * | | use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ↵ | Björn Schießle | 2013-02-20 | 1 | -2/+2 |
| | | | | | | | | | | | | names | ||||
| * | | add timestamp to function call; fix trash.js to handle multiple delete ↵ | Björn Schießle | 2013-02-19 | 1 | -4/+4 |
| | | | | | | | | | | | | operation at once | ||||
| * | | add missing paramenter to post request | Björn Schießle | 2013-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | allow user to delete selected files from the trash bin permanently | Björn Schießle | 2013-02-19 | 1 | -3/+27 |
| |/ | |||||
* | | merge master into trash_fileactions | Robin Appelman | 2013-02-08 | 2 | -2/+28 |
|\| | |||||
| * | allow to delete single files from the trash bin permanently | Björn Schießle | 2013-02-06 | 2 | -0/+26 |
| | | |||||
| * | undelete -> restore | Thomas Mueller | 2013-02-01 | 1 | -1/+1 |
| | | |||||
* | | Trash: fix opening folders | Robin Appelman | 2013-01-31 | 1 | -0/+2 |
| | | |||||
* | | Trash: enable fileactions while viewing trash | Robin Appelman | 2013-01-31 | 1 | -9/+27 |
|/ | |||||
* | rename 'undelete' to 'restore' | Björn Schießle | 2013-01-31 | 1 | -2/+2 |
| | |||||
* | make spinner title translatable | Björn Schießle | 2013-01-30 | 1 | -2/+2 |
| | |||||
* | add spinner for undelete operation for visualisation | Björn Schießle | 2013-01-30 | 1 | -1/+12 |
| | |||||
* | some minor improvements | Björn Schießle | 2013-01-30 | 1 | -3/+3 |
| | |||||
* | icons added; empty trash bin message added | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | code clean-up | Björn Schießle | 2013-01-23 | 2 | -19/+3 |
| | |||||
* | remove inline JavaScript | Björn Schießle | 2013-01-22 | 1 | -0/+19 |
| |