Commit Graph

11498 Commits (32fc3180c8e5aa2b47a1569a60122bc94e29e98f)
 

Author SHA1 Message Date
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 3 months ago
Daniel Supernault 5ae13d7289
Update changelog 3 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 3 months ago
Daniel Supernault 0a98b7ad20
Update SearchApiV2Service, fix offset bug. Fixes #5875 3 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 3 months ago
Daniel Supernault 245ab3bc4f
Update ApiV1Controller, fix relationship fields. Fixes #5900 3 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 3 months ago
daniel cc6f0debc2
Merge pull request #5908 from helmet91/clean-up-test-deprecations
[Improvement] Clean up test deprecations
3 months ago
Daniel Supernault f4a365e2b2
Update InstanceUpdateTotalLocalPosts.php
- Improve total post count by adding `uri` IS NULL check
3 months ago
Daniel Supernault d7acb0d994
Update changelog 3 months ago
Daniel Supernault 5a5821fe86
Update Instance total post, add optional estimation for huge status tables 3 months ago
daniel b7ae725850
Merge pull request #5902 from intentionally-left-nil/fix-local-stats
[Bug Fix] Fix server post stats
3 months ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 3 months ago
Daniel Supernault a7a7748ed9
Update i18n 3 months ago
Daniel Supernault d2a2c58467
Update compiled assets 3 months ago
Daniel Supernault 27fa798208
Fix timeAgo and notifications 3 months ago
Daniel Supernault 115061d9e4
Update changelog and compiled assets 3 months ago
Daniel Supernault 2ea1078053
Update Profile.vue, fix pagination 3 months ago
daniel c96721dbb4
Merge branch 'dev' into staging 3 months ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 3 months ago
daniel e5c577054b
Add Pinned Posts + WebUI profile fixes (#5914)
* translate notifications

* translate  profile

* fix translate privacy

* add missing keys

* pinned posts

* fix key  settings

* fix key

Co-Authored-By: daniel <danielsupernault@gmail.com>

* Update AccountImport, improve webp support

* Update GroupSettings, add missing avatar/header deletion

* Update i18n

* Update compiled assets

* Update 2025_03_19_022553_add_pinned_columns_statuses_table.php

* Fix pinned posts implementation

* Update docker readme, closes #5909

* Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints

* Refactor following check

* Fix ProfileFeed bookmark, likes and shares. Closes #5879

* Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state

* Update changelog

* Update compiled assets

* Update i18n

---------

Co-authored-by: Felipe Mateus <eu@felipemateus.com>
3 months ago
daniel f972523853
Merge branch 'dev' into staging 3 months ago
Daniel Supernault cb0a0e634b
Update i18n 3 months ago
Daniel Supernault 2c3feb91c0
Update compiled assets 3 months ago
Daniel Supernault 388d1ba36a
Update changelog 3 months ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 3 months ago
Daniel Supernault a25afa0442
Fix ProfileFeed bookmark, likes and shares. Closes #5879 3 months ago
Daniel Supernault 8082c004bc
Refactor following check 3 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 3 months ago
Daniel Supernault d5582bcedf
Update docker readme, closes #5909 3 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 3 months ago
Daniel Supernault f70e0b4ae0
Update 2025_03_19_022553_add_pinned_columns_statuses_table.php 3 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
3 months ago
daniel 2eae7abcbe
Merge pull request #5871 from eufelipemateus/fix-translate-privacy
[Translation] Fix translate privacy
3 months ago
daniel 7c51c57a73
Merge pull request #5855 from eufelipemateus/translate-notifications
[Translation] transalte notifications
3 months ago
daniel 64cf29eb28
Merge pull request #5868 from eufelipemateus/transalte-profile
[Translation] translate  profile
3 months ago
daniel 03247b64e2
Merge pull request #5889 from eufelipemateus/fix-key-settings
[Bug Fix] Fix key settings
3 months ago
Daniel Supernault 8bb128c0f2
Update compiled assets 3 months ago
Daniel Supernault 73ed3d410d
Update i18n 3 months ago
Daniel Supernault d19b6afd55
Update GroupSettings, add missing avatar/header deletion 3 months ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 3 months ago
Daniel Simon fea4efbab0 add PHPUnit cache to .gitignore 3 months ago
Daniel Simon 92f615d469 remove test prefix from test method names 3 months ago
Daniel Simon f39bfcfa1d replace @test annotations with #[Test] attributes, and add it where it was missing 3 months ago
Daniel Simon 0bd34d0f51 migrate PHPUnit configuration 3 months ago
Anil Kulkarni 8db8258cab
Fix server post stats
This fixes the homepage, showing how many posts have been made by the
server.
The prior logic includes posts from remote servers by an indirect check
for if it's a local post.
This commit changes the query behavior to directly check for the local
flag in the statuses column, and additionally excludes shares
3 months ago
Felipe Mateus 722ab119dc
fix key
Co-Authored-By: daniel <danielsupernault@gmail.com>
3 months ago
daniel 9e34cfe9df
Merge pull request #5894 from pixelfed/staging
Staging
3 months ago
Daniel Supernault e727431fef
Bump version to 0.12.5 3 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 3 months ago