aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* entity normalizer: add tooltip text to emojisWilliam Pitcock2019-05-17
|
* rename for consistency's saketaehoon2019-05-16
|
* update admin api urls in accordance with new docstaehoon2019-05-16
|
* Line up rich text format picker with the status formShpuld Shpludson2019-05-15
|
* update api service functionstaehoon2019-05-15
|
* remove needless importingtaehoon2019-05-15
|
* show pinned state only in the user timelinetaehoon2019-05-15
|
* improve performance by caching pinned status ids into user objecttaehoon2019-05-15
|
* apply status normalizertaehoon2019-05-15
|
* improve error handling logictaehoon2019-05-15
|
* make sure to have rights property of user objecttaehoon2019-05-15
|
* use text color insteadtaehoon2019-05-15
|
* revert unnecessary changestaehoon2019-05-15
|
* add translationtaehoon2019-05-15
|
* fix typotaehoon2019-05-15
|
* use pinned property from status directlytaehoon2019-05-15
|
* show immediately pinned statusestaehoon2019-05-15
|
* clean uptaehoon2019-05-15
|
* clean up fetchPinnedStatuses api servicetaehoon2019-05-15
|
* revert removeStatus changestaehoon2019-05-15
|
* refactor error handling of pinStatustaehoon2019-05-15
|
* refactor pin/unpin status logictaehoon2019-05-15
|
* filter pinned statuses based on pinned entity instead of a separate user entitytaehoon2019-05-15
|
* remove pinned timeline, instead, use simple entity of user objecttaehoon2019-05-15
|
* revert pinned timeline polling logictaehoon2019-05-15
|
* #468 - hide status menu after action button is clickeddave2019-05-15
|
* #468 - shwo pin button for valid statuses (public & unlisted)dave2019-05-15
|
* #468 - add extra buttons for status actionsdave2019-05-15
|
* #468 - fix plus button size issue, use scss variable properlydave2019-05-15
|
* #468 - clean updave2019-05-15
|
* #468 - show pin status API errordave2019-05-15
|
* #468 - update pinned status after actions(remove, add)dave2019-05-15
|
* #468 - remove unpinned status from timelinedave2019-05-15
|
* #468 - show pinned timeline and add pinned label to the statusdave2019-05-15
|
* #468 - show pin for own statuses onlydave2019-05-15
|
* #468 - pin/unpin statusdave2019-05-15
|
* #468 - integrate endpointsdave2019-05-15
|
* make reply icon not hoverable if disabledtaehoon2019-05-14
|
* show reply button and count when logged out as welltaehoon2019-05-14
|
* Fix small mistake in Polish translationMarcin Mikołajczak2019-05-10
|
* Merge branch '527' into 'develop'HJ2019-05-09
|\ | | | | | | | | | | | | Fix "Liking/reprööting posts while post is highlighted in conversation fails to update the liked/reprööted status" Closes #527 See merge request pleroma/pleroma-fe!787
| * use backendInteractortaehoon2019-05-07
| |
| * refactor api service functions using new helpertaehoon2019-05-07
| |
| * clean uptaehoon2019-05-07
| |
| * update favorite number earliertaehoon2019-05-07
| |
| * update status interaction upon retweet action responsetaehoon2019-05-07
| |
| * sync up favoritedBy with favorite/unfavorite actiontaehoon2019-05-07
| |
| * do not regenerate status objecttaehoon2019-05-07
| |
| * reduce needless calculationtaehoon2019-05-07
| |
* | Merge branch 'mobile-scope' into 'develop'HJ2019-05-09
|\ \ | | | | | | | | | | | | | | | | | | Display additional scope description above the status form for mobile users. Closes #505 See merge request pleroma/pleroma-fe!767