| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'mastoapi/user-stuff' into 'develop' | HJ | 2019-03-15 |
| |\ | | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655 | ||
| | * | fix flake id users not fetching correctly | Henry Jameson | 2019-03-14 |
| | | | |||
| | * | fix console error | Henry Jameson | 2019-03-14 |
| | | | |||
| | * | レインせんぱいにサンキュー | Henry Jameson | 2019-03-12 |
| | | | |||
| | * | instead of filtering nulls, let's just not have them in the first place | Henry Jameson | 2019-03-11 |
| | | | |||
| | * | fixed tests, review fixes, now storing local users with downcase screen name for | Henry Jameson | 2019-03-11 |
| | | | | | | | | | better compatibility | ||
| | * | revert some stuff, turns out it's actually breaking. Fixed some local user ↵ | Henry Jameson | 2019-03-09 |
| | | | | | | | | | things | ||
| | * | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna | Henry Jameson | 2019-03-08 |
| | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD | ||
| | * | Partially transitioned user data to MastoAPI. Added support for fetching | Henry Jameson | 2019-03-08 |
| | | | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs | ||
| * | | Only connect to chat when authenticating in the first place | slice | 2019-03-10 |
| |/ | | | | | To avoid duplication of the connection, the chat socket is destroyed upon logging out. | ||
| * | Merge branch 'issue-392-other-user-stale-data' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ | | | | | | | | | | | | | #392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625 | ||
| | * | #392: clean up notification stopping section | dave | 2019-03-01 |
| | | | |||
| | * | #392: stale data served to new user account | dave | 2019-02-28 |
| | | | |||
| * | | Rewrite FollowList using hocs | taehoon | 2019-02-28 |
| | | | |||
| * | | Clean up addFollowers action | taehoon | 2019-02-28 |
| | | | |||
| * | | Show error message when visit profile page of invalid user | taehoon | 2019-02-26 |
| |/ | |||
| * | Just save blocks/mutes instead of adding | taehoon | 2019-02-20 |
| | | |||
| * | Set blockIds and muteIds to the currentUser state only | taehoon | 2019-02-20 |
| | | |||
| * | Add mutes tab | taehoon | 2019-02-20 |
| | | |||
| * | Remove pagination support from block-list | taehoon | 2019-02-20 |
| | | |||
| * | Complete functionality of BlockCard | taehoon | 2019-02-20 |
| | | |||
| * | Wire up ui to real blocks api data | taehoon | 2019-02-20 |
| | | |||
| * | #364: update ap_id error with username | dave | 2019-02-19 |
| | | |||
| * | Code refactoring | Edijs | 2019-02-07 |
| | | |||
| * | follows/followers pagination ready for review | shpuld | 2019-02-02 |
| | | |||
| * | initial draft for follows/following pagination | shpuld | 2019-01-31 |
| | | |||
| * | Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop' | lambda | 2019-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 token | shpuld | 2019-01-29 |
| | | | |||
| * | | Fix TypeError crash when using url of an invalid user | shpuld | 2019-01-29 |
| |/ | |||
| * | Make userByName case-insensitive | shpuld | 2019-01-28 |
| | | |||
| * | removing unnecessary conversions since it should already be converted in ↵ | Henry Jameson | 2019-01-17 |
| | | | | | normalizer | ||
| * | some consistency | Henry Jameson | 2019-01-17 |
| | | |||
| * | fix login and favorites tab... | Henry Jameson | 2019-01-17 |
| | | |||
| * | notifications now also undergo some parsing, hypothetically could use MastoAPI | Henry Jameson | 2019-01-14 |
| | | | | | notifications, maybe. | ||
| * | Fix profiles without statuses not loading | Shpuld Shpludson | 2018-12-31 |
| | | |||
| * | Merge branch 'improve_push' into 'develop' | HJ | 2018-12-26 |
| |\ | | | | | | | | | | | | | Improve web push notifications Closes #231 See merge request pleroma/pleroma-fe!438 | ||
| | * | improve web push notifications | Egor Kislitsyn | 2018-12-25 |
| | | | |||
| * | | User Card Content fixes and updates | HJ | 2018-12-26 |
| |/ | |||
| * | small refactor, added push unsub notice for BE | Henry Jameson | 2018-12-25 |
| | | |||
| * | simplified some code, made it possible to unregister serviceworker altogether | Henry Jameson | 2018-12-20 |
| | | |||
| * | no more "broken favorite" | Henry Jameson | 2018-12-19 |
| | | |||
| * | Merge remote-tracking branch 'upstream/develop' into user-profile-overhault | Henry Jameson | 2018-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 backendInteractor | Ekaterina Vaartis | 2018-12-16 |
| | | | |||
| * | | Refactor follower/friends out of statuses/timeline into user_profile where it | Henry Jameson | 2018-12-17 |
| |/ | | | | belongs. Changed display of profile to single panel with tabs. | ||
| * | Merge remote-tracking branch 'upstream/develop' into fix_empty_profiles | Henry Jameson | 2018-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 Kislitsyn | 2018-12-13 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock | ||
| | * | | improve notification subscription | Egor Kislitsyn | 2018-12-13 |
| | | | | |||
| | * | | fix race condition | Egor Kislitsyn | 2018-12-10 |
| | | | | |||
| | * | | second attempt to add subscribe module and fix race condition | Egor Kislitsyn | 2018-12-07 |
| | | | | |||
| | * | | Revert "add subscribe module and fix race condition" | Egor Kislitsyn | 2018-12-07 |
| | | | | | | | | | | | | | This reverts commit 07f1b8523eddd596d154e68561a389d6b9742d95. | ||
