Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | chore: refactor "substr" calls to improve code readability | Hamid Dehnavi | 2024-08-06 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | |||||
* | fix: Update documentation for Mail Provider Send | SebastianKrupinski | 2024-08-02 | 1 | -0/+2 | |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | feat: Allow passing additional encode flags for json response | Christopher Ng | 2024-08-01 | 1 | -2/+15 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | feat: Increase max depth of encoded json | Christopher Ng | 2024-08-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 2 | -60/+0 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interface | Joas Schilling | 2024-07-30 | 3 | -13/+29 | |
|\ | | | | | fix: Add `acceptShare` as an interface | |||||
| * | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 3 | -13/+29 | |
| | | | | | | | | | | | | | | | | | | It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(migration-attributes): psalm | Maxence Lange | 2024-07-29 | 5 | -0/+32 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(migration-attributes): tests | Maxence Lange | 2024-07-29 | 14 | -21/+39 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | fix(migration-attributes): privatizing AttributeException | Maxence Lange | 2024-07-29 | 14 | -24/+193 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 15 | -0/+474 | |
|/ | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | chore: fix some comments | withbest | 2024-07-29 | 2 | -2/+2 | |
| | | | | Signed-off-by: withbest <seekseat@outlook.com> | |||||
* | chore: deprecate old AI APIs | Marcel Klehr | 2024-07-26 | 39 | -0/+39 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 2 | -10/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: PHP formatting | Elizabeth Danzberger | 2024-07-25 | 3 | -19/+11 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Fix static analysis errors | Elizabeth Danzberger | 2024-07-25 | 3 | -0/+35 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+11 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix(api): Add alias to `Field` | Elizabeth Danzberger | 2024-07-25 | 1 | -3/+4 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Make field index a string for better id/index support | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Correct name of `InvalidFieldTypeException` class file | Elizabeth Danzberger | 2024-07-25 | 1 | -0/+0 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Add proper field types | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+5 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Remove comments | Elizabeth Danzberger | 2024-07-25 | 1 | -3/+0 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Add `InvalidFieldType` exception | Elizabeth Danzberger | 2024-07-25 | 2 | -1/+18 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: `Field` and `FieldType` implementation | Elizabeth Danzberger | 2024-07-25 | 2 | -8/+32 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Add Field and FieldType back to server API | Elizabeth Danzberger | 2024-07-25 | 2 | -0/+30 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Move field classes out of the server api | Elizabeth Danzberger | 2024-07-25 | 2 | -28/+0 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix: Emit new `BeforeGetTemplates` event | Elizabeth Danzberger | 2024-07-25 | 4 | -6/+26 | |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | feat: Template fields | Elizabeth Danzberger | 2024-07-25 | 3 | -1/+43 | |
| | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> fix: Composer dump Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> fix: Add field array to template class Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | fix(taskprocessing): fix typo in text2text task type | Julien Veyssier | 2024-07-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat(taskprocessing): add translate task type | Julien Veyssier | 2024-07-25 | 1 | -0/+102 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(taskprocessing): fix psalm issue | Julien Veyssier | 2024-07-25 | 1 | -0/+1 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(taskprocessing): add license | Julien Veyssier | 2024-07-25 | 1 | -0/+8 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 5 | -3/+125 | |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | Merge pull request #46708 from nextcloud/update-event-docs | Anna | 2024-07-24 | 6 | -2/+17 | |
|\ | | | | | docs: update docs for ocp events | |||||
| * | docs: update docs for ocp events | Daniel Kesselberg | 2024-07-23 | 6 | -2/+17 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 1 | -0/+8 | |
|\ \ | | | | | | | feat(users): Add users and group management to admin delegation | |||||
| * | | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 1 | -0/+8 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 13 | -0/+1353 | |
| |/ |/| | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 1 | -2/+4 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 1 | -0/+16 | |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 1 | -1/+56 | |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -0/+37 | |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ips | Andy Scherzinger | 2024-07-22 | 4 | -0/+124 | |
|\ | | | | | feat(security): restrict admin actions to IP ranges | |||||
| * | feat(Security): add Factory for IP addresses and ranges | Benjamin Gaussorgues | 2024-07-19 | 1 | -0/+30 | |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | feat(security): Add public API to allow validating IP Ranges and checking ↵ | Joas Schilling | 2024-07-19 | 3 | -0/+94 | |
| | | | | | | | | | | | | | | for "in range" Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 3 | -9/+26 | |
|\ \ | |/ |/| | fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions | |||||
| * | fix(db): Deprecate `IExpressionBuilder::or()` and ↵ | Joas Schilling | 2024-07-19 | 2 | -3/+6 | |
| | | | | | | | | | | | | `IExpressionBuilder::and()` without parameters Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | fix(db): Deprecate `getState()` as per upstream | Joas Schilling | 2024-07-19 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵ | Joas Schilling | 2024-07-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> |