Commit graph

2762 commits

Author SHA1 Message Date
Daniel Supernault
59aa6a4b02
Update AccountImport.vue, fix new IG export format 2024-02-01 22:49:04 -07:00
daniel
6d8ba64e0b
Merge pull request #4879 from shleeable/patch-14
typo
2024-01-26 20:57:10 -07:00
daniel
44f92f4888
Merge pull request #4856 from nexryai/patch-1
Fix syntax error of lang/vendor/backup/ja/notifications.php
2024-01-26 20:56:35 -07:00
daniel
d4e4c4e1dd
Merge pull request #4859 from mbliznikova/4845_provide_error_message_when_account_size_limit_reached
Provide an informative error message when account size limit is reached
2024-01-26 20:55:44 -07:00
Shlee
934f2ffdb4
Update home.blade.php 2024-01-24 12:45:21 +10:30
Daniel Supernault
efe8e89046
Update forgot mail template, urlencode email 2024-01-22 05:57:40 -07:00
Daniel Supernault
96366ab3de
Update forgot email captcha config 2024-01-22 05:51:50 -07:00
Daniel Supernault
67c650b195
Add forgot email feature 2024-01-22 05:26:01 -07:00
Daniel Supernault
d76f01685c
Update login view, add email prefill logic 2024-01-22 02:03:39 -07:00
Daniel Supernault
58745a8808
Update settings sidebar 2024-01-11 02:37:13 -07:00
Daniel Supernault
5f6ed85770
Update settings sidebar 2024-01-11 02:34:43 -07:00
Daniel Supernault
319a20b473
Update ParentalControlsController, redirect to new custom error page on active session when attempting to use child invite link so as to not overwrite parent active session with child session 2024-01-11 02:12:54 -07:00
Daniel Supernault
c53894fe16
Add Parental Controls feature 2024-01-11 01:35:15 -07:00
mbliznikova
4e567e3411 Provide an informative error message when account size limit is reached 2024-01-09 04:49:01 +00:00
nexryai
19e8037c85
Fix lang/vendor/backup/ja/notifications.php 2024-01-07 21:05:04 +09:00
daniel
5f5cb0616d
Merge pull request #3919 from shleeable/patch-3
Update NotificationCard.vue to popover image preview on comment/share
2024-01-03 02:59:56 -07:00
Daniel Supernault
fd44c80ce9
Update meta tags, improve descriptions and seo/og tags 2024-01-03 01:54:30 -07:00
Daniel Supernault
7016d19520
Update Privacy Settings view, change button to Blocked Domains and add l10n 2023-12-16 17:04:16 -07:00
Daniel Supernault
e5d789e0ab
Add domain blocks setting view 2023-12-16 06:01:43 -07:00
Daniel Supernault
cef451e588
Update routes 2023-12-16 05:36:59 -07:00
Daniel Supernault
2438324369
Add template-vue settings blade view 2023-12-16 05:32:21 -07:00
Daniel Supernault
2136ffe3d8
Add localization 2023-12-16 05:30:52 -07:00
Daniel Supernault
9c43e7e265
Update Timeline.vue, improve CHT pagination 2023-12-08 05:25:03 -07:00
Daniel Supernault
822e9888bb
Update PhotoAlbumPresenter.vue, fix fullscreen mode 2023-12-08 05:01:04 -07:00
Daniel Supernault
0a0681199f
Update ComposeModal, fix missing alttext post state 2023-12-08 04:56:21 -07:00
Daniel Supernault
4c3823b0c4
Update Notifications.vue, fix deprecated DM action links for story activities 2023-12-08 04:51:29 -07:00
daniel
6ffc964371
Merge pull request #4792 from mbliznikova/4790_4791_add_recently_deleted_post_to_collection_no_page_reloading_invalidate_cache_after_adding
4790 4791 add recently deleted post to collection no page reloading invalidate cache after adding
2023-12-05 00:28:42 -07:00
mbliznikova
7cb075dbf9 #4790 User experience: add a post to a collection just right after deleting it from there 2023-11-30 00:20:08 +00:00
mbliznikova
2c6edf37a7 oFix #3698, make unlisted photos visible in collections 2023-11-11 04:08:29 +00:00
Daniel Supernault
a3fd0b032b
Update vue components, fix typos 2023-11-03 21:37:13 -06:00
Daniel Supernault
5a2d7e3eca
Update AccountImport 2023-11-02 04:31:15 -06:00
paule
950baef58b fix: Instagram import broken UTF8 characters 2023-11-01 06:20:23 +01:00
daniel
2b17cc2c0d
Merge pull request #4709 from mbliznikova/check_if_collection_empty_in_edit
Add check if collection is empty in Edit Collection before publishing
2023-10-24 20:00:09 -06:00
daniel
1be012e439
Merge pull request #4698 from aneillans/strip-profile-tags-embed
Strip tags from bio in embeds
2023-10-24 19:59:28 -06:00
daniel
381e23e172
Merge pull request #4684 from mbliznikova/3596_provide_error_message_for_too_large_files
Provide the error message if a file to upload is too large, issue #3596
2023-10-24 19:56:28 -06:00
daniel
d85c0c3d0a
Merge pull request #4676 from viviicat/fix-post-follow
Update Post component, adding follow and unfollow methods.
2023-10-24 19:54:28 -06:00
Daniel Supernault
f11ce7009f
Update PostContent, add new video-player component 2023-10-23 01:28:06 -06:00
Daniel Supernault
e3f8cfb49e
Add hls/p2p video player 2023-10-23 01:27:11 -06:00
Daniel Supernault
4e3e23db36
Add js debounce util 2023-10-23 00:15:53 -06:00
Daniel Supernault
a144301085
Add RegisterForm component 2023-10-23 00:11:46 -06:00
Daniel Supernault
56e315f69f
Update ComposeModal component, fix multi filter bug and allow media re-ordering before upload/posting 2023-10-22 21:13:55 -06:00
mbliznikova
b838f90b77 Add check if collection is empty in Edit Collection before publishing 2023-10-20 21:16:19 +00:00
Andy Neillans
e9d9c4d8cc Strip tags from bio in embeds 2023-10-11 19:08:22 +01:00
mbliznikova
6c1e56fcb2 Provide the error message if a file to upload is too large 2023-10-06 02:05:22 +00:00
Daniel Supernault
ede5ec3bf4
Update profile embeds, filter sensitive posts 2023-09-30 14:45:24 -06:00
Vivianne Langdon
4508697563 Update Post component, adding follow and unfollow methods. 2023-09-28 00:20:09 -07:00
Daniel Supernault
895dc4fa9e
Update Sign-in with Mastodon, allow usage when registrations are closed 2023-09-27 01:33:39 -06:00
Daniel Supernault
dc23c21db0
Update profile embed, fix resize 2023-09-21 06:42:10 -06:00
Daniel Supernault
33ed7a8c91
Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
Daniel Supernault
fc24630eba
Update Privacy Settings, add support for Mastodon indexable search flag 2023-08-24 23:31:33 -06:00