aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-181-6/+6
| * Small fixesMarcel Klehr2023-10-181-7/+6
| * Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+221
* | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-1/+1
|/
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-182-2/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-282-2/+0
* | rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-1/+1
* | make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-0/+3