Max
1e6a74b8ce
feat(frontend): observe posts ( #8293 )
...
* After creating the post, the author of it automatically observes it to get notifications when there are interactions
* a user that comments a post, automatically observes that post to get notifications when there are more interactions on that post
* mutation that switches the state of the obeservation of a post on and off
* remove duplicate code
* fix unit tests
* add metric observed users count to posts
* change naming
* Add follow post entry to post menu
* Add FollowButton (WIP), show unfollow in menu when already followed
* Follow/unfollow post => observe
* Update slashed bell
* Add requests to observe/unobserve posts
* Add ObserveButton functionality
* Rename isObservedByMe
* Add observingUsersCount; simplify ObserveButton and menu entries
* Fix locales
* Add snapshot test for ObserveButton (WIP)
* Remove empty routes push
* Add test for ObserveButton
* Add test for ContentMenu, improve ObserveButton test
* Remove unneeded fields from PostQuery
---------
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2025-04-04 11:54:43 +00:00
mahula
29f06211d7
remove reported unused locale keys
2024-03-12 08:44:49 +01:00
Moriz Wahl
6161ae2853
normalize spanish locale
2024-03-05 16:50:23 +01:00
Wolfgang Huß
9d9b325d43
Add 'Map' entry to user menu
2024-01-24 15:05:01 +01:00
Wolfgang Huß
3afa99e116
Change menu tool tip 'Show map' to 'Map' and rename identifier from 'map.button.tooltip' to 'header.map.tooltip'
2024-01-24 14:55:02 +01:00
Wolfgang Huß
c90d5b7edb
Change menu tool tip 'Show groups' to 'Groups' and rename identifier from 'group.button.tooltip' to 'header.groups.tooltip'
2024-01-24 14:50:52 +01:00
Wolfgang Huß
47305320d6
Change menu tooltip 'My notifications' to 'Notifications' and rename identifier from 'notifications.headerMenuButton.tooltip' to 'header.notifications.tooltip'
2024-01-24 14:32:03 +01:00
Wolfgang Huß
51e663e0a6
Change menu tooltip 'My chats' to 'Chats' and rename identifier from 'header.chat.tooltip' to 'header.chats.tooltip'
2024-01-24 13:54:57 +01:00
Wolfgang Huß
507ca96429
Revert partly "Auxiliary commit to revert individual files from 73d66e261e37bab55b17556c666169821c5f9cf5"
...
This reverts commit 4770032556f76f392592c09a9cde37f32bf79b14.
2024-01-24 13:28:59 +01:00
Wolfgang Huß
4090a8b6b3
Split locales entry 'notifications.pageLink' by adding a 'header.avatarMenu.notifications' entry to have them seperated
2024-01-24 13:25:56 +01:00
Wolfgang Huß
6f4c6c2fd6
Add 'Chats' entry to user menu
2024-01-24 12:18:01 +01:00
Wolfgang Huß
73d66e261e
Change user menu entry 'All notifications' to 'Notifications'
2024-01-24 11:58:25 +01:00
Wolfgang Huß
1cc60cd154
Change text for chat room search to 'Filter chat rooms'
2023-07-18 12:23:09 +02:00
mahula
691fa9b744
add key pendingMember to locales
2023-03-13 13:52:47 +01:00
Wolfgang Huß
b398eabf47
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into feature/mark-all-notification-as-read
...
# Conflicts:
# webapp/locales/it.json
2022-11-16 11:45:19 +01:00
Wolfgang Huß
330bdd4df5
Implement join/leave button on group profile
2022-09-12 20:00:48 +02:00
Wolfgang Huß
c6b9cfac67
Implement group members count on group profile
...
- Rename 'Hc*' components to '*'.
2022-09-12 11:56:00 +02:00
Wolfgang Huß
621b1a0ba0
Implement members list on group profile
2022-09-12 09:44:23 +02:00
Wolfgang Huß
a9c52bfcae
Renamed 'AvatarUploader' property from 'user' to 'profile'
...
- Rename several CSS.
2022-08-29 13:03:43 +02:00
ogerly
f4a746aa38
add all locales, set text in plural
2022-07-19 12:14:30 +02:00
Wolfgang Huß
5abbf22b43
Implement 'inviteCode' and 'nonce' lengths via 'registration.js' in backend and webapp
2022-06-23 17:44:59 +02:00
Wolfgang Huß
621b3f5e8d
Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 4265-move-sort-newsfeed-menu-into-filter-menu
2021-06-14 15:16:00 +02:00
Wolfgang Huß
1bd4af6fd3
Implement flexible page footer links
2021-06-02 20:18:11 +02:00
Wolfgang Huß
da951c6fb6
Clean up
2021-05-06 16:37:31 +02:00
Wolfgang Huß
245be52ac8
Translate order by
...
- Cleanup the store.
- Fix tests.
2021-04-12 15:54:56 +02:00
Wolfgang Huß
fbbc9c9325
Merge pull request #4316 from Ocelot-Social-Community/4260-remove-more-info-on-post
...
feat: 🍰 Remove More-Info Of Post
2021-04-07 09:24:49 +02:00
Wolfgang Huß
3398d3b373
Cleanup locales
2021-03-30 04:51:45 +02:00
Wolfgang Huß
e00de176e2
Cleanup in general
2021-03-30 04:51:45 +02:00
Wolfgang Huß
3fa7e04d48
Delete unnecessary code
2021-03-30 04:51:44 +02:00
Wolfgang Huß
3d8fe39cbe
Fix non standard locales
2021-03-30 04:51:44 +02:00
Wolfgang Huß
02fa718fae
Remove more-info of post
...
- Additionally remove take-action.
2021-03-29 15:16:05 +02:00
Wolfgang Huß
8a2f80e619
Fix locales json
2021-03-03 15:01:53 +01:00
Wolfgang Huß
f7710be95c
Remove mutation 'SignupByInvitation'
2021-03-03 13:54:47 +01:00
Moriz Wahl
f1346b595a
Merge pull request #3928 from Ocelot-Social-Community/allow-only-supported-file-formats
...
feat: 🍰 Allow Only Supported Image File Formats
2021-02-04 15:22:02 +01:00
Wolfgang Huß
a94d7188be
Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into feature/mark-all-notification-as-read-test
2020-11-12 15:37:38 +01:00
Moriz Wahl
bd962bbfcc
merging rebranding branch from /
2020-11-10 10:28:20 +01:00
Wolfgang Huß
66f1758c2d
Add German language
...
- Correct some spacing and punctuation.
2020-11-03 15:10:20 +01:00
Ademílson F. Tonato
cc99e27fd4
refactor: updating locales in alphabetical order
2020-10-27 19:44:28 +00:00
dasari810
df4347f07c
added translations for text
2020-10-26 19:13:51 +05:30
Ademílson F. Tonato
e37fb535dc
feat: add translations for notifications label (mark all as read)
2020-10-24 11:54:52 +01:00
roschaefer
650b3cef43
Remove "Human Connection" from translations
2020-06-16 14:19:07 +02:00
roschaefer
77b031083e
Make four static pages
...
* imprint
* data privacy
* terms of service
* code of conduct
2020-06-15 14:08:45 +02:00
roschaefer
36679da84d
refactor: Avoid html in translation files
...
I removed it. We cannot parameterize localizations with absolute urls
properly.
2020-06-05 18:13:07 +02:00
roschaefer
193f977863
fix: Remove broken moreInfoURL
...
The links specified in the locales were pointing to the English site and
were mostly broken anyways.
2020-06-05 17:19:58 +02:00
roschaefer
4ea0d653c4
Remove inappropriate picture help link
...
This link is helpful but points to Human Connection, so unfortunately I
have to remove it.
2020-06-05 17:00:15 +02:00
mattwr18
771fe49da6
chore: Fix locales sorting
2020-03-25 11:02:28 +01:00
mattwr18
0f03d09723
refactor: Extract FollowingFilter as own component
...
Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-03-25 11:02:28 +01:00
Alina Beck
1ffde6bf10
refactor: CategoriesFilter to not use ds-flex
...
Co-authored-by: mattwr18 <mattwr18@gmail.com>
- introduce LabeledButton component
- rename FilterMenu to HashtagsFilter and FilterPosts to FilterMenu
2020-03-25 11:02:00 +01:00
Mogge
f17cf9db14
Merge branch 'master' into lokalise-2020-02-19_20-53-55
2020-03-02 23:14:57 +01:00
ogerly
6472cec0c6
terms-and-condition: the point -no political use - added
2020-02-22 14:38:32 +01:00