aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Improved Javascript docs for JSDocVincent Petry2014-10-311-30/+103
* Merge pull request #11524 from nazar-pc/patch-1Vincent Petry2014-10-161-4/+6
|\
| * Even better - usage of this.$container instead of this.$el.parent()Nazar Mokrynskyi2014-10-151-1/+1
| * this.$el is not the same as $('#app-content')Nazar Mokrynskyi2014-10-151-1/+1
| * Use this.$el instead of the absolute selectorNazar Mokrynskyi2014-10-151-1/+1
| * Page size calculation based on real page heightNazar Mokrynskyi2014-10-111-4/+6
* | Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
|/
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-221-3/+3
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-3/+3
* Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-1/+1
|\
| * Fixed file list sortingVincent Petry2014-08-111-1/+1
* | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+6
* | Merge pull request #10860 from owncloud/scrolltofixClark Tomlinson2014-09-051-23/+40
|\ \
| * | Scroll to new file/folder after addingVincent Petry2014-09-041-3/+8
| * | Fixed scrollto for search resultsVincent Petry2014-09-041-20/+32
* | | Added permission check for drag and dropVincent Petry2014-09-041-0/+19
|/ /
* | Highlight every uploaded files and scroll down to the last onepdessauw2014-09-031-0/+50
* | Implementing moment.jsClark Tomlinson2014-08-281-1/+1
* | remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
* | Client side sort for sharing overviewVincent Petry2014-08-151-5/+21
* | Merge pull request #10295 from owncloud/file_actions_error_handlingBjörn Schießle2014-08-141-0/+4
|\ \
| * | add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-111-0/+4
| |/
* / Fix alert textVolkan Gezer2014-08-121-1/+1
|/
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-081-1/+1
* Merge pull request #9703 from owncloud/files-preview-animateMorris Jobke2014-07-241-2/+4
|\
| * Fix preview animation on uploadingVincent Petry2014-07-171-2/+4
* | Merge pull request #9683 from owncloud/fix_#8819_sortingVincent Petry2014-07-221-4/+18
|\ \ | |/ |/|
| * Sorting triangles pointing up for ascending, down for descendingRemco Brenninkmeijer2014-07-211-2/+2
| * Before I get spanked ;)Remco Brenninkmeijer2014-07-171-1/+1
| * While busy cleaning, also removed extra entersRemco Brenninkmeijer2014-07-171-1/+0
| * Corrected (Netbeans?) inserted spacesRemco Brenninkmeijer2014-07-171-16/+16
| * Fixed comments from PVince81Remco Brenninkmeijer2014-07-161-6/+5
| * Show sorting icons when hovering overRemco Brenninkmeijer2014-07-161-7/+18
| * Changed default sorting except for names.Remco Brenninkmeijer2014-07-081-1/+6
* | Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+4
* | Propagate file action changes to the file listsVincent Petry2014-07-091-2/+4
|/
* Merge pull request #9445 from owncloud/filelist-auth-erroricewind19912014-07-041-2/+9
|\
| * Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-2/+9
* | Fix reload call for all subclassesVincent Petry2014-07-041-1/+3
|/
* Merge pull request #9373 from owncloud/design-fix-modifiedVincent Petry2014-07-021-2/+7
|\
| * simplify formula and add commentMorris Jobke2014-07-021-2/+3
| * shade color for modified dates again, fix #9363Jan-Christoph Borchardt2014-07-021-1/+5
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-021-11/+12
|\ \ | |/ |/|
| * If loading a directory fails, navigate back to the previous directoryRobin Appelman2014-06-301-11/+12
* | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-13/+22
* | Fix fileActionsReady event after deferred file actions updateVincent Petry2014-07-011-1/+2
|/
* Remove missed console.log in file listVincent Petry2014-06-271-1/+0
* Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-271-0/+22
|\
| * Sync file list with file actionsVincent Petry2014-06-271-0/+22
* | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-271-5/+23
|\ \ | |/ |/|