aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* Make API requests to edit noteTusooa Zhu2022-12-21
|
* Merge branch 'from/develop/tusooa/announcements' into 'develop'HJ2022-12-05
|\ | | | | | | | | Announcements See merge request pleroma/pleroma-fe!1466
| * Detect backend support for announcementstusooa2022-11-24
| |
| * Improve readability in fetchAnnouncements()Tusooa Zhu2022-11-24
| |
| * Port away from Vue2 Vue.set()Tusooa Zhu2022-11-24
| |
| * Readablify unreadAnnouncementCountTusooa Zhu2022-11-24
| |
| * Do not count unread announcements for guestsTusooa Zhu2022-11-24
| |
| * Show badges for unread announcementsTusooa Zhu2022-11-24
| |
| * Mark inactive and active announcements for adminTusooa Zhu2022-11-24
| |
| * Allow editing announcementsTusooa Zhu2022-11-24
| |
| * Show announcement datesTusooa Zhu2022-11-24
| |
| * Implement deleting announcementTusooa Zhu2022-11-24
| |
| * Implement posting announcementsTusooa Zhu2022-11-24
| |
| * Fetch real data from backendTusooa Zhu2022-11-24
| |
* | Merge branch 'from/develop/tusooa/fix-fetchTimeline' into 'develop'HJ2022-11-29
|\ \ | | | | | | | | | | | | Fix fetchTimeline error See merge request pleroma/pleroma-fe!1688
| * | Fix fetchTimeline errortusooa2022-11-24
| |/
* | Merge branch 'better-defaults-user-popovers' into 'develop'tusooa2022-11-24
|\ \ | |/ |/| | | | | Better defaults for user popovers See merge request pleroma/pleroma-fe!1685
| * make better defaults for user popovers, closer to OG behaviorHenry Jameson2022-11-21
| |
* | fix leaky journal by running uniq on addToCollection entriesHenry Jameson2022-11-24
| |
* | Merge branch 'search-pagination' into 'develop'HJ2022-11-21
|\ \ | | | | | | | | | | | | Implement loading more statuses when searching See merge request pleroma/pleroma-fe!1410
| * | Fix search() not honouring type paramTusooa Zhu2022-07-15
| | |
* | | Merge branch 'from/develop/tusooa/remote-xact' into 'develop'HJ2022-11-21
|\ \ \ | |_|/ |/| | | | | | | | Remote interaction with posts: frontend part See merge request pleroma/pleroma-fe!1419
| * | Enable anonymous users to interact with statuses remotelyTusooa Zhu2022-07-01
| | |
* | | Merge branch 'from/develop/tusooa/grouped-emoji-picker' into 'develop'HJ2022-09-22
|\ \ \ | | | | | | | | | | | | | | | | Group emojis into packs in emoji picker See merge request pleroma/pleroma-fe!1408
| * | | Make chunks namedTusooa Zhu2022-09-20
| | | |
| * | | Use import() for emoji.jsonTusooa Zhu2022-09-20
| | | |
| * | | Add regional indicatorsTusooa Zhu2022-09-20
| | | |
| * | | Display localized unicode emoji namesTusooa Zhu2022-09-20
| | | |
| * | | Load unicode emoji annotationsTusooa Zhu2022-09-20
| | | |
| * | | Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| | | |
| * | | Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| | | |
| * | | Group emojis only by pack and remove pack: prefixTusooa Zhu2022-09-18
| | | | | | | | | | | | | | | | Ref: grouped-emoji-picker
| * | | Optimise emoji picker loading processTusooa Zhu2022-09-18
| | | |
| * | | Fix load more emoji actionTusooa Zhu2022-09-18
| | | |
* | | | Added support for removing users from followersSean King2022-09-15
|/ / /
* | | Merge branch 'add/edit-status' into 'develop'tusooa2022-09-11
|\ \ \ | | | | | | | | | | | | | | | | Add edit status functionality See merge request pleroma/pleroma-fe!1537
| * \ \ Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
| |\ \ \ | | | | | | | | | | | | | | | add/edit-status
| * \ \ \ Fix merge conflictsSean King2022-08-01
| |\ \ \ \
| * | | | | Add ability to view status history for edited statusesSean King2022-06-20
| | | | | |
| * | | | | Display edited statusTusooa Zhu2022-06-11
| | | | | |
| * | | | | Add edit status functionalitySean King2022-06-07
| | |_|/ / | |/| | |
* | | | | Fix follow request countTusooa Zhu2022-09-07
| | | | |
* | | | | Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Update dependency opn to v5 fix notices being under the navbar, also change offset to use variable fix modals not having proper z index reduce indexes to be below 9999 so that develop error messages appear above Do not allow to find by name in findUser() Use lookup endpoint to obtain users by nickname Use $ for id UserProfile routes Allow opening profile: multiChoiceProprties record, anonymous access Allow opening profile when clicking an avatar inside of user popover
| * | | | Merge branch 'develop' into 'allow-opening-profile-in-user-popover'HJ2022-08-22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/settings_modal/tabs/general_tab.vue
| | * \ \ \ Merge branch 'from/develop/tusooa/user-profile-routes' into 'develop'HJ2022-08-22
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop generating /:nickname user profile routes See merge request pleroma/pleroma-fe!1589
| | | * | | | Do not allow to find by name in findUser()Tusooa Zhu2022-08-10
| | | | | | |
| | | * | | | Use lookup endpoint to obtain users by nicknameTusooa Zhu2022-08-09
| | | | | | |
| * | | | | | Allow opening profile: multiChoiceProprties record, anonymous accessAlexander Tumin2022-08-09
| | | | | | |
| * | | | | | Allow opening profile when clicking an avatar inside of user popoverAlexander Tumin2022-08-08
| | |_|_|/ / | |/| | | |
* | | | | | Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (49 commits) Fix react & extra buttons not styled on tab-focus Fix popover not popping up Fix styling on Safari Use :focus-visible instead of :focus for focus markers Optimize Reply badge position Add badges to status interacting buttons Update dependency nightwatch to v2 Update dependency eslint-plugin-n to v15.2.5 Update dependency mocha to v10 Update dependency karma-coverage to v2 Update dependency sass to v1.54.5 Update dependency karma-firefox-launcher to v2 Update dependency vue-template-compiler to v2.7.9 Pin dependencies Refresh yarn.lock Allow column width configuration: allow stretching navbar with columns Remove legacy code for chunksSortMode Add FIXME comment about html-webpack-plugin-after-emit Use exact webpack version in package.json Reintroduce css minimizer ...