Commit Graph

253 Commits

Author SHA1 Message Date
Ilya Y
4d3687c623
articles cache invalidation for feed pages, minor fixes (#288)
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-11-01 14:17:31 +03:00
Ilya Y
a54d592038
Feature/thumbor (#284)
* thumbor integration
* disabled lazy loading for some images
* add profile userpic upload error message

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-27 21:50:13 +03:00
Ilya Y
891d29ff6a
signIn/getSession optimizaiton frontend (#272)
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-19 18:05:22 +03:00
9c263b697e postmerge 2023-10-19 02:34:15 +03:00
Kosta
85e8533931
dates in notifications, lots of minor fixes (#271)
* dates in notifications, lots of minor fixes
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-18 13:56:41 +03:00
359bfc3f7a notifications-postmerge-fixes 2023-10-15 02:05:07 +03:00
26ba530f9e merged 2023-10-14 18:41:22 +03:00
Ilya Y
2674717f04
Feature/notifications (#244)
* WIP

* WIP

* WIP

* packaga-lock.json

* WIP

* WIP

* WIP

* WIP

* v0.1

* debug code removed

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-14 14:39:24 +03:00
64f8110e84 fix-queryname 2023-10-11 21:43:13 +03:00
a80f778325 bump-merge 2023-10-11 14:16:01 +03:00
Ilya Y
44c2269edb
Feature/expo pages (#253)
Expo pages
2023-10-10 18:38:02 +03:00
6334afb6fa Merge branch 'main' of https://github.com/Discours/discoursio-webapp into feature/sse-test 2023-10-09 20:33:16 +03:00
f4336b40f6 inbox-client 2023-10-09 18:30:52 +03:00
Ilya Y
f593d95358
Feature/paste image from buffer (#251)
Editor: Paste images from clipboard
2023-10-09 08:14:58 +03:00
Ilya Y
3d6c6ccbc8
Feature/subscribe settings (#224)
Subscribe settings page
2023-09-18 19:33:22 +03:00
Ilya Y
5eb0856260
Show wrong password message (#213)
Show wrong password message
2023-09-09 15:05:26 +03:00
Ilya Y
6ae2fb07fc
Feature/profile reorganise (#196)
* Profile reorganise
2023-09-01 17:28:50 +03:00
Ilya Y
3b0c3789df
Feature/editor figure refactoring (#165)
New Figure (have delete bug)
2023-08-15 12:38:49 +03:00
Arkadzi Rakouski
b5c8f1d60a
implement table of contents (#146)
* implement table of contents

* refactor by review comments

* refactor by review comments

* lint

* minor fix

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-31 23:43:41 +02:00
Arkadzi Rakouski
d86d5e6028
refactor contextual modals (#141)
* refactor contextual modals

* refactor by review comments

* refactored auth modal header to separate component, lint

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-30 14:31:54 +02:00
Ilya Y
664adfc2dc
refacor video upload (#138)
* refacor video upload

* remove unused imports
2023-07-19 14:00:58 +03:00
Igor Lobanov
9b18587c9e
wait for hydration before url manipulation, minor fixes (#134) 2023-07-18 17:42:34 +02:00
Igor Lobanov
9df0574c4e
added sentry (#133)
* added sentry

* sentry downgrade
2023-07-18 15:33:23 +02:00
Ilya Y
be9fea1265
audio hotfixies (#126)
* - audio hotfixies

* refactoring: audio player

* Update volume control styles

* Artist Data conditional render

* Update composeMediaItems title with remove File Extension

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-18 13:26:32 +02:00
Ilya Y
f86108ba20
add protocol to link without it (#132)
* add protocol to link without it

* refactoing

* refactoring

* refactoring
2023-07-18 13:21:26 +02:00
Ilya Y
c647cf5a75
Allow links in Editor without http/https (#124) 2023-07-17 21:11:14 +02:00
Ilya Y
17e9d7d8ab
Hotfix/player hotfixies (#122)
* proxy audio
* optionalParams in composeMediaItems
2023-07-16 00:51:38 +03:00
Ilya Y
d7184ddc9e
proxy audio (#121) 2023-07-15 09:18:20 +03:00
Ilya Y
cd83807204
Feature/audio upload (#120)
* Audio upload 
* Audio player Article View
2023-07-14 16:06:21 +03:00
Igor Lobanov
cf0c4455f3
upload endpoint moved from vercel to backend (#119) 2023-07-13 15:19:52 +02:00
Igor Lobanov
5d2b944a64
Feature/feed (#118)
* feed pages, feed sidebar, styles cleanup

* my feed page

* Restore feed sidebar style

* Minor fix

* Editor style fixes

* feed sort

* code review

---------

Co-authored-by: kvakazyambra <kvakazyambra@gmail.com>
2023-07-07 18:53:01 +02:00
Ilya Y
9f7d5d04b6
Feature/gallery upload (#117)
* upgrade Swiper
2023-07-02 08:08:42 +03:00
Arkadzi Rakouski
778e8e8c43
Implement auth modal calling on required actions & fix minor ui bugs. (#108)
* fix views & date layout

* handle auth modal calling on required actions & fix minor ui bugs

* fix eslint errors

* refactor auth modals for non sessioned & implement callback triggering after sign in

* refactor handlers with requireAuth
2023-06-14 19:19:30 +02:00
Ilya Y
be53a5dce8
Feature/video upload (#107)
* Add Video Player and Video Uploader
* Remove old video component
2023-06-10 17:10:05 +03:00
Vyacheslav Ananev
cbb254a907
Add Subscribe email validation (#97)
* refactor(AuthModal): move email validator to utils

* refactor(utils/validators): change email validation to regexp

* feat(Subscribe): add email and serve response validation

* refactor(Button): change secondary variant styles

* feat(Subscribe): styling controls

* fix(Subscribe): call email accessor

* fix(Subscribe): button non full width in ios
2023-05-13 18:59:09 +02:00
Igor Lobanov
bd6e014cdf
insert link enter fix (#94)
* floating plus fix, esc fix

* a href="#" -> span
2023-05-12 15:45:31 +02:00
Igor Lobanov
47d14b0a5d
Fix typography feature, scroll top button fix, slugify fix (#93)
* Fix typography feature, scroll top button fix, slugify fix

* build fix, some lint

* refactoring, lint
2023-05-12 15:03:46 +02:00
bniwredyc
01f33413eb main topic select, save topics WiP 2023-05-10 22:20:53 +02:00
bniwredyc
9a1862b575 fixed lint validation, chores, lint, safe lib updates 2023-05-10 01:15:26 +02:00
bniwredyc
961a122279 working publish 2023-05-08 19:29:26 +02:00
bniwredyc
afbaa3791e Merge branch 'editor_float_image' into drafts-2
# Conflicts:
#	src/components/Editor/Editor.tsx
2023-05-07 17:15:30 +02:00
bniwredyc
1f15a1f4e7 Merge branch 'editor_float_image' into drafts-2 2023-05-07 16:29:58 +02:00
bniwredyc
35271ea152 lint, safe lib updates 2023-05-07 15:47:10 +02:00
bniwredyc
a84bc48910 shout save 2023-05-05 22:05:50 +02:00
036b43c528 Add Horizontal Rule action 2023-05-04 15:55:38 +00:00
08cc22b93c Add image by URL, Upload (choose file by button and D&D) 2023-05-04 04:43:52 +00:00
bniwredyc
e6ce826e56 new shout creation flow WIP 2023-05-03 18:26:57 +02:00
bniwredyc
cfb744c0a0 lint 2023-05-01 20:32:32 +02:00
bniwredyc
0c959b80ad lib updates, build fix, unused code deleted 2023-04-30 18:45:59 +02:00
bniwredyc
62399ce138 НMerge branch 'dev' into create-shout-2 2023-04-30 17:40:42 +02:00
ec6f7e0ec6 Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-04-26 02:37:29 +00:00
f19de68568 Show author subscriptions 2023-04-22 14:36:38 +00:00
bniwredyc
11f0a25a96 WIP 2023-04-20 15:58:56 +02:00
bniwredyc
bc2abbc2bd Merge branch 'dev' into editor 2023-04-03 17:23:02 +02:00
bniwredyc
dace7daca8 wait for page to load befor scroll to anchor 2023-04-03 16:22:59 +02:00
bniwredyc
9583ccdc81 collaborative editing (hocuspocus), lib updates, fixes 2023-03-31 01:27:21 +02:00
bniwredyc
5a3560fc12 shout create 2023-03-27 16:45:07 +02:00
Igor
fc3f944a22 Merge branch 'more-gqls' into 'dev'
subs, queries

See merge request discoursio/discoursio-webapp!28
2023-03-23 13:26:34 +00:00
ilya-bkv
c421467f04 [146] handle voting error 2023-03-09 20:01:39 +03:00
ilya-bkv
06e68fca4a [146] resolve conversation 2023-03-09 19:19:28 +03:00
ilya-bkv
4389124912 Comments rating 2023-03-09 15:34:08 +03:00
bniwredyc
9b2cd4be2d likes/dislikes refactoring, who voted popup 2023-03-03 19:26:26 +01:00
bniwredyc
b3b1c48d92 likes dislikes 2023-02-28 18:13:14 +01:00
c8985e6d10 wschats-andn-followers 2023-02-23 17:07:25 +03:00
bniwredyc
f5272383c2 goodbye astro, i18n 2023-02-17 10:21:02 +01:00
63ea0b8d63 Show user followers 2023-02-13 13:48:05 +00:00
bniwredyc
688e302392 snackbar 2023-02-09 23:39:52 +01:00
01187e880f Editable comments 2023-02-07 12:48:45 +00:00
ilya-bkv
2c063df914 resolve conversation 2023-01-31 16:58:28 +03:00
Ilya Y
714c11e591 Social share (#88)
add social sharing and og:meta
2023-01-31 15:47:44 +03:00
Ilya Y
87a99d9e8d
Prosemirror integrate (#86)
Comment Editor
2023-01-26 09:59:43 +03:00
Ilya Y
1977493dcd
Delete reaction (#85)
* Delete reactions
2023-01-20 07:40:55 +03:00
Tony
0b70289195
Prepare inbox (#65)
Chat client - MVP
2022-12-17 06:27:00 +03:00
ilya-bkv
13633d15de linter 2022-12-07 11:53:41 +03:00
ilya-bkv
faca294079 Validation message 2022-12-07 11:37:40 +03:00
0d3a7e5c64 merged 2022-12-03 10:15:13 +03:00
Igor Lobanov
e61181392c home page tops fix, all authors, all topics fixes and more 2022-12-02 16:28:07 +01:00
c5906a2762 mrged-testing 2022-12-02 09:28:05 +03:00
ilya-bkv
c74235182c [WiP] Save settings (buggy backend responce) 2022-12-01 21:07:27 +03:00
ilya-bkv
22ede100e5 Update profile post 2022-12-01 20:16:14 +03:00
38cee93f33 reaction fix 2022-11-29 14:01:23 +03:00
013bdd48d0 sendlink-template-patch 2022-11-27 22:19:06 +03:00
d68cb92462 Merge remote-tracking branch 'origin/prepare-inbox' into testing 2022-11-27 14:02:16 +03:00
d0a165c3f4 media-audio-view 2022-11-27 14:00:44 +03:00
ilya-bkv
ba7395f4b7 Chat list [WiP] 2022-11-27 10:10:04 +03:00
57f1d026da WIP Comments 2022-11-27 00:27:54 +03:00
27514b495c hotixes-2 2022-11-26 04:46:34 +03:00
1a97852efb loadchats-api 2022-11-26 00:47:13 +03:00
54817e506d inbox api fixes 2022-11-25 10:36:45 +03:00
ilya-bkv
b46603c553 Merge remote-tracking branch 'origin/prepare-inbox' into prepare-inbox 2022-11-24 18:39:43 +03:00
e398e6c373 getSession 2022-11-24 17:59:37 +03:00
ilya-bkv
e2679ce6b1 Wip 2022-11-24 15:58:07 +03:00
07f3a65c40 update-api 2022-11-24 12:06:48 +03:00
1054dee23d merged 2022-11-24 11:07:56 +03:00
7a6b028d1b Merge branch 'prepare-inbox' into prepare-comments 2022-11-24 11:04:48 +03:00
ilya-bkv
11cbdd47af Linter fix 2022-11-24 10:11:24 +03:00
ilya-bkv
6a94474732 Resolve Conversation 2022-11-24 09:52:31 +03:00
45526a1823 something 2022-11-23 14:57:14 +03:00
20a368fa6b fixes 2022-11-23 14:34:43 +03:00
ilya-bkv
4ddf3dce53 Merge remote-tracking branch 'origin/dev' into prepare-inbox 2022-11-23 08:20:02 +03:00