| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Hide initial desktop notifications spam when FE is opened and there's a lot of | Henry Jameson | 2018-08-20 |
| | | | | | unseen notifications. | ||
| * | Updated localization files | Henry Jameson | 2018-08-20 |
| | | |||
| * | 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. | ||
| * | fix | Henry Jameson | 2018-08-18 |
| | | |||
| * | fix post search query to have id +1 because search is exclusive | Henry Jameson | 2018-08-16 |
| | | |||
| * | 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? ... | ||
| | * | Merge branch 'invites' into 'develop' | lambda | 2018-08-12 |
| | |\ | | | | | | | | | | | | | FE part of invites system See merge request pleroma/pleroma-fe!297 | ||
| | | * | the missing piece for invites system | Henry Jameson | 2018-08-05 |
| | | | | |||
| | * | | Merge branch 'develop' into 'feature/accountHighlight' | Henry | 2018-08-12 |
| | |\ \ | | | | | | | | | | | | | # Conflicts: # src/components/user_card_content/user_card_content.vue | ||
| | | * \ | Merge branch 'feature/focus_reply_form' into 'develop' | lambda | 2018-08-12 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Focus textarea when clicking "reply" See merge request pleroma/pleroma-fe!298 | ||
| | | | * | | Remove trailing whitespace | Toromino | 2018-08-05 |
| | | | | | | |||
| | | | * | | Textarea is now focused when replying | Toromino | 2018-08-05 |
| | | | |/ | |||
| | | * | | Merge branch 'fixSelectOptionStyling' into 'develop' | lambda | 2018-08-12 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes selects having unreadable text on some browsers/OSes. Closes #123 See merge request pleroma/pleroma-fe!296 | ||
| | | | * | | Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme | Henry Jameson | 2018-08-05 |
| | | | |/ | | | | | | | | | | | | | | | | | switcher select now has styled options that show preview of what theme's bg/fg colors are | ||
| | | * | | Merge branch 'doNotAutoFetchOnUnfocusedTab' into 'develop' | lambda | 2018-08-12 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Made it so that unfocused tab doesn't autostream posts when scrolled to the top See merge request pleroma/pleroma-fe!299 | ||
| | | | * | | Made it so that unfocused tab doesn't autostream posts when scrolled to the top | Henry Jameson | 2018-08-06 |
| | | | |/ | |||
| | | * | | Merge branch 'fixRelativeEmojis' into 'develop' | lambda | 2018-08-12 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Fixes broken custom emoji in autocomplete when proxying to remote BE See merge request pleroma/pleroma-fe!300 | ||
| | | | * | | hopefully, fix linter | Henry Jameson | 2018-08-06 |
| | | | | | | |||
| | | | * | | Fixes broken custom emoji in autocomplete when proxying to remote BE | Henry Jameson | 2018-08-06 |
| | | | |/ | |||
| | | * | | Merge branch 'feature/emoji-in-profiles' into 'develop' | lambda | 2018-08-12 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | Use serverside html rendering in usernames and bios if available. See merge request pleroma/pleroma-fe!304 | ||
| | | | * | | Use serverside html rendering in usernames and bios if available. | eal | 2018-08-09 |
| | | | | | | |||
| | | | * | | Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into ↵ | dtluna | 2018-08-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 'develop'" This reverts merge request !301 | ||
| | | | * | | Hide all status actions if not logged in | dtluna | 2018-08-06 |
| | | | |/ | |||
| | | * | | Update status.vue | Toromino | 2018-08-09 |
| | | | | | |||
| | | * | | Update retweet_button.js | Toromino | 2018-08-09 |
| | | | | | |||
| | | * | | Update retweet_button.vue | Toromino | 2018-08-09 |
| | | | | | |||
| | | * | | Update status.vue | Toromino | 2018-08-08 |
| | | |/ | |||
| | * | | fixed lint | Henry Jameson | 2018-08-05 |
| | | | | |||
| | * | | cleanup, fixed self-highlighting in notifications, fixed incorrect hex code ↵ | Henry Jameson | 2018-08-05 |
| | | | | | | | | | | | | | handling | ||
| | * | | added ability to pick the style of highlighting | Henry Jameson | 2018-08-05 |
| | | | | |||
| | * | | post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309 | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | notifs fix | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | UI update | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | fixed the UI | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | both bugs fixed. it's reactive and no more conflicting cards | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | moved style generator into separate file. notifications are highlighted too now. | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | working, somewhat | Henry Jameson | 2018-07-06 |
| | | | | |||
| | * | | initial vers | Henry Jameson | 2018-07-06 |
| | | | | |||
| * | | | fix lint | Henry Jameson | 2018-08-16 |
| | | | | |||
| * | | | cleanup, updated broken favorites look + localization strings | Henry Jameson | 2018-08-16 |
| | | | | |||
| * | | | fixed favoriting from notification column | Henry Jameson | 2018-08-16 |
| | | | | |||
| * | | | added workaround for broken favorites | Henry Jameson | 2018-08-16 |
| | | | | |||
| * | | | missing files and a plug for bad favs | Henry Jameson | 2018-08-13 |
| | | | | |||
| * | | | undo test condition | Henry Jameson | 2018-08-12 |
| | | | | |||
| * | | | Added support for qvitter api fetching of notifications | Henry Jameson | 2018-08-12 |
| | |/ |/| | |||
| * | | Revert "Merge branch 'cw-clickthrough' into 'develop'" | lambda | 2018-07-12 |
| | | | | | | | This reverts merge request !291 | ||
| * | | Fix lint warnings | Vivian Lim | 2018-06-29 |
| | | | |||
| * | | Add configuration option to enable click-through content warnings | Vivian Lim | 2018-06-28 |
| | | | |||
| * | | Also hide attachments behind clickthrough. | Vivian Lim | 2018-06-28 |
| | | | |||
| * | | Differentiate content warning block if it is on lightbg | Vivian Lim | 2018-06-28 |
| | | | |||
