From wikiguest at horde.org Wed May 11 17:53:11 2022 From: wikiguest at horde.org (Wiki Guest) Date: Wed, 11 May 2022 17:53:11 +0000 Subject: [commits] [Wiki] created: RTE_popup_file_atch.asp Message-ID: <20220511175311.Horde.RYkodhg76sUhTY3FkwU4qc6@wiki.horde.org> guest [78.162.43.80] Wed, 11 May 2022 17:53:11 +0000 Created page: https://wiki.horde.org/RTE_popup_file_atch.asp Untitled
From lang at b1-systems.de Thu May 12 12:22:33 2022 From: lang at b1-systems.de (Ralf Lang (B1 Systems GmbH)) Date: Thu, 12 May 2022 12:22:33 +0000 Subject: [commits] [Wiki] changed: Doc/Dev/Bootstrap Message-ID: <20220512122233.Horde.s91cy3Lx52poWei8aAUR30U@wiki.horde.org> rlang Thu, 12 May 2022 12:22:33 +0000 Modified page: https://wiki.horde.org/Doc/Dev/Bootstrap New Revision: 3 Change log: more random detail. @@ -71,6 +71,14 @@ - But we do not need heavy weight app init upfront. - For routing setup, we do not care if the app in question is disabled, inaccessible for the current credentials or anything. This should be handled by some middleware. - Each app/service has its endpoint, identifying a first routing level and at least some registry-defined routes for URI generation (js, themes, templates, appwebroot) - We want to be able to generate routes towards other apps inside this installation. - +- nested route groups can be resolved to one single set of combined routes. +- nested route groups can have default middleware stacks at each level. These can be merged to a single middleware stack, including the route's handler, middleware or stack +- nested route groups can have a catchall on each level. +- How to attach / autogenerate useful API docs (like openapi) from routing information? +- Are verbs part of the routing or should they be filtered by a middleware? +- URI parameter constraints. +- Collecting the routes into one consumable RoutesCollection should be separate from consuming the RoutesCollection. Collect at install/config time and save the result. +- Routes Matching should produce a MatchedRoute exposing useful information but should not call/dispatch the resulting stack. +- The router must allow to pass through some information it is not interested in by itself or does not recognize From wikiguest at horde.org Sun May 15 08:49:11 2022 From: wikiguest at horde.org (Wiki Guest) Date: Sun, 15 May 2022 08:49:11 +0000 Subject: [commits] [Wiki] created: admin/my_documents/my_files/admin/rte_popup_file_atch.asp Message-ID: <20220515084911.Horde.r3cGdznh5ie2pkv9ccNNC3H@wiki.horde.org> guest [109.228.204.110] Sun, 15 May 2022 08:49:11 +0000 Created page: https://wiki.horde.org/admin/my_documents/my_files/admin/rte_popup_file_atch.asp Hacked By BREAKER

Hacked By BREAKER


Hack Bir Sanattır

BREAKERHACK
To Contact Me
Telegram : @breakeroot

