summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Move tag related code into a helper so we can test the query without a viewJoas Schilling2015-03-301-1/+3
|
* Use DI for the objects where possibleJoas Schilling2015-03-301-1/+4
|
* Update license headersJenkins for ownCloud2015-03-261-2/+25
|
* Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-171-17/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+25
|
* Move displaying of files related activities to files appJoas Schilling2015-02-131-0/+7
|
* introduce inApps[] filter for search via ajax query, make file results show ↵Jörn Friedrich Dreyer2014-12-101-1/+1
| | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* use non static access to searchJörn Friedrich Dreyer2014-06-061-1/+1
|
* - drop permissions table and related codeThomas Müller2014-06-051-2/+0
| | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-0/+10
| | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
* Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-7/+0
|
* remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+0
|
* adding file templates for ods, odt and odpThomas Müller2013-08-181-1/+3
|
* actually register html templateRobin Appelman2013-08-071-5/+9
|
* Files: use public api to register backgroundjobRobin Appelman2013-06-021-1/+1
|
* Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-1/+3
|
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-0/+7
|
* Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-101-0/+2
|
* Merge branch 'master' into navigationJan-Christoph Borchardt2013-01-311-1/+1
|\
| * Cache: show upgrade progressRobin Appelman2013-01-151-10/+0
| |
| * merge master into filesystemRobin Appelman2012-12-021-1/+5
| |\
| * | add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-301-2/+12
| | |
* | | merge master into navigationJan-Christoph Borchardt2012-12-181-1/+5
|\ \ \ | | |/ | |/|
| * | fix checkstyle for files appJörn Friedrich Dreyer2012-11-291-1/+5
| |/
* / first version of breadcrumb 'root', still have a weird feeling about thisJan-Christoph Borchardt2012-10-281-1/+1
|/
* Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
| | | | This is NoSpaceAfterComma
* Remove OC_App::register functionBart Visscher2012-05-311-1/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-1/+0
| | | | them every time
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* push changesGeorg Ehrke2012-05-051-5/+1
|
* fix writing of webdav.phpGeorg Ehrke2012-05-051-1/+1
|
* fix writing in remote folderGeorg Ehrke2012-05-051-0/+3
|
* files is not internal any more, part IIArthur Schiwon2012-05-021-0/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-011-1/+1
|
* move files to app folderGeorg Ehrke2012-04-181-0/+10