Commit graph

2270 commits

Author SHA1 Message Date
Daniel Supernault
ae8c751796
Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports 2021-11-10 21:46:31 -07:00
Daniel Supernault
a956b50e8e
Add account.email blade view 2021-11-08 23:22:55 -07:00
Daniel Supernault
bc65938757
Add manual email verification requests 2021-11-08 23:02:34 -07:00
Scott O'Hara
345d7eed2c
fix broken accessibility for search field
This PR fixes the incorrect use of `role=search` on the `<input>` element.  The `search` role is not a type of text input, and its use here was negating the semantics of the text field's ability to announce itself as a text field to screen readers.  The proper place for a `role=search` is on the `<form>` element that contains this input, so I have placed it there in this fix.

There are likely other accessibility improvements that could be made in this file, but this was an easy fix that I figured I could make a quick PR for.  

Thanks
2021-11-06 10:25:46 -04:00
Daniel Supernault
9bd53524c7
Update setting layouts 2021-11-05 21:51:52 -06:00
Daniel Supernault
3d814de9a6
Update email settings view 2021-11-05 18:37:33 -06:00
Daniel Supernault
3169f68e65
Update dark mode styles, fix black box on stories. Closes #2982 2021-10-22 18:56:29 -06:00
Daniel Supernault
1e44a8128a
Update nav, fix link 2021-10-21 19:04:46 -06:00
Daniel Supernault
be194b8a3f
Update Timeline component, apply block/mute filters client side for local and network timelines 2021-10-20 04:22:19 -06:00
Daniel Supernault
5167c68d6b
Update Activity component, fix missing types 2021-10-20 04:19:20 -06:00
Daniel Supernault
02237845b5
Update Profile component, improve error messages when block/mute limit reached 2021-10-20 04:17:46 -06:00
Daniel Supernault
bc16b936d6
Update StatusCard component 2021-10-20 04:16:39 -06:00
Daniel Supernault
64c75bdaec
Update story views 2021-10-19 22:07:57 -06:00
daniel
1badbf83cd
Merge pull request #2973 from okpierre/patch-11
Improve tappable area
2021-10-19 20:58:46 -06:00
daniel
2aab326bc4
Merge pull request #2934 from vszakats/patch-1
fix 'powered by pixelfed' link to be HTTPS
2021-10-19 20:44:20 -06:00
daniel
f79486c448
Merge branch 'staging' into dev 2021-10-19 20:41:49 -06:00
Daniel Supernault
dbc3c0fbe3
Update timeago helper, add long form option 2021-10-19 19:44:41 -06:00
Daniel Supernault
7886fd5998
Update Activity component, only show context button for actionable activities 2021-10-19 19:43:40 -06:00
Daniel Supernault
f4bd5672b1
Update Timeline component, cascade relationship state change 2021-10-19 19:41:51 -06:00
Daniel Supernault
0436b124e4
Update StatusCard component, add relationship state button 2021-10-19 19:40:31 -06:00
okpierre
d500626295
Update index.blade.php 2021-10-14 19:14:46 -04:00
Daniel Supernault
754151dc84
Update RemotePost, RemoteProfile components, add fallback avatars 2021-09-22 20:17:34 -06:00
Daniel Supernault
0299aa5b63
Update video presenters, add playsinline attribute to video tags 2021-09-22 20:12:28 -06:00
daniel
68437e614d
Staging (#2927)
* Created localized exception.php (DE)

* Update German translation

* Update German translation

* Update de localization, Create New Post -> New

* Formatting

* Update site.php (#2889)

Co-authored-by: daniel <danielsupernault@gmail.com>

* Formatting

* Update controllers, fixes #2906

* Update NotificationService, fix 500 bug

* Update changelog

Co-authored-by: forenta <ueblesurmeli-github@yahoo.de>
Co-authored-by: Tomas Brabenec <tomas@brabenec.net>
2021-09-19 23:10:18 -06:00
Viktor Szakats
275e711624
fix 'powered by pixelfed' link to be HTTPS 2021-09-15 05:00:22 +02:00
brabitom
09edaa87b7 Improve Czech localization 2021-09-11 10:17:40 +02:00
Daniel Supernault
a1d7586be4
Formatting 2021-09-10 21:29:45 -06:00
Tomas Brabenec
9f0f5a3d46
Update site.php (#2889)
Co-authored-by: daniel <danielsupernault@gmail.com>
2021-09-10 21:28:59 -06:00
Daniel Supernault
65655eaa89
Formatting 2021-09-10 21:25:30 -06:00
daniel
42816bd329
Merge pull request #2916 from forenta/patch-3
Update German translation
2021-09-10 21:25:02 -06:00
Daniel Supernault
44dfeb8c9a
Update de localization, Create New Post -> New 2021-09-10 21:23:47 -06:00
daniel
121e8f99a7
Merge pull request #2915 from forenta/patch-2
Update German translation
2021-09-10 21:22:46 -06:00
daniel
df972ea157
Merge pull request #2914 from forenta/patch-1
Created localized exception.php (DE)
2021-09-10 21:20:22 -06:00
daniel
14f9033715
Merge pull request #2868 from nogafam-es/staging
Fix PWA implementation to support Gecko-based browsers, using html link tag
2021-09-10 21:02:36 -06:00
daniel
931cafc9bc
Merge pull request #2858 from shynome/i18n_zh_cn
add zh-cn lang
2021-09-10 20:58:54 -06:00
forenta
85847f7a9f
Update German translation 2021-09-05 21:23:24 +02:00
forenta
f0bcab4b41
Update German translation 2021-09-05 21:21:49 +02:00
forenta
236559a4d9
Created localized exception.php (DE) 2021-09-05 21:19:35 +02:00
Daniel Supernault
8c86953f42
Add remote story view 2021-09-04 00:15:06 -06:00
Daniel Supernault
6ca140e5cc
Update nav view 2021-09-03 22:20:55 -06:00
Daniel Supernault
7641b73158
Update Timeline, remove recent posts 2021-09-03 20:37:36 -06:00
Daniel Supernault
942fdf5486
Update components 2021-08-31 01:30:21 -06:00
Daniel Supernault
e5e7839736
Update js resources 2021-08-31 01:16:25 -06:00
Daniel Supernault
29e84fa08c
Update sass 2021-08-31 01:15:10 -06:00
Daniel Supernault
f575fd4d76
Update blade views 2021-08-31 01:12:16 -06:00
Daniel Supernault
bc2d664fdb
Update blade views 2021-08-31 01:09:09 -06:00
Daniel Supernault
a4a1270e70
Add Stories to admin dashboard 2021-08-31 00:33:04 -06:00
Daniel Supernault
7709220074
Add Polls 2021-08-04 20:29:21 -06:00
Daniel Supernault
03199e2f68
Update follow intent, fix follower count leak 2021-08-01 15:09:52 -06:00
nogafam.es Admin
e56da35826 Fix PWA implementation to support standard using html link tag 2021-07-27 14:09:17 +02:00
Daniel Supernault
c5281dcdb3
Update PostComponents, re-add time to timestamp 2021-07-27 00:49:59 -06:00
Daniel Supernault
4fb3d1fa70
Update status.reply view, fix archived post leakage 2021-07-27 00:27:36 -06:00
Daniel Supernault
e9ef0c887a
Add Archive Posts 2021-07-26 22:49:46 -06:00
Daniel Supernault
2376580eb7
Update NotificationCard component 2021-07-25 06:15:10 -06:00
Daniel Supernault
85d5639a52
Update Hashtag component 2021-07-25 05:32:42 -06:00
Daniel Supernault
c4146a3040
Update RemoteProfile component, add follower modals 2021-07-25 05:06:38 -06:00
Daniel Supernault
0e178a3371
Update NotifcationCard.vue component, add refresh button for cold notification cache 2021-07-25 03:33:47 -06:00
Daniel Supernault
7274574c68
Update RemoteProfile, add warning about potentially out of date information 2021-07-25 03:31:47 -06:00
Daniel Supernault
b6e226aef9
Update Notification components, fix old notifications with missing attributes 2021-07-25 02:14:41 -06:00
Daniel Supernault
1060dd23d5
Update RemotePost component, update likes reaction bar 2021-07-24 23:37:44 -06:00
Daniel Supernault
ea0fc90c92
Add default licenses and license sync 2021-07-24 22:13:14 -06:00
Daniel Supernault
072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000 2021-07-24 21:15:15 -06:00
Daniel Supernault
67e3f6048f
Update Settings, add default license and enforced media descriptions 2021-07-23 09:47:14 -06:00
Daniel Supernault
0153ed6d64
Update Timeline, make text-only posts opt-in by default 2021-07-21 02:00:57 -06:00
Daniel Supernault
b0257be20e
Update RemotePost.vue, improve text only post UI 2021-07-21 01:16:37 -06:00
Daniel Supernault
ed14ee48e1
Update StatusCard, add text support 2021-07-20 23:47:19 -06:00
Daniel Supernault
f392fa4ed4
Update nav 2021-07-20 21:52:49 -06:00
Daniel Supernault
11eb6acdaf
Update Timeline, fix empty timeline card 2021-07-20 18:13:17 -06:00
Daniel Supernault
7ed65fc9fe
Update PostComponent, use profileUrl method for comments 2021-07-20 18:06:57 -06:00
shynome
e825d73b9a add zh-cn lang 2021-07-18 18:19:11 +08:00
Daniel Supernault
728f10d778
Update Timeline.vue, improve followed hashtags 2021-07-16 01:20:21 -06:00
Daniel Supernault
49d27caae8
Update remote profile components 2021-07-15 23:37:23 -06:00
Daniel Supernault
916e8f7111
Update Timeline.vue, increase pagination limit from 3 to 12 and add empty feed placeholder 2021-07-15 23:36:44 -06:00
Daniel Supernault
86422c81b7
Update presenters, improve content warnings 2021-07-15 23:35:34 -06:00
Daniel Supernault
8544bcbda6
Update ContextMenu, add View Profile link 2021-07-15 23:18:40 -06:00
Daniel Supernault
3b071e56ac
Update Timeline, fix padding 2021-07-12 10:47:24 -06:00
Daniel Supernault
c8824d1b51
Update FollowerService 2021-07-11 07:43:29 -06:00
Daniel Supernault
ff48400a38
Update components, add fallback default avatar 2021-07-11 06:07:05 -06:00
Daniel Supernault
726553f552
Update components, add fallback default avatar 2021-07-11 02:57:14 -06:00
Daniel Supernault
5fb33772c3
Update reply blade view, fix missing avatar and media images 2021-07-08 23:23:56 -06:00
Daniel Supernault
fc56acb835
Update presenters, fix content warning layout 2021-07-08 22:23:55 -06:00
Daniel Supernault
9607243ff7
Update StatusCard.vue, add togglecw events to other presenters 2021-07-08 22:21:47 -06:00
Daniel Supernault
b37bb426a2
Update NotificationCard, fix typo in mention, share and comments. Fixes #2848 2021-07-08 22:20:28 -06:00
Daniel Supernault
b6b5ce7c76
Update Timeline.vue, fix comment button 2021-07-07 01:47:16 -06:00
Daniel Supernault
9017f7c4e1
Update Profile, fix unauthenticated private profiles 2021-07-07 00:40:01 -06:00
Daniel Supernault
1a2e41b1e3
Update status views, remove like counts from status embed 2021-07-07 00:23:43 -06:00
Daniel Supernault
42c6121ab9
Update PostComponent, fix MomentUI like counter 2021-07-06 23:40:08 -06:00
daniel
83c0275832
Merge pull request #2797 from ahangarha/improve-persian-translation
Improve Persian Translation
2021-07-06 21:20:14 -06:00
Daniel Supernault
7647e724bc
Update RemotePost.vue, fix content warning button 2021-07-06 21:12:37 -06:00
Daniel Supernault
76b6ec2aa6
Update admin instance view 2021-07-06 19:36:43 -06:00
Daniel Supernault
950fc27773
Update components 2021-07-05 23:42:46 -06:00
Daniel Supernault
2bdb638c4f
Update Timeline component, add reaction bar back to network timeline 2021-07-02 01:36:01 -06:00
Daniel Supernault
64725ecce7
Add diagnostics to error page and admin dashboard 2021-07-01 21:46:45 -06:00
Daniel Supernault
3cffdb116f
Update ContextMenu, add missing statusUrl method 2021-07-01 17:26:14 -06:00
Daniel Supernault
e9c46bab75
Update PostComponent, show like count to owner using MomentUI 2021-06-29 03:04:56 -06:00
Daniel Supernault
6d956a86f4
Add mark as spammer mod tool, unlists and applies content warning to existing and future posts 2021-06-29 02:14:22 -06:00
Daniel Supernault
0deaafc0dc
Update Network Timeline, use existing Timeline component 2021-06-29 01:27:35 -06:00
Daniel Supernault
1e3d3a69d2
Update Timeline, disable new post update checker and hide reaction bar on network timeline 2021-06-29 01:03:47 -06:00
Daniel Supernault
3ba5c88c35
Update Timeline, fix suggested posts 2021-06-28 23:18:28 -06:00
Daniel Supernault
858f3f9e0c
Update Timeline component, abstracted reusable partials 2021-06-28 22:51:51 -06:00
Daniel Supernault
a0e83468e9
Update PostComponent, fix formatting 2021-06-28 22:50:40 -06:00
Daniel Supernault
308acc91d3
Update NetworkTimeline, fix remote comment urls 2021-06-28 22:49:22 -06:00
Daniel Supernault
f2fb64ecd4
Add component partials 2021-06-28 22:48:23 -06:00
Daniel Supernault
9a2db8ebc0
Update Activity component, fix comment bug 2021-06-18 06:18:35 -06:00
Daniel Supernault
a3a86d46a1
Update NotificationCard, fix missing status bug 2021-06-18 05:29:37 -06:00
Daniel Supernault
1fa08644b4
Update Remote Post + Profile hashtag to redirect to local urls 2021-06-18 05:03:40 -06:00
Daniel Supernault
78ee44662c
Add PWA + ServiceWorker with offline support 2021-06-17 22:42:08 -06:00
Daniel Supernault
02b04a4b4d
Update RemoteProfile component, implement pagination 2021-06-13 01:52:05 -06:00
Daniel Supernault
f37952d6cf
Update verify email screen, add contact admin link 2021-06-13 00:37:54 -06:00
Daniel Supernault
d0ddb4e78e
Update StoryCompose component 2021-06-13 00:19:59 -06:00
Daniel Supernault
6e56dbed1a
Update Profile component, fix remote urls 2021-06-13 00:19:01 -06:00
Daniel Supernault
8ee104363a
Update Profile, add linkified bio, joined date, follows you label and improved website handling 2021-06-10 22:54:31 -06:00
Daniel Supernault
68aa25400b
Add Auto Following support for admins 2021-06-10 21:07:35 -06:00
Mostafa Ahangarha
2e2a946c64 improve persian translation 2021-06-10 13:29:26 +04:30
Daniel Supernault
069a0e4ae1
Add WebP support 2021-06-08 03:22:01 -06:00
Daniel Supernault
a2211815d4
Update Activity component, add at (@) symbol for remote profiles and local urls for remote posts and profile 2021-06-08 01:48:33 -06:00
Daniel Supernault
aafd6a21a5
Update Notification component, add at (@) symbol for remote profiles and local urls for remote posts and profiles 2021-06-08 01:29:44 -06:00
Daniel Supernault
66750d347a
Update Timeline, implement suggested post opt out 2021-06-07 23:32:35 -06:00
Daniel Supernault
549202948d
Update landing page, use config_cache 2021-06-07 19:28:26 -06:00
Daniel Supernault
56215be73a
Update Timeline, add recent home feed 2021-06-01 23:40:34 -06:00
Daniel Supernault
69567e19df
Update NotificationCard, fix loading bug 2021-06-01 21:01:00 -06:00
Daniel Supernault
f767d99ad5
Update liked by, fix remote username urls 2021-05-31 22:43:53 -06:00
Daniel Supernault
d496a48574
Add admin.js, fixes #2772 2021-05-31 21:51:23 -06:00
Daniel Supernault
0788bffa37
Update Timeline component, show counts and make sidebar footer lighter 2021-05-26 20:31:11 -06:00
Daniel Supernault
78ad4e77d9
Update NotificationCard component, fix default value 2021-05-26 20:29:33 -06:00
Daniel Supernault
eb7d5a4e36
New admin dashboard layout 2021-05-24 23:24:42 -06:00
Daniel Supernault
3de44f3392
Update Timeline.vue, batch api views 2021-05-24 00:37:52 -06:00
Daniel Supernault
92dc7af69b
Update landing and about page 2021-05-23 23:09:26 -06:00
Daniel Supernault
24e77f647d
Update admin settings 2021-05-19 02:01:33 -06:00
Daniel Supernault
a4efbb75d8
Update admin settings, add rules 2021-05-13 23:45:36 -06:00
Daniel Supernault
04094baaef
Update PostComponent, show like count to status owner 2021-05-12 22:20:46 -06:00
Daniel Supernault
4408e2ef8c
Update LikeService, show like count to status owner 2021-05-12 22:18:00 -06:00
Daniel Supernault
68a21de57c
Update admin settings 2021-05-11 23:47:29 -06:00
Daniel Supernault
e379ae2cbd
Update admin settings, add warning about enabling config cache 2021-05-11 23:39:55 -06:00
Daniel Supernault
fabb57a9d5
Add profile pronouns 2021-05-11 23:25:10 -06:00
Daniel Supernault
813648cfbb
Update admin settings views 2021-05-11 22:11:10 -06:00
Daniel Supernault
a3a761c348
Update app layout 2021-05-11 22:09:36 -06:00
Daniel Supernault
f2066b7401
Add admin config settings 2021-05-11 22:07:55 -06:00
Daniel Supernault
7895097fc1
Update config() to config_cache() 2021-05-11 20:14:51 -06:00
Daniel Supernault
3a9203e039
Update config() to config_cache() 2021-05-11 20:03:29 -06:00
Daniel Supernault
f4fc8347c9
Update config() to config_cache() 2021-05-11 19:59:24 -06:00
Daniel Supernault
c65d03788b
Update config() to config_cache() 2021-05-11 19:07:03 -06:00
Daniel Supernault
3e52458889
Update config() to config_cache() 2021-05-11 18:26:52 -06:00
Daniel Supernault
27b722e7a7
Update config() to config_cache() 2021-05-10 23:23:09 -06:00
Daniel Supernault
35b92fd7c9
Update admin settings 2021-05-07 22:19:58 -06:00
Daniel Supernault
61254b907f
Update site name config 2021-05-07 21:47:51 -06:00
Daniel Supernault
7bcbf96bee
Update Timeline component, change like logic 2021-05-01 16:10:03 -06:00
Daniel Supernault
0a35f5d636
Update PostComponent, change like logic 2021-05-01 16:08:42 -06:00
Daniel Supernault
9cf962fff5
Update Settings, remove reports page 2021-05-01 12:40:32 -06:00
Daniel Supernault
9341f0b38f
Update components, remove like counts 2021-04-30 23:48:36 -06:00
Daniel Supernault
c799a01aa9
Update StatusController, allow license edits without 24 hour limit 2021-04-30 21:41:42 -06:00
Daniel Supernault
2ead622c41
Update StoryCompose crop logic 2021-04-30 20:03:36 -06:00
Daniel Supernault
39a7610314
Update StoryCompose component, improve full screen preview 2021-04-29 23:28:26 -06:00
Daniel Supernault
2119965659
Update ComposeModal 2021-04-29 23:27:25 -06:00
Daniel Supernault
c8edca696b
Update Stories, add crop and duration settings to composer 2021-04-27 20:15:31 -06:00
Daniel Supernault
f582937300
Update admin instance page, add search and improve performance 2021-04-20 22:03:41 -06:00
daniel
4f31d7f391
Merge pull request #2705 from wileyfoxyx/dev
Update and improve Russian translate
2021-04-06 22:01:11 -06:00
daniel
57818c2fe7
Merge pull request #2696 from ZER0-X/dev
Improve and update the Arabic language
2021-04-06 21:53:57 -06:00
Daniel Supernault
898e41cfe1
Fix cs 2021-04-06 21:53:39 -06:00
daniel
95b6b78f73
Merge pull request #2677 from hellcp/patch-1
Fix label describing the wrong field in settings
2021-04-06 21:37:40 -06:00
Daniel Supernault
e5b61be52d
Update network blade view 2021-04-06 21:25:07 -06:00
Daniel Supernault
af7face4da
Add Network Timeline 2021-04-06 21:17:42 -06:00
Daniel Supernault
4ad573c8de
Update components 2021-03-31 22:24:59 -06:00
Ilya
78d8799cdc
Fixed translate 2021-03-18 22:39:57 +03:00
Ilya
22fc1a8c64
Added 'profiles' 2021-03-18 22:38:44 +03:00
Ilya
cc5dec2c3e
Update profile.php
fixed translate
2021-03-18 22:37:40 +03:00
Ilya
edf9c565c7
Update passwords.php
Fixed translate
2021-03-18 22:36:36 +03:00
Ilya
53d0298ae1
Update navmenu.php
Fixed translate
2021-03-18 22:33:40 +03:00
Ilya
34aad3608c
Update helpcenter.php
Fixed and added 'taggingPeople'
2021-03-18 22:32:25 +03:00
Ilya
9b27533f49
Create exception.php 2021-03-18 22:30:43 +03:00
zer0-x
9f204e4c23 Improve and update the Arabic language 2021-03-02 21:02:44 +03:00
Daniel Supernault
d1d74707a7
Update autocomplete, add dark mode support 2021-03-01 22:52:12 -07:00
Daniel Supernault
de514f7d76
Add Autocomplete for hashtags + mentions 2021-03-01 22:04:46 -07:00
Daniel Supernault
42375b3d79
Update Compose Apis, refactor rate limits 2021-03-01 20:58:35 -07:00
Daniel Supernault
5f67a48442
Timeline refactor 2021-03-01 00:24:44 -07:00
Daniel Supernault
3f8202e29a
Update PhotoPresenter, add width and height to images 2021-03-01 00:08:10 -07:00
Daniel Supernault
001d410579
Update ComposeModal, limit visibility scope for private accounts 2021-02-28 22:35:43 -07:00
Daniel Supernault
77d4353a0a
Update font icons, use font-display:swap 2021-02-28 22:33:55 -07:00
Daniel Supernault
43201a70e6
Update user admin, fix pagination 2021-02-23 00:31:12 -07:00
Daniel Supernault
8feeadbf4e
Update user admin, remove expensive db query and add search 2021-02-22 23:03:49 -07:00
Sasi Olin
7e7d2e60dd
Fix label describing the wrong field in settings 2021-02-22 22:18:05 +01:00
Daniel Supernault
a70ab1ba36
Update reports view 2021-02-15 20:38:33 -07:00
Daniel Supernault
e64b4bd382
Update Timeline component, add inline reports modal 2021-02-15 20:27:20 -07:00
Daniel Supernault
3dfb8738a2
Update PostComponent, update menu 2021-02-15 20:26:33 -07:00
Daniel Supernault
2cf85394b3
Update components.js, update read more 2021-02-15 17:36:52 -07:00
Daniel Supernault
52a120c0db
Update admin reports views 2021-02-15 02:44:51 -07:00
Daniel Supernault
5ac9d0e8f2
Update Embeds. Fix Profile + Status embeds, remove following count and improve cache invalidation and hidden follower counts 2021-02-09 00:42:12 -07:00
Daniel Supernault
551365183e
Update Hashtag component, fix null infinite loading bug. Fixes #2637 2021-02-07 00:12:19 -07:00
Daniel Supernault
12ce76026f
Update ComposeModal, show filter warning for unsupported browsers 2021-02-07 00:09:28 -07:00
Daniel Supernault
ceae664ce0
Update ComposeModal, prevent tagging empty users. Fixes #2633 2021-02-06 21:22:27 -07:00
Daniel Supernault
1f09b4f5c5
Revert ComposeModal 2021-02-06 21:00:42 -07:00
Daniel Supernault
a9e98965ab
Update components, improve content warnings 2021-02-05 21:21:41 -07:00
Daniel Supernault
a1059a6e12
Update DiscoverComponent, allow unathenicated if enabled 2021-02-05 21:20:19 -07:00
Daniel Supernault
e6e76e809d
Update ComposeModal, add processing step disabled by default 2021-02-05 21:19:12 -07:00
Daniel Supernault
6af2bea5e0
Update DiscoverComponent 2021-01-31 00:58:24 -07:00
Daniel Supernault
348692476c
Update DiscoverComponent, add spinner loaders and remove deprecated sections 2021-01-31 00:49:40 -07:00
Daniel Supernault
eadf0c3b6c
Update nav partial 2021-01-30 22:15:54 -07:00
Daniel Supernault
1324605389
Update footer 2021-01-30 22:11:12 -07:00
Daniel Supernault
a8ebdd2e39
Update DiscoverComponent, add blurhash and like/comment counts 2021-01-30 21:56:50 -07:00
Daniel Supernault
2281727ac0
Update nav partial 2021-01-30 19:45:02 -07:00
Daniel Supernault
7768e84485
Update Timeline.vue, fix hashtag status previews 2021-01-30 18:15:34 -07:00
Daniel Supernault
39e389dd4e
Update status square previews, add blurhash and improved content warnings 2021-01-30 17:15:49 -07:00
Daniel Supernault
54abfef4f7
Update Timeline.vue, add border-top to status label 2021-01-28 23:07:58 -07:00
Daniel Supernault
f38d2a09a4
Update components 2021-01-28 20:08:06 -07:00
Daniel Supernault
cc84125ba2
Update Timeline, prevent nextTick() when reloading same comment modal. Fixes #2584 2021-01-26 20:33:09 -07:00
Daniel Supernault
e8cc66dce7
Update components, fix url rewriter. Closes #2538 2021-01-24 15:32:14 -07:00
Daniel Supernault
9683e846e9
Update blade views 2021-01-24 14:03:55 -07:00
Daniel Supernault
05b7e1395f
Update Timeline component 2021-01-24 13:39:56 -07:00
Daniel Supernault
c1118956c3
Update RemoteProfile component, change thumbnail url 2021-01-24 13:36:26 -07:00
Daniel Supernault
caafef580c
Update ComposeModal, use new routes 2021-01-17 20:25:19 -07:00
Daniel Supernault
a0a15730db
Update help template 2021-01-17 19:55:04 -07:00
Daniel Supernault
8474d32114
Add instance actor help page 2021-01-17 19:53:01 -07:00
Daniel Supernault
f32072a396
Add Year in Review feature (mysql only) 2021-01-17 19:50:35 -07:00
Daniel Supernault
b29b845533
Update components 2021-01-17 03:07:08 -07:00
Daniel Supernault
941da5d589
Update admin dashboard 2020-12-18 00:52:49 -07:00
Daniel Supernault
cfcf17f30c
Update Post components, fix remote post and profile urls 2020-12-17 23:21:38 -07:00
Daniel Supernault
cd2661fc0b
Update 2FA setup, fix qrcode handler 2020-12-14 22:30:44 -07:00
Daniel Supernault
70919e6161
Update RemotePost component 2020-12-14 21:48:33 -07:00
Daniel Supernault
d6179d61a4
Update Timeline, fix padding 2020-12-14 03:19:41 -07:00
Daniel Supernault
2454d8b2df
Update nav menu 2020-12-14 03:03:26 -07:00
Daniel Supernault
d48582c9d7
Update labs deprecation page 2020-12-14 00:57:52 -07:00
Daniel Supernault
df9c3adff6
Update Timeline, remove simple mode and set labs deprecation date 2020-12-14 00:49:45 -07:00
Daniel Supernault
a10d851fb7
Update PostComponent, add reply modal 2020-12-13 22:54:24 -07:00
Daniel Supernault
526b55311a
Update ComposeModal, add maxlength attribute to alt text input. Fixes #2490 2020-12-13 17:38:41 -07:00
daniel
28f6fc5936
Merge pull request #2424 from okpierre/patch-8
Update PostComponent.vue
2020-12-13 16:40:16 -07:00
Daniel Supernault
8e3e75864c
Update ComposeModal, fix filter bug on safari 2020-12-12 22:54:11 -07:00
Daniel Supernault
425a6311e2
Update captcha views 2020-12-12 21:12:30 -07:00
Daniel Supernault
082c1ccb26
Add hCaptcha 2020-12-12 21:04:59 -07:00
Daniel Supernault
b892bcf0e8
Add autospam feature 2020-12-10 21:58:56 -07:00
Daniel Supernault
048642bead
Update Collections, add custom limit 2020-12-10 01:02:56 -07:00
Daniel Supernault
2eca670e11
Update reply/comment view, improve layout and include child reply 2020-12-09 22:46:31 -07:00
Daniel Supernault
1b2fd665bf
Update compiled assets 2020-12-09 22:22:56 -07:00
Daniel Supernault
b8330b3d92
Add appeal/interstitial views 2020-12-09 21:55:42 -07:00
Daniel Supernault
db646026be
Update discover view, remove unused compose script 2020-12-09 21:17:26 -07:00
Daniel Supernault
e28d022f62
Update ComposeModal.vue component, reuse sharedData 2020-12-05 00:24:26 -07:00
Daniel Supernault
f1ab44686b
Update app.js, add blurhash 2020-12-05 00:23:22 -07:00
Daniel Supernault
19abf1b4dc
Update navbar, add avatar 2020-12-02 21:45:50 -07:00
Daniel Supernault
dac060888a
Update PostComponent, update mention handler. Fixes #2421 2020-11-30 22:19:29 -07:00
Daniel Supernault
e51665f6e3
Update PostComponent, change timestamp format 2020-11-30 20:59:45 -07:00
Daniel Supernault
0a5a0e8616
Add federated photo filters 2020-11-27 19:52:40 -07:00
Daniel Supernault
0904a9d02f
Update app layout 2020-11-25 19:47:23 -07:00
Daniel Supernault
eb4f43674b
Update blank layout 2020-11-25 18:38:55 -07:00
Daniel Supernault
d6f81700a3
Update dark mode 2020-11-25 18:36:22 -07:00
Daniel Supernault
0d3575fea4
Update vue components 2020-11-25 18:00:49 -07:00
daniel
362fd1b029
Merge pull request #2442 from xmgz/dev
update gl
2020-11-21 20:53:27 -07:00
daniel
ef4b8f25fe
Merge pull request #2432 from yvisherve/patch-1
Update helpcenter.php - FR lang
2020-11-21 20:51:40 -07:00
Daniel Supernault
d8cdc2a911
Update sudo view, fix phrasing 2020-11-21 20:49:51 -07:00
daniel
c465cc93a0
Merge pull request #2399 from delthas/feature-applications-tab
Display the applications tab in the user profile settings sidebar
2020-11-21 20:15:19 -07:00
Xose M
2e08ea8df8
Update validation.php 2020-11-21 18:46:27 +01:00
Xose M
204b8f4973
Update timeline.php 2020-11-21 18:39:26 +01:00