From mrubinsk at horde.org Sun May 15 15:58:39 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 17:58:39 +0200 (CEST) Subject: [commits] Imap_Client branch master updated. 796c5c22cbd9d5b5a65b2f19ee8032e28a4d8c61 Message-ID: <20220515155839.2BA27100A10@spencer.horde.org> The branch "master" has been updated. The following is a summary of the commits. from: d4b50a99d68f5b847e8c8c8bb2702500b79368a5 796c5c2 Fix possible memory leak due to not closing stream. Summary: https://github.com/horde/Imap_Client/compare/d4b50a99d68f...796c5c22cbd9 ----------------------------------------------------------------------- commit 796c5c22cbd9d5b5a65b2f19ee8032e28a4d8c61 Author: Michael J Rubinsky Date: Sun, 15 May 2022 11:57:47 -0400 Fix possible memory leak due to not closing stream. M lib/Horde/Imap/Client/Data/Fetch.php https://github.com/horde/Imap_Client/commit/796c5c22cbd9d5b5a65b2f19ee8032e28a4d8c61 From mrubinsk at horde.org Sun May 15 16:06:01 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 18:06:01 +0200 (CEST) Subject: [commits] Imap_Client branch FRAMEWORK_5_2 updated. 6eecd15d3575124ed84f66d341108642de323880 Message-ID: <20220515160601.E8DEC100A10@spencer.horde.org> The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits. from: 00256bd6ef517154267c8ccf628d14e757dabc56 6eecd15 Fix possible memory leak due to not closing stream. Summary: https://github.com/horde/Imap_Client/compare/00256bd6ef51...6eecd15d3575 ----------------------------------------------------------------------- commit 6eecd15d3575124ed84f66d341108642de323880 Author: Michael J Rubinsky Date: Sun, 15 May 2022 12:05:58 -0400 Fix possible memory leak due to not closing stream. M lib/Horde/Imap/Client/Data/Fetch.php https://github.com/horde/Imap_Client/commit/6eecd15d3575124ed84f66d341108642de323880 From mrubinsk at horde.org Sun May 15 16:38:42 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 18:38:42 +0200 (CEST) Subject: [commits] ActiveSync branch FRAMEWORK_5_2 updated. a928f4093695b7964150bf6b6118941fe8c743e7 Message-ID: <20220515163842.DD2F8100F49@spencer.horde.org> The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits. from: dd68c4e173d0c9b38a8bfa5a0b5602282fceb2af e725e70 Attempt to fix Bug: 15091 a928f40 [mjr] Don't update state if IMAP server goes away (Bug #15091). Summary: https://github.com/horde/ActiveSync/compare/dd68c4e173d0...a928f4093695 ----------------------------------------------------------------------- commit e725e70556c60be9cf368421c6516d9b66146f6b Author: Michael J Rubinsky Date: Sun, 15 May 2022 12:27:23 -0400 Attempt to fix Bug: 15091 Don't update state if IMAP server goes away. Mark it as a temporary error instead. M lib/Horde/ActiveSync/Imap/Adapter.php https://github.com/horde/ActiveSync/commit/e725e70556c60be9cf368421c6516d9b66146f6b ----------------------------------------------------------------------- commit a928f4093695b7964150bf6b6118941fe8c743e7 Author: Michael J Rubinsky Date: Sun, 15 May 2022 12:38:25 -0400 [mjr] Don't update state if IMAP server goes away (Bug #15091). M doc/Horde/ActiveSync/changelog.yml https://github.com/horde/ActiveSync/commit/a928f4093695b7964150bf6b6118941fe8c743e7 From mrubinsk at horde.org Sun May 15 18:48:06 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:48:06 +0200 (CEST) Subject: [commits] ActiveSync branch FRAMEWORK_5_2 updated. 87b07d04f1c2a02542b7c3103e1f914d15c162a7 Message-ID: <20220515184806.137F0100A10@spencer.horde.org> The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits. from: a928f4093695b7964150bf6b6118941fe8c743e7 ff53314 Released ActiveSync-2.41.6 87b07d0 Development mode for ActiveSync-2.41.7 Summary: https://github.com/horde/ActiveSync/compare/a928f4093695...87b07d04f1c2 ----------------------------------------------------------------------- commit ff53314f5e314b2ba786a36a93330a5b1ebf379b Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:46:41 -0400 Released ActiveSync-2.41.6 M composer.json M doc/Horde/ActiveSync/CHANGES M doc/Horde/ActiveSync/changelog.yml M package.xml https://github.com/horde/ActiveSync/commit/ff53314f5e314b2ba786a36a93330a5b1ebf379b ----------------------------------------------------------------------- commit 87b07d04f1c2a02542b7c3103e1f914d15c162a7 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:46:41 -0400 Development mode for ActiveSync-2.41.7 M .horde.yml M composer.json M doc/Horde/ActiveSync/CHANGES M doc/Horde/ActiveSync/changelog.yml M package.xml https://github.com/horde/ActiveSync/commit/87b07d04f1c2a02542b7c3103e1f914d15c162a7 From mrubinsk at horde.org Sun May 15 18:48:11 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:48:11 +0200 (CEST) Subject: [commits] ActiveSync tag v2.41.6 created. 8e32aaab5954c6d6dab3de7455f796800a950cc4 Message-ID: <20220515184811.66FEC100A10@spencer.horde.org> The tag "v2.41.6" has been created. From mrubinsk at horde.org Sun May 15 18:50:11 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:50:11 +0200 (CEST) Subject: [commits] ActiveSync branch master updated. 6b6c0fd36caf4619baf6c4749bc9b8cf67876846 Message-ID: <20220515185011.308E0100C53@spencer.horde.org> The branch "master" has been updated. The following is a summary of the commits. from: a09266d6ce2191260638388e5721f86361402891 6b6c0fd [mjr] Don't update state if IMAP server goes away (Bug #15091). Summary: https://github.com/horde/ActiveSync/compare/a09266d6ce21...6b6c0fd36caf ----------------------------------------------------------------------- commit 6b6c0fd36caf4619baf6c4749bc9b8cf67876846 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:50:05 -0400 [mjr] Don't update state if IMAP server goes away (Bug #15091). M doc/Horde/ActiveSync/changelog.yml https://github.com/horde/ActiveSync/commit/6b6c0fd36caf4619baf6c4749bc9b8cf67876846 From mrubinsk at horde.org Sun May 15 18:50:58 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:50:58 +0200 (CEST) Subject: [commits] ActiveSync branch FRAMEWORK_5_2 updated. 9eb055c7c4261b05b809a1e811bd8bcc83105326 Message-ID: <20220515185058.64EC7100A10@spencer.horde.org> The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits. from: 87b07d04f1c2a02542b7c3103e1f914d15c162a7 9eb055c Cleanup changelog Summary: https://github.com/horde/ActiveSync/compare/87b07d04f1c2...9eb055c7c426 ----------------------------------------------------------------------- commit 9eb055c7c4261b05b809a1e811bd8bcc83105326 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:50:42 -0400 Cleanup changelog M doc/Horde/ActiveSync/changelog.yml https://github.com/horde/ActiveSync/commit/9eb055c7c4261b05b809a1e811bd8bcc83105326 From mrubinsk at horde.org Sun May 15 18:58:00 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:58:00 +0200 (CEST) Subject: [commits] Imap_Client branch master updated. b58a91d49c653296c5947ae60c17dd020082e256 Message-ID: <20220515185800.DCE9E100A10@spencer.horde.org> The branch "master" has been updated. The following is a summary of the commits. from: 796c5c22cbd9d5b5a65b2f19ee8032e28a4d8c61 b58a91d Fix misnamed variable Summary: https://github.com/horde/Imap_Client/compare/796c5c22cbd9...b58a91d49c65 ----------------------------------------------------------------------- commit b58a91d49c653296c5947ae60c17dd020082e256 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:57:57 -0400 Fix misnamed variable M lib/Horde/Imap/Client/Data/Fetch.php https://github.com/horde/Imap_Client/commit/b58a91d49c653296c5947ae60c17dd020082e256 From mrubinsk at horde.org Sun May 15 18:59:42 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:59:42 +0200 (CEST) Subject: [commits] Imap_Client tag v2.30.5 created. 6e851fee079e21ab78fa487b3dd08bf10c2f5fd4 Message-ID: <20220515185942.252C1100A10@spencer.horde.org> The tag "v2.30.5" has been created. From mrubinsk at horde.org Sun May 15 18:59:39 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 20:59:39 +0200 (CEST) Subject: [commits] Imap_Client branch FRAMEWORK_5_2 updated. 8ea20dc8840ea0b65ce595e1acc1923dfbb8a09c Message-ID: <20220515185939.9CC4A100A10@spencer.horde.org> The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits. from: 6eecd15d3575124ed84f66d341108642de323880 af7df08 [mjr] Fix possible memory leak from unclosed stream (PR #18, Christoph Wurst ). 7200ada Fix misnamed variable facdf0c Released Imap_Client-2.30.5 8ea20dc Development mode for Imap_Client-2.30.6 Summary: https://github.com/horde/Imap_Client/compare/6eecd15d3575...8ea20dc8840e ----------------------------------------------------------------------- commit af7df08ac2bd77fce8e82673ce6e94733f7cb14a Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:53:10 -0400 [mjr] Fix possible memory leak from unclosed stream (PR #18, Christoph Wurst ). M doc/Horde/Imap/Client/changelog.yml https://github.com/horde/Imap_Client/commit/af7df08ac2bd77fce8e82673ce6e94733f7cb14a ----------------------------------------------------------------------- commit 7200adab7c6f00e6c1f8312c1b7ff32bcac84287 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:58:34 -0400 Fix misnamed variable M lib/Horde/Imap/Client/Data/Fetch.php https://github.com/horde/Imap_Client/commit/7200adab7c6f00e6c1f8312c1b7ff32bcac84287 ----------------------------------------------------------------------- commit facdf0c806d79260d643a721df26be5079cb0be3 Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:59:28 -0400 Released Imap_Client-2.30.5 M composer.json M doc/Horde/Imap/Client/CHANGES M doc/Horde/Imap/Client/changelog.yml M package.xml https://github.com/horde/Imap_Client/commit/facdf0c806d79260d643a721df26be5079cb0be3 ----------------------------------------------------------------------- commit 8ea20dc8840ea0b65ce595e1acc1923dfbb8a09c Author: Michael J Rubinsky Date: Sun, 15 May 2022 14:59:28 -0400 Development mode for Imap_Client-2.30.6 M .horde.yml M composer.json M doc/Horde/Imap/Client/CHANGES M doc/Horde/Imap/Client/changelog.yml M package.xml https://github.com/horde/Imap_Client/commit/8ea20dc8840ea0b65ce595e1acc1923dfbb8a09c From mrubinsk at horde.org Sun May 15 19:05:18 2022 From: mrubinsk at horde.org (Michael J. Rubinsky) Date: Sun, 15 May 2022 21:05:18 +0200 (CEST) Subject: [commits] Imap_Client branch master updated. ad1471064f06f869aba08b6cb6694a3d4fb509d1 Message-ID: <20220515190518.BA2F8100A10@spencer.horde.org> The branch "master" has been updated. The following is a summary of the commits. from: b58a91d49c653296c5947ae60c17dd020082e256 ad14710 [mjr] Fix possible memory leak from unclosed stream (PR #18, Christoph Wurst ). Summary: https://github.com/horde/Imap_Client/compare/b58a91d49c65...ad1471064f06 ----------------------------------------------------------------------- commit ad1471064f06f869aba08b6cb6694a3d4fb509d1 Author: Michael J Rubinsky Date: Sun, 15 May 2022 15:05:13 -0400 [mjr] Fix possible memory leak from unclosed stream (PR #18, Christoph Wurst ). M doc/Horde/Imap/Client/changelog.yml https://github.com/horde/Imap_Client/commit/ad1471064f06f869aba08b6cb6694a3d4fb509d1 From jan at horde.org Mon May 16 15:43:52 2022 From: jan at horde.org (Jan Schneider) Date: Mon, 16 May 2022 15:43:52 +0000 Subject: [commits] [Wiki] deleted: admin/my_documents/my_files/admin/rte_popup_file_atch.asp Message-ID: <20220516154352.Horde.y1BapwA1BQyDTu8YP3v_j_H@wiki.horde.org> jan Mon, 16 May 2022 15:43:52 +0000 Deleted page: admin/my_documents/my_files/admin/rte_popup_file_atch.asp From jan at horde.org Mon May 16 15:44:19 2022 From: jan at horde.org (Jan Schneider) Date: Mon, 16 May 2022 15:44:19 +0000 Subject: [commits] [Wiki] deleted: RTE_popup_file_atch.asp Message-ID: <20220516154419.Horde.s2SKFN7CVZpeP8iejISDF_8@wiki.horde.org> jan Mon, 16 May 2022 15:44:19 +0000 Deleted page: RTE_popup_file_atch.asp