focalboard/server/app
Harshil Sharma ab3bf6312c
Merge Onboarding feature branch into main (#2406)
* Persistent user config (#2133)

* Added user config API

* Add unit tests

* lint fix

* Fixed webapp tests

* Fixed webapp tests

* Updated props in store after updating

* Minor fixes

* Removed redundent data from audit logs

* Onboarding Tour (#2287)

* Created private board

* Roughly displayed tour

* Synced with Dhama's changes

* WIP

* Trying to add GIF

* Added 3 tour steps

* WIP

* WIP

* WIP

* checked in missed file

* Synced with feature branch

* WIp

* Adde skip tour option

* Fixed image loading for on-prem

* Made tour work on presonal server:

* Adde missed file

* Adding telemetry

* Adding telemetry

* Added tour tip telemetry

* Fixed pulsating dot styling for personal server

* reverted personal config

* Added reset tour button

* Displayed share tour tip of feature is enabled

* Lint fixes

* Fixed webapp tests

* Fixed webapp tests

* Completed webapp tests

* Completed webapp tests

* Webapp lint fixes

* Added server tests

* Testing cypress skip tour fix

* Fixed Cypress tests

* Added share board tour step

* Added share board tour step

* webapp lint fixes

* Updated logic to pick welcome board

* Updated tests:

* lint fixes

* Updating UI changes

* Fixed a bug causing card tour to re-appear

* FIxed minor issue

* FIxed bug where card tour didn't start in clickingh on card

* Fixed tests

* Make update user props use string instead of interface

* Fixed a value type

* Updating gif size

* Updating resolution breakpoint

* Updating tutorial tip

* Updating view selector

* Refactored tour components

* Misc fixes

* minor refactoring

* GH-2258: allow date range to overflow (#2268)

* allow date range to overflow

* Fixed issue with date overflowing into neighbouring column

Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>

* Update readme with accurate Linux standalone app build instructions (#2351)

* Bump follow-redirects from 1.14.7 to 1.14.8 in /experiments/webext (#2339)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Switch component style fixed: selector specificity increased by adding additional class. (#2179)

* Adding sever side undelete endpoint (#2222)

* Adding sever side undelete endpoint

* Removing long lines golangci-lint errors

* Fixing linter errors

* Fixing a test problem

* Fixing tests

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>

* Removing transactions from sqlite backend (#2361)

* Removing transactions from sqlite backend

* Skipping tests in sqlite because the lack of transactions

* Generating the mocks

* Fixing golangci-lint

* Fixing problem opening the tour tooltip on card open

* Fixing texts missmatch

* Adding the Product Tour entry in the user settings menu

* Fixing some tests

* Fixing tests

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kamre <eremchenko@gmail.com>
Co-authored-by: Jesús Espino <jespinog@gmail.com>

* Restored package json

* Restored package json

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kamre <eremchenko@gmail.com>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-02-28 12:28:16 +01:00
..
app.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
app_test.go Config for share board (#1187) 2021-09-16 13:31:02 -06:00
auth.go Adding explict logout logic (#1895) 2021-12-01 10:21:31 +01:00
auth_test.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00
blocks.go Adding sever side undelete endpoint (#2222) 2022-02-22 18:42:49 +01:00
blocks_test.go Adding sever side undelete endpoint (#2222) 2022-02-22 18:42:49 +01:00
clientConfig.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
clientConfig_test.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
export.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
files.go Channels style UUID (#1369) 2021-10-05 09:52:59 -04:00
files_test.go 423 | Added unit tests for files.go (#1119) 2021-08-31 16:08:18 -06:00
helper_test.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
import.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
initialize.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
onboarding.go Merge Onboarding feature branch into main (#2406) 2022-02-28 12:28:16 +01:00
onboarding_test.go Merge Onboarding feature branch into main (#2406) 2022-02-28 12:28:16 +01:00
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
sharing_test.go use milliseconds for all timestamps (server) (#1447) 2021-10-07 07:51:01 -04:00
subscriptions.go Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
templates.boardarchive Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
templates.go Multi version archive import (#2220) 2022-02-02 11:25:06 -07:00
user.go Merge Onboarding feature branch into main (#2406) 2022-02-28 12:28:16 +01:00
workspaces.go 425|Added unit tests for workspaces.go (#1800) 2021-11-22 01:46:51 -05:00
workspaces_test.go 425|Added unit tests for workspaces.go (#1800) 2021-11-22 01:46:51 -05:00