summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/AppInfo/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix TagService DI nameMorris Jobke2020-08-171-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Migrate files to the PSR containerChristoph Wurst2020-08-171-15/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-22/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Lazy register the navigationRoeland Jago Douma2020-07-091-22/+28
| | | | | | | This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Implement unified search for FilesChristoph Wurst2020-06-241-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate Files to the new bootstrap mechanismChristoph Wurst2020-06-221-24/+95
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+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 headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-051-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-041-2/+3
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-2/+10
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+5
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-231-0/+7
| | | | | | | This adds a new event that is in the new style of event dispatching. This should allow more lazy loading and better sepeartion of concerns Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Lets use DI where we canRoeland Jago Douma2019-08-021-26/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Register providers via class namesJoas Schilling2019-03-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Invalidate the cache when a share is updatedJoas Schilling2019-03-011-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Inject helperRoeland Jago Douma2018-07-121-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add events for favoritesJoas Schilling2018-01-101-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix app name of files appMorris Jobke2017-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add an activity when managing favoritesJoas Schilling2016-12-041-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add recent files api endpointRobin Appelman2016-07-221-1/+2
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+94
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4