2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 13:20:11 +02:00
Commit Graph

57 Commits

Author SHA1 Message Date
Divlo
91a87199c4
feat: edit/delete a Message (#30)
Co-authored-by: Walidoux <ma.walidkorchi@icloud.com>
2022-08-29 21:24:38 +02:00
Divlo
38e227a9d4
feat: add button to sign out to all connected devices 2022-08-29 20:15:47 +02:00
Divlo
c4bb7c9b17
fix: remove the error/success icons in <FormState /> 2022-08-29 20:04:24 +02:00
Divlo
88f1cedcdc
fix: signout even when api is not available 2022-08-29 19:58:50 +02:00
Divlo
c75dc80f82
feat: update API to v1.2.0 2022-08-29 19:55:16 +02:00
Divlo
351834633f
refactor: usage of useForm hook from react-component-form 2022-08-28 18:26:56 +02:00
semantic-release-bot
7c01246028
chore(release): 1.1.1 [skip ci] 2022-08-24 15:28:48 +00:00
Divlo
ad64f1c571
perf: optimize load of pagination items with caching 2022-08-24 17:22:55 +02:00
Divlo
19fc29ad47
fix: link (<a>) in messages not styled 2022-08-23 22:01:43 +02:00
Divlo
7ad3d226dc
chore: remove jest -> cypress for unit tests 2022-08-23 21:51:20 +02:00
Divlo
d8cedd7b77
chore: enable again html-w3c-validator 2022-07-12 20:47:22 +02:00
semantic-release-bot
177676e180
chore(release): 1.1.0 [skip ci] 2022-06-29 04:58:08 +00:00
Divlo
db4ab7cf6f
test(e2e): remove usage of @nextStaticAndImages intercept 2022-06-29 06:50:35 +02:00
Divlo
8f9ff8de07
build(deps): downgrade axios to 0.26.1 2022-06-29 06:33:11 +02:00
Divlo
21ee6f1d66
fix: autoscroll the user when posting a message even if is not at bottom 2022-06-29 06:23:23 +02:00
Divlo
10b1e568d2
feat: update API to v1.1.0 2022-06-29 06:18:23 +02:00
Divlo
1882073973
build(deps): update latest 2022-06-29 06:01:15 +02:00
Divlo
567829fa3a
fix: user website should open link in a new tab 2022-05-12 20:54:50 +02:00
Divlo
c0e2c547ef
feat: add Syntax Highlighting for Messages
closes #18
2022-05-12 20:49:20 +02:00
Divlo
f555e406ef
build(deps): update latest 2022-05-12 20:35:46 +02:00
Walid
4cd817bb01
feat: add indicator for the owner of the guild (#29) 2022-04-10 18:47:21 +02:00
Divlo
41e9162454
Merge branch 'master' into develop 2022-04-09 17:26:53 +02:00
semantic-release-bot
ff2decc894
chore(release): 1.0.3 [skip ci] 2022-04-09 15:25:22 +00:00
Divlo
d44a401348
fix: correctly set icon for Twitter metadata 2022-04-09 17:24:00 +02:00
Walid
cb2ddbf661
feat: confirm popup for guild/channel deletion (#27) 2022-04-09 13:48:48 +02:00
semantic-release-bot
25261b54ef
chore(release): 1.0.2 [skip ci] 2022-04-09 09:46:12 +00:00
Divlo
0028974c3b
fix: improve responsive for UserProfile 2022-04-09 11:44:14 +02:00
Divlo
4141f1eeab
fix: improve title translation 2022-04-09 11:33:28 +02:00
Divlo
5ef8f18060
fix: only allow to swipe left if there is a right sidebar 2022-04-09 11:10:34 +02:00
Divlo
8bb4ef8b54
fix: improve error message for channel deletion 2022-04-09 11:09:51 +02:00
semantic-release-bot
32f2edd7fc
chore(release): 1.0.1 [skip ci] 2022-04-08 23:12:58 +00:00
Divlo
4799acbc29
fix: update API to v1.0.1 2022-04-09 01:09:53 +02:00
Divlo
0d6aa0a78f
fix: missing translation for "Create a channel" 2022-04-09 01:03:15 +02:00
semantic-release-bot
4f9d843733
chore(release): 1.0.0 [skip ci] 2022-04-08 20:40:12 +00:00
Divlo
23ac46bcf1
chore: configure correctly semantic-release 2022-04-08 21:44:02 +02:00
Divlo
6a0ac531ba
build(deps): add @semantic-release/git 2022-04-08 21:34:48 +02:00
Divlo
313cfeeb36
fix: file upload and OAuth2 (#26) 2022-04-08 20:59:04 +02:00
Divlo
a64325f5b8
fix: improve overall rendering v3 (#25)
Follow-up of #15

Co-authored-by: Walidoux <ma.walidkorchi@icloud.com>
2022-04-07 16:54:05 +02:00
d2b0e8831c
fix(components): change sidebar behaviour 2022-03-21 21:42:11 +01:00
Divlo
fdc754fcf5
chore: remove uneeded icons svg 2022-03-21 16:12:22 +01:00
Divlo
859efa4dad
fix: add missing translation 2022-03-16 14:04:19 +01:00
Divlo
c595d42313
feat: add OAuth2 authentication (#16) 2022-03-16 12:18:09 +01:00
Divlo
8f74263daa
fix: improve overall rendering v2 (#15)
Follow-up of #10

Co-authored-by: Walidoux <ma.walidkorchi@icloud.com>
2022-03-16 11:25:44 +01:00
Divlo
780788d682
feat: add guilds and channels CRUD (#14) 2022-03-05 18:22:30 +01:00
Divlo
9f56a10305
build(deps-dev): bump eslint-config-conventions to 1.1.0 2022-02-20 15:39:18 +01:00
Divlo
7ac4f86cd5
feat: interact with user settings/profile (#9) 2022-02-19 23:20:33 +01:00
Walid
48debe8638
fix: improve overall rendering (#10) 2022-02-09 23:27:54 +01:00
Walid
ee73885fe9
feat: add user profile page (#6) 2022-01-14 23:15:51 +01:00
Divlo
9229131c1a
feat: add realtime with socket.io 2022-01-13 18:21:45 +01:00
Divlo
5c03a9b944
feat: add support for files and math for messages (#5) 2022-01-07 21:21:38 +01:00