aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* 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 lint errors and warningsSean King2022-08-01
| | |
| * | Fix merge conflictsSean King2022-08-01
| |\ \
| * \ \ Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-07-10
| |\ \ \ | | | | | | | | | | | | | | | add/edit-status
| * | | | Add ability to view status history for edited statusesSean King2022-06-20
| | | | |
| * | | | Remove comment regarding Mastodon in API serviceSean King2022-06-11
| | | | |
| * | | | Add edit status functionalitySean King2022-06-07
| | | | |
* | | | | Merge branch 'navigation-update' into 'develop'tusooa2022-08-30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Navigation update + preferences storage (and some minor fixes) See merge request pleroma/pleroma-fe!1592
| * \ \ \ \ 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 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 ...
| * | | | | | add and remove users to/from lists from their profileHenry Jameson2022-08-15
| | | | | | |
| * | | | | | fixes, clear cache on logoutHenry Jameson2022-08-12
| | | | | | |
* | | | | | | Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
| |_|/ / / / |/| | | | |
* | | | | | 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
| * | | | | Use lookup endpoint to obtain users by nicknameTusooa Zhu2022-08-09
| |/ / / /
* | | | | Merge branch 'allow-application-width-configuration' into 'develop'HJ2022-08-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow application width configuration See merge request pleroma/pleroma-fe!1533
| * | | | | Allow column width configurationAlexander Tumin2022-08-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | Group column configuration in settings Column width configuration: do not act on defaults
* / / / / Make webpack 5 workTusooa Zhu2022-08-15
|/ / / /
* | | | Merge branch 'feat/report-notification' into 'develop'HJ2022-08-09
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | #949 Feat/report notification See merge request pleroma/pleroma-fe!1322
| * | | | Fix lint stuffSean King2022-08-06
| | | | |
| * | | | Fix merge conflictsSean King2022-08-06
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feat/report-notification
| * \ \ \ \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-03-20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feat/report-notification
| * \ \ \ \ \ Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-02-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feat/report-notification
| * | | | | | | Fix up and code reviewIlja2022-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Check if it works properly * Notifs are shown as BE returns them * The Interaction view has Reports, but only when you're mod or admin * Do some extra translations * Fix some console spam
| * | | | | | | Fix setting report state, add proper error handlingShpuld Shpuldson2021-02-03
| | | | | | | |
| * | | | | | | Fix report modal not working, add include_typesShpuld Shpuldson2021-02-01
| | | | | | | |
| * | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-27
| |\ \ \ \ \ \ \
| * | | | | | | | remove mock dataShpuld Shpuldson2021-01-27
| | | | | | | | |
| * | | | | | | | add proper state switcherShpuld Shpuldson2021-01-27
| | | | | | | | |
| * | | | | | | | wipShpuld Shpuldson2021-01-18
| | | | | | | | |
| * | | | | | | | separated componentShpuld Shpuldson2021-01-11
| | | | | | | | |
| * | | | | | | | somewhat workign version still with fixtureShpuld Shpuldson2021-01-06
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2021-01-05
| |\ \ \ \ \ \ \ \
| * | | | | | | | | add test data for devShpuld Shpuldson2020-12-04
| | | | | | | | | |
| * | | | | | | | | Merge branch 'develop' into feat/report-notificationShpuld Shpuldson2020-12-04
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | report notification wipShpuld Shpuldson2020-11-15
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'lists-implementation' into 'develop'HJ2022-08-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lists support See merge request pleroma/pleroma-fe!1584
| * | | | | | | | | | | Lists implementationAlexander Tumin2022-08-06
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* / | | | | | | | | | server-side storage for flagsHenry Jameson2022-08-04
|/ / / / / / / / / /
* | | | | | | | | | "deal" with async promise executor, should be fine in these specific casesHenry Jameson2022-07-31
| | | | | | | | | |
* | | | | | | | | | fix filesizeformat const/let stuffHenry Jameson2022-07-31
| | | | | | | | | |
* | | | | | | | | | "fix" the sort function potentially not always outputting resultsHenry Jameson2022-07-31
| | | | | | | | | |
* | | | | | | | | | deal with no-prototype-builtinsHenry Jameson2022-07-31
| | | | | | | | | |
* | | | | | | | | | --fixHenry Jameson2022-07-31
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Fix non-8bit string export problemTusooa Zhu2022-07-16
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'from/develop/tusooa/migration-ui' into 'develop'HJ2022-06-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ui for account migration See merge request pleroma/pleroma-fe!1414
| * | | | | | | | Add frontend ui for aliases and migrationTusooa Zhu2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: migrate-ui