aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Translated using Weblate (Italian)Ben Is2020-07-07
| | | | | | | Currently translated at 85.2% (545 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/
* Translated using Weblate (Chinese (Simplified))Ben Is2020-07-07
| | | | | | | Currently translated at 88.2% (564 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
* Translated using Weblate (Italian)Ben Is2020-07-07
| | | | | | | Currently translated at 75.1% (480 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/it/
* Translated using Weblate (Finnish)Ben Is2020-07-07
| | | | | | | Currently translated at 95.4% (610 of 639 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fi/
* Merge branch '884-about-panel-optimizations' into 'develop'Shpuld Shpludson2020-07-07
|\ | | | | | | | | | | | | StaffPanel: Move staff loading to panel creation. Closes #884 See merge request pleroma/pleroma-fe!1171
| * Apply suggestion to src/components/staff_panel/staff_panel.jsShpuld Shpludson2020-07-07
| |
| * StaffPanel: Move staff loading to panel creation.lain2020-07-07
| |
* | Merge branch 'develop' into ↵Shpuld Shpludson2020-07-07
|\| | | | | | | | | | | 'xenofem/pleroma-fe-rebased-image-description-authoring' # Conflicts: # src/components/post_status_form/post_status_form.js
| * Merge branch '885-fix-preloading-html' into 'develop'Shpuld Shpludson2020-07-07
| |\ | | | | | | | | | | | | | | | | | | After Store: Correctly handle preloaded HTML Closes #885 See merge request pleroma/pleroma-fe!1170
| | * Apply suggestion to src/boot/after_store.jslain2020-07-07
| | |
| | * After Store: Correctly handle preloaded HTMLlain2020-07-07
| | |
| * | fix preview opening automaticallyShpuld Shpuldson2020-07-07
| |/
* | remove console logShpuld Shpuldson2020-07-07
| |
* | fix issue on posting another statusShpuld Shpuldson2020-07-07
| |
* | fix conflicts and add error handling to media descriptionsShpuld Shpuldson2020-07-07
|\|
| * don't close preview on post, move visibility notices above the preview where ↵Shpuld Shpuldson2020-07-06
| | | | | | | | they belong
| * remove contenttype check from content type watcherShpuld Shpuldson2020-07-06
| |
| * move translation strings to correct place, translate error messageShpuld Shpuldson2020-07-06
| |
| * fix conflicts, make subject update the previewShpuld Shpuldson2020-07-06
| |\
| * | remove panel-footer in userpanel, simplify preview header, fix word-wrap in ↵Shpuld Shpuldson2020-06-28
| | | | | | | | | | | | preview
| * | make line sizes match for errors/loading and statuses, make X hitbox bigger, ↵Shpuld Shpuldson2020-06-28
| | | | | | | | | | | | remove attachments, add shorter custom message for empty status preview. fix auto update triggering
| * | add automatic updatingShpuld Shpuldson2020-06-28
| | |
| * | show preview with plaintext tooShpuld Shpuldson2020-06-28
| | |
| * | remove unnecessary type=buttonShpuld Shpuldson2020-06-28
| | |
| * | fix preview attachments getting wrong stylesShpuld Shpuldson2020-06-28
| | |
| * | update styles in preview headingShpuld Shpuldson2020-06-28
| | |
| * | add rich text previewShpuld Shpuldson2020-06-28
| | |
* | | remove unnecessary codeShpuld Shpuldson2020-07-07
| | |
* | | add more ways to set descriptionShpuld Shpuldson2020-07-07
| | |
* | | fix edge case of videos and unknown files togetherShpuld Shpuldson2020-07-06
| | |
* | | fix conflicts, use file icon instead of link, add support for audio and file ↵Shpuld Shpuldson2020-07-06
|\ \ \ | | |/ | |/| | | | icon in cw'd posts
| * | Merge branch 'fix/remove-extra-notifications-fetch' into 'develop'Shpuld Shpludson2020-07-05
| |\ \ | | | | | | | | | | | | | | | | Fix: notifications fetcher double fetching on every tick See merge request pleroma/pleroma-fe!1164
| | * | Apply suggestion to src/components/notifications/notifications.jsShpuld Shpludson2020-07-05
| | | |
| | * | document the 'mark-as-read-detection' systemShpuld Shpuldson2020-07-01
| | | |
| | * | add initial fetching back in a more streamlined wayShpuld Shpuldson2020-07-01
| | | |
| | * | remove unnecessary fetchAndUpdate, change notifications fetcher to not ↵Shpuld Shpuldson2020-07-01
| | | | | | | | | | | | | | | | double fetch
| * | | Merge branch 'feat/allow-use-without-cookies' into 'develop'Shpuld Shpludson2020-07-05
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #815: Allow use without cookies, Add a global notice popup system Closes #815 See merge request pleroma/pleroma-fe!1166
| | * | | change alert popup alphaShpuld Shpuldson2020-07-02
| | | | |
| | * | | make the addNotice dispatch return the noticeShpuld Shpuldson2020-07-02
| | | | |
| | * | | change storage error one-off into a global notice systemShpuld Shpuldson2020-07-02
| | | | |
| | * | | remove accidental logShpuld Shpuldson2020-07-01
| | | | |
| | * | | revert accidental change in instance.jsShpuld Shpuldson2020-07-01
| | | | |
| | * | | update the message and changelogShpuld Shpuldson2020-07-01
| | | | |
| | * | | catch localforage error and let the application work, add an alert for user ↵Shpuld Shpuldson2020-07-01
| | | | | | | | | | | | | | | | | | | | to dismiss
| * | | | Merge branch 'feat/parent-visible-support' into 'develop'Shpuld Shpludson2020-07-05
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #874 Add strike-through to "Reply to" when parent_visible is set to false See merge request pleroma/pleroma-fe!1162
| | * | | | add no-statusId support for status popoverShpuld Shpuldson2020-06-30
| | | | | |
| | * | | | add strikethrough when parent isn't visibleShpuld Shpuldson2020-06-30
| | | |/ / | | |/| |
| * | | | Merge branch 'fix-emoji-panel-height' into 'develop'HJ2020-07-04
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix emoji panel for settings modal See merge request pleroma/pleroma-fe!1168
| | * | | | fix height for emoji panel of settings modalkPherox2020-07-04
| | | | | |
| * | | | | Merge branch 'fix/allow-over-scrolling-on-bottom-mobile' into 'develop'HJ2020-07-04
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #854: allow overscrolling enough to not have FAB block interactables Closes #854 See merge request pleroma/pleroma-fe!1165