aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
...
* Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop'lambda2019-01-29
|\ | | | | | | | | | | | | fix #288 - Don't connect WS when chat is disabled Closes #288 See merge request pleroma/pleroma-fe!492
| * Connect only after-store instead of when user gets tokenshpuld2019-01-29
| |
* | Fix TypeError crash when using url of an invalid usershpuld2019-01-29
|/
* Make userByName case-insensitiveshpuld2019-01-28
|
* removing unnecessary conversions since it should already be converted in ↵Henry Jameson2019-01-17
| | | | normalizer
* some consistencyHenry Jameson2019-01-17
|
* fix login and favorites tab...Henry Jameson2019-01-17
|
* notifications now also undergo some parsing, hypothetically could use MastoAPIHenry Jameson2019-01-14
| | | | notifications, maybe.
* Fix profiles without statuses not loadingShpuld Shpludson2018-12-31
|
* Merge branch 'improve_push' into 'develop'HJ2018-12-26
|\ | | | | | | | | | | | | Improve web push notifications Closes #231 See merge request pleroma/pleroma-fe!438
| * improve web push notificationsEgor Kislitsyn2018-12-25
| |
* | User Card Content fixes and updatesHJ2018-12-26
|/
* small refactor, added push unsub notice for BEHenry Jameson2018-12-25
|
* simplified some code, made it possible to unregister serviceworker altogetherHenry Jameson2018-12-20
|
* no more "broken favorite"Henry Jameson2018-12-19
|
* Merge remote-tracking branch 'upstream/develop' into user-profile-overhaultHenry Jameson2018-12-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix style Add a way to get new captcha on click Fix style Separate captcha into the backendInteractor more visual fixes changed bottom-shadow hiding method to be more compatible with overflow small fix for overflowing tab-switcher Support disabling captcha Base support for CAPTCHA (kocaptcha)
| * Separate captcha into the backendInteractorEkaterina Vaartis2018-12-16
| |
* | Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
|/ | | | belongs. Changed display of profile to single panel with tabs.
* Merge remote-tracking branch 'upstream/develop' into fix_empty_profilesHenry Jameson2018-12-13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (121 commits) improve notification subscription Fix typo that prevented scope copy from working. added check for activatePanel is function or not addressed PR comments activate panel on user screen click added not preload check so hidden toggles asap removed counters from left panel added router-links to all relavent links added activatePanel onclick for timeago button added PR comments add checkbox to disable web push removed brackets from condition resolved lint issue renamed config to preload images and add ident to config added config for preload and made attachment responsive to it preload nsfw image fix fixed wrong height for selects better layouting for import-export, error display fixes added keep-colors option ...
| * Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into ↵Egor Kislitsyn2018-12-13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock
| * | improve notification subscriptionEgor Kislitsyn2018-12-13
| | |
| * | fix race conditionEgor Kislitsyn2018-12-10
| | |
| * | second attempt to add subscribe module and fix race conditionEgor Kislitsyn2018-12-07
| | |
| * | Revert "add subscribe module and fix race condition"Egor Kislitsyn2018-12-07
| | | | | | | | | | | | This reverts commit 07f1b8523eddd596d154e68561a389d6b9742d95.
| * | add subscribe module and fix race conditionEgor Kislitsyn2018-12-07
| | |
| * | improve web push notificationsEgor Kislitsyn2018-12-07
| | |
| * | add service worker and push notificationsEgor Kislitsyn2018-12-06
| | |
* | | Fix fetching new users, add storing local users in usersObjects with theirHenry Jameson2018-12-13
| |/ |/| | | | | | | screen_name as well as id, so that they could be fetched zero-state with screen-name link.
* | Get rid of mutation_types file, use inline approach. Minor fixesraeno2018-12-05
| |
* | Better styling for client-side validation. Add I18n for validation errors.raeno2018-12-05
| |
* | Add client validation for registration formraeno2018-12-05
|/ | | | * also extract registration logic to users.js module
* Move login to oauth.Roger Braun2018-10-26
|
* Update users.jsDingdreher2018-09-03
|
* Pass user id to fetchFriendsmeireikei2018-08-31
| | | | | It looks like the API that fetchFriends expects was changed, to require an ID.
* Revert "Drop the entire thing about hidden "own" timeline since it doesn't ↵Henry Jameson2018-08-21
| | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525.
* Drop the entire thing about hidden "own" timeline since it doesn't necessarilyHenry Jameson2018-08-20
| | | | | | contain all of the users posts (it doesn't contain DMs) even though it's "us". Since this is a workaround anyway just fetch home timeline instead. It could end up making more queries if user doesn't post that often.
* Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (26 commits) Update status.vue Update retweet_button.js Update retweet_button.vue Use serverside html rendering in usernames and bios if available. Update status.vue Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into 'develop'" Hide all status actions if not logged in hopefully, fix linter Fixes broken custom emoji in autocomplete when proxying to remote BE Made it so that unfocused tab doesn't autostream posts when scrolled to the top Remove trailing whitespace Textarea is now focused when replying the missing piece for invites system Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme switcher select now has styled options that show preview of what theme's bg/fg colors are fixed lint cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling added ability to pick the style of highlighting post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309 notifs fix maybe i should actually add myself to contributors list? ...
| * both bugs fixed. it's reactive and no more conflicting cardsHenry Jameson2018-07-06
| |
| * working, somewhatHenry Jameson2018-07-06
| |
* | added workaround for broken favoritesHenry Jameson2018-08-16
|/
* Move chat to own module.Roger Braun2017-12-05
|
* Basic frontend changes for chat.Roger Braun2017-12-04
|
* Use state object for user view instead of timeline.eal2017-11-14
| | | | Also fetch user if not in the state already.
* moved notification asking from page load to login event. Added image inHenry Jameson2017-11-13
| | | | notifications support (doesn't work for native KDE notifications for me tho)
* Try logging in with the existing cookie.Roger Braun2017-09-02
|
* Add logout button.Roger Braun2017-07-02
|
* Update existing currentusers if there is one.Roger Braun2017-04-16
|
* Merge branch 'feature/failed-login-error' into 'develop' Shpuld Shpuldson2017-03-08
|\ | | | | | | | | Visual feedback on failed login See merge request !49
| * Fix typowakarimasen2017-03-08
| |
| * Give more specific reason for failed loginwakarimasen2017-03-08
| |