summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22341 from owncloud/pellaeon-pr-breadcrumb-filelist-overl...Vincent Petry2016-05-131-0/+13
|\
| * Handle case when breadcrumb and filelist item overlapPellaeon Lin2016-03-171-0/+13
* | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-9/+27
* | OCA.Files.App is not available on public pageChristoph Wurst2016-04-211-6/+9
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-201-2/+2
|\ \
| * | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+1
| * | migrate jQuery.fn.unload()Christoph Wurst2016-04-191-1/+1
* | | filter hidden files on the web interfaceChristoph Wurst2016-04-191-1/+45
|/ /
* | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-151-5/+17
|\ \
| * | fix default value, update js/php testsChristoph Wurst2016-04-131-10/+13
| * | persist file sorting changesChristoph Wurst2016-04-131-1/+6
| * | load file sorting mode from the dbChristoph Wurst2016-04-131-1/+5
* | | restore selection after re-rendering file rowsChristoph Wurst2016-04-131-0/+5
|/ /
* | Remove xxx from ownCloud we dont want to see that 🙈Joas Schilling2016-04-071-1/+0
* | improve emptycontent stylesJan-Christoph Borchardt2016-03-311-0/+2
* | sidebar click modificationErik Pellikka2016-03-241-1/+2
|/
* apps/files: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-091-1/+1
* Return false on 401 in file list + trash file listVincent Petry2016-03-031-0/+4
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-3/+6
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-171-7/+0
|\
| * Add handler for global ajax errorsVincent Petry2016-02-151-7/+0
* | Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-151-4/+10
|/
* Fix elementToFile to also return path when definedVincent Petry2016-02-081-0/+4
* Only check selection for delete permissions, not parent folderRobin McCorkell2016-01-151-3/+1
* Fixed issue #21452Erik Pellikka2016-01-131-1/+7
* Updating a file should not update the summaryRoeland Jago Douma2016-01-091-1/+3
* Merge pull request #21254 from owncloud/files-uploadcanceliconfixThomas Müller2015-12-281-23/+21
|\
| * Use showBusyState for upload into folderVincent Petry2015-12-181-22/+20
| * Correctly render uploadtext indicator only on foldersVincent Petry2015-12-181-1/+1
* | Make a modifiable copy of the webdav properties in JS file listVincent Petry2015-12-221-1/+1
|/
* Fix mount type root detectionVincent Petry2015-12-141-7/+10
* Fix issue when renaming creates a separate entryVincent Petry2015-11-221-8/+5
* Query tags/favorite through Webdav in file listVincent Petry2015-11-221-4/+28
* Make files app use Webdav for most operationsVincent Petry2015-11-221-248/+324
* Merge pull request #20156 from owncloud/files-filter-triger-onceRobin Appelman2015-10-301-2/+3
|\
| * dont trigger the scroll event of every single item we filter in the file listRobin Appelman2015-10-291-2/+3
* | Fix icon update to be more consistentVincent Petry2015-10-291-3/+19
|/
* Do not display details bar after renameVincent Petry2015-10-211-3/+6
* Do not register sidebar panels when no sidebarVincent Petry2015-10-151-2/+6
* Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\
| * showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
* | Merge pull request #19747 from owncloud/files-delete-hidenotifThomas Müller2015-10-141-0/+2
|\ \
| * | Hide notification on deleteVincent Petry2015-10-131-0/+2
| |/
* / Remove controls for file lists that don't need itVincent Petry2015-10-131-1/+5
|/
* Fix tooltip placement on rename errorVincent Petry2015-10-051-2/+2
* Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-0/+4
* Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
* | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-301-0/+3
|\ \ | |/ |/|
| * Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3