| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Escape HTML from display name and subject fields | rinpatch | 2020-01-30 |
| | | | | | Closes #724 | ||
| * | review changes | Shpuld Shpuldson | 2020-01-28 |
| | | |||
| * | remove unnecessary anonymous function | Shpuld Shpuldson | 2020-01-27 |
| | | |||
| * | Merge branch 'develop' into feat/emoji-reactions | Shpuld Shpuldson | 2020-01-26 |
| |\ | |||
| | * | Fix follower request fetching | lain | 2020-01-21 |
| | | | |||
| | * | Implement domain mutes v2 | Shpuld Shpludson | 2020-01-15 |
| | | | |||
| | * | Fix #750 , fix error messages and captcha resetting | Shpuld Shpludson | 2020-01-14 |
| | | | |||
| | * | Optimize Notifications Rendering | Shpuld Shpludson | 2020-01-14 |
| | | | |||
| | * | Use last seen notif instead of first unseen notif for sinceId | Shpuld Shpuldson | 2020-01-14 |
| | | | |||
| * | | remove mock data | Shpuld Shpuldson | 2020-01-26 |
| | | | |||
| * | | change emoji reactions to use new format | Shpuld Shpuldson | 2020-01-26 |
| | | | |||
| * | | fix merge conflicts | Shpuld Shpuldson | 2020-01-13 |
| |\| | |||
| | * | Merge branch 'develop' into 'fix-move-type-notification' | HJ | 2020-01-03 |
| | |\ | | | | | | | | | | # Conflicts: # static/fontello.json | ||
| | | * | Merge remote-tracking branch 'upstream/develop' into streaming | Henry Jameson | 2019-12-26 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (51 commits) toggle_activation api is also deprecated use vuex action refactor toggleActivationStatus replace setActivationStatus api with new one use flex for stickers i18n/update-ja_easy Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled Add fallback in case BE does not report federating status in nodeinfo The value we are looking for is federationPolicy.enabled, not federationPolicy.federating Logic should be to hide TWKN if not federating OR if instance is not public Finally trust eslint More lint More lint Lint mfa: removed unused code increase icon width a little bit in the nav panel add icons to nav panel Revert "Merge branch 'revert-96cab6d8' into 'develop'" Support "native" captcha Revert "Merge branch 'oauth-extra-scopes' into 'develop'" ... | ||
| | | | * | toggle_activation api is also deprecated | taehoon | 2019-12-15 |
| | | | | | |||
| | | | * | refactor toggleActivationStatus | taehoon | 2019-12-15 |
| | | | | | |||
| | | | * | replace setActivationStatus api with new one | taehoon | 2019-12-15 |
| | | | | | |||
| | | | * | Merge branch 'revert-c2c48ec2' into 'develop' | HJ | 2019-12-14 |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | Reinstate `push` and `admin` scopes See merge request pleroma/pleroma-fe!1034 | ||
| | | | | * | Revert "Merge branch 'revert-96cab6d8' into 'develop'" | Ivan Tashkinov | 2019-12-12 |
| | | | | | | | | | | | | | | | | This reverts merge request !1032 | ||
| | | | * | | Merge branch 'issue_124' into 'develop' | feld | 2019-12-13 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020 | ||
| | | | | * | | Set error data | Wyatt Benno | 2019-12-09 |
| | | | | | | | |||
| | | | | * | | remove console | Wyatt Benno | 2019-12-09 |
| | | | | | | | |||
| | | | | * | | Change naming, make more general | Wyatt Benno | 2019-12-09 |
| | | | | | | | |||
| | | | | * | | Wording updates | Wyatt Benno | 2019-12-06 |
| | | | | | | | |||
| | | | | * | | Change 403 messaging | Wyatt Benno | 2019-12-05 |
| | | | | | | | |||
| | | | * | | | Merge branch 'mfa/login_form' into 'develop' | HJ | 2019-12-13 |
| | | | |\ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | mfa: fix login and recovery form See merge request pleroma/pleroma-fe!1031 | ||
| | | | | * | | mfa: fix login and recovery form | Maksim Pechnikov | 2019-12-12 |
| | | | | | | | |||
| | | | * | | | Revert "Merge branch 'oauth-extra-scopes' into 'develop'" | lain | 2019-12-12 |
| | | | |/ / | | | | | | | | | | | This reverts merge request !1024 | ||
| | | | * | | fixed typo | Maksim Pechnikov | 2019-12-11 |
| | | | | | | |||
| | | | * | | Added OAuth 'push' and 'admin' scopes. | Ivan Tashkinov | 2019-12-08 |
| | | | |/ | |||
| | | * | | fix deletes causing errors | Henry Jameson | 2019-12-11 |
| | | | | | |||
| | | * | | Option to enable streaming | Henry Jameson | 2019-12-10 |
| | | | | | |||
| | | * | | better wrapper for websocket | Henry Jameson | 2019-12-08 |
| | | | | | |||
| | | * | | Updated streaming and improved error-handling, some more refactoring to api | Henry Jameson | 2019-12-08 |
| | | | | | |||
| | | * | | improved initial notifications fetching | Henry Jameson | 2019-11-24 |
| | | | | | |||
| | | * | | initial streaming work | Henry Jameson | 2019-11-24 |
| | | | | | |||
| | | * | | Backend Interactor service overhaul, removed the need for copypasting | Henry Jameson | 2019-11-24 |
| | | |/ | |||
| | * | | Add view for moves notifications | kPherox | 2019-12-11 |
| | | | | |||
| | * | | fix parse for move type notifications | kPherox | 2019-12-11 |
| | |/ | |||
| | * | Merge branch 'greentext-strikes-back' into 'develop' | HJ | 2019-11-19 |
| | |\ | | | | | | | | | | | | | | | | | | | ⑨ Added greentext support ⑨ Closes #9 See merge request pleroma/pleroma-fe!994 | ||
| | | * | tests + updates | Henry Jameson | 2019-11-14 |
| | | | | |||
| | | * | Fix regex, tag detector condition | Henry Jameson | 2019-11-14 |
| | | | | |||
| | | * | adds greentext, also small fixes | Henry Jameson | 2019-11-14 |
| | | | | |||
| | * | | Normalize profile fields | kPherox | 2019-11-19 |
| | | | | |||
| | * | | backend interactor service: implement startFetchingFollowRequest | kPherox | 2019-11-19 |
| | |/ | | | | | | | backend interactor service: remove unused fetchFollowRequests | ||
| * | | usable-but-buggy: picker, adding/removing reaction on click, search, styles | Shpuld Shpuldson | 2020-01-13 |
| | | | |||
| * | | add fetching for emoji reactions, draft design | Shpuld Shpuldson | 2019-11-15 |
| |/ | |||
| * | Merge remote-tracking branch 'upstream/develop' into emoji-optimizations | Henry Jameson | 2019-11-08 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (95 commits) Lightbox/modal multi image improvements - #381 '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa' Add ability to change user's email translations-de-batch-1 eu-translate update profile-banner rounding css, fixes #690 fix indentation remove needless ref show preview popover when hover numbered replies refactor conditions do not make too many nested div add fetchStatus action refactor status loading logic split status preview popover into a separate component uninstall mobile-detect library listen both events minor css fix restrict distance at top side only set different trigger event in desktop and mobile by default fix eslint warnings ... | ||
| | * | '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa' | Maksim | 2019-11-08 |
| | | | |||
| | * | Add ability to change user's email | Sergey Suprunenko | 2019-11-08 |
| | | | |||
