| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Better styling for client-side validation. Add I18n for validation errors. | raeno | 2018-12-05 |
| | | |||
| * | Add client validation for registration form | raeno | 2018-12-05 |
| | | | | | * also extract registration logic to users.js module | ||
| * | Move login to oauth. | Roger Braun | 2018-10-26 |
| | | |||
| * | Update users.js | Dingdreher | 2018-09-03 |
| | | |||
| * | Pass user id to fetchFriends | meireikei | 2018-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 Jameson | 2018-08-21 |
| | | | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525. | ||
| * | Drop the entire thing about hidden "own" timeline since it doesn't necessarily | Henry Jameson | 2018-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 notifications | Henry Jameson | 2018-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 cards | Henry Jameson | 2018-07-06 |
| | | | |||
| | * | working, somewhat | Henry Jameson | 2018-07-06 |
| | | | |||
| * | | added workaround for broken favorites | Henry Jameson | 2018-08-16 |
| |/ | |||
| * | Move chat to own module. | Roger Braun | 2017-12-05 |
| | | |||
| * | Basic frontend changes for chat. | Roger Braun | 2017-12-04 |
| | | |||
| * | Use state object for user view instead of timeline. | eal | 2017-11-14 |
| | | | | | Also fetch user if not in the state already. | ||
| * | moved notification asking from page load to login event. Added image in | Henry Jameson | 2017-11-13 |
| | | | | | notifications support (doesn't work for native KDE notifications for me tho) | ||
| * | Try logging in with the existing cookie. | Roger Braun | 2017-09-02 |
| | | |||
| * | Add logout button. | Roger Braun | 2017-07-02 |
| | | |||
| * | Update existing currentusers if there is one. | Roger Braun | 2017-04-16 |
| | | |||
| * | Merge branch 'feature/failed-login-error' into 'develop' | Shpuld Shpuldson | 2017-03-08 |
| |\ | | | | | | | | | Visual feedback on failed login See merge request !49 | ||
| | * | Fix typo | wakarimasen | 2017-03-08 |
| | | | |||
| | * | Give more specific reason for failed login | wakarimasen | 2017-03-08 |
| | | | |||
| | * | Show visual feedback on login error, redirect on success | wakarimasen | 2017-03-08 |
| | | | |||
| * | | Use user cache in users module. | Roger Braun | 2017-03-08 |
| | | | |||
| * | | Use cache to quickly access users. | Roger Braun | 2017-03-08 |
| |/ | |||
| * | Grab mutes from server on patched servers. | Roger Braun | 2017-02-20 |
| | | |||
| * | Be strict about putting changes in mutations. | Roger Braun | 2017-02-16 |
| | | |||
| * | Fetch Public and TWKN timelines when viewed. | Roger Braun | 2017-02-16 |
| | | |||
| * | Add muting to statuses. | Roger Braun | 2017-02-14 |
| | | |||
| * | Add users muting. | Roger Braun | 2017-02-13 |
| | | |||
| * | Also add retweeted users to user store. | Roger Braun | 2016-12-08 |
| | | |||
| * | Add basic user profiles. | Roger Braun | 2016-11-30 |
| | | |||
| * | Add friend list fetching. | Roger Braun | 2016-11-30 |
| | | |||
| * | Add users repository in users module. | Roger Braun | 2016-11-30 |
| | | |||
| * | remove apiService from users module | Roger Braun | 2016-11-26 |
| | | |||
| * | Move some interactions to the backendInteractor | Roger Braun | 2016-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 Braun | 2016-10-30 |
| | | |||
| * | Go to friends timeline on login. | Roger Braun | 2016-10-30 |
| | | |||
| * | Start fetching. | Roger Braun | 2016-10-28 |
| | | |||
| * | Update modules. | Roger Braun | 2016-10-27 |
