aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* error displayHenry Jameson2018-08-20
|
* Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (23 commits) Rename expandCW to collapseMessageWithSubject. fix indent Add support for configurable CW clickthrough. Merge upstream fix lint issues allow default visibility scope to be configured Revert "storing entire config instead of each separate thing of it, so that future" fixes hella ton of annoyances with file upload display using custom ascend value as suggested here: https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped. disable hinting because it breaks alignment on some icons (namely - locks) fix for timeago being ass when post has replies. added hover colors for clickable icons on the right side. Reverted line-height to its original value Configurable video looping, option to not to loop silent videos. Updated localization strings. added pointer cursor for nsfw placeholder. fixed nsfw videos requiring double-click Made pausing TL updating configurable. Added styles for disabled checkboxes. Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related. storing entire config instead of each separate thing of it, so that future options won't be lost during reloads because developer forgot to update that list of settings to be persisted fix potential stretched spurdo fixed custom emoji in nickname. changed icons on right side to be more streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned. Add validation of the imported theme and the corresponding warning message Unify button styles and use min-width Add German localization for theme import/export ...
| * Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | | | | | Add option to config.json, disabled by default.
| * Add support for configurable CW clickthrough.ensra2018-08-20
| |
| * Revert "storing entire config instead of each separate thing of it, so that ↵Henry Jameson2018-08-18
| | | | | | | | | | | | | | | | future" This reverts commit 18117c3bfa4cae9542e49222aad058aa52929f18. b/c something else uses same field but i want to fix that in another MR
| * Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | | | | | localization strings.
* | Hide initial desktop notifications spam when FE is opened and there's a lot ofHenry Jameson2018-08-20
| | | | | | | | unseen notifications.
* | Drop the entire thing about hidden "own" timeline since it doesn't necessarilyHenry Jameson2018-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.
* | fixHenry Jameson2018-08-18
| |
* | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-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? ...
| * cleanup, fixed self-highlighting in notifications, fixed incorrect hex code ↵Henry Jameson2018-08-05
| | | | | | | | handling
| * added ability to pick the style of highlightingHenry Jameson2018-08-05
| |
| * both bugs fixed. it's reactive and no more conflicting cardsHenry Jameson2018-07-06
| |
| * working, somewhatHenry Jameson2018-07-06
| |
* | cleanup, updated broken favorites look + localization stringsHenry Jameson2018-08-16
| |
* | fixed favoriting from notification columnHenry Jameson2018-08-16
| |
* | added workaround for broken favoritesHenry Jameson2018-08-16
| |
* | undo test conditionHenry Jameson2018-08-12
| |
* | Added support for qvitter api fetching of notificationsHenry Jameson2018-08-12
|/
* add unretweet action to statuses.jsFrancis Dinh2018-06-14
|
* follow requests: refactor to properly leverage vuexWilliam Pitcock2018-06-07
|
* Fix nsfw in notifications again.Roger Braun2018-04-23
|
* Fix repeat nsfw hiding.Roger Braun2018-04-23
|
* Copy parent status nsfw into retweeted_statusshpuld2018-04-16
|
* Additional check to make console shut upshpuld2018-04-15
|
* I broke timelines again, fixed now again (hopefully).shpuld2018-04-14
|
* Whoops, broke older statuses accidentallyshpuld2018-04-14
|
* remove +1/-1 from min/max id checkingshpuld2018-04-14
|
* change timeline min/max id updating behavior to not get stuck with 20 wrong ↵shpuld2018-04-13
| | | | type of activities on fetch older.
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵shpuld2018-04-11
| | | | status fadein.
* Show chat only if channel is joined.eal2018-02-01
|
* Add option for disabling chat.eal2017-12-07
|
* Move chat to own module.Roger Braun2017-12-05
|
* Basic frontend changes for chat.Roger Braun2017-12-04
|
* Fix mistake in flushMarker init, make startFetching behave properly with ↵shpuld2017-11-23
| | | | older statuses existing.
* attempt to recognize when holes in timeline for various reasons, clear ↵shpuld2017-11-21
| | | | timeline and fetch older when showing new to get rid of holes
* Fix mention timeline.Roger Braun2017-11-20
|
* Move custom theming from settings to style-switcher, remove usage of custom ↵shpuld2017-11-17
| | | | .css files, use styles.json instead.
* Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵shpuld2017-11-17
|\ | | | | | | feature/custom-theme
| * Use state object for user view instead of timeline.eal2017-11-14
| | | | | | | | Also fetch user if not in the state already.
* | First version with naive color extrapolation.shpuld2017-11-14
|/
* Merge branch 'feature/streaming-posts' into 'develop'lambda2017-11-13
|\ | | | | | | | | Streaming posts See merge request pleroma/pleroma-fe!151
| * Add an option to automatically show new posts when scrolled to the top, also ↵shpuld2017-11-13
| | | | | | | | add fade-in animation for posts.
| * Don't add notification on self mention, (and fix that pesky pleroma vs gs ↵shpuld2017-11-12
| | | | | | | | delete bug)
* | moved notification asking from page load to login event. Added image inHenry Jameson2017-11-13
| | | | | | | | notifications support (doesn't work for native KDE notifications for me tho)
* | initial implementation for desktop notificationsHenry Jameson2017-11-12
|/
* Don't show repeats that have been shown already.shpuld2017-11-09
|
* Add tag timeline view.eal2017-09-17
|
* Try logging in with the existing cookie.Roger Braun2017-09-02
|
* Add regex for follows from pleromabeeal2017-08-24
|