aboutsummaryrefslogtreecommitdiff
path: root/changelog.d
Commit message (Collapse)AuthorAge
* Simplify the OAuth client_nameMark Felder2024-09-01
| | | | | | Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries. This also happens on every unauthenticated page load at the moment until #1339 is resolved
* fix theme preview styles being applied to post previewHenry Jameson2024-07-25
|
* "changelog"Henry Jameson2024-07-25
|
* "changelog"Henry Jameson2024-07-25
|
* Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
|\ | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| * changelogsHenry Jameson2024-07-22
| |
* | Merge branch 'status-notification-type' into 'develop'HJ2024-07-21
|\ \ | |/ |/| | | | | Support `status` notification type See merge request pleroma/pleroma-fe!1916
| * Support `status` notification typemarcin mikołajczak2024-05-25
| | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | Merge branch 'tusooa/themesv3-on-safari' into 'develop'HJ2024-06-21
|\ \ | | | | | | | | | | | | | | | | | | Fix Themes v3 not working on Safari Closes #1319 See merge request pleroma/pleroma-fe!1918
| * | Fix Themes v3 not working on Safaritusooa2024-05-31
| | |
* | | Fix profile mentions causing a 422 errorMark Felder2024-06-07
|/ / | | | | | | The Pleroma backend now reports an error when trying to reply to a status it cannot resolve we assume it is deleted or nonexistent. PleromaFE was in_reply_to_id: true as an internal method to trigger populating the post status form with the username of the profile being viewed and this was being submitted to the API as a result.
* / Ensure selection text color has enough contrasttusooa2024-05-31
|/
* changelogHJ2024-05-23
|
* Merge branch 'scrobbles-age' into 'develop'HJ2024-05-22
|\ | | | | | | | | Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
| * Merge branch 'scrobbles-age' of ↵Henry Jameson2024-05-22
| |\ | | | | | | | | | ssh://git.pleroma.social:2222/pleroma/pleroma-fe into scrobbles-age
| * | changelogHenry Jameson2024-05-22
| | |
* | | Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ \ \ | | | | | | | | | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885
| * \ \ Merge branch 'develop' into 'quotes-count'marcin mikołajczak2024-01-14
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | | | Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | | Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911
| * | | | changelogHenry Jameson2024-04-22
| | | | |
* | | | | Merge branch 'eintei-port-mute-nsfw' into 'develop'HJ2024-04-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to mute nsfw posts Closes #1288 See merge request pleroma/pleroma-fe!1913
| * | | | | changelogHenry Jameson2024-04-24
| |/ / / /
* / / / / changelogHenry Jameson2024-04-22
|/ / / /
* | | | Merge branch 'fix-poll-notifs' into 'develop'HJ2024-04-22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add poll end notifications to fetched types Closes pleroma#3230 See merge request pleroma/pleroma-fe!1905
| * | | | Add poll end notifications to fetched typesPhantasm2024-03-26
| | | | |
* | | | | Merge branch 'tusooa/status-loading-indicator' into 'develop'HJ2024-04-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Display loading and error indicator for conversation page See merge request pleroma/pleroma-fe!1907
| * | | | | Display loading and error indicator for conversation pagetusooa2024-04-14
| | | | | |
* | | | | | Fix fetching favorites for own profilemarcin mikołajczak2024-04-15
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* / / / / changelogHenry Jameson2024-04-03
|/ / / /
* | | | Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-03-25
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'non-expiring-polls' into 'develop'HJ2024-03-22
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide the expiry date indication if the poll never expires Closes #961 See merge request pleroma/pleroma-fe!1889
| | * | | Add changelogSyoBoN2024-01-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: SyoBoN <syobon@syobon.net>
* | | | | Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-03-06
|\| | | |
| * | | | Merge branch 'admin-emoji-settings' into 'develop'HJ2024-03-05
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Admin emoji pack settings See merge request pleroma/pleroma-fe!1886
| | * | | | Add a changelog entryEkaterina Vaartis2024-01-07
| | | |/ / | | |/| |
| * | | | changelogHenry Jameson2024-02-29
| | | | |
| * | | | Revert "Merge branch 'video-poster' into 'develop'"HJ2024-01-29
| | |/ / | |/| | | | | | This reverts merge request !1879
* | | | Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-02-29
|\| | |
| * | | Merge branch 'tusooa/group-actor' into 'develop'tusooa2024-01-24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882
| | * | | Add changelog for group actorstusooa2023-12-27
| | |/ /
| * | / Add ability to hide custom emojis in pickerPhantasm2024-01-17
| | |/ | |/|
| * | Show a dedicated registration notice page when further action is required ↵tusooa2024-01-13
| | | | | | | | | | | | after registering
| * | Display public favorites on user profilesmarcin mikołajczak2023-12-28
| |/ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* / changelog to make pipelines happyHenry Jameson2024-02-22
|/
* Fix video posters on SafariMark Felder2023-12-17
|
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * changelogHenry Jameson2023-12-14
| |
| * fix notifications not catching up with "read" status as intendedHenry Jameson2023-11-21
| |
| * changelog, small fixHenry Jameson2023-11-19
| |