Commit graph

  • b7329679d3
    Merge pull request #14574 from annando/jetstream Hypolite Petovan 2024-11-25 21:25:16 -0500
  • c85d979fea Preparation for the Bluesky Jetstream firehose Michael 2024-11-24 06:51:00 +0000
  • 763d66f367 exclude vendor pathes from scan Art4 2024-11-23 23:06:45 +0000
  • 9d4dc61807 scan addon folder with PHPStan level 0 Art4 2024-11-23 22:15:04 +0000
  • 5b281d22ed Remove parameter App from addons __addon_admin_post() functions Art4 2024-11-23 12:25:03 +0000
  • 3819ec9dd1 Remove call for DI::app() Art4 2024-11-23 12:18:07 +0000
  • f93915075e remove requirement for DI::app() in addon_install() Art4 2024-11-23 08:38:37 +0000
  • 5f829ac1cd Remove DI::app() call from LegacyModule Art4 2024-11-23 08:27:40 +0000
  • 76d25a27b4 Remove requirement for App class in legacy mods Art4 2024-11-23 08:26:59 +0000
  • 7dbf1bb8bb remove unused call of DI::app() Art4 2024-11-23 08:18:24 +0000
  • d7c25ce0b5 Remove unused DI::app() call Art4 2024-11-23 07:41:34 +0000
  • c5ca4df389 remove try block Art4 2024-11-22 11:04:04 +0000
  • bc76f2af67 refactor confusing finally block Art4 2024-11-22 11:02:54 +0000
  • 4e9d129dd3 remove unnecessary finally blocks Art4 2024-11-22 11:02:27 +0000
  • d4504c39c6 remove confusing finally block Art4 2024-11-22 10:53:26 +0000
  • 84f9c0ef1f
    Merge pull request #14567 from Art4/merge-2024.09-rc-into-develop Hypolite Petovan 2024-11-21 10:06:57 -0500
  • 702abb2830 Remove unused calls of DI::app() Art4 2024-11-21 10:12:27 +0000
  • 4f1a4c4c8a Replace App with AppHelper Art4 2024-11-21 09:56:56 +0000
  • c30327c043 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop Art4 2024-11-21 09:27:28 +0000
  • b8d2a352ae
    Update src/Module/Post/Tag/Remove.php Artur Weigandt 2024-11-21 10:09:27 +0100
  • 11dba90440 Merge branch 'develop' into phpstan-level-1 Art4 2024-11-21 08:58:55 +0000
  • ca956408f6
    Update src/Module/Item/Display.php Artur Weigandt 2024-11-21 09:57:07 +0100
  • 9e2b192054
    Merge pull request #14566 from MrPetovan/bug/phpstan-follow-up Michael Vogel 2024-11-20 22:43:38 +0100
  • e88606a4f8
    Merge pull request #14565 from annando/media-insert Hypolite Petovan 2024-11-20 12:24:39 -0500
  • 0e5b79f1dd Differentiate both UserGServer types used in Content/Conversation Hypolite Petovan 2024-11-20 11:51:46 -0500
  • 6b360858ec New function to update media entries Michael 2024-11-20 07:22:36 +0000
  • 81be4c238c Fix namespace in PlaintextTest Art4 2024-11-19 09:08:03 +0000
  • c311a65073 Fix Plaintext class Art4 2024-11-19 09:05:55 +0000
  • 2ff280d34c Fix more errors Art4 2024-11-19 08:40:48 +0000
  • caa826ca06 Fix errors in Content namespace Art4 2024-11-19 08:30:26 +0000
  • 3c84c21318 Remove unused parameters in AddonInvalidConfigFileException Art4 2024-11-19 08:05:34 +0000
  • b8e15b42fa Refactor DatabaseCache Art4 2024-11-19 08:04:06 +0000
  • 0f785e8bd0 Remove unused parameters in ConfigFileException Art4 2024-11-19 07:54:17 +0000
  • 58e447f7bb Refactor ConfigFileManager Art4 2024-11-19 07:48:43 +0000
  • cde93c68dc Fix session factory Art4 2024-11-19 07:46:52 +0000
  • c1c158ccda Fix errors in Core namespace Art4 2024-11-19 07:40:46 +0000
  • 2b81529844 Refactor Session factory Art4 2024-11-19 07:33:07 +0000
  • a5f623a86a Fix errors in Database namespace Art4 2024-11-19 07:24:27 +0000
  • 17e5ba715e
    Update src/Model/GServer.php Artur Weigandt 2024-11-19 08:14:00 +0100
  • 92666e4444
    Update src/Model/GServer.php Artur Weigandt 2024-11-19 08:13:48 +0100
  • 92eff402af fix errors in all models Art4 2024-11-18 23:30:37 +0000
  • c61ae5da42 Refactor Item model Art4 2024-11-18 23:23:47 +0000
  • 65a3bff645 Refactor GServer Model and platforms.config.php Art4 2024-11-18 23:22:16 +0000
  • 3c1599323b Fix docs for themes and theme_admin() Art4 2024-11-18 22:28:35 +0000
  • f254283dc6 Fix errors in all modules Art4 2024-11-18 22:20:28 +0000
  • 6cb9676250 Refactor Conversations class Art4 2024-11-18 22:03:56 +0000
  • ec0c3bf96e Refactor Conversation Timeline Art4 2024-11-18 22:00:02 +0000
  • c79f3cde22 Merge branch 'develop' into phpstan-level-1 Art4 2024-11-18 21:45:42 +0000
  • 5ab976dd51
    Update src/Network/Probe.php Artur Weigandt 2024-11-18 22:40:34 +0100
  • 4faad61a7c
    Update src/Module/Post/Tag/Remove.php Artur Weigandt 2024-11-18 22:40:05 +0100
  • 17dba36e77
    Merge pull request #14542 from Art4/refactoring-of-app-class Hypolite Petovan 2024-11-18 10:37:24 -0500
  • b612180c22 check for path parts Art4 2024-11-18 14:33:26 +0000
  • ae52648950 Fix annotation from review Art4 2024-11-18 14:20:57 +0000
  • 817eeb9734
    Update src/Module/Item/Display.php Artur Weigandt 2024-11-18 15:15:58 +0100
  • 46f6a041a0 Merge branch 'develop' into refactoring-of-app-class Art4 2024-11-18 13:14:29 +0000
  • 74802edd44
    Merge pull request #14561 from Art4/introduce-apphelper Hypolite Petovan 2024-11-18 07:51:14 -0500
  • 55709169eb Remove dreamhost_error_hack Art4 2024-11-18 08:53:09 +0000
  • e4ec14767f Refactor module Item Display Art4 2024-11-18 08:39:06 +0000
  • 9422b016d7 Refactor Magic module Art4 2024-11-18 08:28:32 +0000
  • 78444ff25c Improve search for user in Modration module Art4 2024-11-18 08:09:59 +0000
  • 3d97280f52 Refactor OAuth Token Art4 2024-11-18 08:02:22 +0000
  • 5772c70216 Check for explicit types Art4 2024-11-18 07:44:26 +0000
  • 2b40e49e6e
    Update src/Protocol/ActivityPub/Processor.php Artur Weigandt 2024-11-18 08:38:12 +0100
  • 219b258a54
    Update src/Protocol/ActivityPub/ClientToServer.php Artur Weigandt 2024-11-18 08:35:45 +0100
  • e26f435c2e Remove set_include_path() call Art4 2024-11-18 07:32:01 +0000
  • 24f75cd618 Add return type never, fix more errors Art4 2024-11-17 22:55:42 +0000
  • 12ed714a9e Fix more errors Art4 2024-11-17 22:26:43 +0000
  • 08ecf2c9a4 fix more errors Art4 2024-11-17 22:13:01 +0000
  • 36484309d1 fix errors in Object namespace Art4 2024-11-17 21:43:06 +0000
  • f7b4f57028 Merge branch 'introduce-apphelper' into refactoring-of-app-class Art4 2024-11-17 20:26:02 +0000
  • ab2f7d8845 Fix Authentication Art4 2024-11-17 20:22:01 +0000
  • 6dc193500d Recreate messages.po Art4 2024-11-17 20:16:29 +0000
  • 0e23f35438 Add Dice rule for AppHelper Art4 2024-11-17 20:11:43 +0000
  • 34845910ec Create AppHelper interface and AppLegacy class Art4 2024-11-17 20:06:34 +0000
  • 603af2fb19 Rename DI::apphelper() to DI::appHeler() Art4 2024-11-17 20:00:34 +0000
  • e320b010c7 Fix method order in App class Art4 2024-11-17 19:53:17 +0000
  • 9ebdd9f95c Improve Page.php Art4 2024-11-17 19:50:45 +0000
  • d09e19ce1d fix property scope Art4 2024-11-17 19:50:01 +0000
  • 9638113244 Fix all errors in Protocol namespace Art4 2024-11-17 18:39:17 +0000
  • 5469637f2b Merge branch 'develop' into phpstan-level-1 Art4 2024-11-17 07:53:09 +0000
  • 5696a5249f Merge branch 'develop' into refactoring-of-app-class Art4 2024-11-17 07:37:58 +0000
  • 1f99e2924d
    Merge pull request #14558 from Art4/run-phpstan-in-ci-pipeline Hypolite Petovan 2024-11-16 20:52:13 -0500
  • 8bbf9d25b6 Merge branch 'develop' into phpstan-level-1 Art4 2024-11-16 19:59:32 +0000
  • ceb4747eea Fix phpstan errors Art4 2024-11-16 19:36:08 +0000
  • a24a65de2f Merge branch 'develop' into refactoring-of-app-class Art4 2024-11-16 19:29:56 +0000
  • 6e17b3b76e Move phpstan into own workflow step Art4 2024-11-16 19:03:15 +0000
  • f75fc9a2fb Merge branch 'develop' into run-phpstan-in-ci-pipeline Art4 2024-11-16 18:59:55 +0000
  • 112df46200
    Merge pull request #14555 from Art4/merge-2024.09-rc-branch Hypolite Petovan 2024-11-16 13:00:28 -0500
  • e97231683a fix erros in Util namespace Art4 2024-11-16 17:16:26 +0000
  • c74ed3d2b9 Fix errors for missing DB_UPDATE_VERSION const Art4 2024-11-16 15:54:48 +0000
  • bb37e87b6e bump phpstan to level 1 Art4 2024-11-16 15:54:24 +0000
  • 15904332b3
    Merge pull request #14556 from annando/remove.unneeded Hypolite Petovan 2024-11-16 10:33:01 -0500
  • d2ea53deb1 Remove App dependency in test Art4 2024-11-16 14:27:31 +0000
  • 6909f5cba6 Recreate lang Art4 2024-11-16 12:22:39 +0000
  • 84048617c9 Remove phpstan ignored errors Art4 2024-11-16 10:41:14 +0000
  • fca8de40a1 Remove dependency for twitter addon Art4 2024-11-16 10:37:48 +0000
  • 551cb5f50f Recreate messages.po Art4 2024-11-16 10:27:54 +0000
  • 1f2c97f76f Fix tests for now because of side effect in Friendica\App class Art4 2024-11-16 10:21:29 +0000
  • 2b6cc5378f Fix command, move it to top Art4 2024-11-16 09:17:07 +0000
  • c1b48be75c Merge branch 'develop' into refactoring-of-app-class Art4 2024-11-16 09:08:22 +0000