aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
* 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
| |
| * Show visual feedback on login error, redirect on successwakarimasen2017-03-08
| |
* | Use user cache in users module.Roger Braun2017-03-08
| |
* | Use cache to quickly access users.Roger Braun2017-03-08
|/
* Grab mutes from server on patched servers.Roger Braun2017-02-20
|
* Be strict about putting changes in mutations.Roger Braun2017-02-16
|
* Fetch Public and TWKN timelines when viewed.Roger Braun2017-02-16
|
* Add muting to statuses.Roger Braun2017-02-14
|
* Add users muting.Roger Braun2017-02-13
|
* Also add retweeted users to user store.Roger Braun2016-12-08
|
* Add basic user profiles.Roger Braun2016-11-30
|
* Add friend list fetching.Roger Braun2016-11-30
|
* Add users repository in users module.Roger Braun2016-11-30
|
* remove apiService from users moduleRoger Braun2016-11-26
|
* Move some interactions to the backendInteractorRoger Braun2016-11-26
| | | | | The idea is that all interactions should move there, so components don't have to pass around credentials all the time.
* Add favorite-button.Roger Braun2016-10-30
|
* Go to friends timeline on login.Roger Braun2016-10-30
|
* Start fetching.Roger Braun2016-10-28
|
* Update modules.Roger Braun2016-10-27