Philipp
648fadedd3
[various] Adapt BaseURL calls for new UriInterface
1 month ago
Hypolite Petovan
39c654da00
[various] Remove App dependency from hook functions
2 months ago
Hypolite Petovan
5a9b63ff3b
[public_server] Add expected "event" key in public_server_cron()
...
- Address https://github.com/friendica/friendica/issues/12488#issuecomment-1372634282
3 months ago
Philipp
005f9af69b
Introduce ConfigFileManager for config files
3 months ago
Tobias Diekershoff
71d9a42688
HU translation of various addons updated
3 months ago
Tobias Diekershoff
0b0d555c69
FR translation of various addons updated
3 months ago
Hypolite Petovan
2fc7356cf4
[various] Set config loaded from default values to SOURCE_STATIC
...
- This prevents from clobbering values loaded from base `config/` folder
4 months ago
Hypolite Petovan
46d4d0b51e
[various] Remove config/addon.config.php in favor of per-addon configuration file
4 months ago
Philipp
b0eb28143a
UserSession class - Refactor addon
5 months ago
Michael
5d8129600d
Replace all functions from boot.php
5 months ago
Tobias Diekershoff
4487b2a923
FR translation of various addons updated
7 months ago
Roland Häder
06b15a6ed0
Changes:
...
- added missing type-hints
- avoided local variables
- added some documentation
- changed double-quotes to single
9 months ago
Roland Häder
04df7f6e05
Changes:
...
- added more type-hints
- cleaned up some files (curly braces, spaces)
9 months ago
Tobias Diekershoff
931be19eca
DA DK translation for various addons added THX atjn
11 months ago
Tobias Diekershoff
4778cc4be7
PL translation updates THX strebski
1 year ago
Tobias Diekershoff
ed96e0a2f6
PL translation update THX strebski
1 year ago
Tobias Diekershoff
484482a4ce
HU addon translation update THX Balázs Úr
1 year ago
Tobias Diekershoff
631b456755
SV addon translation update THX Kristoffer Grundström
1 year ago
Hypolite Petovan
fd29c1a074
[various] Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter
1 year ago
Michael Vogel
8fea67dade
Apply suggestions from code review
...
Co-authored-by: Philipp <admin+Github@philipp.info>
1 year ago
Michael
cff3dd67b0
"escapeTags" is removed from the addons
1 year ago
Philipp
63fca0af29
Refactoring Core class structures ...
1 year ago
Philipp
ae86b2e806
Restructure (P)Config to follow new paradigm
1 year ago
Michael
0bf6612ea3
"log" is replaced with the corresponding logging functions
1 year ago
Michael
6b0172d093
Replace calls to "notification" with the new function
1 year ago
Tobias Diekershoff
86de95f77b
added AR translations to the Friendica addons
...
Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
1 year ago
Tobias Diekershoff
25ba6023d0
regenerated all the strings
1 year ago
Michael
16d7eafd41
More replaced "q" calls
1 year ago
Tobias Diekershoff
2f67e4bac2
public server addon DE translation update THX Till Mohr
2 years ago
Tobias Diekershoff
8c39e22b89
ES translation of the public server addon updated THX Senex Petrovic
2 years ago
Tobias Diekershoff
bf124f67e6
public server addon DE translation update THX Steffen K9
2 years ago
Tobias Diekershoff
bdbfd9e919
public_server addon HU translation added THX Balázs Úr
2 years ago
Tobias Diekershoff
a3e13179f0
publicserver addon IT translation update THX Sylke Vicious
2 years ago
Hypolite Petovan
6d1ac20281
[various] Fix Notification class paths
...
- Address https://github.com/friendica/friendica/issues/9896
- Follow-up to https://github.com/friendica/friendica/pull/9860
2 years ago
Tobias Diekershoff
500aab3c53
regenerated all strings.php files from the current translation strings (message.po)
2 years ago
Tobias Diekershoff
7f3704ae54
regenerated messages.po files of the addons
2 years ago
Hypolite Petovan
00e8602892
[various] Move notification classes
2 years ago
Michael
6272ee3d09
Removed unneeded data for notifications
2 years ago
Hypolite Petovan
203672cf27
[various] Remove redundant uninstall functions
...
- All hooks (current and obsolete) are removed automatically during addon uninstall
3 years ago
Michael
3f84caeec5
Unneeded "info" messages removed
3 years ago
Andy
4757132840
Changes to be committed:
3 years ago
Andy
7509ce88b9
modified: public_server/public_server.php
3 years ago
nupplaPhil
6cc04a3ebc
Move Notify::TYPE_SYSTEM
3 years ago
nupplaPhil
65e4726718
Remove unneeded Config namespace usages
3 years ago
nupplaPhil
75143e27b5
Move Config::set() to DI::config()->set()
3 years ago
nupplaPhil
1ce63185ab
Move Config::get() to DI::config()->get()
3 years ago
nupplaPhil
f2fc22227a
cleanup namespace usages for L10n
3 years ago
nupplaPhil
48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls
3 years ago
Hypolite Petovan
905823ea63
Update obsolete App::getBaseUrl calls to DI::baseUrl
3 years ago
Philipp Holzer
5c6108b3cc
Dynamic config loading
...
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering
4 years ago