Philipp
|
005f9af69b
|
Introduce ConfigFileManager for config files
|
2023-01-01 20:21:56 +01:00 |
Philipp
|
73189581b0
|
Replace addon "last" config entries with key-value entries
|
2022-12-29 20:51:04 +01:00 |
Hypolite Petovan
|
b52c4fc04f
|
[pumpio] Cast variable as array before being passed to Logger::info
|
2022-12-14 22:29:54 -05:00 |
Michael
|
008eeeea4e
|
Merge remote-tracking branch 'upstream/develop' into no-mod-item
|
2022-11-23 06:29:49 +00:00 |
Michael
|
7338b5de59
|
Don't call mod/item.php anymore
|
2022-11-23 06:25:28 +00:00 |
Hypolite Petovan
|
2fc7356cf4
|
[various] Set config loaded from default values to SOURCE_STATIC
- This prevents from clobbering values loaded from base `config/` folder
|
2022-11-20 12:44:53 -05:00 |
Hypolite Petovan
|
fada358607
|
[various] Use new centralized admin account retrieval methods
|
2022-11-18 12:00:03 -05:00 |
Michael
|
50eef93272
|
Issue 12161: Fix Unknown column 'post-view.id'
|
2022-11-12 13:13:58 +00:00 |
Hypolite Petovan
|
2643259a93
|
[various] Move mod/settings.php to src/Module
- Remove reference to mod/settings.php
- Update settings/addons route
|
2022-11-05 00:03:07 -04:00 |
Hypolite Petovan
|
38977588b4
|
[pumpio] Remove obsolete reference to mod/share.php
|
2022-11-04 18:25:39 -04:00 |
Michael
|
2de97487f3
|
Add native quotes to the upon posting
|
2022-10-29 19:37:25 -04:00 |
Philipp
|
b0eb28143a
|
UserSession class - Refactor addon
|
2022-10-20 23:51:49 +02:00 |
Hypolite Petovan
|
0f6ea75bb7
|
[various] Improve formatting
|
2022-10-19 09:47:48 -04:00 |
Michael
|
5d8129600d
|
Replace all functions from boot.php
|
2022-10-19 09:47:36 -04:00 |
Roland Häder
|
346ad9a3e2
|
Changed:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
|
2022-10-18 16:38:00 +02:00 |
Michael
|
592374b795
|
Some useless EOL removed
|
2022-10-17 21:00:03 +00:00 |
Michael
|
897dbb30cf
|
Remove "notice" with new function
|
2022-10-17 20:17:25 +00:00 |
Michael
|
e5842e83c7
|
The priority is now a class constant
|
2022-10-17 05:50:23 +00:00 |
Hypolite Petovan
|
347792bf74
|
[various] Remove unused uid parameter in Item::newURI
|
2022-07-09 15:51:41 -04:00 |
Roland Häder
|
3ab46781b1
|
Changes:
- if a <addon>_module() function is empty, it is more a statement and not a
real function
|
2022-06-24 23:35:16 +02:00 |
Roland Häder
|
e895b55f6d
|
Cleaned up
|
2022-06-23 17:28:15 +02:00 |
Roland Häder
|
a2760cb1d1
|
Re-formatted a bit
|
2022-06-23 07:27:10 +02:00 |
Roland Häder
|
04df7f6e05
|
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
|
2022-06-23 07:17:00 +02:00 |
Philipp
|
82f8c14633
|
Move ACCEPT constants to own "enum" class
|
2022-04-02 21:16:21 +02:00 |
Hypolite Petovan
|
9acfdb4090
|
[various] Convert connector_settings hook functions to the new data array format
- Add separate template files to several addons
- Remove superfluous addon settings CSS files
|
2021-11-29 06:55:16 -05:00 |
Philipp
|
fe296e5a73
|
Restructure HTTPClient for new paradigm
|
2021-10-28 19:36:00 +02:00 |
Philipp
|
63fca0af29
|
Refactoring Core class structures ...
|
2021-10-26 21:44:28 +02:00 |
Philipp
|
ae86b2e806
|
Restructure (P)Config to follow new paradigm
|
2021-10-23 11:29:15 +02:00 |
Michael
|
793eca1f7b
|
Replaced the last occurences of "q"
|
2021-10-07 19:30:10 +00:00 |
Michael
|
cb1b5d3964
|
Fixed indentation
|
2021-10-03 20:04:36 +00:00 |
Michael Vogel
|
4340ebb2a5
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-03 22:01:43 +02:00 |
Michael Vogel
|
f9e758e2a8
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-03 22:00:22 +02:00 |
Michael Vogel
|
674249ccfc
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-03 20:58:52 +02:00 |
Michael
|
428c6876f0
|
Replacing "q" calls with "DBA" calls
|
2021-10-03 17:35:20 +00:00 |
Philipp
|
adada10eb6
|
Rename DI::httpRequest() into DI::httpClient()
|
2021-08-25 21:54:54 +02:00 |
Philipp
|
9c266e59cf
|
Rename HTTPRequestOptions to HTTPClientOptions
|
2021-08-25 21:45:15 +02:00 |
Philipp
|
e3980a6d87
|
Use HTTPRequestOptions constants for HTTPClient::get()
|
2021-08-25 21:18:05 +02:00 |
Michael
|
f878d2e463
|
Replaced argv/argc with replacement functions
|
2021-07-25 12:29:43 +00:00 |
Michael
|
9eaa6a2c08
|
Use "convertForUriId" when possible
|
2021-07-10 07:40:39 +00:00 |
Michael
|
85554bb6fd
|
Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body
|
2021-05-01 08:59:14 +00:00 |
Michael
|
e8ea0f20bd
|
Pumpio: Fix unknown view field "iid"
|
2021-03-14 17:39:45 +00:00 |
Michael
|
05a805398e
|
All references to the item table had been removed
|
2021-02-14 08:18:02 +00:00 |
Michael
|
b4644212d4
|
"Post" classes are now used instead of "Item"
|
2021-01-19 09:14:14 +00:00 |
Michael
|
1533d9a758
|
Addons are now using the new post functions
|
2021-01-17 00:00:32 +00:00 |
Hypolite Petovan
|
238b972449
|
[various] Replace confusing uses of item.parent-uri with expected item.thr-parent
|
2020-11-11 09:42:28 -05:00 |
Philipp
|
94b41e0859
|
Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3)
|
2020-10-10 21:29:27 +02:00 |
Michael
|
6c4482234e
|
Pumpio: Minor fixes to avoid notices and editor warning
|
2020-10-05 06:51:07 +00:00 |
Hypolite Petovan
|
203672cf27
|
[various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
|
2020-07-27 08:30:41 -04:00 |
Michael
|
cc7a1b181c
|
Rearranged order for the "updateAvatar" function
|
2020-07-25 11:49:44 +00:00 |
nupplaPhil
|
72c24efe5b
|
Rename "HTTPRequest::curl()" to HTTPRequest::get()
|
2020-07-21 03:31:49 -04:00 |