Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #45094 from nextcloud/enh/taskprocessing-api | Marcel Klehr | 2024-05-15 | 1 | -0/+430 | |
|\ \ | |/ |/| | feat: TaskProcessing API | |||||
| * | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -3/+33 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix(OCS-API): No csrf required for /tasks/taskId/file/fileId | Marcel Klehr | 2024-05-14 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix(ocs): change /tasktypes response to combine optional and non-optional IO ↵ | Marcel Klehr | 2024-05-14 | 1 | -4/+8 | |
| | | | | | | | | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | feat: Add cancel endpoint to OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+32 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: update openai specs | Marcel Klehr | 2024-05-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -5/+7 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -8/+12 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: Update autoloaders | Marcel Klehr | 2024-05-14 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: psalm issues | Marcel Klehr | 2024-05-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: Check if user is authorized to use the files they mentioned | Marcel Klehr | 2024-05-14 | 1 | -3/+14 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | feat: Add ExApp endpoints | Marcel Klehr | 2024-05-14 | 1 | -5/+71 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 1 | -16/+15 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | chore: Regenerate openapi.json | Marcel Klehr | 2024-05-14 | 1 | -5/+5 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | chore: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -3/+0 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | feat: Add getFileContents endpoint to TaskProcessing OCS API | Marcel Klehr | 2024-05-14 | 1 | -8/+78 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | feat: TaskProcessing OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+214 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | docs(preview): Improve API parameter descriptions | provokateurin | 2024-05-13 | 1 | -8/+8 | |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-19 | 1 | -3/+6 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -24/+17 | |
| | | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat: Limit email input on auth pages to 255 chars | fenn-cs | 2024-03-21 | 2 | -1/+16 | |
| | | | | | | | | | Excessively long emails reported make server unresponsive. We could at some point, consider adding a configuration for sysadmins to bypass this setting on their instance if they want. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | feat: added login's initial possible email-states | Eduardo Morales | 2024-03-10 | 1 | -0/+31 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 1 | -4/+2 | |
|\ | | | | | Cache path by id | |||||
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -4/+2 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 1 | -0/+97 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 38 | -0/+135 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | feat(core): Add OCS endpoint for confirming the user password | provokateurin | 2024-02-20 | 1 | -0/+36 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | feat(core): Expose the confirm password endpoint | provokateurin | 2024-02-20 | 1 | -1/+12 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -3/+3 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 3 | -5/+5 | |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | fix: Support other schemes than HTTP and HTTPS in app navigation | Côme Chilliet | 2024-02-06 | 1 | -1/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Revert external url support in icon as it’s not allowed | Côme Chilliet | 2024-02-06 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Allow application to pass external links in navigation | Côme Chilliet | 2024-02-06 | 1 | -2/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 16 | -36/+36 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 2 | -4/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 4 | -6/+8 | |
| | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(openapi): Make OpenAPI CI green again | Joas Schilling | 2024-01-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | enh(core): Refactor profile page to use vue components | Ferdinand Thiessen | 2024-01-10 | 1 | -2/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Keep https check | Gaspard d'Hautefeuille | 2024-01-05 | 1 | -1/+4 | |
| | | | | | | https://github.com/nextcloud/server/issues/41196 + keep https check Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu> | |||||
* | Cancel PR #37405, remove regression code | Gaspard d'Hautefeuille | 2024-01-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu> | |||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -26/+26 | |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Fix invalid users/groups handling in advanced search | Benjamin Gaussorgues | 2023-11-15 | 1 | -1/+2 | |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2 | Joas Schilling | 2023-11-13 | 1 | -2/+10 | |
|\ | | | | | enh(TextProcessing): Add two new provider interfaces | |||||
| * | Merge branch 'master' into enh/text-processing-iprovider2 | Marcel Klehr | 2023-11-09 | 1 | -1/+2 | |
| |\ | ||||||
| * \ | Merge branch 'master' into enh/text-processing-iprovider2 | Marcel Klehr | 2023-11-08 | 1 | -1/+3 | |
| |\ \ | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> |