Commit graph

7694 commits

Author SHA1 Message Date
ggurdin
46a71d46d8
Merge pull request #224 from pangeachat/only-admins-toggle-spaces
Only admins toggle spaces
2024-05-20 16:53:18 -04:00
ggurdin
0aacd6407c don't add spaceId query parameter if activeSpaceId is null 2024-05-20 16:52:56 -04:00
Kelrap
9a6a58e53c Prevent non-admins of room from toggling class membership 2024-05-20 16:33:33 -04:00
ggurdin
9a11834501
Merge pull request #222 from pangeachat/testing-speech-to-text
ensure speech_to_text endpoint is only called once, round words for p…
2024-05-20 15:24:43 -04:00
ggurdin
4466c64436
Merge pull request #223 from pangeachat/archive-only-show-chats
Archive list only shows chats
2024-05-20 14:38:52 -04:00
ggurdin
8c421d80cc adjusted pangea comments 2024-05-20 14:38:17 -04:00
Kelrap
5f83955544 Archived chats don't show Chat Details or Leave 2024-05-20 14:26:18 -04:00
Kelrap
39c8012137 Archive list does not show spaces/analytics rooms 2024-05-20 13:52:14 -04:00
WilsonLe
6210f743b0 remove excess bot options 2024-05-20 13:22:13 -04:00
ggurdin
f797cdbb4a ensure speech_to_text endpoint is only called once, round words for per minute string, always auto-speech-to-text for audio message toolbar 2024-05-20 12:34:36 -04:00
krille-chan
6599d28676
chore: Follow up new message animation 2024-05-20 18:05:02 +02:00
krille-chan
3d7dbf7ddf
chore: Nicer message animation 2024-05-20 17:25:09 +02:00
krille-chan
b954362104
build: Use matrix sdk main branch 2024-05-20 16:47:17 +02:00
ggurdin
a077cc4f6a button to run IGC manually 2024-05-20 10:09:47 -04:00
krille-chan
6bd9997fe5
build: Try out store inbound group sessions performance fix 2024-05-20 11:32:47 +02:00
Krille-chan
f74f74ab79
Merge pull request #1124 from krille-chan/krille/update-dependencies-to-flutter-3-22
build: Update dependencies to flutter 3.22 but not flutter version yet
2024-05-20 09:54:37 +02:00
krille-chan
421bd245ae
build: Update dependencies to flutter 3.22 but not flutter version yet 2024-05-20 08:45:51 +02:00
Krille-chan
a4e8ffdc7f
Merge pull request #998 from krille-chan/krille/update-record-package
build: Update record package
2024-05-19 14:53:29 +02:00
krille-chan
ff54610e5b
refactor: Use onRoomState stream instead of room.onUpdate to not update on messages but state changes only 2024-05-19 07:52:18 +02:00
ggurdin
e156408a63
Merge pull request #215 from pangeachat/new-group-query-instead-of-path
New group uses query to store space ID
2024-05-17 16:38:02 -04:00
ggurdin
c88970d859 removed unused comments 2024-05-17 16:37:39 -04:00
Kelrap
b2166906c3 Use query parameter to autoselect class 2024-05-17 16:26:04 -04:00
ggurdin
c0a56a3ee6
Merge pull request #219 from pangeachat/limit-name-length
Limit name length
2024-05-17 16:02:45 -04:00
ggurdin
31c128f329
Merge pull request #216 from pangeachat/only-admin-remove-room-from-space
Only admins can remove a room from a space
2024-05-17 15:54:28 -04:00
Kelrap
d247abb320
Limited edited class name length to 32 2024-05-17 15:46:27 -04:00
Kelrap
09f26fb91f
Limit display name length to 32 2024-05-17 15:45:14 -04:00
Kelrap
f84e92d9d0
limit new space name length to 32 2024-05-17 15:43:36 -04:00
Kelrap
c03ca24efe
limit new group name length to 32 2024-05-17 15:42:37 -04:00
ggurdin
aa51416808
Merge pull request #217 from pangeachat/only-edit-text
Non-text messages cannot be edited
2024-05-17 14:47:01 -04:00
Kelrap
c74b2c290a Non-text messages cannot be edited 2024-05-17 14:35:21 -04:00
Kelrap
f27c5981e8 Checks the user is member of room and admin before showing option to remove room from space 2024-05-17 14:06:22 -04:00
Kelrap
19809a6f2d When a user creates a new group from inside a class, the space ID will be stored via query 2024-05-17 12:10:36 -04:00
krille-chan
06b2e6c14f
Revert "build: Use core24 for snapcraft"
This reverts commit fb1059b1a3.
2024-05-17 17:46:44 +02:00
krille-chan
fb1059b1a3
build: Use core24 for snapcraft 2024-05-17 17:40:08 +02:00
ggurdin
7e7c8810c8
Merge pull request #210 from pangeachat/hide-subtitle-redactions
Fixed bug where redacted messages sometimes showed in chat subtitle
2024-05-17 09:04:27 -04:00
Krille-chan
e0549b92a8
Merge pull request #1117 from krille-chan/dependabot/bundler/ios/rexml-3.2.8
build(deps): bump rexml from 3.2.5 to 3.2.8 in /ios
2024-05-17 09:02:22 +02:00
dependabot[bot]
bf9f4764e6
build(deps): bump rexml from 3.2.5 to 3.2.8 in /ios
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 20:50:51 +00:00
Kelrap
0b0d40c13e Fixed bug where redacted messages sometimes showed in chat subtitle 2024-05-16 16:24:09 -04:00
ggurdin
56682cedbf
Merge pull request #209 from pangeachat/analytics-updates
fix for error with msg events with multiple of the same type of pange…
2024-05-16 14:46:52 -04:00
ggurdin
d5fc7b5e78 fix for error with msg events with multiple of the same type of pangea match only showing the first instance 2024-05-16 14:46:08 -04:00
WilsonLe
c7c0634792 temporarily remove schedule and specific reaction 2024-05-16 14:17:51 -04:00
WilsonLe
a847389620 add trigger and reaction input 2024-05-16 13:35:06 -04:00
WilsonLe
8c19eb25dd add discussion topic and keywords input 2024-05-16 11:25:31 -04:00
ggurdin
c0c0a9c6a8
Merge pull request #206 from pangeachat/learning-settings-icon
Updated My Learning Settings icon in chat settings menu
2024-05-16 10:20:57 -04:00
ggurdin
40af297bca Merge branch 'main' into learning-settings-icon 2024-05-16 10:20:32 -04:00
ggurdin
4b9065b402
Merge pull request #192 from pangeachat/analytics-rooms
ensure that users' analytics rooms are consistently made for users an…
2024-05-16 10:18:56 -04:00
ggurdin
ba72857114 merge conflicts 2024-05-16 10:15:22 -04:00
ggurdin
dc46857fb9
Merge pull request #207 from pangeachat/usability-5-14
load accurate number for num chats in space
2024-05-16 10:10:26 -04:00
ggurdin
e03beac866 Merge branch 'main' into usability-5-14 2024-05-16 10:09:47 -04:00
ggurdin
ed1a483184 load accuracte number for num chats in space 2024-05-16 10:08:17 -04:00