| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 |
| | | |||
| * | Merge branch 'feature/flush-timeline-with-holes' into 'develop' | lambda | 2017-11-24 |
| |\ | | | | | | | | | | | | | Clear timeline when there's holes between old and new Closes #54 See merge request pleroma/pleroma-fe!171 | ||
| | * | Fix mistake in flushMarker init, make startFetching behave properly with ↵ | shpuld | 2017-11-23 |
| | | | | | | | | | older statuses existing. | ||
| | * | 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 | ||
| * | | Merge branch 'fix/better-icon-colors' into 'develop' | lambda | 2017-11-24 |
| |\ \ | | | | | | | | | | | | | Update icons to use base09 where appropriate, calculate base09 by averaging bg and text colors. See merge request pleroma/pleroma-fe!174 | ||
| | * | | Update icons to use base09 where appropriate, calculate base09 by averaging ↵ | shpuld | 2017-11-22 |
| | |/ | | | | | | | bg and text colors. | ||
| * / | Fix usercard from breaking with certain colors, clean up code structure a bit. | shpuld | 2017-11-20 |
| |/ | |||
| * | 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 | ||
| | * | Use state object for user view instead of timeline. | eal | 2017-11-14 |
| | | | | | | | | | Also fetch user if not in the state already. | ||
| * | | 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 |
| |/ | |||
| * | Add blocks. | eal | 2017-11-07 |
| | | |||
| * | Send credentials when fetching remote profile. | eal | 2017-11-07 |
| | | |||
| * | Add emoji completion. | eal | 2017-09-19 |
| | | |||
| * | 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 |
| | | | |||
| * | | Visual indicator for when posting is happening, as well as disabling the ↵ | Shpuld Shpuldson | 2017-08-21 |
| | | | | | | | | | button to prevent double-posts. | ||
| * | | Add error message in post status form when failing to post and don't get rid ↵ | Shpuld Shpuldson | 2017-08-20 |
| | | | | | | | | | of post/attachments when failing. | ||
| * | | 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 |
| |\ | |||
| | * | update branch and fix merge conflicts | Shpuld Shpuldson | 2017-06-15 |
| | |\ | |||
| | | * | 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 |
| | | | | |||
| | * | | Basic word position and completion service. | Roger Braun | 2017-03-15 |
| | |/ | |||
| * | | Add basic avatar changing. | Roger Braun | 2017-04-16 |
| | | | |||
| * | | Restore old media upload endpoint. | Roger Braun | 2017-04-16 |
| | | | |||
| * | | Add a registration form. | Roger Braun | 2017-04-15 |
| |/ | |||
| * | Remove unused fetchMentions() | wakarimasen | 2017-03-09 |
| | | |||
| * | Let timeline component fetch mentions | wakarimasen | 2017-03-09 |
| | | |||
| * | Merge branch 'feature/timeline-fetch-error' into 'develop' | Shpuld Shpuldson | 2017-03-09 |
| |\ | | | | | | | | | Use one error variable for all timelines See merge request !57 | ||
| | * | Use one error variable for all timelines | wakarimasen | 2017-03-09 |
| | | | |||
| * | | Merged with changes in develop & fixed conflicts. | shpuld | 2017-03-09 |
| |\| | |||
| | * | Move rejection handler | wakarimasen | 2017-03-07 |
| | | | |||
| * | | Make style setter create an often used base03-border class, use that class ↵ | shpuld | 2017-03-09 |
| |/ | | | | in notifications, navpanel and statuses. | ||
| * | Visual feedback on failure to fetch new statuses | wakarimasen | 2017-03-07 |
| | | |||
| * | Set colors into config so they can be used for more dynamic styles. | Roger Braun | 2017-02-22 |
| | | |||
