Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
c8a1cec
Implement webpack config for cloud workspace
Rokt33r Jan 27, 2021
8793d83
Add addHostListenerOnce method to preload script for cloud workspace
Rokt33r Jan 27, 2021
2eee415
Replace query with search
Rokt33r Jan 27, 2021
51a79d8
Renew cloud workspace access token handling
Rokt33r Jan 27, 2021
e77ba43
Fix styled-components types
Rokt33r Jan 27, 2021
55b81f5
Implement basic routing
Rokt33r Jan 27, 2021
e3c9d44
Discard legacy routing
Rokt33r Jan 27, 2021
e558da7
Add cloud/lib/stores/electron
Rokt33r Jan 27, 2021
fa2d08d
Add scripts
Rokt33r Jan 27, 2021
876c71d
Refactor getInitialProps parameters
Rokt33r Jan 27, 2021
fb80ef7
Import i18n
Rokt33r Jan 27, 2021
35c52c5
Add analytics
Rokt33r Jan 27, 2021
aa8db36
Apply bootstrap default stylesheet
Rokt33r Jan 27, 2021
5c50d81
Introduce cloud interfaces
Rokt33r Jan 27, 2021
e42b0f7
Add markdown chart plugins for cloud workspace
Rokt33r Jan 27, 2021
9cdcc6c
Add initial apis
Rokt33r Feb 1, 2021
3d06473
Add initial components
Rokt33r Feb 1, 2021
1e5074d
Add initial interfaces
Rokt33r Feb 1, 2021
0eb4419
Add initial lib
Rokt33r Feb 1, 2021
826dba3
Add initial pages
Rokt33r Feb 1, 2021
86fa3a2
Install missing deps
Rokt33r Feb 1, 2021
0633ee0
Import missing defs
Rokt33r Feb 1, 2021
b7fbe04
Fix compile errors
Rokt33r Feb 1, 2021
da1ff6d
Clean up env vars
Rokt33r Feb 1, 2021
7be8978
Use event-source-polyfill to provide authorization header
Rokt33r Feb 1, 2021
573e4b1
Discard nextjs
Rokt33r Feb 2, 2021
59e7c21
Discard bootstrap css style
Rokt33r Feb 2, 2021
ff7413c
Update teams.destroy route api interface
Rokt33r Feb 2, 2021
c9b2c4a
Fix settings.update api
Rokt33r Feb 2, 2021
634d1b5
Extract and append teamId to search
Rokt33r Feb 2, 2021
d34cdd1
Rename ArchivedPage to ArchivedPageContent
Rokt33r Feb 2, 2021
f1c64c9
Set ArchivedPage to router
Rokt33r Feb 2, 2021
70b1eef
Fix missing const usage in cloud/App
Rokt33r Feb 3, 2021
5f418f1
Use HashRouter for electron
Rokt33r Feb 3, 2021
6b7090b
Add shared docs list
Rokt33r Feb 3, 2021
e583d63
Discard onDIdNavigateInPage prop from BoostHubWebview
Rokt33r Feb 3, 2021
cc82c10
Implement team routes
Rokt33r Feb 3, 2021
e571e3a
Fix link atoms
Rokt33r Feb 3, 2021
abce292
Discard login buttons for web version
Rokt33r Feb 3, 2021
36462bf
Discard login ui
Rokt33r Feb 4, 2021
906b898
Fix open invite api methods
Rokt33r Feb 4, 2021
240098c
Provide accesstoken to query params
Rokt33r Feb 4, 2021
90f84f5
Introduce cloud static
Rokt33r Feb 4, 2021
7151cf1
Use compiled codemirror assets
Rokt33r Feb 4, 2021
06edf85
Disable login button for error page
Rokt33r Feb 4, 2021
193e90e
Apply emoji-mart style to global style
Rokt33r Feb 4, 2021
f451992
Discard script eventsource.min.js
Rokt33r Feb 4, 2021
45996b6
Add initial assets
Rokt33r Feb 4, 2021
00948af
Fix timeline page api
Rokt33r Feb 4, 2021
d8fa648
Fix teams create, update api methods
Rokt33r Feb 4, 2021
b7e565e
Discard next.js base components
Rokt33r Feb 4, 2021
ae4fb6d
Add cooperate page to Router
Rokt33r Feb 4, 2021
23955c4
Implement temp devtool
Rokt33r Feb 4, 2021
81913ba
Discard invite page from desktop app
Rokt33r Feb 4, 2021
87d41cd
Fix css url of exported doc
Rokt33r Feb 4, 2021
6806d25
Fix team create page url
Rokt33r Feb 4, 2021
db88483
Discard custom content-type header to fix upload issue
Rokt33r Feb 4, 2021
1158559
Add setCookie method to electronOnly
Rokt33r Feb 4, 2021
d8f8c94
Use authorization header for desktop app only
Rokt33r Feb 4, 2021
be5b343
Set desktop access token after sign in
Rokt33r Feb 4, 2021
7bb79bb
Pass signal to page api methods
Rokt33r Feb 4, 2021
96e6bdc
Add setting button
Rokt33r Feb 5, 2021
04394b6
Renew NavigatorHeader
Rokt33r Feb 5, 2021
44a001d
Renew NavigatorSeparator
Rokt33r Feb 5, 2021
b916b2a
Put NavigatorSeparator between bookmark and tree view
Rokt33r Feb 5, 2021
42f111b
Replace NavigatorItem with Navigator header
Rokt33r Feb 5, 2021
9611213
Add navSubtleLabelColor prop to BaseTheme
Rokt33r Feb 5, 2021
17c4067
Flatten tree view depth
Rokt33r Feb 5, 2021
d55715e
Put nav separator between tree view and other menus
Rokt33r Feb 5, 2021
5f79eab
Discard navSubtleLabelColor again
Rokt33r Feb 5, 2021
9e67a1c
Fix hover and active style of NavHeader
Rokt33r Feb 5, 2021
2ac5ff9
Fix context menu of workspace and storage
Rokt33r Feb 5, 2021
b7f1f1b
Update about tab
Rokt33r Feb 5, 2021
4911ac7
Implement NoteContextView
Rokt33r Feb 8, 2021
18524ce
Toggle context view
Rokt33r Feb 8, 2021
8955e41
Fix context view visibility when note is not available
Rokt33r Feb 8, 2021
aa4b53e
Implement NoteContextView for NotePage(note app mode)
Rokt33r Feb 8, 2021
317fd02
Show workspace label always
Rokt33r Feb 8, 2021
3167956
Fix NotePageToolbar style
Rokt33r Feb 8, 2021
95c68f5
Fix cloud user status detection of app nav
Rokt33r Feb 8, 2021
a0c6f96
Implement ContextMenu to control webview
Rokt33r Feb 8, 2021
a4d4525
Discard top control bar for webview
Rokt33r Feb 8, 2021
b76c0df
Replace tag with label
Rokt33r Feb 8, 2021
4173e00
Implement app nav item tooltip
Rokt33r Feb 9, 2021
4e46043
Rename storage to space
Rokt33r Feb 9, 2021
e94c707
Fix realtime
Rokt33r Feb 10, 2021
6206a8c
Align components
Rokt33r Feb 11, 2021
b12a927
Improve initial data fetching
Rokt33r Feb 11, 2021
54ee75c
Discard unused button
Rokt33r Feb 11, 2021
77a7572
Fix building script for cloud workspace app
Rokt33r Feb 11, 2021
bd80371
Fix all build errors
Rokt33r Feb 11, 2021
850aa88
Resize support_profile.jpg
Rokt33r Feb 12, 2021
07cf8cd
Insert hash to bundle name
Rokt33r Feb 12, 2021
910caab
Update vercel config
Rokt33r Feb 12, 2021
d7121fd
Simplify building for cloud space
Rokt33r Feb 12, 2021
e3c3e39
Cloud - Guest
Davy-c Feb 13, 2021
cb04e75
readme fix
Davy-c Feb 13, 2021
ceb6c94
fix team sub limit
Davy-c Feb 13, 2021
ba6c539
call api and link style fixes
Davy-c Feb 13, 2021
f39c1af
fix settings page
Davy-c Feb 13, 2021
3292bbf
fix api calls
Davy-c Feb 13, 2021
c4b939e
fixes to cooperate page
Davy-c Feb 13, 2021
7efd874
user delete api fix
Davy-c Feb 13, 2021
9f10dca
fix members tab
Davy-c Feb 13, 2021
fedd4b1
can not redirect with domain
Davy-c Feb 13, 2021
811eae9
fix
Davy-c Feb 13, 2021
4e5a42f
Discard key from props of TooltipProps interface
Rokt33r Feb 14, 2021
5509fa9
Discard invisible input
Rokt33r Feb 14, 2021
6020bcb
Add key to buttons in ContentManagerBulkActions
Rokt33r Feb 14, 2021
9a283c4
Fix help button
Rokt33r Feb 14, 2021
81329ad
Fix bread crumbs button style
Rokt33r Feb 14, 2021
cc2cabc
Fix folder page button style
Rokt33r Feb 14, 2021
a757dde
Fix sort selector background color
Rokt33r Feb 14, 2021
777baa9
Focus title input after doc creation
Rokt33r Feb 14, 2021
30f649c
Fix router bug
Rokt33r Feb 14, 2021
de4324f
Fix routing of doc embed
Rokt33r Feb 14, 2021
79c8661
Add openInBrowser method to boosthub-preload and expose it
Rokt33r Feb 14, 2021
801e419
Fix url section of DocContextMenu
Rokt33r Feb 14, 2021
b26f524
Fix upgrade badge style in public share section
Rokt33r Feb 14, 2021
4a10ab9
Fix unarchive
Rokt33r Feb 14, 2021
7e19a02
Fix alert text aligning
Rokt33r Feb 14, 2021
33ca4f9
Fix icons of switch in templatesModal
Rokt33r Feb 14, 2021
ce88a93
Fix query of routing after doc creation
Rokt33r Feb 14, 2021
d860a7e
Fullscreen modal
Rokt33r Feb 14, 2021
664eea6
Fix reset link button style in OpenInviteSection
Rokt33r Feb 14, 2021
c6ecda6
Fix open invite page
Rokt33r Feb 14, 2021
f6339e9
Fix sign out
Rokt33r Feb 14, 2021
b75905f
Style loading page
Rokt33r Feb 15, 2021
f155373
Clean up error page
Rokt33r Feb 15, 2021
3f84704
Don't try to save settings if a user is not signed in
Rokt33r Feb 15, 2021
45ddf93
Fix label page
Rokt33r Feb 15, 2021
b90cfc7
fix sidenav keynav
Davy-c Feb 15, 2021
3b7ce9a
change order
Davy-c Feb 15, 2021
1b557ae
fix api calls
Davy-c Feb 15, 2021
64f224c
safecase
Davy-c Feb 15, 2021
86dd252
Fix account deletion
Rokt33r Feb 15, 2021
d14b9c9
Fix compile error
Rokt33r Feb 15, 2021
d394105
Downgrade pako to fix plantUML plugin
Rokt33r Feb 15, 2021
9830e3a
Hard navigate after team creation on browser to fetch fresh data of a…
Rokt33r Feb 15, 2021
fcf5d07
remove duplicated provider
Davy-c Feb 15, 2021
57bf6d8
Set pointer cursor style for upgrade buttons
Rokt33r Feb 15, 2021
1cabec6
Merge branch 'merging-cloud-workspace' of github.com:BoostIO/Boostnot…
Rokt33r Feb 15, 2021
8036c74
fix
Davy-c Feb 16, 2021
5d20ceb
page changes
Davy-c Feb 15, 2021
746be14
remove comments
Davy-c Feb 15, 2021
3677e94
change labels
Davy-c Feb 15, 2021
afe37da
add go back button
Davy-c Feb 15, 2021
fbec639
alignment fix
Davy-c Feb 15, 2021
1b775ea
add app navigator toggle button to booshub webview context menu
ButteryCrumpet Feb 16, 2021
84afba4
remove unecessary spread
ButteryCrumpet Feb 16, 2021
67a5002
Merge branch 'merging-cloud-workspace' of github.com:BoostIO/Boostnot…
Rokt33r Feb 16, 2021
ad87ffb
Fix errorpage home button
Rokt33r Feb 16, 2021
1d81a1a
Fix shared page
Rokt33r Feb 16, 2021
97ccf11
add collab token to getSharedLink response
ButteryCrumpet Feb 16, 2021
8e8f6fe
Improve doc embed navigating in browser
Rokt33r Feb 16, 2021
6103239
Improve error messsages in ErrorPage
Rokt33r Feb 16, 2021
0e14eae
Stricten new doc condition
Rokt33r Feb 16, 2021
e31ad2b
Call electron hook to make sure the access token fetched properly fro…
Rokt33r Feb 16, 2021
7da7768
Fix integrationsTab icon style
Rokt33r Feb 16, 2021
a14f5bc
remove initial and change solarized select background
ButteryCrumpet Feb 16, 2021
39d85fd
Fix all static image urls
Rokt33r Feb 16, 2021
b231281
fix
Davy-c Feb 16, 2021
6cfc503
Roll back handling editor layout after doc creation
Rokt33r Feb 16, 2021
2684b66
Fix zapier's description block top margin
Rokt33r Feb 16, 2021
ec6e732
fix back workspaces
Davy-c Feb 16, 2021
f04982c
Merge branch 'merging-cloud-workspace' of github.com:BoostIO/Boostnot…
Rokt33r Feb 16, 2021
49732d4
handle collaboration connection in router
ButteryCrumpet Feb 17, 2021
ba797eb
Support legacy desktop app
Rokt33r Feb 17, 2021
10a976d
Improve context menu items for webview
Rokt33r Feb 17, 2021
1f9fe53
Replace enable button with open in browser button for desktop app
Rokt33r Feb 17, 2021
32c5b3b
Fix compiler error
Rokt33r Feb 17, 2021
1b4ec03
Show dot placeholder for settings nav item
Rokt33r Feb 17, 2021
6c94030
Discard chevron icon from space name in side nav
Rokt33r Feb 17, 2021
5c719cc
Fix tag nav style
Rokt33r Feb 17, 2021
11c119a
Show creation date of a note
Rokt33r Feb 17, 2021
0ad9c0c
Fix text overflow issue of tag
Rokt33r Feb 17, 2021
d09b583
Full screen preferences modal
Rokt33r Feb 17, 2021
8c0a305
Discard unused imports
Rokt33r Feb 17, 2021
0e9c8d5
Reuse legacy session value
Rokt33r Feb 19, 2021
50e7712
fix guests
Davy-c Feb 17, 2021
5b02cb3
fix alignment
Davy-c Feb 19, 2021
5624b15
disable button when 1 person team
Davy-c Feb 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dist/*
.cache
secrets
compiled-mobile
compiled-cloud
electron/*
!electron/.gitkeep

Expand Down
5 changes: 0 additions & 5 deletions .nowignore

This file was deleted.

Loading