]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoDashboard: Fix wording issue on greetings
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>
4 years agoDynamically generate background image url
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>
4 years agoDashboard: Fix dark mode, add background
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>
4 years agoDashboard: add background image, improve panel design
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>
4 years agoDashboard: remove header fade
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>
4 years agoDashboard: Remove icons from greeting
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>
4 years agoMerge pull request #20741 from nextcloud/enh/appstore/unstable
John Molakvoæ [Fri, 7 Aug 2020 12:34:41 +0000 (14:34 +0200)]
Merge pull request #20741 from nextcloud/enh/appstore/unstable

4 years agoAllow to update to nightly 20741/head
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>
4 years agoMerge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbin
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

4 years agoMerge pull request #21037 from nextcloud/login-credentails-save
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

4 years agoMerge pull request #22133 from nextcloud/boot-app-once
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

4 years agoMerge pull request #22135 from nextcloud/enh/noid/occ-preview-repair
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

4 years agoMerge pull request #22137 from nextcloud/enh/noid/file-entity-icon
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

4 years agoonly boot apps once 22133/head
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>
4 years agoUse array_filter instead 22135/head
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>
4 years agoAdd tests for occ preview:migrate - initial check for empty directories
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>
4 years agoMerge pull request #22063 from nextcloud/enh/22033/multibucket-appdata-previews
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Aug 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFile entity to implement IIcon 22137/head
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>
4 years agoAdd config option to enable multibucket preview distribution 22063/head
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>
4 years agoUse fixed preview buckets that are postfixed with -preview-NUMBER
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>
4 years agoMount the old previews in a separate folder for the multi bucket setup and check...
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>
4 years agoDistribute preview folders in appdata in multibucket setup to multiple buckets
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>
4 years agoAdd occ preview:migrate to migrate previews from the old flat structure to a subfolde...
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>
4 years agoMerge pull request #21173 from nextcloud/design/navigation-install
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

4 years agoMerge pull request #22112 from nextcloud/enh/noid/flow-entity-recreatable-state
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

4 years agoMerge pull request #21598 from nextcloud/enh/20930/dashboard-drag
John Molakvoæ [Thu, 6 Aug 2020 06:17:52 +0000 (08:17 +0200)]
Merge pull request #21598 from nextcloud/enh/20930/dashboard-drag

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 6 Aug 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21677 from J0WI/clearstatcache-on-rmdir
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

4 years agoMerge pull request #22102 from nextcloud/feature/noid/app-navigation-via-unified...
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

4 years agoDashboard app is disabled and there is no need to redirect to files app 21598/head
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>
4 years agoMerge pull request #22120 from nextcloud/fix/search/ids-and-order
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

4 years agoMerge pull request #22008 from elijahnyp/OCImage_Leak_Fix
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

4 years agoFix search providers order and IDs 22120/head
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>
4 years agoVery top of the tops 22102/head
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>
4 years agoHide navigation links which dont lead anywhere (looking at you user status)
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>
4 years agoFix empty 'more' apps navigation after installing an app 21173/head
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>
4 years agoMerge pull request #22115 from nextcloud/design/entry-highlighting
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

4 years agoBump bundles
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>
4 years agoFix drag behavior in modal
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>
4 years agoFix php cs check
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>
4 years agoAdd dashboard to app info xsd
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>
4 years agoDashboard: Fix full height of Widgets based on new component
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>
4 years agoAdd first run hint
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>
4 years agoMake header the drag handler
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>
4 years agoLoad sidebar on dashboard
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>
4 years agoRefactor API to match the widget wording
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>
4 years agoFix default height
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>
4 years agoAllow default app to be overwritten by user config
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>
4 years agoFix default order of widgets
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>
4 years agoStatus integration
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>
4 years agoExpose firstRun parameter to frontend
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>
4 years agoOnly show display name if set
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>
4 years agoWIP: drag and drop in modal
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>
4 years agoAdd binary attributes for dashboard bundles
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>
4 years agoDashboard: Wording change from panels to widgets
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>
4 years agoDashboard: Fix small misalignment of widget header icon
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>
4 years agoRedirect to files app after login in acceptance tests
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>
4 years agoSet Dashboard as default app
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>
4 years agoReplace vue-smoothdnd with vuedraggable
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>
4 years agoDashboard: Adjust headings to new spacing for 44px icons
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>
4 years agoExperiment with fade in dashboard panel header
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>
4 years agoMore design fixes to dragging and edit panels
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>
4 years agoDesign enhancements to panels, headings, and edit button
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>
4 years agoAllow userdefined order and start with drag and drop resorting
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>
4 years agoApp navigation via unified search
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>
4 years agoMerge pull request #22104 from nextcloud/enh/search/make-app-handle-the-order-logic
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

4 years agoAdjust entry highlights of navigation and menus based on Vue component style 22115/head
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>
4 years agoMerge pull request #21138 from nextcloud/fix/noid/search-in-group-displayname-email
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

4 years agoUse class that actually has the destroy() method in preview generator 22008/head
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>
4 years agoMerge pull request #22110 from nextcloud/feature/20931/followup-2
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

4 years agoMerge pull request #22106 from nextcloud/feature/noid/user_status_api
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

4 years agoFlow File entity implements IContextPortation 22112/head
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>
4 years agoHand in the route and the parameters of the request 22104/head
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>
4 years agoUserStatus: Various style-fixes for entry in settings-menu 22110/head
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>
4 years agoMerge pull request #22099 from nextcloud/fix/unified-search
John Molakvoæ [Wed, 5 Aug 2020 12:17:42 +0000 (14:17 +0200)]
Merge pull request #22099 from nextcloud/fix/unified-search

4 years agoAdd integration tests for search in groups 21138/head
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>
4 years agoSearch also the email and displayname in user mangement for groups
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>
4 years agoUserStatus: fix invisible icon in dark mode
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>
4 years agoProvide a PHP Api for UserStatus 22106/head
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>
4 years agoEnable Flow entities to recreate state if necessary
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>
4 years agoMerge pull request #22097 from nextcloud/enh/noid/empty-template
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

4 years agoMake apps handle the order logic
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>
4 years agoMerge pull request #22098 from nextcloud/feature/noid/iaddressbook_isShared_isSystemA...
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

4 years agoIAddressBook: add isShared and isSystemAddressBook 22098/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoShow mime icon, bump bundles, make the SearchResultEntry class non-abstract, Fix... 22099/head
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>
4 years agoRemove outdated legacy search scripts
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>
4 years agoMerge pull request #22020 from nextcloud/feature/20918/calendar_search
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

4 years agoMerge pull request #22062 from nextcloud/fix/noid/displayname-in-incoming-remote...
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

4 years agoAdd Event and Task Backends for Unified Search 22020/head
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>
4 years agoMerge pull request #22093 from nextcloud/fix/accessibilityoca
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

4 years agoAdd base renderAs template 22097/head
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>
4 years agoMerge pull request #22095 from nextcloud/feature/noid/settings-sections-in-unified...
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Aug 2020 02:16:30 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22011 from nextcloud/feature/20919/contacts_search
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

4 years agoAdd settings sections to unified search 22095/head
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>
4 years agoMerge pull request #22087 from nextcloud/bugfix/noid/browser-freeze-on-long-password...
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

4 years agoFix accessibilityoca script 22093/head
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>
4 years agoImplement Contacts Backend for Unified Search 22011/head
Georg Ehrke [Fri, 24 Jul 2020 12:57:52 +0000 (14:57 +0200)]
Implement Contacts Backend for Unified Search

Signed-off-by: Georg Ehrke <developer@georgehrke.com>