| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Unhide completions, strengthen shadows a bit, force the 0.1 shade to always ↵ | shpuld | 2017-11-20 |
| | | | | | span the full height, make usercard use correct borders. | ||
| * | Fix color inputs to wrap on mobile, fix timeline background color to not ↵ | shpuld | 2017-11-18 |
| | | | | | clash with panel headings. | ||
| * | Make defaulting to pleroma-dark work when config.json has an invalid theme. ↵ | shpuld | 2017-11-18 |
| | | | | | Remove logging. | ||
| * | Clean up, use translations, persist theme, add more presets. | shpuld | 2017-11-18 |
| | | |||
| * | Move custom theming from settings to style-switcher, remove usage of custom ↵ | shpuld | 2017-11-17 |
| | | | | | .css files, use styles.json instead. | ||
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | shpuld | 2017-11-17 |
| |\ | | | | | | | feature/custom-theme | ||
| | * | Fix timeline softlock when switching from a loading timeline | eal | 2017-11-16 |
| | | | |||
| | * | Merge branch 'fix/user-view-without-posts' into 'develop' | Shpuld Shpludson | 2017-11-14 |
| | |\ | | | | | | | | | | | | | Use state object for user view instead of timeline. See merge request pleroma/pleroma-fe!161 | ||
| | | * | Use state object for user view instead of timeline. | eal | 2017-11-14 |
| | | | | | | | | | | | | | Also fetch user if not in the state already. | ||
| | * | | Merge branch 'fix/user-finder-leading-@' into 'develop' | Shpuld Shpludson | 2017-11-14 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove leading @ in user search. Closes pleroma#71 See merge request pleroma/pleroma-fe!160 | ||
| | | * | | Remove leading @ in user search. | eal | 2017-11-14 |
| | | |/ | |||
| | * / | Make goto-check use the correct property to make it work again | shpuld | 2017-11-14 |
| | |/ | |||
| | * | Merge branch 'fix/scrollbar-for-taller-posts' into 'develop' | lambda | 2017-11-13 |
| | |\ | | | | | | | | | | | | | | | | | | | Better handling of taller posts Closes #40 See merge request pleroma/pleroma-fe!158 | ||
| | * \ | Merge branch 'feature/in-reply-to-preview-on-timeline' into 'develop' | lambda | 2017-11-13 |
| | |\ \ | | | | | | | | | | | | | | | | | In-reply-to previews for posts on timeline See merge request pleroma/pleroma-fe!157 | ||
| | | * | | Move previews from conversation to status, put the reply preview arrow back ↵ | shpuld | 2017-11-13 |
| | | | | | | | | | | | | | | | | | on timeline statuses, add a spinner when the preview is still loading. | ||
| * | | | | Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵ | shpuld | 2017-11-17 |
| | | | | | | | | | | | | | | | | | of base16 assignments for better consistency. | ||
| * | | | | First version with naive color extrapolation. | shpuld | 2017-11-14 |
| | |_|/ |/| | | |||
| * | | | Give tall notifications either a scrollbar (mentions), or just cap them and ↵ | shpuld | 2017-11-13 |
| | | | | | | | | | | | | | use a cool hider (fav/rt). | ||
| * | | | Add a scrollbar for tall spammy posts. | shpuld | 2017-11-13 |
| |/ / | |||
| * | | Merge branch 'fix/css-fixes-attachments-timeline-bottom' into 'develop' | lambda | 2017-11-13 |
| |\ \ | |/ |/| | | | | | | | | | CSS fixes Closes #39 See merge request pleroma/pleroma-fe!154 | ||
| | * | Make oembeds behave properly, hide empty html attachments, hide overflowing ↵ | shpuld | 2017-11-13 |
| | | | | | | | | | timeline background. | ||
| * | | Merge branch 'feature/streaming-posts' into 'develop' | lambda | 2017-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 ↵ | shpuld | 2017-11-13 |
| | | | | | | | | | add fade-in animation for posts. | ||
| * | | fix white line below buttons in notifications | Henry Jameson | 2017-11-13 |
| | | | |||
| * | | imo this looks ugly, compared to general timeline appearance | Henry Jameson | 2017-11-13 |
| | | | |||
| * | | some fixes towards how conversations appear | Henry Jameson | 2017-11-13 |
| | | | |||
| * | | kiinteät venytetyt tunteet | Henry Jameson | 2017-11-13 |
| | | | |||
| * | | fixes fullscreen video having borders and border-radius in firefox | Henry Jameson | 2017-11-13 |
| |/ | |||
| * | Check if logged-in when rendering the block button. | shpuld | 2017-11-09 |
| | | |||
| * | Merge branch 'fix/pleromabe-is-other-user' into 'develop' | Shpuld Shpludson | 2017-11-09 |
| |\ | | | | | | | | | Fix isOtherUser on pleroma-be See merge request pleroma/pleroma-fe!137 | ||
| | * | Fix isOtherUser on pleroma-be | eal | 2017-11-08 |
| | | | |||
| * | | Make mentions-timeline use i18n. | Shpuld Shpludson | 2017-11-08 |
| | | | |||
| * | | Fix oembeds from overflowing on Firefox, fix video border color as well as ↵ | shpuld | 2017-11-08 |
| |/ | | | | vertical size. | ||
| * | Fix conflict | shpuld | 2017-11-08 |
| |\ | |||
| | * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵ | shpuld | 2017-11-08 |
| | |\ | | | | | | | | | | fix/polish-user-finder-and-nav-buttons | ||
| | * | | Hide overflowing elements when userfinder is active. Don't scroll on button ↵ | shpuld | 2017-11-08 |
| | | | | | | | | | | | | | presses. Make buttons slightly bigger and more spaced out. | ||
| * | | | Add a bunch of missed localization strings, update english and finnish to match. | shpuld | 2017-11-08 |
| | |/ |/| | |||
| * | | Add blocks. | eal | 2017-11-07 |
| | | | |||
| * | | Prepare for i18n. | Roger Braun | 2017-11-07 |
| | | | |||
| * | | Changes inside status html: restrict image/video sizes, make blockquotes ↵ | Shpuld Shpuldson | 2017-11-07 |
| |/ | | | | waste less space. | ||
| * | Deregister scroll listener properly, only fetch more if timeline is visible. | Shpuld Shpuldson | 2017-11-02 |
| | | |||
| * | Actually actually fix image url. | eal | 2017-09-19 |
| | | |||
| * | Actually fix image url. | eal | 2017-09-19 |
| | | |||
| * | Fix image url. | eal | 2017-09-19 |
| | | |||
| * | Add emoji completion. | eal | 2017-09-19 |
| | | |||
| * | Remove another cache file. | eal | 2017-09-17 |
| | | |||
| * | Remove cache file. | eal | 2017-09-17 |
| | | |||
| * | Add tag timeline view. | eal | 2017-09-17 |
| | | |||
| * | Merge branch 'fix/upload-buttons-clickable' into 'develop' | lambadalambda | 2017-09-13 |
| |\ | | | | | | | | | Fix hide and cancel buttons on chromium See merge request !119 | ||
| | * | Fix hide and cancel buttons on chromium | eal | 2017-09-10 |
| | | | |||
