aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Do not fetch the whole text file for the sidebar previewRoeland Jago Douma2017-08-031-1/+6
* properly block file upload to non-active filelistRobin Appelman2017-07-101-0/+2
* Fix sorting of favorite filesDaniel Calviño Sánchez2017-07-051-2/+7
* Merge pull request #5177 from Bekcpear/masterRobin Appelman2017-06-161-13/+15
|\
| * Fix uploadrate value of 'original-title' attributeBekcpear2017-06-161-1/+1
| * Fix upload remaining timeBekcpear2017-06-161-12/+14
* | Merge pull request #5378 from patschi/fix-5349Morris Jobke2017-06-131-1/+1
|\ \
| * | Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
* | | Put the quota bar to the bottomMorris Jobke2017-06-131-1/+1
* | | Only set the active item when there is one (not the case for quota)Joas Schilling2017-06-131-1/+3
* | | Add quota to the files viewJoas Schilling2017-06-131-0/+4
|/ /
* | Trigger pre and post render events in MainFileInfoDetailsViewDaniel Calviño Sánchez2017-06-091-0/+4
* | Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-092-0/+25
* | Copy permalink directly on clickRoeland Jago Douma2017-05-231-9/+30
|/
* Make new file file tooltip error text changePhil Davis2017-05-211-0/+1
* Make rename file tooltip error text changePhil Davis2017-05-211-0/+2
* Merge pull request #4922 from nextcloud/verbose-uploadmenu-textMorris Jobke2017-05-171-2/+2
|\
| * Use more verbose text for upload menuJan-Christoph Borchardt2017-05-161-2/+2
* | Use proper mime icons for search resultsJulius Härtl2017-05-161-26/+4
|/
* Do not reload the filelist on first openRoeland Jago Douma2017-05-041-1/+10
* Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
* Make sure mountType is actually definedRoeland Jago Douma2017-04-281-1/+1
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+2
* Merge pull request #4519 from nextcloud/downstream-27703Morris Jobke2017-04-261-0/+8
|\
| * Reload file list when leaving hidden stateVincent Petry2017-04-261-0/+8
* | Fix closing details view when viewing file in folderDaniel Calviño Sánchez2017-04-251-0/+1
|/
* properly reload favorites listRobin Appelman2017-04-211-0/+6
* Explain local linkJos Poortvliet2017-04-131-1/+1
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* share api expanded by tags (#26583)Michael Jobst2017-04-111-2/+5
* Merge pull request #4153 from nextcloud/fix-uploadJoas Schilling2017-04-061-1/+2
|\
| * Fix upload of folders in ChromeMorris Jobke2017-04-061-1/+2
* | Some more hardeningJoas Schilling2017-04-041-6/+7
* | file-upload.js modified : Remaining upload time correctedSarthikaDhawan2017-04-041-1/+10
|/
* Merge file view JS filesLukas Reschke2017-03-241-0/+29
* added quit option in commentstabview.jsnoveens2017-03-236-62/+74
* Fix grammarLukas Reschke2017-03-201-1/+1
* Add ignore_files to config,Felix Heidecke2017-03-201-0/+3
* Remove single quotes around search query like in user searchJoas Schilling2017-03-151-1/+1
* dont preserve mtime when uploading trough the web interfaceRobin Appelman2017-03-131-5/+0
* Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+1
* filelist only refreshed if directory changesnoveens2017-03-021-0/+5
* fix typoMorris Jobke2017-02-281-1/+1
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-272-3/+3
* Fixed path in other folders searchMarcin2017-02-211-2/+2
* open the sidebar when opening a permalinkRobin Appelman2017-01-231-0/+5
* Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-222-2/+2
* fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-222-9/+3
* Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problemMorris Jobke2017-01-171-1/+9
|\
| * Escape the name for the jquery selectorJoas Schilling2016-12-201-1/+9