Steven
efb15a0453
chore: tweak naming
2024-03-18 23:41:57 +08:00
Steven
5f2d6b22be
chore: tweak memo structure
2024-03-18 23:23:53 +08:00
Steven
2dc8ed773c
chore: tweak linter
2024-03-18 19:57:53 +08:00
Steven
86db6d0254
chore: tweak user api definition
2024-03-18 12:56:52 +08:00
Steven
1e43c8d84b
chore: disallow update workspace setting in demo mode
2024-03-17 19:18:45 +08:00
Steven
335a0312f2
chore: tweak link styles
2024-03-16 23:35:36 +08:00
Steven
14479347d8
chore: remove demo checks
2024-03-15 09:05:02 +08:00
Steven
606a30640d
fix: check username in signup
2024-03-15 08:37:58 +08:00
Steven
e795149186
chore: tweak memo view display
2024-03-13 22:30:59 +08:00
Steven
8fe6874b1b
chore: add description field to user
2024-03-13 21:24:16 +08:00
Steven
5d740c3813
chore: update link service
2024-03-13 20:25:27 +08:00
Mehad Nadeem
0abe20df72
feat: implemented link previews (server files) ( #3073 )
...
* feat: implmented link previews (server files)
* chore: updated variable name
* chore: renamed service file from `metadata_service.go` to `link_service.go`
* fix: passing errors
* fix: fixed linter warnong about `ctx`
2024-03-13 17:31:53 +08:00
Steven
6b6edc3791
chore: update tg message handler
2024-03-12 22:48:53 +08:00
steven
ed1954c58c
chore: fix check setting value
2024-03-09 12:56:44 +08:00
WonSeok
f46b64a17d
fix: check disallow public memo in Telegram( #3036 ) ( #3037 )
2024-03-04 11:24:09 +08:00
Steven
7d5f603482
chore: update compact view
2024-03-04 11:21:48 +08:00
Steven
ac8a374ebd
chore: bump version
2024-03-03 23:45:52 +08:00
Steven
95b02341eb
chore: tweak logger
2024-03-03 23:45:32 +08:00
Steven
cfb50f19aa
chore: tweak linter
2024-03-03 14:23:21 +08:00
Steven
e441e3882b
chore: update error logger
2024-03-03 14:20:59 +08:00
Steven
c1da87a819
chore: update get request origin
2024-03-03 14:10:48 +08:00
Steven
dfa78cac49
chore: update logger
2024-02-29 23:54:43 +08:00
Steven
5f2a624c0c
chore: tweak imports order
2024-02-29 01:32:59 +08:00
Steven
3e50bee7da
chore: move api directory
2024-02-29 01:16:43 +08:00
ercd
1ae9bf23a0
fix: telegram callback query handler dereferencing nil pointer if memo not found ( #3003 )
...
* fix: telegram callback query handler dereferencing nil pointer if memo not found
* chore: add an answer to callback query if memo not found
2024-02-27 00:03:08 +08:00
Steven
b0f52ade7a
chore: remove metric service
2024-02-24 23:32:39 +08:00
Steven
51d58d3982
chore: add workspace setting migrator
2024-02-21 23:43:18 +08:00
Steven
4a6da91719
chore: fix serve frontend flag
2024-02-20 23:24:13 +08:00
Steven
8e11826db1
chore: update workspace setting service
2024-02-20 23:02:01 +08:00
Steven
3dddd3ec4c
chore: tweak reaction store
2024-02-09 21:59:45 +08:00
Steven
c30d7ab8f3
chore: update cors middleware
2024-02-05 06:10:10 +08:00
Steven
15c90871d9
chore: update request base url
2024-02-04 23:48:26 +08:00
Elliot Chen
7cd3fcbc61
fix: wrong order of the timeline in the resource page & add webhook when create memos using Telegram bot ( #2886 )
...
* fix: wrong order in resource page timeline
* feat: add webhook when create memos using Telegram bot
* rename variables and fix typos for static checks
2024-02-01 20:24:58 +08:00
Steven
79227021f5
chore: bump version
2024-01-31 23:08:33 +08:00
Steven
30ae4140f3
chore: update gomark source
2024-01-31 19:01:08 +08:00
Steven
de8db63811
chore: rename workspace setting service
2024-01-29 22:43:40 +08:00
Steven
54c5039db3
chore: fix golang linter
2024-01-29 19:17:25 +08:00
Steven
af646ce2de
refactor: move gomark
2024-01-29 19:14:46 +08:00
Steven
f4ac7ff529
chore: update memo resource url
2024-01-28 23:02:38 +08:00
Steven
db3457e081
chore: bump version
2024-01-26 08:30:22 +08:00
Steven
a620d140c5
chore: update embedded content renderers
2024-01-21 21:27:04 +08:00
Steven
582cc6609c
feat: add user-defined id to resource
2024-01-21 10:49:30 +08:00
Steven
40bd75c725
fix: create memo with resource name
2024-01-21 10:33:31 +08:00
Lincoln Nogueira
089e04bcfd
chore: use webp compression on logo ( #2756 )
...
- Logo size reduced from 310 KB to 36 KB.
- Point metadata image URL to local logo instead of remote
2024-01-14 22:21:03 +08:00
Steven
2eba4e2cd4
chore: update version
2024-01-04 08:36:45 +08:00
Steven
0f8bfb6328
chore: update index.html
2023-12-29 08:28:17 +08:00
Steven
4cd01ece30
chore: update frontend metadata
2023-12-29 08:19:32 +08:00
Lincoln Nogueira
14b34edca3
chore: fix misuse of package path instead of filepath.path ( #2684 )
...
As stated by https://pkg.go.dev/path , "path" is mainly for URLs, "path.filepath" for file systems
2023-12-29 07:50:15 +08:00
Steven
fcfb76a103
chore: remove user urlsets in sitemap
2023-12-23 19:35:46 +08:00
Steven
42608cdd8f
chore: fix server context
2023-12-23 17:59:15 +08:00
Steven
2cfa4c3b76
chore: tweak frontend routes register
2023-12-23 17:58:49 +08:00
Steven
68413a5371
chore: update frontend service
2023-12-23 17:04:52 +08:00
Steven
273d6a6986
chore: update dockerfile
2023-12-23 14:13:40 +08:00
Steven
eefce6ade3
chore: implement webhook dispatch in v2 api
2023-12-23 11:17:35 +08:00
Steven
df3303dcd3
chore: update list users
2023-12-23 08:35:54 +08:00
Athurg Gooth
b14334220f
fix: trim the dirname of attachment send by telegram bot ( #2651 )
2023-12-21 09:47:57 +08:00
Steven
e0cacfc6d6
chore: retire auto backup for sqlite
2023-12-19 22:34:06 +08:00
Steven
2c4b5d75b3
chore: fix html escaping
2023-12-17 23:37:00 +08:00
Steven
1c7fb77e05
chore: update user setting names
2023-12-16 12:18:53 +08:00
Steven
e8ca2ea5a0
chore: rename renderer package
2023-12-16 11:57:36 +08:00
Steven
aee0e31b0a
chore: update parser functions
2023-12-16 10:38:05 +08:00
Steven
7b0ceee57b
chore: update memo metadata description
2023-12-16 09:23:45 +08:00
Steven
e4070f7753
chore: bump version
2023-12-15 21:11:04 +08:00
Steven
ff53187eae
chore: add sitemap and robots routes
2023-12-15 20:18:01 +08:00
Steven
56b55ad941
chore: update memo metadata
2023-12-15 19:13:56 +08:00
Steven
24672e0c5e
chore: update memo metadata
2023-12-15 08:12:10 +08:00
Steven
52743017a3
chore: implement memo route
2023-12-15 07:32:49 +08:00
Steven
6cf7192d6a
chore: add ssr placeholder in `index.html`
2023-12-14 23:29:42 +08:00
Steven
e5de8c08f5
chore: clean debug code
2023-12-11 22:20:57 +08:00
Steven
c608877c3e
chore: clean binary entries
2023-12-11 22:16:39 +08:00
Steven
c50f4f4cb4
chore: update migration scripts
2023-12-09 22:18:05 +08:00
Steven
7fc7b19d64
chore: deprecate user setting legacy api
2023-12-08 22:41:47 +08:00
Steven
f8f73d117b
chore: update healthz message
2023-11-26 23:33:34 +08:00
Steven
8586ebf098
chore: add `/healthz` endpoint
2023-11-26 23:06:50 +08:00
Steven
e7e83874cd
chore: upgrade version
2023-11-19 11:01:21 +08:00
Athurg Gooth
afd0e72e37
chore: skip timeout for blob upload ( #2516 )
...
Skip timeout for blob upload
2023-11-15 17:23:56 +08:00
Athurg Gooth
6814915c88
feat: backup file rotate ( #2511 )
...
Add support for rotate backup files
2023-11-13 22:12:25 +08:00
Steven
342d1aeefb
fix: version checker
2023-11-06 22:33:12 +08:00
Steven
981bfe0464
feat: add version checker
2023-11-06 20:49:02 +08:00
Steven
c24181b2be
chore: fix jwt checks
2023-11-05 23:39:30 +08:00
Steven
88fb79e458
chore: impl inbox store for mysql
2023-10-28 09:44:52 +08:00
Athurg Gooth
4f1bb55e55
fix: metric env not affect ( #2450 )
...
fix metric env not affect
2023-10-27 23:26:23 +08:00
Athurg Gooth
20d3abb99a
chore: downgrade log level for auto backup disable ( #2454 )
...
downgrade log level for auto backup disable
2023-10-27 23:25:51 +08:00
Steven
36b4ba33fa
chore: remove outdated activity definition
2023-10-27 23:11:56 +08:00
Athurg Gooth
0f4e5857f0
chore: remove gRPC listener ( #2456 )
...
Disable gRPC listener
2023-10-27 21:38:17 +08:00
Athurg Gooth
215981dfde
chore: remote context.Context pointer ( #2448 )
...
remote context.Context pointer
2023-10-26 20:21:44 +08:00
Steven
5b3af827e1
chore: move common packages to internal
2023-10-26 09:02:50 +08:00
Athurg Gooth
fd5d51ee54
fix: some fields of profile leaked without auth ( #2408 )
...
* fix some fields of profile leaked without auth
* protect driver and dsn of profile
2023-10-20 17:41:21 +08:00
Steven
a541e8d3e3
chore: upgrade version
2023-10-20 08:49:58 +08:00
Steven
9bfb2d60b9
chore: tweak wording
2023-10-18 06:05:19 +08:00
Steven
a5df36eff2
chore: update metrics
2023-10-17 23:44:16 +08:00
Athurg Gooth
d3e32f0d5a
chore: add latency in log ( #2374 )
...
* Print profile.Data in boot log
* Add latency in request log
2023-10-10 06:03:32 -05:00
Steven
ab2c86640b
chore: move rate limiter to apiv1
2023-10-09 23:10:41 +08:00
Athurg Gooth
c00dac1bbf
fix: index page failed with 429 ( #2363 )
2023-10-08 20:54:12 -05:00
Steven
9410570195
chore: update version
2023-10-06 00:34:38 +08:00
Steven
7549c807ac
chore: update memo view activity
2023-10-01 14:14:33 +08:00
Steven
87ddeb2c79
chore: adjust store test for mysql
2023-09-29 09:15:54 +08:00
Athurg Gooth
c72f221fc0
feat: support mysql as backend storage driver ( #2300 )
...
* Rename checkDSN to checkDataDir
* Add option to set DSN and db driver
* Add mysql driver skeleton
* Add mysql container in compose for debug
* Add basic function for mysql driver
* Cleanup go mod with tidy
* Cleanup go.sum with tidy
* Add DeleteUser support for mysql driver
* Fix UpdateUser of mysql driver
* Add DeleteTag support for mysql driver
* Add DeleteResource support for mysql driver
* Add UpdateMemo and DeleteMemo support for mysql driver
* Add MemoRelation support for mysql driver
* Add MemoOrganizer support for mysql driver
* Add Idp support for mysql driver
* Add Storage support for mysql driver
* Add FindMemosVisibilityList support for mysql driver
* Add Vacuum support for mysql driver
* Add Migration support for mysql driver
* Add Migration support for mysql driver
* Fix ListMemo failed with referece
* Change Activity.CreateTs type in MySQL
* Change User.CreateTs type in MySQL
* Fix by golangci-lint
* Change Resource.CreateTs type in MySQL
* Change MigrationHistory.CreateTs type in MySQL
* Change Memo.CreateTs type in MySQL
2023-09-28 09:09:52 -05:00
Athurg Gooth
ca98367a0a
chore: store vacuum and clean ( #2293 )
...
* Move all vacuum code into driver
* Remove db from Store
2023-09-26 20:27:31 -05:00
Steven
71ee299de7
chore: drop shortcut
2023-09-27 07:28:17 +08:00