Art4
9ebdd9f95c
Improve Page.php
2024-11-17 19:50:45 +00:00
Art4
a24a65de2f
Merge branch 'develop' into refactoring-of-app-class
2024-11-16 19:29:56 +00:00
Art4
c495461ffb
Fix missing $app
2024-11-10 12:13:32 +00:00
Art4
4abfc3907b
Replace calls for App::getCurrentTheme() with AppHelper
2024-11-10 11:59:43 +00:00
Michael
301717802d
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-18 19:13:07 +00:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
e12f92e516
Some more deprecated function calls are replaced
2024-05-14 19:21:25 +00:00
Michael
89e7420237
Friendica copyright changed from 2023 to 2034
2024-01-02 20:57:26 +00:00
Michael
170998da1a
Allow to upload pictures up to the allowed system upload size
2023-11-17 12:19:01 +00: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
Hypolite Petovan
4c6334ea13
[frio] Add Mute Author Server button to post actions
2023-08-20 14:27:09 -04:00
Hypolite Petovan
3748adf2fd
Fix exception module not setting the HTTP response code
...
- Page->run now returns an updated response for use with Page->exit
- Remove now duplicated header setting in Page->run
- Remove now obsolete (and ineffective) HTTP return code setting from Module\Special\HTTPException->content
- Add HTTP response code and reason setting in BaseModule->run
2023-07-09 22:45:46 -04:00
Michael
1744f6b2c3
Add menu entry to directly collapse posts
2023-05-20 12:24:19 +00:00
Hypolite Petovan
4db29565de
[frio] Add Dropzone dictionary strings to l10n
2023-04-09 08:24:12 -04:00
Josh Soref
dabc5c3f46
spelling: successful
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 20:04:18 -04:00
Josh Soref
aa9ff41311
spelling: suppressing
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
594cf63a16
spelling: javascript
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:13:07 -04:00
xundeenergie
95e1a43814
Update src/App/Page.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-24 01:16:56 +01:00
Jakobus Schürz
33a7cd107e
improve attend-buttons for events
2023-03-23 23:23:23 +01:00
Jakobus Schürz
faa524faec
revert changes, remove line (from code-review)
2023-03-19 18:52:46 +01:00
Jakobus Schürz
920dcca263
render max_imagesize in header.tpl
...
so it is reachable general from the whole website, and the dropzone-factory can use
it also to create dropzones from modal.js
2023-03-19 18:52:46 +01:00
Jakobus Schürz
f8018f8dfe
make errormessages modular and better
2023-03-14 17:32:11 +01:00
Jakobus Schürz
9140914a24
make erromessages translateable
2023-03-14 17:32:11 +01:00
Philipp
f0c29edcde
Adapt BaseURL calls to new UriInterface
2023-02-18 21:12:21 +01:00
Philipp
0530755332
Security: Use htmlspecialchars() for user input in Arguments class
2023-01-12 20:24:39 +01:00
Hypolite Petovan
d0648b10ef
Convert Content\Nav to dynamic object
...
- Remove DI dependency in Module\Apps
2023-01-11 09:01:24 -05:00
Michael
840f25cc5c
Improve ignoring of messages
2023-01-09 16:23:39 +00:00
Hypolite Petovan
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
Hypolite Petovan
99df11e99b
Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator
2022-11-19 19:30:48 -05:00
Philipp
477bec1977
Fix some PHP8.1 issues if possible
2022-11-09 23:58:23 +01:00
Philipp
f83784cc63
Move DI dependency for App\Page class
2022-10-21 19:35:32 +02:00
Philipp
b3f9cef94a
UserSession class [3] - Refactor src/ files excluding Module/Model
2022-10-21 19:35:32 +02:00
Michael
ee1acba9eb
old boot.php functions replaced in /src
2022-10-19 07:56:25 -04:00
Michael
62a0d55fc8
The friendica constants have been moved to the app class
2022-10-17 10:37:48 +00:00
Michael Vogel
7ae500f28d
Improved page rendering speed logging
2022-09-20 16:30:56 +02:00
Roland Häder
1edc6b3c3b
Added more type-hints for "App" classes
2022-06-17 17:18:31 +02:00
Michael
7e747b2f41
API: Speed improvements when fetching posts
2022-06-10 18:49:03 +00:00
Michael
4622814e5f
Configuration for logging added
2022-05-18 03:10:38 +00:00
Michael
f6167b4cfd
New function to exit the program
2022-05-18 02:13:54 +00:00
Michael
aacaa3c2cf
Log the command, not the module
2022-05-17 21:25:01 +00:00
Michael
4016a576d5
Log the execution time
2022-05-17 20:47:23 +00:00
atjn
31ed9b450d
Update default icon
2022-04-28 12:41:26 +02:00
Michael
4a22034be6
Unified output via the "httpExit" function
2022-04-10 08:31:55 +00:00
Philipp
0e45f22b06
optimizations
2022-01-04 20:59:29 +01:00
Philipp
c7f2ba213b
Fix OPTIONS
2022-01-04 20:59:25 +01:00
Philipp
eaad220738
Add explicit status setting for PSR/ResponseInterface & add tests for OPTIONS endpoint
2022-01-04 20:59:25 +01:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
...
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
Michael
7218d6e171
Fix the performance calculation for the content
2021-12-09 13:04:51 +00:00