Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | dont throw undefined index errors for storages that have no owner set | Robin Appelman | 2019-11-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 14 | -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 ownership | Roeland Jago Douma | 2019-11-13 | 1 | -2/+14 | |
| | | | | | | Fixes #15664 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | add option to disable background scanning of files | Robin Appelman | 2019-11-05 | 1 | -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 event | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -0/+35 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Add new LoadAdditionalScriptsEvent | Roeland Jago Douma | 2019-09-23 | 4 | -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 can | Roeland Jago Douma | 2019-08-02 | 1 | -26/+1 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #16200 from nextcloud/revert/16049-wrong-round | Morris Jobke | 2019-07-03 | 1 | -1/+1 | |
|\ | | | | | Revert incorrect rouding | |||||
| * | Revert parts hide quota bar if unlimited | Daniel Kesselberg | 2019-07-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #15741 from mxss/fix/phpdoc-fixes | Morris Jobke | 2019-07-02 | 3 | -2/+12 | |
|\ \ | |/ |/| | misc phpdoc fixes | |||||
| * | misc phpdoc fixes | Max Kovalenko | 2019-05-27 | 3 | -0/+10 | |
| | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru> | |||||
| * | fixed phpdoc parameter types | Max Kovalenko | 2019-05-27 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru> | |||||
* | | Show used space in mb instead of % | Daniel Kesselberg | 2019-06-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Properly redirect if accessing invalid file though /f/ entrypoint | Julius Härtl | 2019-06-18 | 1 | -1/+6 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 1 | -42/+31 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 1 | -9/+13 | |
| | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Import needed class | Morris Jobke | 2019-03-14 | 1 | -0/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add correct method for hardcoded `/f/{fileid}` | Joas Schilling | 2019-03-14 | 1 | -2/+14 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Remove the upload and memory setting | Joas Schilling | 2019-03-04 | 2 | -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 used | Julius Härtl | 2019-03-01 | 1 | -0/+9 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Invalidate the cache when a share is updated | Joas Schilling | 2019-03-01 | 2 | -0/+46 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix doc block | Joas Schilling | 2019-03-01 | 1 | -2/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 1 | -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/file | Julius Härtl | 2019-03-01 | 1 | -1/+12 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 1 | -1/+17 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -4/+14 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+9 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 1 | -0/+12 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Make names mandatory | Joas Schilling | 2019-03-01 | 1 | -0/+83 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix occ files:scan-app-data elapsed time | Joel S | 2019-02-22 | 2 | -5/+4 | |
| | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com> | |||||
* | Fix-13911-occ-files-scan-elapsed-time | Joel S | 2019-02-22 | 1 | -4/+3 | |
| | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com> | |||||
* | Make the yellow favorite icon non-monochrome | Joas Schilling | 2019-01-22 | 1 | -0/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add icon to restore activity | Joas Schilling | 2019-01-22 | 1 | -3/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix default filepicker style and gridview | John Molakvoæ (skjnldsv) | 2018-11-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Rollback to default list view | John Molakvoæ (skjnldsv) | 2018-11-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Update PHPDoc to fix typos | Morris Jobke | 2018-11-14 | 1 | -2/+3 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #12303 from nextcloud/grid-for-all-file-templates | John Molakvoæ | 2018-11-06 | 1 | -0/+2 | |
|\ | | | | | Add grid toggle for every files view | |||||
| * | Add grid toggle for every files view | John Molakvoæ (skjnldsv) | 2018-11-06 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscan | Daniel Kesselberg | 2018-11-06 | 1 | -61/+25 | |
|\ \ | | | | | | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | |||||
| * | | Revert changes not related to $verbose | Daniel Kesselberg | 2018-10-22 | 1 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | Daniel Kesselberg | 2018-10-21 | 1 | -63/+27 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Merge pull request #11831 from nextcloud/feature/noid/drop-verbose-scan | Morris Jobke | 2018-11-06 | 1 | -69/+27 | |
|\ \ \ | |_|/ |/| | | Replace $verbose with VERBOSITY_VERBOSE | |||||
| * | | Remove quiet and verbose from Command/Scan | Daniel Kesselberg | 2018-10-21 | 1 | -13/+1 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | Daniel Kesselberg | 2018-10-21 | 1 | -56/+26 | |
| |/ | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #11573 from nextcloud/gridview-table | Morris Jobke | 2018-10-24 | 1 | -0/+23 | |
|\ \ | | | | | | | Files grid view | |||||
| * | | Add filepicker toggle | John Molakvoæ (skjnldsv) | 2018-10-23 | 1 | -0/+11 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | | Remember toggle and events handler | John Molakvoæ (skjnldsv) | 2018-10-18 | 1 | -0/+12 | |
| |/ | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #10888 from ↵ | Roeland Jago Douma | 2018-10-24 | 1 | -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üsse | 2018-10-10 | 1 | -0/+12 | |
| | | | | | | | | | | | | to favorites Signed-off-by: fnuesse <felix.nuesse@t-online.de> |