summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/js
Commit message (Expand)AuthorAgeFilesLines
* l10n: delete permanently fixVolkan Gezer2015-01-111-2/+2
* fix accessibility for deleted filesJan-Christoph Borchardt2014-12-181-0/+1
* Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-121-0/+1
|\
| * Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+1
* | Merge pull request #12696 from owncloud/trashbin-selected-deleteRobin Appelman2014-12-081-0/+4
|\ \
| * | Fix deleting selected files in the trashbinRobin Appelman2014-12-081-0/+4
| |/
* / Improve FileActions JS to allow for custom renderingVincent Petry2014-11-241-15/+28
|/
* Improved Javascript docs for JSDocVincent Petry2014-10-312-3/+22
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-222-4/+4
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-222-4/+4
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-302-12/+10
* Fixed file actions for sharing viewsVincent Petry2014-05-301-2/+4
* Fixed many issues, clean upVincent Petry2014-05-153-34/+27
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-155-292/+307
* Set default sort of trashbin to timestamp descendingVincent Petry2014-04-281-0/+1
* Cleanup and fix trashbin "clear all files" operationVincent Petry2014-04-281-1/+1
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-2/+2
* Fix trashbin previews and "delete selected"Vincent Petry2014-04-281-3/+3
* Fix file selection for infinite scrollingVincent Petry2014-04-282-161/+128
* Fix file summary to use the whole file listVincent Petry2014-04-281-2/+4
* Fix localization issues of files_trashbinVolkan Gezer2014-04-171-4/+4
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-023-103/+149
* Do not retrieve storage stats for trash binVincent Petry2014-03-281-0/+5
* Fixed trashbin titleVincent Petry2014-02-201-1/+31
* Trashbin select all now doesn't send file listVincent Petry2014-02-171-64/+77
* Fixed various file name escaping issues in core appsVincent Petry2014-01-101-7/+7
* toggle select all checkboxBjoern Schiessle2013-12-121-0/+8
* make it possible to select foldersBjoern Schiessle2013-12-021-35/+6
* fix delete files from trash binBjoern Schiessle2013-12-021-2/+3
* fix restore from files in sub-foldersBjoern Schiessle2013-11-291-2/+2
* Deleting all files in trash now only sends a single flagVincent Petry2013-11-112-10/+45
* Fixed clicking on the "Home" breadcrumb in the trash appVincent Petry2013-10-281-5/+0
* update file summary after group delete/restoreBjoern Schiessle2013-10-091-0/+2
* fix checkboxBjoern Schiessle2013-10-091-37/+15
* fix indentionBjoern Schiessle2013-10-091-99/+99
* 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
* Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-132-1/+42
* Reimplement filesummary in JSkondou2013-08-281-0/+2
* 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-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