summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Files to the new bootstrap mechanismChristoph Wurst2020-06-221-72/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Properly query filesJohn Molakvoæ (skjnldsv)2019-12-041-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Deprecate TemplateManagerJulius Härtl2019-10-161-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix fav quickaccess ressource additionJohn Molakvoæ (skjnldsv)2018-07-131-13/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-19/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7056 from ↵blizzz2017-11-101-0/+2
|\ | | | | | | | | nextcloud/oc-28415-enable-chunking-in-authenticated-web-upload [oc] Enable chunking for bigger files in authenticated web upload
| * Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds chunked uploads in the Web UI (for authenticated users, but not for public uploads). To do that the server endpoint used by the uploader is changed from WebDAV v1 to WebDAV v2. The chunking itself is done automatically by the jQuery-File-Upload plugin when the "maxChunkSize" parameter is set; in "fileuploadchunksend" the request is adjusted to adapt the behaviour of the plugin to the one expected by "uploads/" in WebDAV v2. The chunk size to be used by the Web UI can be set in the "max_chunk_size" parameter of the Files app configuration. By default it is set to 10MiB. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Update license headersMorris Jobke2017-11-061-2/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add navigation via info.xml (#26785)Thomas Müller2016-12-221-12/+2
| | | | | | | | | | * Read navigation information from info.xml * Load files navigation elements from info.xml * Add comment about ignoring the exception Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove the old activity extensionJoas Schilling2016-11-161-10/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the favorites filter to IFilterJoas Schilling2016-11-161-3/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-111-2/+0
|
* Add recent file listingRobin Appelman2016-07-221-2/+12
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Use proper shortcut methods in templatesMorris Jobke2016-04-061-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Inject the database connectionJoas Schilling2015-11-301-0/+1
|
* Move index.php from files to AppFrameworkLukas Reschke2015-11-161-1/+3
| | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* 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
|\ \ \ | | |/ | |/|