aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-191-3/+6
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-24/+17
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-03-212-1/+16
* feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-051-4/+2
|\
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
* | feat: Implement team provider apiJulius Härtl2024-03-051-0/+97
|/
* refactor(core): Switch to attribute based routingprovokateurin2024-02-2138-0/+135
* feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-201-0/+36
* feat(core): Expose the confirm password endpointprovokateurin2024-02-201-1/+12
* fix: phpunitJohn Molakvoæ2024-02-131-1/+1
* fix: openapiJohn Molakvoæ2024-02-131-3/+3
* feat: rename users to account or personVincent Petry2024-02-133-5/+5
* fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-061-1/+2
* fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-061-1/+1
* Allow application to pass external links in navigationCôme Chilliet2024-02-061-2/+2
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-1816-36/+36
* Suppress or fix psalm errors related to InvalidTokenExceptionCôme Chilliet2024-01-112-4/+2
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-114-6/+8
* fix(openapi): Make OpenAPI CI green againJoas Schilling2024-01-111-2/+2
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-101-2/+2
* Keep https check Gaspard d'Hautefeuille2024-01-051-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-01-051-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-239-26/+26
* Fix invalid users/groups handling in advanced searchBenjamin Gaussorgues2023-11-151-1/+2
* Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2Joas Schilling2023-11-131-2/+10
|\
| * Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-091-1/+2
| |\
| * \ Merge branch 'master' into enh/text-processing-iprovider2Marcel Klehr2023-11-081-1/+3
| |\ \
| * | | fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-1/+2
| * | | enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-2/+9
* | | | feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-101-13/+22
| |_|/ |/| |
* | | fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-1/+2
| |/ |/|
* | fix: Only highlight profile entry when viewing own profileChristopher Ng2023-11-021-1/+3
|/
* feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-021-0/+13
* load script and styles on setup pageRobin Appelman2023-10-311-0/+8
* Reset BFP for sudo actionMarcel Müller2023-10-281-1/+2
* fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+246
|\
| * Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
| * en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-261-1/+2
| * fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-201-1/+1
| * enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-201-5/+9
| * enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-201-1/+8
| * fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-191-2/+4
| * fix(TextToImage): Fix bruteforce protectionMarcel Klehr2023-10-181-19/+10
| * fix(TextToImage): Add bruteforce protection to APIMarcel Klehr2023-10-181-10/+28
| * fix(TextToImage): Fix docblock of getImage routeMarcel Klehr2023-10-181-4/+3
| * enh(TextToImage): Add bruteforce protection for anonymous API usageMarcel Klehr2023-10-181-2/+7
| * enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-3/+2