Commit Graph

14684 Commits (fc0b694d379efefc50ba46262bd448abd29da6ed)

Author SHA1 Message Date
SebastianKrupinski fc0b694d37 feat: mail provider backend 4 months ago
Julien Veyssier c004f5376f
fix(taskprocessing): build autoloader files and fix psalm issue 4 months ago
Julien Veyssier df11aa9efc
feat(taskprocessing): add appId filter to taskprocessing occ commands 4 months ago
Julien Veyssier c120a64ba2
feat(taskprocessing): add occ commands to list tasks and compute stats 4 months ago
Julien Veyssier df086a8c20
feat(taskprocessing): add start, stop and schedule time to tasks 4 months ago
Richard Steinmetz b37fb43a32
feat: let users configure their first day of week 4 months ago
Robin Appelman 32f5739bc6
feat: add config flag to toggle persistent redis connections 4 months ago
Julien Veyssier fffc784769
feat(taskprocessing): add support for webhooks (http or AppAPI) in the task processing API 4 months ago
Ferdinand Thiessen 9716b0d735 refactor: Migrate some legacy and core functions to `IFilenameValidator` 4 months ago
Benjamin Gaussorgues f1d97a3188
feat(Security): add Factory for IP addresses and ranges 4 months ago
Joas Schilling 047479ccf9
feat(security): Add public API to allow validating IP Ranges and checking for "in range" 4 months ago
Benjamin Gaussorgues 202e5b1e95
feat(security): restrict admin actions to IP ranges 4 months ago
Arthur Schiwon 99182aac37
fix(Token): take over scope in token refresh with login by cookie 4 months ago
Joas Schilling b656edc47c
fix(db): Fix md5 for oracle >= 20 4 months ago
Joas Schilling e1e4ee4d67
fix(db): Manually track if `where()` is called when not empty to avoid recursion 4 months ago
Joas Schilling eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 4 months ago
Joas Schilling e45465781f
fix(db): Deprecate `getState()` as per upstream 4 months ago
Joas Schilling 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 4 months ago
Joas Schilling bd383627a7
fix(db): Deprecate using table alias for DELETE and UPDATE 4 months ago
Joas Schilling c84580d53a
fix(db): `Doctrine\DBAL\Connection::executeUpdate()` is deprecated 4 months ago
Joas Schilling 11e84b8968
fix(db): Fix internal calls to doctrine's `fetch()` methods 4 months ago
Joas Schilling a4c1d7291f
fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 4 months ago
Joas Schilling f92352eda4
fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will be removed with Doctrine/DBAL 4 4 months ago
Andrey Borysenko 40f820470a
chore: use "app_api" session key, "app_api_system" is deprecated 4 months ago
Anupam Kumar d473b516ad
fix(TextProcessing): use error instead of info for exception logging 4 months ago
Alexander Piskun b7af6ec200
feat: allow for ExApps to call Admin endpoints marked with specific attr 4 months ago
provokateurin e5dcdfb9e0
feat(Security): Warn about using annotations instead of attributes 4 months ago
Robin Appelman c5b687271b
fix: make batch propagator work with sharding restrictions 4 months ago
Robin Appelman 0931492ff0
fix: make usermountcache compatible with sharding 4 months ago
Robin Appelman ad88fd07e3
fix: make joining on tags in search queries work with sharding 4 months ago
Robin Appelman 80f8c7949e
fix: always set storage id in Cache::get 4 months ago
Robin Appelman 5ff7bde3fb
fix: add set storage id for more cache queries 4 months ago
Julien Veyssier 183726a299
feat(settings/admin/ai): fix provider list not being declared 4 months ago
Marcel Klehr 9dca5ae0e0
feat(settings/admin/ai): Add Task Processing API settings 4 months ago
Marcel Klehr 969cc52851 fix(TaskProcessing): Run cs:fix 4 months ago
Marcel Klehr ba33e6220c fix(TaskProcessing): Use getScalarType instead of relying on magic integers 4 months ago
Marcel Klehr fb34b13439 fix(TaskProcessingA/Manager): Catch new error 4 months ago
Marcel Klehr 2fed2fc433 fix(TaskProcessingA/Manager): Use time() along with rand int for file names 4 months ago
Marcel Klehr ee7502ab1c fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object 4 months ago
Alexander Piskun c1f2c76f44 fix: do not overwrite the output if NodeID exists 4 months ago
Marcel Klehr 3937cccd4b fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object 4 months ago
Marcel Klehr 5c457c64e8 fix: Validate output properly 4 months ago
Marcel Klehr 4ac7f8275b feat(TaskProcessing): Allow setting task results for file slots 4 months ago
Jonas 1671bf3ef2
feat(Reference): Add public API endpoints to get references 4 months ago
Joas Schilling 693a81bfa3
fix(mail): Fix big logos in mail templates for Outlook 4 months ago
Git'Fellow 8665a9ba16
chore: add warning in case of failure 4 months ago
Ferdinand Thiessen f4ede27cdb
refactor: Remove deprecated `Util` function for filename validation to `FilenameValidator` 4 months ago
Ferdinand Thiessen 69341e4306
refactor: Migrate filename validation logic from `Storage` to `FilenameValidator` 4 months ago
Git'Fellow b010474c78
fix(appstore): Return an empty array in case of fail 4 months ago
Richard Steinmetz e42bceac9f
feat: hide caldav server settings if no app uses the caldav backend 4 months ago