Hannes Heute
9d86ef767a
Add Google-Extended to default robots.txt
2023-09-29 16:27:31 +02:00
Hypolite Petovan
9a4f2a4492
Merge pull request #13477 from haheute/event-css
...
add styling to event reminder
2023-09-29 09:40:29 -04:00
Hannes Heute
a3fa8ec29a
add styling to event reminder
2023-09-29 14:55:29 +02:00
Hypolite Petovan
70aacc8a5e
Merge pull request #13473 from annando/timelimit
...
There is now a time limit when fetching AP endpoints
2023-09-29 03:30:39 -04:00
Michael
b54005c540
Changed parameter name
2023-09-29 04:50:36 +00:00
Michael
badf0dd57f
There is now a time limit when fetching AP endpoints
2023-09-28 08:04:52 +00:00
Michael Vogel
a2a1d852e9
Merge pull request #13456 from MrPetovan/bug/cors-headers-rawcontent
...
Remove DI dependency for httpExit, httpError, jsonExit, jsonError and xmlExit
2023-09-27 06:01:16 +02:00
Michael
5e1c292927
Configuration for the maximum number of post engagement entries
2023-09-26 16:00:06 +00:00
Michael
ae33a6bce1
Removed unused function
2023-09-26 05:08:42 +00:00
Michael
82684cd6cd
Changes after review
2023-09-26 05:05:51 +00:00
Michael
84b38beb9a
Improved link removal
2023-09-25 22:05:53 +00:00
Michael
b2758f2cdd
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
2023-09-25 19:39:53 +00:00
Hypolite Petovan
e014729206
Merge pull request #13469 from MrPetovan/bug/13467-image-reliable-dimensions
...
Revert pull request #13463
2023-09-25 11:59:04 -04:00
Michael
6ba26e65b8
Improved channel documentation
2023-09-25 11:19:06 +00:00
Hypolite Petovan
ea4c597ac4
[frio] Change "Ignore thread" icon to slashed bell
...
- The slashed eye is better used for ignoring content, not notifications
2023-09-24 16:25:08 -04:00
Hypolite Petovan
56fb9be0f7
Revert "Merge pull request #13463 from MrPetovan/task/imagegrid-improvement"
...
This reverts commit dd7bea4bd1
, reversing
changes made to ce16cd12ec
.
2023-09-24 16:24:28 -04:00
Hypolite Petovan
642baa1f2a
Rename ApipResponse->exit* methods to better show their meaning
2023-09-24 07:08:16 -04:00
Hypolite Petovan
960171c4e0
Remove dependency on super-globals in Module\Api\ApiResponse
...
- Updated DI dependencies to reflect the new parameters
- Updated tests to reflect the new parameters
2023-09-24 07:08:16 -04:00
Hypolite Petovan
d165a96220
Move System::xmlExit to DFRN\Notify->xmlExit
...
- This will ensure headers set in BaseModule->run will be carried in xmlExit scenarios
- Deprecate xmlExit() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
46180d7d5b
Move System::jsonError to BaseModule->jsonError
...
- This will ensure headers set in BaseModule->run will be carried in jsonError scenarios
- Make BaseApi->checkThrottleLimit an object method to use BaseModule->jsonError
- Deprecate jsonError() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
81279dad9e
Move System::jsonExit to BaseModule->jsonExit
...
- This will ensure headers set in BaseModule->run will be carried in jsonExit scenarios
- Deprecate jsonExit() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
e424b7bacb
Move System::httpError to BaseModule->httpError
...
- This will ensure headers set in BaseModule->run will be carried in httpError scenarios
- Deprecate httpError() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
da1416c07f
Move System::httpExit to BaseModule->httpExit
...
- This will ensure headers set in BaseModule->run will be carried in httpExit scenarios
- Deprecate httpExit() method in Core\System
2023-09-24 07:08:15 -04:00
Hypolite Petovan
94e3dde2e3
Move dependency-less Page->exit to Core\System::echoResponse
...
- The method doesn't actually exit
- Fix a bug with header handling in System::echoResponse with numerical key header strings
- Adding a full-string header with ICanCreateResponses->setHeader was resulting in a wrong header named after the numerical key
2023-09-24 07:08:14 -04:00
Tobias Diekershoff
dd7bea4bd1
Merge pull request #13463 from MrPetovan/task/imagegrid-improvement
...
Rework image grid to horizontal masonry, allocate space for images to load
2023-09-24 12:59:10 +02:00
Tobias Diekershoff
ce16cd12ec
Merge pull request #13465 from annando/quote-myself
...
Avoid quoting the own post
2023-09-24 12:51:59 +02:00
Hypolite Petovan
d081f8e80c
Add height allocation support for vier
2023-09-24 06:48:59 -04:00
Hypolite Petovan
06818a96c3
Add height allocation support for single images smaller than the available width
2023-09-24 06:47:18 -04:00
Michael
1dbc9bd472
Avoid quoting the own post
2023-09-24 10:18:50 +00:00
Hypolite Petovan
c4657c4661
Add support for allocated height for inline images
2023-09-23 22:43:31 -04:00
Hypolite Petovan
86141eb363
Add height allocation to single post attached images
...
- Force single images to expand to the total width of the post
2023-09-23 22:20:17 -04:00
Hypolite Petovan
fad760f46a
Add icon placeholder for images in image grid
2023-09-23 22:20:16 -04:00
Hypolite Petovan
3cc469c0b7
Rework image grid into a horizontal masonry
...
- The new server-based horizontal masonry enables tightly packed image grids even with images of varying aspect ratios
- Additionally, the space an image takes is now allocated before it's loaded, reducing content shifting
2023-09-23 22:20:16 -04:00
Hypolite Petovan
fc5e60e97b
[frio] Change "Ignore thread" icon to slashed bell
...
- The slashed eye is better used for ignoring content, not notifications
2023-09-23 22:20:16 -04:00
Michael Vogel
3e314d2fc6
Merge pull request #13464 from MrPetovan/bug/13462-event-image-attendance
...
Restore attendance icons in event posts
2023-09-24 02:53:31 +02:00
Michael
9f23bee6e4
User defined channels can now base on circles/channels
2023-09-24 00:45:07 +00:00
Hypolite Petovan
c822baa9c6
Restore attendance icons in event posts
...
- Co-authored by @mexon
2023-09-23 17:51:03 -04:00
Michael
2164787499
Channel documentation added
2023-09-23 14:46:15 +00:00
Michael
7c6d872964
Only add images
2023-09-22 20:12:10 +00:00
Michael
aa429be4d9
Remove links from search text
2023-09-22 19:09:23 +00:00
Hypolite Petovan
72dbc7377b
Merge pull request #13449 from AndyHee/develop
...
Fix missing closing tag + updated links.
2023-09-22 07:01:53 -04:00
Michael
a8a9f93e09
Special search keywords added
2023-09-22 10:28:00 +00:00
Michael
c66e841c38
Add author to the search content / fix sidebar link to channels
2023-09-22 05:16:46 +00:00
Andy H3
1f5b66838d
Closing tag
2023-09-22 10:31:09 +07:00
Andy H3
2db0913889
Merge branch 'friendica:develop' into develop
2023-09-22 08:57:38 +07:00
Andy H3
2f95ad77e6
Update FAQ-admin.md
2023-09-22 08:54:26 +07:00
Michael
508d84b2b7
Use full text search
2023-09-21 23:27:05 +00:00
Michael
fac76a33df
Improved timeline menu
2023-09-21 20:43:14 +00:00
Michael
073da9735d
Channels are now added to the settings menu
2023-09-21 06:49:07 +00:00
Michael
c9f74cc55f
Code standards
2023-09-20 21:42:37 +00:00