]>
source.dussan.org Git - nextcloud-server.git/log
Jan C. Borchardt [Tue, 11 Aug 2020 14:45:02 +0000 (16:45 +0200)]
Dashboard: Add photo credit
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Tue, 11 Aug 2020 08:10:24 +0000 (10:10 +0200)]
Dashboard: Fix wording issue on greetings
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Julius Härtl [Tue, 11 Aug 2020 05:54:34 +0000 (07:54 +0200)]
Dynamically generate background image url
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Jan C. Borchardt [Fri, 7 Aug 2020 23:09:21 +0000 (01:09 +0200)]
Dashboard: Fix dark mode, add background
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Fri, 7 Aug 2020 16:34:21 +0000 (18:34 +0200)]
Dashboard: add background image, improve panel design
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Fri, 7 Aug 2020 13:58:34 +0000 (15:58 +0200)]
Dashboard: remove header fade
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Fri, 7 Aug 2020 13:57:38 +0000 (15:57 +0200)]
Dashboard: Remove icons from greeting
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
John Molakvoæ [Fri, 7 Aug 2020 12:34:41 +0000 (14:34 +0200)]
Merge pull request #20741 from nextcloud/enh/appstore/unstable
John Molakvoæ (skjnldsv) [Thu, 30 Apr 2020 07:43:33 +0000 (09:43 +0200)]
Allow to update to nightly
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
blizzz [Fri, 7 Aug 2020 11:12:09 +0000 (11:12 +0000)]
Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbin
Use IBootstrap for the files_trashbin app
blizzz [Fri, 7 Aug 2020 10:49:42 +0000 (10:49 +0000)]
Merge pull request #21037 from nextcloud/login-credentails-save
Only save login credentials in database once there is an external storage that needs it
Morris Jobke [Fri, 7 Aug 2020 10:05:09 +0000 (12:05 +0200)]
Merge pull request #22133 from nextcloud/boot-app-once
only boot apps once
Morris Jobke [Fri, 7 Aug 2020 09:09:16 +0000 (11:09 +0200)]
Merge pull request #22135 from nextcloud/enh/noid/occ-preview-repair
Add occ preview:migrate to migrate previews from the old flat structure to a subfolder structure
Morris Jobke [Fri, 7 Aug 2020 09:06:26 +0000 (11:06 +0200)]
Merge pull request #22137 from nextcloud/enh/noid/file-entity-icon
File entity to implement IIcon
Robin Appelman [Thu, 6 Aug 2020 14:48:06 +0000 (16:48 +0200)]
only boot apps once
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 [Fri, 7 Aug 2020 08:34:55 +0000 (10:34 +0200)]
Use array_filter instead
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 7 Aug 2020 08:30:03 +0000 (10:30 +0200)]
Add tests for occ preview:migrate - initial check for empty directories
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 7 Aug 2020 07:28:11 +0000 (09:28 +0200)]
Merge pull request #22063 from nextcloud/enh/22033/multibucket-appdata-previews
Distribute preview folders in appdata in multibucket setup to multiple buckets
Nextcloud bot [Fri, 7 Aug 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Thu, 6 Aug 2020 22:14:50 +0000 (00:14 +0200)]
File entity to implement IIcon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Thu, 6 Aug 2020 18:10:25 +0000 (20:10 +0200)]
Add config option to enable multibucket preview distribution
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 6 Aug 2020 12:00:51 +0000 (14:00 +0200)]
Use fixed preview buckets that are postfixed with -preview-NUMBER
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 30 Jul 2020 21:53:54 +0000 (23:53 +0200)]
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 [Thu, 30 Jul 2020 20:09:19 +0000 (22:09 +0200)]
Distribute preview folders in appdata in multibucket setup to multiple buckets
* 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 [Thu, 6 Aug 2020 19:30:51 +0000 (21:30 +0200)]
Add occ preview:migrate to migrate previews from the old flat structure to a subfolder structure
* `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æ [Thu, 6 Aug 2020 11:35:57 +0000 (13:35 +0200)]
Merge pull request #21173 from nextcloud/design/navigation-install
Fix empty 'more' apps navigation after installing an app
Morris Jobke [Thu, 6 Aug 2020 07:36:32 +0000 (09:36 +0200)]
Merge pull request #22112 from nextcloud/enh/noid/flow-entity-recreatable-state
Allow Flow entity state to be recreated
John Molakvoæ [Thu, 6 Aug 2020 06:17:52 +0000 (08:17 +0200)]
Merge pull request #21598 from nextcloud/enh/20930/dashboard-drag
Nextcloud bot [Thu, 6 Aug 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 5 Aug 2020 21:03:06 +0000 (23:03 +0200)]
Merge pull request #21677 from J0WI/clearstatcache-on-rmdir
Do clearstatcache() on rmdir
Morris Jobke [Wed, 5 Aug 2020 20:53:03 +0000 (22:53 +0200)]
Merge pull request #22102 from nextcloud/feature/noid/app-navigation-via-unified-search
App navigation via unified search
Morris Jobke [Wed, 5 Aug 2020 20:49:05 +0000 (22:49 +0200)]
Dashboard app is disabled and there is no need to redirect to files app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 5 Aug 2020 20:41:52 +0000 (22:41 +0200)]
Merge pull request #22120 from nextcloud/fix/search/ids-and-order
Fix search providers order and IDs
Morris Jobke [Wed, 5 Aug 2020 20:39:09 +0000 (22:39 +0200)]
Merge pull request #22008 from elijahnyp/OCImage_Leak_Fix
Ensured large image is unloaded from memory when generating previews
John Molakvoæ (skjnldsv) [Wed, 5 Aug 2020 15:56:01 +0000 (17:56 +0200)]
Fix search providers order and IDs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Joas Schilling [Wed, 5 Aug 2020 15:51:18 +0000 (17:51 +0200)]
Very top of the tops
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 5 Aug 2020 15:50:20 +0000 (17:50 +0200)]
Hide navigation links which dont lead anywhere (looking at you user status)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Jan-Christoph Borchardt [Sun, 31 May 2020 23:54:16 +0000 (01:54 +0200)]
Fix empty 'more' apps navigation after installing an app
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Wed, 5 Aug 2020 15:35:58 +0000 (17:35 +0200)]
Merge pull request #22115 from nextcloud/design/entry-highlighting
Adjust entry highlights of navigation and menus based on Vue component style
Julius Härtl [Wed, 5 Aug 2020 10:41:12 +0000 (12:41 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 5 Aug 2020 10:39:33 +0000 (12:39 +0200)]
Fix drag behavior in modal
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 5 Aug 2020 08:51:28 +0000 (10:51 +0200)]
Fix php cs check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 5 Aug 2020 08:42:51 +0000 (10:42 +0200)]
Add dashboard to app info xsd
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Jan C. Borchardt [Tue, 4 Aug 2020 16:29:39 +0000 (18:29 +0200)]
Dashboard: Fix full height of Widgets based on new component
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Julius Härtl [Wed, 5 Aug 2020 06:29:50 +0000 (08:29 +0200)]
Add first run hint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 5 Aug 2020 06:28:59 +0000 (08:28 +0200)]
Make header the drag handler
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 5 Aug 2020 05:51:24 +0000 (07:51 +0200)]
Load sidebar on dashboard
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 4 Aug 2020 13:20:05 +0000 (15:20 +0200)]
Refactor API to match the widget wording
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 4 Aug 2020 13:11:05 +0000 (15:11 +0200)]
Fix default height
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 4 Aug 2020 13:07:32 +0000 (15:07 +0200)]
Allow default app to be overwritten by user config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 4 Aug 2020 13:05:16 +0000 (15:05 +0200)]
Fix default order of widgets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 4 Aug 2020 09:58:14 +0000 (11:58 +0200)]
Status integration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 31 Jul 2020 11:27:43 +0000 (13:27 +0200)]
Expose firstRun parameter to frontend
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 31 Jul 2020 11:18:47 +0000 (13:18 +0200)]
Only show display name if set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 27 Jul 2020 09:17:31 +0000 (11:17 +0200)]
WIP: drag and drop in modal
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Mon, 27 Jul 2020 09:17:18 +0000 (11:17 +0200)]
Add binary attributes for dashboard bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Jan C. Borchardt [Fri, 31 Jul 2020 12:51:14 +0000 (14:51 +0200)]
Dashboard: Wording change from panels to widgets
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Jan C. Borchardt [Fri, 31 Jul 2020 12:48:59 +0000 (14:48 +0200)]
Dashboard: Fix small misalignment of widget header icon
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Julius Härtl [Fri, 24 Jul 2020 05:32:32 +0000 (07:32 +0200)]
Redirect to files app after login in acceptance tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Jan C. Borchardt [Tue, 21 Jul 2020 13:27:20 +0000 (15:27 +0200)]
Set Dashboard as default app
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Julius Härtl [Wed, 22 Jul 2020 09:29:35 +0000 (11:29 +0200)]
Replace vue-smoothdnd with vuedraggable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Jan-Christoph Borchardt [Sat, 11 Jul 2020 09:50:24 +0000 (11:50 +0200)]
Dashboard: Adjust headings to new spacing for 44px icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Fri, 10 Jul 2020 15:59:17 +0000 (17:59 +0200)]
Experiment with fade in dashboard panel header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Fri, 10 Jul 2020 15:35:18 +0000 (17:35 +0200)]
More design fixes to dragging and edit panels
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Fri, 10 Jul 2020 15:04:57 +0000 (17:04 +0200)]
Design enhancements to panels, headings, and edit button
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Julius Härtl [Mon, 15 Jun 2020 06:18:50 +0000 (08:18 +0200)]
Allow userdefined order and start with drag and drop resorting
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Tue, 4 Aug 2020 14:21:22 +0000 (16:21 +0200)]
App navigation via unified search
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 5 Aug 2020 14:38:45 +0000 (16:38 +0200)]
Merge pull request #22104 from nextcloud/enh/search/make-app-handle-the-order-logic
Make apps handle the order logic
Jan C. Borchardt [Wed, 5 Aug 2020 13:40:13 +0000 (15:40 +0200)]
Adjust entry highlights of navigation and menus based on Vue component style
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Morris Jobke [Wed, 5 Aug 2020 14:09:00 +0000 (16:09 +0200)]
Merge pull request #21138 from nextcloud/fix/noid/search-in-group-displayname-email
Search also the email and displayname in user mangement for groups
Morris Jobke [Wed, 5 Aug 2020 13:52:40 +0000 (15:52 +0200)]
Use class that actually has the destroy() method in preview generator
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Georg Ehrke [Wed, 5 Aug 2020 13:32:47 +0000 (15:32 +0200)]
Merge pull request #22110 from nextcloud/feature/20931/followup-2
UserStatus Followup #2
Morris Jobke [Wed, 5 Aug 2020 13:30:48 +0000 (15:30 +0200)]
Merge pull request #22106 from nextcloud/feature/noid/user_status_api
Provide a PHP Api for UserStatus
Arthur Schiwon [Wed, 5 Aug 2020 11:00:30 +0000 (13:00 +0200)]
Flow File entity implements IContextPortation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Wed, 5 Aug 2020 07:49:18 +0000 (09:49 +0200)]
Hand in the route and the parameters of the request
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Georg Ehrke [Wed, 5 Aug 2020 10:44:40 +0000 (12:44 +0200)]
UserStatus: Various style-fixes for entry in settings-menu
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
John Molakvoæ [Wed, 5 Aug 2020 12:17:42 +0000 (14:17 +0200)]
Merge pull request #22099 from nextcloud/fix/unified-search
Morris Jobke [Wed, 5 Aug 2020 08:56:40 +0000 (10:56 +0200)]
Add integration tests for search in groups
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 28 May 2020 15:26:07 +0000 (17:26 +0200)]
Search also the email and displayname in user mangement for groups
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Georg Ehrke [Wed, 5 Aug 2020 10:44:04 +0000 (12:44 +0200)]
UserStatus: fix invisible icon in dark mode
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Georg Ehrke [Tue, 4 Aug 2020 17:34:55 +0000 (19:34 +0200)]
Provide a PHP Api for UserStatus
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Arthur Schiwon [Wed, 5 Aug 2020 11:00:00 +0000 (13:00 +0200)]
Enable Flow entities to recreate state if necessary
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Wed, 5 Aug 2020 09:42:29 +0000 (11:42 +0200)]
Merge pull request #22097 from nextcloud/enh/noid/empty-template
Add empty renderAs template
John Molakvoæ (skjnldsv) [Tue, 4 Aug 2020 16:15:09 +0000 (18:15 +0200)]
Make apps handle the order logic
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Wed, 5 Aug 2020 09:04:17 +0000 (11:04 +0200)]
Merge pull request #22098 from nextcloud/feature/noid/iaddressbook_isShared_isSystemAddressbook
IAddressBook: add isShared and isSystemAddressBook
Georg Ehrke [Tue, 4 Aug 2020 05:57:07 +0000 (07:57 +0200)]
IAddressBook: add isShared and isSystemAddressBook
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Nextcloud bot [Wed, 5 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 4 Aug 2020 08:00:27 +0000 (10:00 +0200)]
Show mime icon, bump bundles, make the SearchResultEntry class non-abstract, Fix header search icon, various fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 3 Aug 2020 14:50:39 +0000 (16:50 +0200)]
Remove outdated legacy search scripts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 4 Aug 2020 18:54:27 +0000 (20:54 +0200)]
Merge pull request #22020 from nextcloud/feature/20918/calendar_search
Add Event and Task Backends for Unified Search
blizzz [Tue, 4 Aug 2020 16:26:41 +0000 (16:26 +0000)]
Merge pull request #22062 from nextcloud/fix/noid/displayname-in-incoming-remote-share-notification
fix display of remote users in incoming share notifications
Georg Ehrke [Mon, 27 Jul 2020 14:14:15 +0000 (16:14 +0200)]
Add Event and Task Backends for Unified Search
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
John Molakvoæ [Tue, 4 Aug 2020 08:15:11 +0000 (10:15 +0200)]
Merge pull request #22093 from nextcloud/fix/accessibilityoca
Fix missing accessibilityoca script
Julius Härtl [Tue, 4 Aug 2020 05:51:14 +0000 (07:51 +0200)]
Add base renderAs template
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Tue, 4 Aug 2020 06:19:03 +0000 (08:19 +0200)]
Merge pull request #22095 from nextcloud/feature/noid/settings-sections-in-unified-search
Add settings sections to unified search
Nextcloud bot [Tue, 4 Aug 2020 02:16:30 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Mon, 3 Aug 2020 16:17:32 +0000 (18:17 +0200)]
Merge pull request #22011 from nextcloud/feature/20919/contacts_search
Implement Contacts Backend for Unified Search
Joas Schilling [Mon, 3 Aug 2020 15:03:06 +0000 (17:03 +0200)]
Add settings sections to unified search
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Mon, 3 Aug 2020 14:39:06 +0000 (16:39 +0200)]
Merge pull request #22087 from nextcloud/bugfix/noid/browser-freeze-on-long-password-input
Fix browser freeze on long password input
John Molakvoæ (skjnldsv) [Mon, 3 Aug 2020 14:34:04 +0000 (16:34 +0200)]
Fix accessibilityoca script
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>