Commit Graph

775 Commits

Author SHA1 Message Date
d89a307aca Send email to user after a bulk import completes 2023-01-04 18:15:26 +08:00
f939786c2a Reserve some names for tools and landing pages 2023-01-03 20:55:30 +08:00
0edd91057e Update user interface for file import tool 2023-01-03 17:49:07 +08:00
9314c3d8f1 Add uploadImportFile API method
Add uploadImportFile API method

Fix prefix, counting max files uploaded

Add resolver types

Basic web ui for the uploader interface

Allow selecting type when uploading import files
2023-01-03 10:01:59 +08:00
2c39916441 Add wordsCount to article schema 2023-01-02 16:49:11 +08:00
e0b9a6689a Not raise error when there is conflict of setting labels in highlights 2022-12-30 11:22:41 +08:00
e0437008d7 Fix not updating/deleting the right label in the highlight 2022-12-29 22:40:31 +08:00
264ebef46e Fix not setting labels to the correct highlight in a page 2022-12-29 21:34:45 +08:00
7c39db207b Replace createArticle with savePage in puppeteer-parse service 2022-12-28 10:15:05 +08:00
e22d209721 Fix test 2022-12-28 09:16:44 +08:00
e9b31e375f Update savePage API to accept parsed content in the param 2022-12-27 21:59:31 +08:00
302ea2023f Add obsidian to corsConfig 2022-12-23 10:29:43 +08:00
34029bee7e Update getting started guide, improve section on newsletter forwards, fix link to Logseq guide 2022-12-14 17:59:32 +08:00
83aa2093eb Still return admins if not allowed to see members 2022-12-13 19:05:07 +08:00
943b20f21e Only recommend page if the user is allowed to post 2022-12-13 19:00:49 +08:00
5ef4e8479d Create one rule for all pages in the group to have the label and another rule for the recommended page to send a notification 2022-12-13 16:35:39 +08:00
a340699240 add comment 2022-12-13 12:15:41 +08:00
918ada2100 only recommend highlights created by the user 2022-12-13 12:12:20 +08:00
25842270d7 Update the rule to only trigger on page created event 2022-12-13 12:04:17 +08:00
4247835dc5 Merge pull request #1537 from omnivore-app/group-rules
group rules
2022-12-13 09:54:20 +08:00
f5650acb69 Return canPost and canSeeMembers and topics and description in type group 2022-12-12 22:57:58 +08:00
54ceeb326a Add canPost and canSeeMembers to type Group 2022-12-12 22:40:19 +08:00
3e79b86179 Allow search recommendations with wildcard 2022-12-12 22:09:25 +08:00
1338b1fc10 Remove subscription from shared page 2022-12-12 17:53:58 +08:00
70ed3dccb7 Add analytic events for create/join/leave group actions 2022-12-12 17:49:00 +08:00
5650971042 Do not save recent searches for rule based queries 2022-12-12 17:40:40 +08:00
940c449880 revert for update page 2022-12-12 10:17:34 +08:00
3347e81e39 Fix rule action not triggered due to the page index not being refreshed after page creation 2022-12-10 13:27:32 +08:00
845235268d Merge pull request #1525 from omnivore-app/recommend-api
Add recommendation to the original page too
2022-12-09 21:40:26 +08:00
f4fa9cb15b do the same for merge highlight 2022-12-09 15:29:15 +08:00
5fc18770ad Upsize max highlight char length to 6000 2022-12-09 15:24:10 +08:00
181b401030 Update new recommendation notification message 2022-12-09 10:56:08 +08:00
1f54db79fb Add recommendation to the original page too 2022-12-09 10:10:02 +08:00
b8e7b15805 Fix generating colors with less than 6 digits 2022-12-08 19:01:54 +08:00
04cb360c2f Fix some issue 2022-12-08 18:50:36 +08:00
b942303b18 Create a rule after creating or joining a group 2022-12-08 18:35:22 +08:00
9f260c1442 Create a label for new group if not exists 2022-12-08 18:20:58 +08:00
84d8a9bb67 lint 2022-12-08 16:36:17 +08:00
ff3e8aa29e Add delete permission to group and membership tables 2022-12-08 16:29:46 +08:00
6830da995f Add leaveGroup API 2022-12-08 15:36:28 +08:00
4c92af1856 Allow recommended With Highlights 2022-12-08 12:51:01 +08:00
ef13cbf39a Recommend highlights 2022-12-08 12:33:05 +08:00
62a3f6d1d8 Add recommendHighlights API 2022-12-08 11:37:35 +08:00
b150083358 Remove debug 2022-12-07 11:53:48 +08:00
533a4ae65c Update recommendedBy query 2022-12-06 21:23:19 +08:00
a8df439297 Rename recommendedBy to recommendations 2022-12-06 21:18:21 +08:00
0892d9e7e6 Add user and note to Recommendation type 2022-12-06 17:44:53 +08:00
8ac1afe277 Use cookie auth instead of header to not interfere with GCPs auth mechanisms 2022-12-05 18:41:08 +08:00
e555cc733a More descriptive error messages 2022-12-05 18:40:33 +08:00
c49db571cd Add search by recommendedBy group name 2022-12-05 14:53:29 +08:00