Daniel Supernault
|
4747266b04
|
Update ApiV1Controller, fix cache invalidation order
|
2025-05-14 01:47:46 -06:00 |
Daniel Supernault
|
4e938a8ffa
|
Fix heic, avif, webp support and add libvips driver
|
2025-05-13 03:53:22 -06:00 |
Daniel Supernault
|
ab9c13fe0d
|
New supported formats, Preserve ICC Color Profiles, libvips support
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
|
2025-05-13 01:59:54 -06:00 |
Daniel Supernault
|
5a3a1cf76c
|
Update remove_from_followers api endpoint
|
2025-05-02 01:26:36 -06:00 |
daniel
|
92482c24cd
|
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
|
2025-05-02 01:14:54 -06:00 |
Felipe Mateus
|
fed800acfb
|
Merge branch 'dev-contrib-origin' into feat-remove-follow
|
2025-04-14 09:45:34 -03:00 |
Daniel Supernault
|
5a32bfe304
|
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds
|
2025-04-14 04:50:33 -06:00 |
Daniel Supernault
|
b86102823b
|
Update CustomFilter model and CustomFilterController
|
2025-04-14 01:18:14 -06:00 |
Daniel Supernault
|
437d742ac4
|
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`
Todo:
- [ ] fix routes
- [ ] finish other context filtering
|
2025-04-08 05:58:06 -06:00 |
daniel
|
0158941fb6
|
API improvements + test fixes (#5925)
* migrate PHPUnit configuration
* replace @test annotations with #[Test] attributes, and add it where it was missing
* remove test prefix from test method names
* add PHPUnit cache to .gitignore
* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901
* Update ApiV1Controller, fix relationship fields. Fixes #5900
* Update instance config, return proper matrix limits. Fixes #4780
* Update SearchApiV2Service, fix offset bug. Fixes #5875
* Update ApiV1Controller, add better direct error message. Fixes #4789
* Update changelog
---------
Co-authored-by: Daniel Simon <daniel.simon.dev@proton.me>
|
2025-04-08 02:18:49 -06:00 |
Daniel Supernault
|
658fe6898e
|
Update ApiV1Controller, add better direct error message. Fixes #4789
|
2025-04-08 02:17:24 -06:00 |
Daniel Supernault
|
4732019087
|
Update instance config, return proper matrix limits. Fixes #4780
|
2025-04-08 01:46:49 -06:00 |
Daniel Supernault
|
8a86808a06
|
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901
|
2025-04-08 01:18:25 -06:00 |
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>
|
2025-04-05 03:51:35 -06:00 |
Daniel Supernault
|
0f1819125c
|
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints
|
2025-04-05 02:30:17 -06:00 |
Daniel Supernault
|
2f655d0008
|
Fix pinned posts implementation
|
2025-04-05 01:22:29 -06:00 |
daniel
|
c9a0fe0026
|
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
|
2025-04-01 00:24:02 -06:00 |
Felipe Mateus
|
128533b5d8
|
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
|
2025-03-24 14:16:05 -03:00 |
Felipe Mateus
|
456f96d574
|
add remove follow
|
2025-03-24 08:55:43 -03:00 |
Daniel Supernault
|
aa6f95b1cf
|
Update ApiV1Controller, improve query
|
2025-03-23 23:55:27 -06:00 |
Felipe Mateus
|
cce4c41d97
|
pinned posts
|
2025-03-20 12:47:48 -03:00 |
Daniel Supernault
|
2cf3011816
|
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts
|
2025-03-19 03:14:54 -06:00 |
Daniel Supernault
|
976a1873e1
|
Update ApiV1Controller, improve follower handling
|
2025-03-19 01:38:20 -06:00 |
Daniel Supernault
|
c4af4d9921
|
Update ApiV1Controller.php
|
2025-03-15 02:32:16 -06:00 |
Daniel Supernault
|
244e86bad7
|
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support
|
2025-03-15 02:16:11 -06:00 |
Daniel Supernault
|
cce657d9c8
|
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response
|
2025-03-14 23:43:03 -06:00 |
Daniel Supernault
|
38e17a06e0
|
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds
|
2025-03-12 00:14:37 -06:00 |
Daniel Supernault
|
c36cc07b2c
|
Update avif support, and fix reply permalinks
|
2025-03-06 03:52:52 -07:00 |
daniel
|
622116b0cf
|
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
|
2025-03-06 00:54:43 -07:00 |
Daniel Supernault
|
4ec9f990ed
|
Update DirectMessageController, fix performance issue
|
2025-02-10 02:44:34 -07:00 |
Mackenzie Morgan
|
1f7a1bd72b
|
accept bare domains without http scheme in domain block controller
Fixes #5645
|
2025-02-06 00:32:48 -05:00 |
Daniel Supernault
|
42173245fc
|
Update ApiV1Controller.php
|
2025-02-03 01:13:44 -07:00 |
Daniel Supernault
|
c8ba73f11b
|
Update ApiV1Controller.php
|
2025-02-03 00:47:58 -07:00 |
Daniel Supernault
|
67f3951e9a
|
Update ApiV1Controller, add mobile_registration attribute
|
2025-02-03 00:47:28 -07:00 |
Daniel Supernault
|
8fad89543f
|
DM
|
2025-01-25 08:45:09 -07:00 |
Daniel Supernault
|
207bb36c89
|
Increase username length limit from 15 to 30
|
2025-01-16 00:16:47 -07:00 |
Anil Kulkarni
|
4d0cb32f79
|
Fix notifications not being delivered by directly checking the state from the database
|
2025-01-12 11:30:15 -08:00 |
daniel
|
3dd515006c
|
Merge branch 'staging' into dev
|
2025-01-05 14:39:20 -07:00 |
Daniel Supernault
|
57ede29175
|
Fix oauth endpoint
|
2025-01-04 16:39:19 -07:00 |
Daniel Supernault
|
56f17b9957
|
Update ApiV1Dot1Controller, fix in-app registration
|
2025-01-04 04:47:04 -07:00 |
root (Deneir)
|
370f09495a
|
resolve merge conflicts
|
2025-01-04 10:26:43 +01:00 |
Daniel Supernault
|
85124aa642
|
Fix rendered caption
|
2025-01-03 21:53:35 -07:00 |
Daniel Supernault
|
1d2f76c8e5
|
Postgres fixes
|
2024-12-23 01:50:51 -07:00 |
Daniel Supernault
|
8ed8305f5d
|
Update ApiV1Controller.php
|
2024-12-06 05:04:49 -07:00 |
Daniel Supernault
|
9eeb7b6741
|
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering
|
2024-11-19 03:45:52 -07:00 |
Daniel Supernault
|
9f7cc52c24
|
Update ApiV1Controller, fix bookmark bug. Closes #5216
|
2024-11-19 03:00:47 -07:00 |
Daniel Supernault
|
7820b506d8
|
Update ApiV1Dot1Controller, allow upto 5 similar push tokens
|
2024-10-08 02:26:01 -06:00 |
Daniel Supernault
|
424f0271c3
|
Update ApiV1Controller, fix null caption on media bug
|
2024-10-05 20:45:32 -06:00 |
Daniel Supernault
|
78d2783db8
|
Fix push token for php8.2
|
2024-10-04 01:07:05 -06:00 |
Daniel Supernault
|
078ea326c6
|
Update ApiV1Dot1Controller
|
2024-09-30 02:57:46 -06:00 |