Wykres commitów

34 Commity (11f437135a349c2993656302711526660084ae46)

Autor SHA1 Wiadomość Data
Tobias Speicher 11f437135a
Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24 16:17:46 +01:00
Robin Appelman 0b536bd831 show profile numbers inline instead of next to the name and avatar
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-22 14:38:55 +02:00
Cyrille Bollu f0970a19d8 FIX: Uses computed properties rather than methods for the account mixins.
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13 23:54:14 +02:00
Cyrille Bollu 11f129a30c REFACTORING: Adds account-related mixins to avoid code duplication
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2020-10-13 23:51:39 +02:00
Robin Appelman 6158665a33 use prefered username as fallback if no account name is provided
instead of falling back directly to the full account id (@userid@example.com) use the prefered username if available

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-12 17:48:36 +02:00
Robin Appelman 2ef6613857 migrate away from depricated OC.generateUrl
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-12 17:03:49 +02:00
Jonas Sulzer e4194be71b 👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud namespace versions && update the AppNavigation to the work with the new component
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-06-19 13:47:03 -01:00
Cyrille Bollu c82befe38b FIX: Uses only local part of account's uid when an un-authenticated user clicks
on a profile's follow button.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-10-04 15:08:03 +02:00
Cyrille Bollu 2f7683a0ae FIX: Show the account avatar when displaying a user profile to an unauthenticated user.
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-09-19 10:45:44 +02:00
Maxence Lange c21cb5e2ba fixing imports
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-09 13:16:40 -01:00
Cyrille Bollu abb87325e6 Wraps profile-info-sections (posts/following/followers) when space is short
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-08-22 09:24:32 +02:00
Julius Härtl 238c422241
Use individual imports
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-26 21:10:12 +01:00
Julius Härtl bc542a613f
Implement following a remote from the public pages
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20 20:58:32 +01:00
Julius Härtl 3b44c45304
Always use @ infront of account id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-11 10:50:40 +01:00
Julius Härtl d5f8ac27c9
Adjust eslint rules
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09 15:59:59 +01:00
Julius Härtl 0694366ba5
Fix eslint call
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-09 15:51:22 +01:00
Julius Härtl 6afde12932
Move follow/unfollow to store and rework account store handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-03 10:01:03 +01:00
Julius Härtl c9fe80865b
Fix frontend for public profiles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20 11:07:49 +01:00
Jan-Christoph Borchardt 1d9d24619d
Merge pull request #138 from nextcloud-gmbh/bugfix/130/remove-avatar-tooltips
Remove avatar tooltips, since the name is always displayed besides it
2018-12-05 12:36:58 +01:00
Julius Härtl 00c154591d
Remove avatar tooltips, since the name is always displayed besides it (fixes #130)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05 11:26:39 +01:00
Julius Härtl 8184dbd705
Hide follow actions for own account
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05 09:48:02 +01:00
Jan-Christoph Borchardt 318069caa2
Fix capitalization of profile page tabs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-04 17:03:46 +01:00
Julius Härtl c45cfe6b49
Merge pull request #103 from nextcloud-gmbh/bugfix/96/accessibility
Keyboard accessibility for emoji picker and profile tabs
2018-12-03 16:14:37 +01:00
Julius Härtl d8b15e4bb1
Fix tab index indication on profile page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 12:39:18 +01:00
Julius Härtl 31b6606b08
Add follow button to profile page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:41:04 +01:00
Julius Härtl 1ad1dd0461
Fetch followers/following list on profile view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:41:04 +01:00
Julius Härtl 38c879ddc3
Use serverData mixin
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 13:59:51 +01:00
Julius Härtl 0044b5b8ba
Add user list component
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28 21:24:32 +01:00
Julius Härtl 8343cff4c4
Fix navigation in profile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-22 16:11:08 +01:00
Jan-Christoph Borchardt eed877e857
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-14 12:22:55 +01:00
Julius Härtl f7ed53a5fb
Add proper eslint settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-26 10:33:27 +02:00
Julius Härtl ffa5590c40
Add active state to profile tabs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23 22:12:29 +02:00
Julius Härtl 7cfede671c
Add profile sub routes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23 22:12:29 +02:00
Julius Härtl 29e34e8fea
Add basic routing and profile info page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23 22:12:28 +02:00