Commit Graph

532 Commits (3861e7ddfe7496e607e43f1550ae985732b365ec)

Author SHA1 Message Date
daniel 3861e7ddfe
Staging (#5978)
* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* feat translate story

* translate auth

- register
- login

* add remove follow

* Update ApiV1Controller.php

Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>

* New translations web.php (Chinese Simplified)
[ci skip]

* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* add missing key

* add missing keys

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* New translations web.php (Turkish)
[ci skip]

* New translations web.php (Italian)
[ci skip]

* translate custom  filter

* New translations web.php (Italian)
[ci skip]

* use configured alt text length limit when uploading multiple photos

* in notifications sidebar, show popover on shared posts too, not just liked posts

* use case insensitive search when tagging accounts

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* Generic OIDC Support

* Everything should be configurable by env variables
* Basic request tests

* Fixes for items highlighted by review.ai

* Consider using `hash_equals()` instead of `==` when comparing the state values to prevent timing attacks:
`abort_unless(hash_equals($request->input('state'), $request->session()->pull('oauth2state')), 400, 'invalid
state');`
* For better data integrity, consider adding a foreign key constraint to the user_id column: `$table-
>foreign('user_id')->references('id')->on('users')->onDelete('cascade');`
* Does the OIDC provider guarantee that the username field exists in the userInfo data? Consider adding a
null check or fallback: `$userInfoData[config('remote-auth.oidc.field_username')] ?? null`

* field isnt accessTokenResourceOwnerId but responseResourceOwnerId

* New translations web.php (Dutch)
[ci skip]

* Fix components

* Update LandingService and Config util to properly support the legal_notice setting

* Update footer to use legalNotice i18n

* Update i18n

* Update sidebar with gap padding for footer links

* Update compiled assets

* Update i18n json

* Update OIDC config with comments, and disable tests as we dont have db tests configured

* Update remove_from_followers api endpoint

* Update i18n

* Update compiled assets

* Update changelog

* 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.

* Fix tests

* Update CHANGELOG.md

---------

Co-authored-by: Samy Elshamy <elshamy@coderbutze.de>
Co-authored-by: Felipe Mateus <eu@felipemateus.com>
Co-authored-by: Mathieu <385764+Casmo@users.noreply.github.com>
Co-authored-by: Mackenzie Morgan <macoafi@gmail.com>
Co-authored-by: Gavin Mogan <git@gavinmogan.com>
7 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 8 months ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 8 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
8 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 9 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 9 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 9 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 9 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 9 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
9 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 9 months ago
Felipe Mateus cce4c41d97
pinned posts 9 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 9 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 9 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 9 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 9 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 9 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 9 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 10 months ago
daniel 622116b0cf
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
10 months ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 10 months ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
11 months ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 11 months ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 11 months ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 11 months ago
Daniel Supernault 8fad89543f
DM 11 months ago
Daniel Supernault 207bb36c89
Increase username length limit from 15 to 30 11 months ago
Anil Kulkarni 4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database 11 months ago
daniel 3dd515006c
Merge branch 'staging' into dev 12 months ago
Daniel Supernault 57ede29175
Fix oauth endpoint 12 months ago
Daniel Supernault 56f17b9957
Update ApiV1Dot1Controller, fix in-app registration 12 months ago
root (Deneir) 370f09495a resolve merge conflicts 12 months ago
Daniel Supernault 85124aa642
Fix rendered caption 12 months ago
Daniel Supernault 1d2f76c8e5
Postgres fixes 1 year ago
Daniel Supernault 8ed8305f5d
Update ApiV1Controller.php 1 year ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 1 year ago
Daniel Supernault 9f7cc52c24
Update ApiV1Controller, fix bookmark bug. Closes #5216 1 year ago
Daniel Supernault 7820b506d8
Update ApiV1Dot1Controller, allow upto 5 similar push tokens 1 year ago
Daniel Supernault 424f0271c3
Update ApiV1Controller, fix null caption on media bug 1 year ago
Daniel Supernault 78d2783db8
Fix push token for php8.2 1 year ago
Daniel Supernault 078ea326c6
Update ApiV1Dot1Controller 1 year ago
Daniel Supernault df5a9f2659
Update nag endpoint 1 year ago
Daniel Supernault 33621dd680
Add Notify App Gateway support 1 year ago
Daniel Supernault 6c48a12423
Update ApiV1Controller, handle Moved accounts 1 year ago
Daniel Supernault dcd95d687c
Update ApiV1Controller, fix v1/instance stats, force cast to int 1 year ago
daniel 1dbcdee289
Merge branch 'staging' into feat/implement-admin-domain-blocks-api 1 year ago
Daniel Supernault 73b9a75a64
Add UserStorageService 1 year ago
Daniel Supernault 2803861083
Update ApiV1Dot1Controller.php 1 year ago
Daniel Supernault b03f5cec8b
Update ApiV1Dot1Controller, add new single media status create endpoint 1 year ago
Daniel Supernault bd3d072227
Update ApiV1Dot1Controller.php 1 year ago