| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | removes hacks from notifications storage, adds api call to let server update | Henry Jameson | 2018-12-02 |
| | | | | | is_seen attribute | ||
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into dm-tab | Roger Braun | 2018-11-13 |
| |\ | |||
| | * | Move login to oauth. | Roger Braun | 2018-10-26 |
| | | | |||
| * | | api service url | Roger Braun | 2018-11-13 |
| |/ | |||
| * | add support for disabling rich text formatting | William Pitcock | 2018-09-22 |
| | | |||
| * | console.log cleanup | Henry Jameson | 2018-09-17 |
| | | |||
| * | Fixed "user.id is undefined" or something error more sane by properly handling | Henry Jameson | 2018-09-17 |
| | | | | | HTTP errors | ||
| * | add the ability to select a post's content type | William Pitcock | 2018-08-31 |
| | | |||
| * | Add a checkbox for marking a post's attachments as NSFW | scarlett | 2018-08-25 |
| | | |||
| * | Merge branch 'develop' into 'notifications' | kaniini | 2018-08-24 |
| |\ | | | | | | | # Conflicts: # src/main.js | ||
| | * | Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop' | kaniini | 2018-08-24 |
| | |\ | | | | | | | | | | | | | Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294 | ||
| | | * | debug | Hakaba Hitoyo | 2018-08-02 |
| | | | | |||
| * | | | 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? ... | ||
| | * | | the missing piece for invites system | Henry Jameson | 2018-08-05 |
| | |/ | |||
| * | | added workaround for broken favorites | Henry Jameson | 2018-08-16 |
| | | | |||
| * | | Added support for qvitter api fetching of notifications | Henry Jameson | 2018-08-12 |
| |/ | |||
| * | Add unretweet support | Francis Dinh | 2018-06-14 |
| | | |||
| * | Merge branch 'feature/locked-accounts' into 'develop' | lambda | 2018-06-12 |
| |\ | | | | | | | | | Feature/locked accounts See merge request pleroma/pleroma-fe!274 | ||
| | * | api: add approveUser and denyUser functions | William Pitcock | 2018-06-07 |
| | | | |||
| | * | api: add fetchFollowRequests() | William Pitcock | 2018-06-06 |
| | | | |||
| | * | user settings: enable locking/unlocking an account | William Pitcock | 2018-05-29 |
| | | | |||
| * | | crt's compose box changes | Astra | 2018-06-07 |
| |/ | |||
| * | Added change password to user settings | Syldexia | 2018-05-21 |
| | | |||
| * | Added delete account section to user settings | Syldexia | 2018-05-13 |
| | | |||
| * | Always include bio in updates, because it might be empty (optional) | Ekaterina Vaartis | 2018-02-21 |
| | | |||
| * | Add follow import to user settings. | eal | 2017-12-23 |
| | | |||
| * | Fix basicauth base64 encoding for unicode passwords. | eal | 2017-12-04 |
| | | |||
| * | attempt to recognize when holes in timeline for various reasons, clear ↵ | shpuld | 2017-11-21 |
| | | | | | timeline and fetch older when showing new to get rid of holes | ||
| * | Use state object for user view instead of timeline. | eal | 2017-11-14 |
| | | | | | Also fetch user if not in the state already. | ||
| * | Add blocks. | eal | 2017-11-07 |
| | | |||
| * | Send credentials when fetching remote profile. | eal | 2017-11-07 |
| | | |||
| * | Add tag timeline view. | eal | 2017-09-17 |
| | | |||
| * | Revert "Include cookie in every request" | eal | 2017-09-02 |
| | | | | | | | This reverts commit 00589a9af153bad4d8e7f14669c1497443f5221b. Changing same-origin to the unsafer include did not fix the bug it was supposed to. | ||
| * | Include cookie in every request | eal | 2017-09-02 |
| | | |||
| * | Make sure options exists every time on fetch() | eal | 2017-09-02 |
| | | |||
| * | Set cookies on fetch | eal | 2017-08-31 |
| | | |||
| * | Merge branch 'feature/follow-lists' into 'develop' | Shpuld Shpuldson | 2017-08-23 |
| |\ | | | | | | | | | Feature/follow lists See merge request !106 | ||
| | * | Add follower and following views | eal | 2017-08-23 |
| | | | |||
| * | | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵ | Shpuld Shpuldson | 2017-08-16 |
| |\| | | | | | | | feature/profile-editing | ||
| | * | Add fetch polyfill. | Roger Braun | 2017-07-31 |
| | | | |||
| * | | Add new user-settings component/route, add options to change name, bio, ↵ | Shpuld Shpuldson | 2017-08-02 |
| |/ | | | | avatar, banner and bg. Add those options to api service and backend interactor service. | ||
| * | Update branch and fix conflicts. | Shpuld Shpuldson | 2017-06-19 |
| |\ | |||
| | * | Don't use too advanced features. | Roger Braun | 2017-06-12 |
| | | | |||
| | * | Display user timeline | Roger Braun | 2017-06-12 |
| | | | |||
| | * | Start fetching user timelines. | Roger Braun | 2017-06-12 |
| | | | |||
| | * | Add user finder. | Roger Braun | 2017-05-12 |
| | | | |||
| * | | Add basic avatar changing. | Roger Braun | 2017-04-16 |
| | | | |||
| * | | Restore old media upload endpoint. | Roger Braun | 2017-04-16 |
| | | | |||
