aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-254-6/+26
* feat: Template fieldsElizabeth Danzberger2024-07-253-1/+43
* fix(taskprocessing): fix typo in text2text task typeJulien Veyssier2024-07-251-1/+1
* feat(taskprocessing): add translate task typeJulien Veyssier2024-07-251-0/+102
* fix(taskprocessing): fix psalm issueJulien Veyssier2024-07-251-0/+1
* fix(taskprocessing): add licenseJulien Veyssier2024-07-251-0/+8
* fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-1/+1
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-255-3/+125
* Merge pull request #46708 from nextcloud/update-event-docsAnna2024-07-246-2/+17
|\
| * docs: update docs for ocp eventsDaniel Kesselberg2024-07-236-2/+17
* | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-241-0/+8
|\ \
| * | feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-0/+8
* | | feat: mail provider backendSebastianKrupinski2024-07-2313-0/+1353
| |/ |/|
* | feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-231-2/+4
* | feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-0/+16
* | feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-1/+56
|/
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+37
* Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ipsAndy Scherzinger2024-07-224-0/+124
|\
| * feat(Security): add Factory for IP addresses and rangesBenjamin Gaussorgues2024-07-191-0/+30
| * feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-193-0/+94
* | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-193-9/+26
|\ \ | |/ |/|
| * fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-192-3/+6
| * fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-191-0/+2
| * fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-1/+2
| * fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-191-5/+8
| * fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ...Joas Schilling2024-07-191-0/+8
* | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-192-3/+39
|\ \ | |/ |/|
| * fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
| * fix: Validate output properlyMarcel Klehr2024-07-171-1/+34
| * feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+4
* | feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-0/+21
* | Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-171-0/+15
|\ \
| * | feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-0/+15
* | | feat(Reference): Add public API endpoints to get referencesJonas2024-07-173-3/+54
| |/ |/|
* | Merge pull request #46538 from nextcloud/fix/use-filename-validatorFerdinand Thiessen2024-07-161-34/+0
|\ \
| * | refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-34/+0
| |/
* / feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-151-3/+7
|/
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-6/+7
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+1
* fix: ARateLimit documentationskjnldsv2024-07-121-0/+2
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-122-2/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-2/+2
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-122-2/+26
* fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-112-2/+16
* Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-101-0/+39
|\
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-091-0/+39
* | Merge pull request #46123 from nextcloud/feat/user-password-hashPytal2024-07-092-0/+47
|\ \ | |/ |/|
| * docs: Add info for the password hashesChristopher Ng2024-07-082-0/+8
| * feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-081-0/+14
| * feat: Add IPasswordHashBackendChristopher Ng2024-07-081-0/+25