| Commit message (Expand) | Author | Age | Files | Lines |
* | Previews on for all trashbin files | Roeland Jago Douma | 2018-06-05 | 1 | -1/+1 |
* | Fix trashed file name corruption when rerendering trashbin list | Vincent Petry | 2016-06-23 | 1 | -0/+2 |
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -1/+2 |
* | Return false on 401 in file list + trash file list | Vincent Petry | 2016-03-03 | 1 | -0/+4 |
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -4/+2 |
* | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -4/+1 |
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -1/+71 |
* | Fix scrollto= parameter in trashbin view | Joas Schilling | 2015-11-02 | 1 | -1/+3 |
* | Merge pull request #19647 from owncloud/trashbin-removesidebar | Thomas Müller | 2015-10-14 | 1 | -1/+2 |
|\ |
|
| * | Remove sidebar for trashbin view | Vincent Petry | 2015-10-08 | 1 | -1/+2 |
* | | Make trashbin's "Restore" an inline action | Vincent Petry | 2015-10-12 | 1 | -13/+21 |
|/ |
|
* | display checkboxes properly after file restore | Hendrik Leppelsack | 2015-10-01 | 1 | -2/+2 |
* | Properly translate file actions | Vincent Petry | 2015-09-22 | 1 | -0/+1 |
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 1 | -0/+10 |
* | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -1/+0 |
* | l10n: delete permanently fix | Volkan Gezer | 2015-01-11 | 1 | -2/+2 |
* | fix accessibility for deleted files | Jan-Christoph Borchardt | 2014-12-18 | 1 | -0/+1 |
* | Merge pull request #12527 from owncloud/js-pluginsystem | Robin Appelman | 2014-12-12 | 1 | -0/+1 |
|\ |
|
| * | Simple Plugin system for Javascript | Vincent Petry | 2014-12-01 | 1 | -0/+1 |
* | | Merge pull request #12696 from owncloud/trashbin-selected-delete | Robin Appelman | 2014-12-08 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix deleting selected files in the trashbin | Robin Appelman | 2014-12-08 | 1 | -0/+4 |
| |/ |
|
* / | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 1 | -15/+28 |
|/ |
|
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 2 | -3/+22 |
* | correct progress-icon to icon-loading-small | Jan-Christoph Borchardt | 2014-09-22 | 2 | -4/+4 |
* | correct delete-icon to icon-delete, fix #11128 | Jan-Christoph Borchardt | 2014-09-22 | 2 | -4/+4 |
* | Distinguish legacy file actions from regular file actions | Vincent Petry | 2014-05-30 | 2 | -12/+10 |
* | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 1 | -2/+4 |
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 3 | -34/+27 |
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 5 | -292/+307 |
* | Set default sort of trashbin to timestamp descending | Vincent Petry | 2014-04-28 | 1 | -0/+1 |
* | Cleanup and fix trashbin "clear all files" operation | Vincent Petry | 2014-04-28 | 1 | -1/+1 |
* | Fixed selection to be based on FileList.files | Vincent Petry | 2014-04-28 | 1 | -2/+2 |
* | Fix trashbin previews and "delete selected" | Vincent Petry | 2014-04-28 | 1 | -3/+3 |
* | Fix file selection for infinite scrolling | Vincent Petry | 2014-04-28 | 2 | -161/+128 |
* | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 1 | -2/+4 |
* | Fix localization issues of files_trashbin | Volkan Gezer | 2014-04-17 | 1 | -4/+4 |
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 3 | -103/+149 |
* | Do not retrieve storage stats for trash bin | Vincent Petry | 2014-03-28 | 1 | -0/+5 |
* | Fixed trashbin title | Vincent Petry | 2014-02-20 | 1 | -1/+31 |
* | Trashbin select all now doesn't send file list | Vincent Petry | 2014-02-17 | 1 | -64/+77 |
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-10 | 1 | -7/+7 |
* | toggle select all checkbox | Bjoern Schiessle | 2013-12-12 | 1 | -0/+8 |
* | 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 |
* | Fixed clicking on the "Home" breadcrumb in the trash app | Vincent Petry | 2013-10-28 | 1 | -5/+0 |
* | 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 |