aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/js
Commit message (Collapse)AuthorAgeFilesLines
...
* fix group delete/restoreBjoern Schiessle2013-10-091-18/+17
|
* fix delete/restore individual filesBjoern Schiessle2013-10-091-26/+23
|
* Use hash part of URL for IE8 in files appVincent Petry2013-09-131-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" appsVincent Petry2013-09-132-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 JSkondou2013-08-281-0/+2
| | | | Fix #993
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* Use plural translationskondou2013-08-091-10/+2
|
* Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-appJörn Friedrich Dreyer2013-08-021-10/+10
|\ | | | | Use !== and === in files_trashbin app
| * Use !== and === in files_trashbin-appkondou2013-07-101-10/+10
| |
* | found some more places where we can disable buttons while performing a actionBjörn Schießle2013-07-261-6/+18
| |
* | Hide Delete Permanently button when Restore happensBjörn Schießle2013-07-261-0/+4
|/
* use history icon in Deleted Files template as wellJan-Christoph Borchardt2013-06-171-1/+1
|
* remove unused loading spinners, just have oneJan-Christoph Borchardt2013-06-171-2/+2
|
* use consistent icon for 'restore'/versions/history, also SVGJan-Christoph Borchardt2013-06-171-1/+1
|
* add event.preventDefault to undelete functionGeorg Ehrke2013-05-271-0/+1
|
* fix https://github.com/owncloud/core/issues/3320Georg Ehrke2013-05-271-0/+1
|
* Translate 'Error' in corekondou2013-04-061-4/+4
|
* Fixed things in alert-messagesroot2013-04-051-4/+4
| | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation.
* Trash: fix opening foldersRobin Appelman2013-02-281-2/+4
|
* Trash: disable text editor from trash for nowRobin Appelman2013-02-271-0/+4
|
* Merge master into trash_fileactionsRobin Appelman2013-02-272-16/+43
|\
| * Whitespace fixesBart Visscher2013-02-222-15/+15
| |
| * Merge branch 'master' into trash_bin_delete_selectedThomas Mueller2013-02-201-2/+2
| |\
| | * replaced for in loops with normal enumerating loops to fix #1803Bernhard Posselt2013-02-201-3/+3
| | |
| * | change for loop to make it hopefully work with IEBjörn Schießle2013-02-201-1/+1
| | |
| * | switch to json encoded file listBjörn Schießle2013-02-201-4/+6
| | |
| * | use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ↵Björn Schießle2013-02-201-2/+2
| | | | | | | | | | | | names
| * | add timestamp to function call; fix trash.js to handle multiple delete ↵Björn Schießle2013-02-191-4/+4
| | | | | | | | | | | | operation at once
| * | add missing paramenter to post requestBjörn Schießle2013-02-191-1/+1
| | |
| * | allow user to delete selected files from the trash bin permanentlyBjörn Schießle2013-02-191-3/+27
| |/
* | merge master into trash_fileactionsRobin Appelman2013-02-082-2/+28
|\|
| * allow to delete single files from the trash bin permanentlyBjörn Schießle2013-02-062-0/+26
| |
| * undelete -> restoreThomas Mueller2013-02-011-1/+1
| |
* | Trash: fix opening foldersRobin Appelman2013-01-311-0/+2
| |
* | Trash: enable fileactions while viewing trashRobin Appelman2013-01-311-9/+27
|/
* rename 'undelete' to 'restore'Björn Schießle2013-01-311-2/+2
|
* make spinner title translatableBjörn Schießle2013-01-301-2/+2
|
* add spinner for undelete operation for visualisationBjörn Schießle2013-01-301-1/+12
|
* some minor improvementsBjörn Schießle2013-01-301-3/+3
|
* icons added; empty trash bin message addedBjörn Schießle2013-01-291-1/+1
|
* code clean-upBjörn Schießle2013-01-232-19/+3
|
* remove inline JavaScriptBjörn Schießle2013-01-221-0/+19
|
* remove table row in trash bin view after undeleteBjörn Schießle2013-01-221-2/+2
|
* allow to restore single files/folder from a deleted folderBjörn Schießle2013-01-221-3/+5
|
* handle group restoreBjörn Schießle2013-01-221-5/+130
|
* remove unneeded functionBjörn Schießle2013-01-221-9/+0
|
* remove item in the trash bin view after successful undeleteBjörn Schießle2013-01-221-10/+2
|
* first version of the trash bin appBjörn Schießle2013-01-221-0/+37