Commit Graph

44 Commits

Author SHA1 Message Date
Philipp Holzer 648fadedd3
[various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
Hypolite Petovan 39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
Philipp Holzer b0eb28143a
UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
Michael 5d8129600d Replace all functions from boot.php 2022-10-19 09:47:36 -04:00
Michael 897dbb30cf Remove "notice" with new function 2022-10-17 20:17:25 +00: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 04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
Hypolite Petovan 779b38ec09 [various] Convert addon_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
Michael 0bf6612ea3 "log" is replaced with the corresponding logging functions 2021-10-21 06:04:27 +00:00
Michael f878d2e463 Replaced argv/argc with replacement functions 2021-07-25 12:29:43 +00:00
Benjamin Lorteau 93892fd25a [catavatar] Remove unused code
- The $seed variable isn't used in that function, which removes the need for the database call.
2021-06-27 22:12:40 -04:00
Michael ca4c76ce41 CatAvatar: Use new function to perform a profile update 2021-06-16 05:26:10 +00:00
Balázs Úr 4f155fc8a1 [catavatar] Mark string as translatable 2020-12-28 23:26:25 +01:00
Michael 57577f3b65 Catavatar: Fix handling of avatar generating for any address 2020-12-06 16:04: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
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
Philipp Holzer f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
Philipp Holzer 48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
Philipp Holzer a26bfe79e9
Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
Philipp Holzer 346bf125a7
Move PConfig::delete() to DI::pConfig()->delete() 2020-01-18 16:56:45 +01:00
Philipp Holzer febc835a2d
Move PConfig::set() to DI::pConfig()->set() 2020-01-18 16:54:49 +01:00
Philipp Holzer ea3a9052d8
Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
Philipp Holzer 335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-27 21:55:17 +01:00
Hypolite Petovan c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Adam Magness 07fcb9c62b A few missed
a few missed function calls.
2018-10-31 11:06:15 -04:00
Adam Magness 9079480d4a move to Renderer class
update functions calls for new Renderer class.
2018-10-31 10:55:15 -04:00
Adam Magness 49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Vinzenz Vietzke b9c39e50b3 resize images to 300px for frio compliance 2018-10-23 16:38:01 +02:00
Philipp Holzer 1454abfdb4
rename App Methods
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Jonny Tischbein b192684f04 Apply CatAvatar when submiting aproval - fix #5779 in friendica 2018-09-30 23:07:00 +02:00
Hypolite Petovan f4ad0d3721 Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
Hypolite Petovan 332ea212b5 Rename DBM method calls to DBA method calls 2018-07-23 15:02:10 -04:00
Hypolite Petovan 57505bdf82 [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
Hypolite Petovan abc76a42ae [multiple] Move \dba to \Friendica\Database\dba
- Updated use statement lists
2018-07-19 22:18:02 -04:00
Michael 5acf35ffa5 Catavatar: Code/functionality cleanup 2018-04-16 06:52:11 +00:00
Michael 7f06962bd1 Standards 2018-04-13 10:28:25 +00:00
Michael ac5db74a8b Just some code beautification 2018-04-13 08:31:16 +00:00
Michael 72b8bc815c And now it really works 2018-04-13 08:14:35 +00:00
Michael 2f5fea4f8c Catavatar: The profile picture is now stored in a better way 2018-04-13 06:34:16 +00:00
Tobias Diekershoff 0ff44594c8 added missing dot 2018-04-09 15:16:52 +02:00
fabrixxm 775974e5f3 More code style 2018-04-06 18:25:44 +02:00
fabrixxm 98365a8808 Fix coding style 2018-04-05 22:21:59 +02:00
fabrixxm d52031d002 Add Cat Avatar Generator Addon 2018-04-05 10:56:36 +02:00