Commit Graph

1221 Commits

Author SHA1 Message Date
Uwe Steinmann
73ee5781dd show a different error msg when php_sapi == cli 2025-10-29 15:41:16 +01:00
Uwe Steinmann
cc34c42f73 pass translator to constructor 2025-10-29 15:40:35 +01:00
Uwe Steinmann
8a6db445c5 pass translator to notification service 2025-10-29 15:39:48 +01:00
Uwe Steinmann
5db84c0564 get dms and user from params in factory() 2025-10-29 07:50:09 +01:00
Uwe Steinmann
8e06a17f62 add translation phrases from extension 2025-10-28 21:38:12 +01:00
Uwe Steinmann
1b40717192 pass translator to view and controller 2025-10-28 21:37:33 +01:00
Uwe Steinmann
c649d9e495 set default language in translator from session 2025-10-28 21:36:56 +01:00
Uwe Steinmann
7a1729e0c8 move all translation methods into class 2025-10-28 21:35:17 +01:00
Uwe Steinmann
9ac6bca75f class Settings has been moved into namespace Seeddms\Seeddms 2025-10-28 15:48:10 +01:00
Uwe Steinmann
ef49a43644 no need for 'global $logger' 2025-10-28 15:47:20 +01:00
Uwe Steinmann
9275fc1e05 no need for 'global $logger' 2025-10-28 15:46:50 +01:00
Uwe Steinmann
b6bdae551c rename $extMgr to $extmgr, all global vars can be passed to factory 2025-10-28 15:44:51 +01:00
Uwe Steinmann
d15c65f137 new methods getBaseUrl() and getBaseUrlWithRoot() 2025-10-28 15:41:59 +01:00
Uwe Steinmann
c32fe1be80 pass $settings as first parameter of getLogger() 2025-10-28 15:40:20 +01:00
Uwe Steinmann
6db475692a new token based middleware 2025-10-24 14:00:42 +02:00
Uwe Steinmann
66ab0f25d3 pass response factory to SessionAuth Middleware 2025-10-24 13:59:59 +02:00
Uwe Steinmann
2f668328fa add middleware for basic authentication 2025-10-24 12:51:10 +02:00
Uwe Steinmann
6e06bec195 start new version 5.1.43 2025-10-23 21:00:22 +02:00
Uwe Steinmann
93cdce72ac fix path to include inc.Core.php 2025-10-23 07:16:56 +02:00
Uwe Steinmann
f88acd0ebd use php-cache instead of memcached 2025-10-22 16:14:49 +02:00
Uwe Steinmann
3782e71ae6 add method makeRandomString() 2025-10-20 12:42:31 +02:00
Uwe Steinmann
072a8206e0 much better implementation of getPeriodOfTime() 2025-10-06 11:44:33 +02:00
Uwe Steinmann
73facda205 init $memcache 2025-10-02 12:37:04 +02:00
Uwe Steinmann
81fc17a812 memcached port and host can be configured 2025-10-02 09:17:42 +02:00
Uwe Steinmann
d88ec8a118 make a extension disabled if it's disabled in conf.php 2025-09-24 14:59:50 +02:00
Uwe Steinmann
237aa79140 extensionIsDisabled() returns true if extension isn't installed 2025-09-24 14:57:16 +02:00
Uwe Steinmann
975d1de703 declare class variables 2025-09-22 10:37:51 +02:00
Uwe Steinmann
bef3b62f5a get rid of pear directory 2025-09-20 21:48:07 +02:00
Uwe Steinmann
5fd15ecec3 makeTsFromDate() can handle null 2025-09-10 10:21:22 +02:00
Uwe Steinmann
5c9c02f5f2 add fold marks 2025-09-06 13:41:41 +02:00
Uwe Steinmann
61f4dfca4b add missing fold mark 2025-09-03 11:44:31 +02:00
Uwe Steinmann
7d81f5b0f8 add method getStreamContext() 2025-09-03 11:43:57 +02:00
Uwe Steinmann
49a243d92e start new version 5.1.42 2025-07-31 11:03:59 +02:00
Uwe Steinmann
feaed7b49d declare class variable $stats 2025-07-30 14:33:18 +02:00
Uwe Steinmann
a194b7bc5b declare class variables 2025-07-30 14:27:54 +02:00
Uwe Steinmann
593c6f5f95 check if attr definition exists when building a search query from an url 2025-07-23 20:06:34 +02:00
Uwe Steinmann
30880c0539 move sending notification into sendChangedVersionAttributesMail() 2025-07-23 20:05:57 +02:00
Uwe Steinmann
45eda343d9 fix typo 2025-07-18 10:14:31 +02:00
Uwe Steinmann
bdde3f6ff5 fix getting access rights in getMandatoryReviewers() 2025-07-15 11:50:43 +02:00
Uwe Steinmann
f3181967b9 fix getting access rights in getMandatoryApprovers() 2025-07-15 11:43:45 +02:00
Uwe Steinmann
f95ebce720 add extension for application/x-xz 2025-06-27 09:25:35 +02:00
Uwe Steinmann
ac29815974 replace array_merge by '+' when combining returned array of hooks 2025-06-25 12:58:37 +02:00
Uwe Steinmann
7edd4fa0b9 action can be set when clicking on a thumbnail 2025-05-23 12:26:34 +02:00
Uwe Steinmann
1296ce3104 new version 5.1.41 2025-05-23 12:25:58 +02:00
Uwe Steinmann
c014749676 use quoted printable encoding for email subject 2025-05-21 17:01:19 +02:00
Uwe Steinmann
9a826b88e9 fix error in Search class 2025-05-20 20:24:01 +02:00
Uwe Steinmann
d7c1e4b103 make database search work 2025-05-19 18:01:04 +02:00
Uwe Steinmann
7fe2a12af3 actually run postRun hook 2025-05-16 19:11:42 +02:00
Uwe Steinmann
4c6d047bb8 copy most of the search functions into own class 2025-05-16 07:46:49 +02:00
Uwe Steinmann
e687474d19 pass $fulltextservice to view 2025-05-15 19:54:23 +02:00