- Aug 07, 2020
-
-
Morris Jobke authored
Merge pull request #22139 from nextcloud/fix/noid/check-for-preview-multibucket-fallback-as-second-step Check previews in multibucket fallback folder as the last step and not as first step
-
John Molakvoæ authored
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
blizzz authored
Use IBootstrap for the files_trashbin app
-
blizzz authored
Only save login credentials in database once there is an external storage that needs it
-
Morris Jobke authored
only boot apps once
-
Morris Jobke authored
Add occ preview:migrate to migrate previews from the old flat structure to a subfolder structure
-
Morris Jobke authored
File entity to implement IIcon
-
Robin Appelman authored
in some cases `loadApp` is called more then once which is currently causing apps to be "booted" multiple times which can lead to unexepected behaviour with things like registering hooks Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Distribute preview folders in appdata in multibucket setup to multiple buckets
-
Nextcloud bot authored
-
- Aug 06, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Mount the old previews in a separate folder for the multi bucket setup and check in them before using the actual locations Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* introduces a new IRootMountProvider to register mount points inside the root storage * adds a AppdataPreviewObjectStoreStorage to handle the split between preview folders and bucket number Ref #22033 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* `php occ preview:repair` - a preview migration tool that moves existing previews into the new location introduced with #19214 * moves `appdata_INSTANCEID/previews/FILEID` to `appdata_INSTANCEID/previews/0/5/8/4/c/e/5/FILEID` * migration tool can be stopped during migration via `CTRL+C` - it then finishes the current folder (with the previews of one file) and stops gracefully * if a PHP memory limit is set in the `php.ini` then it will stop automatically once it has less than 25 MiB memory left (this is to avoid hard crashes in the middle of a migration) * the tool can be used during operation - possible drawbacks: * there is the chance of a race condition that a new preview is generated in the moment the folder is already migrated away - so the old folder with the newly cached preview is deleted and one cached preview needs to be re-generated * there is the chance of a race condition during access of a preview while it is migrated to the other folder - then no preview can be shown and results in a 404 (as of now this is an accepted risk) Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
John Molakvoæ authored
Fix empty 'more' apps navigation after installing an app
-
Morris Jobke authored
Allow Flow entity state to be recreated
-
John Molakvoæ authored
-
Nextcloud bot authored
-
- Aug 05, 2020
-
-
Morris Jobke authored
Do clearstatcache() on rmdir
-
Morris Jobke authored
App navigation via unified search
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Fix search providers order and IDs
-
Morris Jobke authored
Ensured large image is unloaded from memory when generating previews
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Jan C. Borchardt authored
Adjust entry highlights of navigation and menus based on Vue component style
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Jan C. Borchardt authored
Signed-off-by:
Jan C. Borchardt <hey@jancborchardt.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-