aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* Merge branch 'feature/locked-accounts' into 'develop'lambda2018-06-12
|\ | | | | | | | | Feature/locked accounts See merge request pleroma/pleroma-fe!274
| * backend interactor service: add approveUser and denyUser functionsWilliam Pitcock2018-06-07
| |
| * api: add approveUser and denyUser functionsWilliam Pitcock2018-06-07
| |
| * backend interactor service: implement fetchFollowRequests()William Pitcock2018-06-06
| |
| * api: add fetchFollowRequests()William Pitcock2018-06-06
| |
| * user settings: enable locking/unlocking an accountWilliam Pitcock2018-05-29
| |
* | crt's compose box changesAstra2018-06-07
|/
* Added change password to user settingsSyldexia2018-05-21
|
* Added delete account section to user settingsSyldexia2018-05-13
|
* alternate usercardHenry Jameson2018-05-12
|
* Input fields separate radiiHenry Jameson2018-05-12
|
* semi-transparent inputbox styleHenry Jameson2018-05-12
|
* use semi-transparent faint color + fixHenry Jameson2018-05-12
|
* change timeline min/max id updating behavior to not get stuck with 20 wrong ↵shpuld2018-04-13
| | | | type of activities on fetch older.
* Remove some commented lines and logsshpuld2018-04-11
|
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵shpuld2018-04-11
| | | | status fadein.
* made alerts use red with transparent theme red. some UI improvsHenry Jameson2018-04-08
|
* raddi customization UIHenry Jameson2018-04-08
|
* <select> styling (abeit somewhat not pretty code-wise), default colors forHenry Jameson2018-04-07
| | | | default schemes.
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Always include bio in updates, because it might be empty (optional)Ekaterina Vaartis2018-02-21
|
* Add follow import to user settings.eal2017-12-23
|
* Fix basicauth base64 encoding for unicode passwords.eal2017-12-04
|
* Merge branch 'feature/flush-timeline-with-holes' into 'develop'lambda2017-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 ↵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
* | Merge branch 'fix/better-icon-colors' into 'develop'lambda2017-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 ↵shpuld2017-11-22
| |/ | | | | | | bg and text colors.
* / Fix usercard from breaking with certain colors, clean up code structure a bit.shpuld2017-11-20
|/
* Make defaulting to pleroma-dark work when config.json has an invalid theme. ↵shpuld2017-11-18
| | | | Remove logging.
* Clean up, use translations, persist theme, add more presets.shpuld2017-11-18
|
* 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.
* | Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | | | | | of base16 assignments for better consistency.
* | First version with naive color extrapolation.shpuld2017-11-14
|/
* Add blocks.eal2017-11-07
|
* Send credentials when fetching remote profile.eal2017-11-07
|
* Add emoji completion.eal2017-09-19
|
* Add tag timeline view.eal2017-09-17
|
* Revert "Include cookie in every request"eal2017-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 requesteal2017-09-02
|
* Make sure options exists every time on fetch()eal2017-09-02
|
* Set cookies on fetcheal2017-08-31
|
* Merge branch 'feature/follow-lists' into 'develop'Shpuld Shpuldson2017-08-23
|\ | | | | | | | | Feature/follow lists See merge request !106
| * Add follower and following viewseal2017-08-23
| |
* | Visual indicator for when posting is happening, as well as disabling the ↵Shpuld Shpuldson2017-08-21
| | | | | | | | button to prevent double-posts.
* | Add error message in post status form when failing to post and don't get rid ↵Shpuld Shpuldson2017-08-20
| | | | | | | | of post/attachments when failing.