aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * dont throw undefined index errors for storages that have no owner setRobin Appelman2019-11-251-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Some php-cs fixesRoeland Jago Douma2019-11-2214-25/+19
|/ | | | | | | | | | | * 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>
* Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
| | | | | | Fixes #15664 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add option to disable background scanning of filesRobin Appelman2019-11-051-0/+4
| | | | | | | when using (only) object store this job doesn't do any scanning anyway, but all the setup can still be expensive on large setups Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-292-0/+35
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-234-9/+111
| | | | | | | 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>
* Merge pull request #16200 from nextcloud/revert/16049-wrong-roundMorris Jobke2019-07-031-1/+1
|\ | | | | Revert incorrect rouding
| * Revert parts hide quota bar if unlimitedDaniel Kesselberg2019-07-021-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-023-2/+12
|\ \ | |/ |/| misc phpdoc fixes
| * misc phpdoc fixesMax Kovalenko2019-05-273-0/+10
| | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
| * fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
| | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
* | Show used space in mb instead of %Daniel Kesselberg2019-06-241-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Properly redirect if accessing invalid file though /f/ entrypointJulius Härtl2019-06-181-1/+6
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use rich objects instead of name, link and iconJoas Schilling2019-03-191-42/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-9/+13
| | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com>
* Import needed classMorris Jobke2019-03-141-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove the upload and memory settingJoas Schilling2019-03-042-138/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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-012-0/+46
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix doc blockJoas Schilling2019-03-011-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Further work on the access cacheJoas Schilling2019-03-011-1/+1
| | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to resource providerJulius Härtl2019-03-011-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only call resource provider if type matchesJulius Härtl2019-03-011-4/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add iconClass to resourcesJulius Härtl2019-03-011-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make names mandatoryJoas Schilling2019-03-011-0/+83
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
| | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* Make the yellow favorite icon non-monochromeJoas Schilling2019-01-221-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icon to restore activityJoas Schilling2019-01-221-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #12303 from nextcloud/grid-for-all-file-templatesJohn Molakvoæ2018-11-061-0/+2
|\ | | | | Add grid toggle for every files view
| * Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscanDaniel Kesselberg2018-11-061-61/+25
|\ \ | | | | | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method
| * | Revert changes not related to $verboseDaniel Kesselberg2018-10-221-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-63/+27
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #11831 from nextcloud/feature/noid/drop-verbose-scanMorris Jobke2018-11-061-69/+27
|\ \ \ | |_|/ |/| | Replace $verbose with VERBOSITY_VERBOSE
| * | Remove quiet and verbose from Command/ScanDaniel Kesselberg2018-10-211-13/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-56/+26
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-0/+23
|\ \ | | | | | | Files grid view
| * | Add filepicker toggleJohn Molakvoæ (skjnldsv)2018-10-231-0/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Remember toggle and events handlerJohn Molakvoæ (skjnldsv)2018-10-181-0/+12
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #10888 from ↵Roeland Jago Douma2018-10-241-0/+12
|\ \ | |/ |/| | | | | nextcloud/bug/noid/fix-missing-quickaccess-favorite-folder-on-add Bug/noid/fix missing quickaccess favorite folder on add
| * fix for favorites-quickaccess: newly added folders dont show up when added ↵Felix Nüsse2018-10-101-0/+12
| | | | | | | | | | | | to favorites Signed-off-by: fnuesse <felix.nuesse@t-online.de>