Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
| * | | | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | | | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | feat(search): Allow multiple search terms in UnifiedController | Benjamin Gaussorgues | 2023-11-10 | 1 | -13/+22 |
| |_|/ |/| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | fix: Show error message when CSRF check fails at login | Christoph Wurst | 2023-11-08 | 1 | -1/+2 |
| |/ |/| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | fix: Only highlight profile entry when viewing own profile | Christopher Ng | 2023-11-02 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(events): Add typed event for filtering autocompletion suggestions | Joas Schilling | 2023-11-02 | 1 | -0/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | load script and styles on setup page | Robin Appelman | 2023-10-31 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Reset BFP for sudo action | Marcel Müller | 2023-10-28 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | fix: Set profile as active nav entry | Christopher Ng | 2023-10-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #40326 from nextcloud/enh/text-to-image-api | Joas Schilling | 2023-10-26 | 1 | -0/+246 |
|\ | | | | | Implement TextToImage OCP API | ||||
| * | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-26 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | en(TextToImage): Use specific exception class instead of generic ↵ | Marcel Klehr | 2023-10-26 | 1 | -1/+2 |
| | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(Text2Image): Fix OpenAPI types | Marcel Klehr | 2023-10-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 1 | -5/+9 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵ | Marcel Klehr | 2023-10-20 | 1 | -1/+8 |
| | | | | | | | | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextToImage): Fix OpenAPI definitions | Marcel Klehr | 2023-10-19 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextToImage): Fix bruteforce protection | Marcel Klehr | 2023-10-18 | 1 | -19/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextToImage): Add bruteforce protection to API | Marcel Klehr | 2023-10-18 | 1 | -10/+28 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(TextToImage): Fix docblock of getImage route | Marcel Klehr | 2023-10-18 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextToImage): Add bruteforce protection for anonymous API usage | Marcel Klehr | 2023-10-18 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | enh(TextToImage): Address review comments | Marcel Klehr | 2023-10-18 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-18 | 1 | -6/+6 |
| | | | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Small fixes | Marcel Klehr | 2023-10-18 | 1 | -7/+6 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 1 | -0/+221 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(profile): Add public interface for profile manager so apps can check config | Joas Schilling | 2023-10-23 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |