Commit Graph

3006 Commits

Author SHA1 Message Date
d275713aff chore: fix timestamp type in postgres 2023-12-09 23:19:57 +08:00
c50f4f4cb4 chore: update migration scripts 2023-12-09 22:18:05 +08:00
fa34a7af4b chore: tweak memo parent styles 2023-12-09 19:32:16 +08:00
77b75aa6c4 chore: tweak memo display 2023-12-09 18:57:59 +08:00
9faee68dab chore: code clean 2023-12-09 18:57:18 +08:00
4f05c972d5 chore: fix jwt acl 2023-12-09 16:17:11 +08:00
abda6ad041 chore: update latest schema 2023-12-09 12:05:45 +08:00
7fc7b19d64 chore: deprecate user setting legacy api 2023-12-08 22:41:47 +08:00
b2d898dc15 chore: fix import order 2023-12-08 22:06:42 +08:00
15425093af chore: skip user setting key checks 2023-12-08 22:05:43 +08:00
b02aa2d5e5 chore: bump actions in workflows (#2588)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-08 09:55:18 +08:00
c68bfcc3b9 chore: fix user setting store 2023-12-08 09:54:32 +08:00
2964cf93ab fix: visibility of user preference is empty (#2581)
Fix visibility of user preference is empty
2023-12-07 22:50:03 +08:00
787cf2a9fe feat: tables support (#2573)
* Tables support

* Linter fixes

* Regex Redos fix

* Fix empty row and variables proper naming

* Default cell style

* Now unncessary

* Support rows without a starting pipe char

* Striped rows

* Fix parsing issues

* Support tabs in separators
2023-12-07 22:49:49 +08:00
ed190cd41e fix: visibility of memo editor is empty (#2580)
Fix visibility of memo editor is empty
2023-12-06 23:17:26 +08:00
33dda9bf87 chore: fix auth status checks 2023-12-06 23:03:24 +08:00
fa6693a7ae chore: update list memos 2023-12-06 22:44:49 +08:00
055a327b5e fix: detail page user-avatar size have unexpected height (#2576)
Co-authored-by: tyangs.yang <tyangs.yang@hstong.com>
2023-12-06 10:58:33 +08:00
aff1b47072 chore: remove debug log (#2582)
Remove debug log
2023-12-06 10:57:55 +08:00
5f86769255 fix: field type of row_status for table webhook (#2579)
Fix field type of row_status for table webhook
2023-12-06 10:57:03 +08:00
9c18960f47 feat: support Postgres (#2569)
* skeleton of postgres

skeleton

* Adding Postgres specific db schema sql

* user test passed

* memo store test passed

* tag is working

* update user setting test done

* activity test done

* idp test passed

* inbox test done

* memo_organizer, UNTESTED

* memo relation test passed

* webhook test passed

* system setting test passed

* passed storage test

* pass resource test

* migration_history done

* fix memo_relation_test

* fixing server memo_relation test

* passes memo relation server test

* paess memo test

* final manual testing done

* final fixes

* final fixes cleanup

* sync schema

* lint

* lint

* lint

* lint

* lint
2023-12-03 13:31:29 +08:00
484efbbfe2 chore: update manifest.json (#2568) 2023-12-01 16:43:48 +08:00
e83d483454 refactor(frontend): use auth service 2023-12-01 09:15:02 +08:00
b944418257 fix: register auth service 2023-12-01 09:13:32 +08:00
4ddd3caec7 chore: update user setting api 2023-12-01 09:03:30 +08:00
c1f55abaeb chore: update user setting api 2023-11-30 23:08:54 +08:00
fff42ebc0d fix: check auth status 2023-11-30 21:52:02 +08:00
2437419b7f fix: add auth status checks 2023-11-30 20:58:36 +08:00
e53cedaf14 chore: update i18n with weblate (#2562)
* Translated using Weblate (Polish)

Currently translated at 46.3% (147 of 317 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pl/

* Translated using Weblate (Polish)

Currently translated at 56.1% (178 of 317 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pl/

---------

Co-authored-by: igormakarowicz <igormakarowicz@gmail.com>
2023-11-30 19:34:50 +08:00
6d469fd997 chore: fix image size 2023-11-30 19:36:12 +08:00
9552cddc93 chore: update graph format 2023-11-29 09:00:29 +08:00
34181243e5 chore: update graph route 2023-11-28 23:06:19 +08:00
a0eb891132 chore: update contributor graph source 2023-11-28 22:31:34 +08:00
e136355408 chore: tweak setting button style 2023-11-28 21:15:24 +08:00
5069476dcc chore: add webhook metric 2023-11-28 21:15:10 +08:00
f950750d56 chore: tweak storage list title 2023-11-28 21:03:21 +08:00
0026f9e54f chore(frontend): add webhooks section 2023-11-28 20:52:48 +08:00
f8f73d117b chore: update healthz message 2023-11-26 23:33:34 +08:00
8586ebf098 chore: add /healthz endpoint 2023-11-26 23:06:50 +08:00
472afce98f chore: fix current user store 2023-11-25 22:58:17 +08:00
a12844f5db chore: tweak seed data 2023-11-25 10:34:54 +08:00
bc965f6afa chore: implement webhook dispatch in api v1 2023-11-25 10:31:58 +08:00
db95b94c9a chore: implement webhook service 2023-11-24 23:04:36 +08:00
1a5bce49c2 chore: implement webhook store 2023-11-24 22:45:38 +08:00
436eb0e591 chore: tweak s3 comments 2023-11-24 21:55:09 +08:00
e016244aba fix: remove ACL when set URLPrefix (#2532) 2023-11-23 23:20:11 +08:00
d317b03832 feat: add search box in resources dashboard 2023-11-23 22:12:15 +08:00
3e138405b3 chore: remove the max height limit for single media (#2545)
Remove the max-height limit for single media
2023-11-23 09:59:33 +08:00
0dd0714ad0 chore: update security 2023-11-23 08:55:57 +08:00
45d7d0d5f6 chore: migrate get current user 2023-11-23 08:50:33 +08:00