summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
Commit message (Expand)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-051-0/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* remove encryption specific code from files appBjoern Schiessle2015-04-071-3/+0
* Removing left overs from old encryption appThomas Müller2015-04-071-1/+0
* Removing files_encryption left oversThomas Müller2015-04-071-4/+0
* Update license headersJenkins for ownCloud2015-03-261-13/+22
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+21
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
* move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-021-0/+1
* put Favorites second in list, after 'All files'Jan-Christoph Borchardt2014-12-171-1/+1
* Fixed small code style issuesVincent Petry2014-12-151-5/+5
* Use star icon for favoritesVincent Petry2014-12-151-0/+2
* Added favorites feature to the files appVincent Petry2014-12-151-0/+17
* Merge pull request #11214 from owncloud/issue/10836Morris Jobke2014-12-091-0/+1
|\
| * Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-0/+1
* | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-1/+1
|/
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
* set "allow users to send mail notification for shared files default" setting ...Bjoern Schiessle2014-06-031-1/+1
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-1/+0
* Fixed navigation orderVincent Petry2014-05-301-0/+5
* Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
* Fixed many issues, clean upVincent Petry2014-05-151-0/+5
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-35/+11
* Files app navigation can now switchVincent Petry2014-05-151-1/+3
* Added navigation manager in files app for the sidebarVincent Petry2014-05-151-10/+30
* Added app navigation for files appVincent Petry2014-05-151-0/+6
* Fix file summary to use the whole file listVincent Petry2014-04-281-0/+1
* Merge pull request #8015 from owncloud/storageinfo-reuseVincent Petry2014-04-041-2/+2
|\
| * Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-2/+2
* | Merge pull request #6968 from owncloud/files-ajaxloadMorris Jobke2014-04-031-38/+3
|\ \
| * | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-38/+3
| |/
* / Reuse known free space in the files appRobin Appelman2014-04-021-1/+1
|/
* Fix dirInfo check when dir does not existVincent Petry2014-04-011-1/+1
* Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-281-0/+1
|\
| * mobile: first mobile fixes for Files. We still need to hide Rename and VersionsJan-Christoph Borchardt2014-03-141-0/+1
* | drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-73/+62
|/
* Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-191-2/+3
|\
| * use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-2/+3
* | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-3/+5
|/
* Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-2/+0
|\
| * Remove unused $freeSpaceRobin Appelman2014-01-271-2/+0
* | Use $storageInfo['free']Pellaeon Lin2014-01-291-1/+1
* | Comments to clarifyPellaeon Lin2014-01-161-2/+2
* | Display different messages for uploadLimit and freeSpacePellaeon Lin2013-12-081-0/+4
|/
* public upload now also works with encryption enabledBjoern Schiessle2013-11-211-1/+0
* Files app backend now normalizes paths before rendering templatesVincent Petry2013-11-141-1/+2
* Merge pull request #5310 from owncloud/hide_filestable-header_when_emptyChristopher Schäpers2013-10-221-1/+7
|\
| * Fixed empty content logicVincent Petry2013-10-211-1/+1