s1gnate-sync
37865243d0
Provide a way to customize app name & desc ( #854 )
...
* Provide a way to customize app name & desc
* Add description to SB_NAME, SB_DESCRIPTION env vars
---------
Co-authored-by: s1gnate.sync <s1gnate.sync@github.com>
2024-04-21 14:37:57 +02:00
Maks
8a3782e946
improve dependency management ( #770 )
...
* use import_map.json instead of per-file import
* remove test_deps.ts in favor of import_map
* remove common/deps.ts in favor of import_map
* use import_map instead of server/deps.ts
* make all plug-api files usable without an import_map
* make all lib files usable without an import_map
* remove web/deps.ts in favor of import_map
* fix plug build
* remove plug-api/deps.ts in favor of lib/deps.ts
* fix server deps bundled in client deps
2024-03-16 15:29:24 +01:00
Zef Hemel
0940eb1d15
Ensure reindex with space function indexers
2024-02-28 10:54:31 +01:00
Zef Hemel
de2d1089d4
New space script APIs ( #761 )
...
New space script APIs: registerEventListener and registerAttributeExtractor
2024-02-27 20:05:12 +01:00
Zef Hemel
bb1e49a11e
More moving stuff around
2024-02-08 21:12:23 +01:00
Zef Hemel
8d5ff601dd
Further clean
2024-02-08 21:06:04 +01:00
Zef Hemel
60d3199d64
Giant code reorganization ( #690 )
...
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel
0ddbd877f9
Space script MVP ( #685 )
...
* Space Script MVP
* New `command` and `syscall` query sources
2024-02-06 16:51:04 +01:00
Zef Hemel
c338693343
Upgrade to deno 1.40
2024-01-28 14:13:37 +01:00
Zef Hemel
5bc7193fb0
Fixes #161 by implementing read-only mode, first iteration
2024-01-26 17:05:10 +01:00
Zef Hemel
038d025d1f
Build fix
2024-01-15 16:53:20 +01:00
Zef Hemel
0e66920550
Bump deno version
2024-01-15 16:46:37 +01:00
Zef Hemel
a2dbf7b3db
PlugOS refactor and other tweaks ( #631 )
...
* Prep for in-process plug loading (e.g. for CF workers, Deno Deploy)
* Prototype of fixed in-process loading plugs
* Fix: buttons not to scroll with content
* Better positioning of modal especially on mobile
* Move query caching outside query
* Fix annoying mouse behavior when filter box appears
* Page navigator search tweaks
2024-01-15 16:43:12 +01:00
Zef Hemel
291280b709
Switch from Oak to Hono
2024-01-13 18:07:02 +01:00
Zef Hemel
4759a20b23
More minor website copy tweaks
2023-12-22 19:17:16 +01:00
Zef Hemel
5a7a35c759
E2E encryption (prototype) ( #601 )
...
Prototype E2E encryption
2023-12-17 11:46:18 +01:00
Zef Hemel
9f082c83a9
Major backend refactor ( #599 )
...
Backend refactor
2023-12-13 17:52:56 +01:00
Zef Hemel
30ba3fcca7
Refactoring work to support multi-tenancy and multiple storage, database backends ( #598 )
...
* Backend infrastructure
* New backend configuration work
* Factor out KV prefixing
* Don't put assets in the manifest cache
* Removed fancy authentication stuff
* Documentation updates
2023-12-10 13:23:42 +01:00
Zef Hemel
2a1438f95a
Use Deno.Command for upgrade
2023-10-04 10:47:52 +02:00
Zef Hemel
a2779f5719
store-only -> sync-only flag change
2023-09-07 12:38:20 +02:00
Zef Hemel
2ee20af5c8
Custom task statuses plus various fixes
2023-09-01 16:57:29 +02:00
Zef Hemel
9b5fa44fb6
Perform initial index
2023-08-30 22:36:27 +02:00
Zef Hemel
75da8e7ca9
Further iteration
2023-08-30 17:25:54 +02:00
Zef Hemel
9a005f26b5
Work on client modes
2023-08-29 21:17:29 +02:00
Zef Hemel
5ff1a8bae3
Refactor all the things
2023-08-28 17:12:15 +02:00
Zef Hemel
9ee9008bf2
Work on #508 (thin client)
2023-08-26 08:31:51 +02:00
Zef Hemel
688985c133
Shame on me
2023-08-21 14:11:42 +02:00
Zef Hemel
1ff29ac2af
Don't make SB server exit immediately...
2023-08-21 14:08:45 +02:00
Zef Hemel
24100afedb
Less plug:run noise
2023-08-15 07:55:07 +02:00
Zef Hemel
4dbbc31cb9
Work on plug:run
2023-08-11 20:37:13 +02:00
Zef Hemel
3464af0252
WIP: CLI running of plugs
2023-08-04 18:56:55 +02:00
Zef Hemel
fcda68dbfe
Work towards a single-binary silverbullet
2023-07-02 15:43:02 +02:00
Zef Hemel
8e0a7cf177
Real-time collaboration within space ( #411 )
2023-06-13 20:47:05 +02:00
Zef Hemel
c6a45be4bb
Fixes #409
2023-05-29 09:53:49 +02:00
Zef Hemel
863b92df6a
Allow configuring the port and folder to be configured with env variables
2023-05-24 05:42:02 +02:00
Zef Hemel
5f484bed57
SilverBullet pivot to become an offline-first PWA ( #403 )
2023-05-23 20:53:53 +02:00
Zef Hemel
18c1da4431
Rebranding from "Silver Bullet" to "SilverBullet" and updated a lot of website copy
2023-01-16 16:45:55 +01:00
Zef Hemel
a56e14bff1
Sync engine ( #298 )
...
Fixes #261
2023-01-13 15:41:29 +01:00
Zef Hemel
0314e3025f
Fixes #204
2022-12-16 13:00:06 +01:00
Chris Zarate
ff8d658a2a
Improve upgrade message ( #189 )
2022-12-13 06:04:28 +01:00
Zef Hemel
3175b3c948
Merge branch 'main' of github.com:silverbulletmd/silverbullet
2022-12-05 12:17:27 +01:00
Zef Hemel
e780a838b6
Fixes #139 #140
2022-12-05 12:14:21 +01:00
Jouni K. Seppänen
9baac2181a
Allow the user to specify hostname to listen on ( #138 )
2022-12-04 06:24:06 +01:00
Zef Hemel
701a601641
Remove 'publish' command moved to silverbullet-publish
2022-11-26 19:00:01 +01:00
Zef Hemel
eff0277be0
Space System refactor
2022-11-26 14:15:38 +01:00
Zef Hemel
27a8adf347
Make server crash when listening to port fails
2022-11-25 13:08:59 +01:00
Zef Hemel
5b1ec14891
Work on $share
2022-11-24 12:04:00 +01:00
Zef Hemel
c4f80589f3
Migrated silverbullet-publish into this repo
2022-11-01 17:03:42 +01:00
Zef Hemel
01ea4c9f15
Fix plug:compile flags
2022-11-01 15:00:37 +01:00
Zef Hemel
fa66b775a5
Improved upgrade message
2022-10-29 16:06:18 +02:00