aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-1/+1
|\
| * add comment for non empty text fileRobin Appelman2016-11-161-1/+1
| * Dont create 0 byte text filesRobin Appelman2016-11-161-1/+1
* | Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-141-2/+6
|/
* update breadcrumb view whenever the share information on the directory info m...Christoph Wurst2016-11-071-5/+5
* let users share the curren folderChristoph Wurst2016-11-071-4/+7
* show whether the current folder was shared or notChristoph Wurst2016-11-071-0/+10
* Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-251-1/+1
* Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-251-1/+1
|\
| * Storage 503 message improvementsVincent Petry2016-10-241-1/+1
* | Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-251-166/+172
|\ \
| * | More fixes to file uploadVincent Petry2016-10-241-8/+16
| * | Fix js unit tests for webdav put upload changesVincent Petry2016-10-241-4/+4
| * | Add support for chunked uploadVincent Petry2016-10-241-9/+11
| * | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-159/+155
| |/
* / Sort favorite files first Issue #1802ryanwr2016-10-241-6/+8
|/
* Show the path, when the filename conflictsJoas Schilling2016-10-191-0/+22
* Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-181-1/+2
|\
| * Fix bold no results search textskjnldsv2016-10-111-1/+2
| * search design detailsJan-Christoph Borchardt2016-09-091-1/+1
* | Fix special characters when renaming to a conflictJoas Schilling2016-09-301-1/+3
* | Use css loading animation and not gifJohn Molakvoæ2016-09-271-3/+1
|/
* Merge pull request #1215 from nextcloud/issue-1083-update-live-relative-times...Roeland Jago Douma2016-09-011-1/+2
|\
| * Update live timestamps to give a more live feelingJoas Schilling2016-09-011-1/+2
* | Also prevent null byte characterJoas Schilling2016-09-011-1/+2
* | Filter out %0A from pathsJoas Schilling2016-09-011-1/+6
|/
* Merge pull request #1147 from nextcloud/files-hidden-files-summaryRoeland Jago Douma2016-08-291-2/+10
|\
| * Display number of hidden files in files summary (#25870)Vincent Petry2016-08-291-2/+10
* | Make sure file list files config always existsVincent Petry2016-08-291-0/+4
|/
* Fix hidden files handlingVincent Petry2016-08-191-28/+25
* only load sidebar previews when we know it's availableRobin Appelman2016-07-271-2/+4
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-271-1/+1
* block user sorting in recent filesRobin Appelman2016-07-221-1/+6
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-071-2/+19
|\
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-071-4/+6
| |\
| * \ Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-061-1/+4
| |\ \
| | * | Filelist change dir auto-prepend slashVincent Petry2016-07-011-1/+4
| * | | Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-061-0/+14
| |/ /
* | / Add "goto" links for files in non-default file listsRobin Appelman2016-07-051-1/+1
| |/ |/|
* | Merge pull request #275 from nextcloud/master-sync-upstreamBjörn Schießle2016-07-011-2/+5
|\ \
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-2/+5
| |\|
| | * Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-2/+5
* | | Match on 405Lukas Reschke2016-07-011-1/+1
* | | Match for /../Lukas Reschke2016-07-011-1/+1
* | | Do not allow directory traversal using "../"Lukas Reschke2016-07-011-1/+1
|/ /
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-4/+18
|\|
| * Prerender file list pages to include search resultsVincent Petry2016-06-241-4/+18
* | change folder icon when dragging over a directoryVincent Chan2016-06-151-2/+0
* | properly fix folder upload to use delegatedEventVincent Chan2016-06-141-3/+7
|/
* Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-301-1/+1
|\