dansup
7354f63563
Merge branch 'staging' into remove-exp-rec
1 month ago
dansup
4c0c6bdec0
Merge pull request #6577 from shleeable/remove-exp-lc
...
Remove deprecated EXP_LC (hidden like counts) config
1 month ago
dansup
ec38262338
Merge pull request #6576 from shleeable/covidremove
...
Clean up Covid/WHO
1 month ago
Daniel Supernault
5e79dbd332
Add alt tag to avatars. Fixes #6569
1 month ago
dansup
24697b77fc
Merge pull request #6579 from shleeable/remove-exp-loops
...
Remove deprecated legacy loops feature entirely
1 month ago
Daniel Supernault
d1b11e2a8f
Fix post likes modal
1 month ago
Daniel Supernault
c4bc3226b8
Update compiled assets
1 month ago
dansup
dcb3ffa04b
Merge pull request #6684 from pixelfed/shleeable-patch-18
...
missing parentheses
1 month ago
dansup
5cccd4937a
Merge pull request #6679 from pixelfed/shleeable-patch-14
...
OAuth: Cancel/Deny on authorization screen fails with 403 due to missing auth_token
1 month ago
Shlee
a600981820
Update show.blade.php
1 month ago
Shlee
5913b031c8
Update authorize.blade.php
1 month ago
Shlee
28c8772186
Update index.blade.php
1 month ago
Daniel Supernault
0f781cba34
Update Personal Access Tokens
3 months ago
Daniel Supernault
8ca7770918
Update PersonalAccessTokens component
3 months ago
Daniel Supernault
d8412ec0f5
Update Admin Invites, fixes #4264
3 months ago
Daniel Supernault
4c803c2857
Reduce profile bio/website hidden logic to 10 followers from 100 and add a new check to bypass this if they have more than 10 posts
4 months ago
Daniel Supernault
ef3fdeeca3
Update profile view
4 months ago
Daniel Supernault
3a71cda51f
Prevent og:image on sensitive posts
5 months ago
Your Name
715c671712
Remove deprecated Loops feature entirely
...
- Remove 'loops' from config/exp.php and instance.discover.loops from config/instance.php
- Remove loops API routes (loopsApi, loopWatch) from web-api.php
- Delete LoopComponent.vue, loops.js entry point, and loops blade view
- Remove EXP_LOOPS diagnostic row from admin diagnostics page
The Loops feature was deprecated and hardcoded to disabled.
5 months ago
Your Name
10a5eb7228
Remove exp.rec recommendations dead code
...
- Remove userRecommendations controller method and /api/local/exp/rec route
- Remove suggestions UI panel, data properties, and methods from Timeline.vue
- Remove commented-out suggestions card from feed template
The recommendations feature was deprecated and hardcoded to false/empty.
5 months ago
Your Name
1f01a15e64
Remove deprecated EXP_LC (hidden like counts) config
...
Remove the EXP_LC env var from config/exp.php and its diagnostic
row from the admin diagnostics page. This feature was already
marked as deprecated and unused.
5 months ago
Your Name
41089fcccd
Remove COVID label feature flag and related code
...
Remove ENABLE_COVID_LABEL, COVID_LABEL_URL, and COVID_LABEL_ORG env
vars and all associated backend/frontend code:
- config/instance.php: remove label.covid config block
- StatusLabelService: remove keyword matching, return static false
- Site/Config.php: remove label.covid from API response
- StatusCard.vue: remove COVID banner and labelRedirect method
- GroupStatus.vue: remove COVID banner and labelRedirect method
- diagnostics blade: remove COVID diagnostic rows
5 months ago
Daniel Supernault
0a41c9e387
Fix typo
5 months ago
Daniel Supernault
14b325641f
Update Password Change with new Revoke Sessions option
...
As requested in https://lgbtqia.space/@serigala_tropis/116412473982617371
5 months ago
dansup
a1d6fefd2b
Merge pull request #6509 from pixelfed/l10n_staging
...
New Crowdin updates
6 months ago
dansup
e7aca161f7
Merge pull request #6508 from rm-yakovenko/issues/6386
...
[Web Bug]: Ui/UX: view profil is going the to the profil which reposted, not to the original one.
6 months ago
dansup
06521c38df
Merge pull request #6398 from nove-b/feat/embed-color-schemes
...
feat(embed): add color theme support
6 months ago
dansup
edcda57e7a
Merge pull request #6387 from rm-yakovenko/issues/6376
...
[Server Bug]: app.logo is not used in code
6 months ago
dansup
2171fd8050
New translations web.php (Norwegian)
...
[ci skip]
6 months ago
Daniel Supernault
86de07e146
Fix oauth authorize form
7 months ago
Daniel Supernault
695e851026
Fix oauth
7 months ago
dansup
a109a91574
New translations web.php (Occitan)
...
[ci skip]
7 months ago
Rm Yakovenko
4cc4f42fe0
[Web Bug]: Ui/UX: view profil is going the to the profil which reposted, not to the original one.
7 months ago
dansup
e7f76db637
Merge pull request #6466 from arnaud-jacquemin/complete-french-translation
...
Add missing french translations (on the auth pages)
7 months ago
dansup
7e2f2671da
Merge pull request #6462 from pixelfed/l10n_staging
...
New Crowdin updates
7 months ago
Arnaud
2d64a46eb3
Add missing french translations (on the auth pages)
7 months ago
dansup
94555a835f
New translations web.php (German)
...
[ci skip]
7 months ago
dansup
3959257a53
Merge pull request #6439 from pixelfed/shleeable-patch-24
...
Update redirect.blade.php - Use HTML-escaped URL
8 months ago
dansup
aba6772537
Merge pull request #6432 from bararolig-anders/dev
...
Fix bug: skipping monthly trending pictures if not enough daily for the Explore view
8 months ago
dansup
094e6e2ad9
Merge pull request #6426 from pixelfed/l10n_staging
...
New Crowdin updates
8 months ago
dansup
90d2fba597
Merge pull request #6411 from pixelfed/shleeable-patch-10
...
typo
8 months ago
dansup
2da38b1150
Merge pull request #6409 from pixelfed/shleeable-patch-8
...
Bugfix: lint confirm_email.blade.php
8 months ago
dansup
7925a6fb51
New translations web.php (Dutch)
...
[ci skip]
8 months ago
dansup
55904e105e
New translations web.php (German)
...
[ci skip]
8 months ago
Shlee
d1f8fff739
Update redirect.blade.php
8 months ago
bararolig-anders
2d2d4a580f
Fix bug: skipping monthly trending pictures if not enough daily
...
The intention with the code is that if there are not enough trending pictures on the daily view, we will zoom out and look at monthly trends and pick pictures from those. However, the if-statement was written in a way where it would ask for monthly trends and immediately ask for yearly trends. On our server yearly returns no images, so the Explore page would be empty.
This change makes it so that it looks for the monthly trending pictures and evaluates whether to use those or look for yearly trending pictures.
8 months ago
dansup
1f09048fa6
New translations web.php (Serbian (Latin))
...
[ci skip]
8 months ago
dansup
62a72c95e3
New translations web.php (Serbian (Cyrillic))
...
[ci skip]
8 months ago
dansup
810c2d773b
New translations web.php (Spanish)
...
[ci skip]
8 months ago
Shlee
eb0bb9e81f
Update step-1.blade.php
8 months ago