aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix: Add direct parameter to flow auth v2Julius Härtl2024-08-061-4/+6
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-251-0/+4
* feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-4/+12
* test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-2/+11
* Merge pull request #45817 from nextcloud/backport/45698/stable28John Molakvoæ2024-06-122-7/+19
|\
| * fix(core): Return X-NC-IsCustomAvatar for guest avatars tooprovokateurin2024-06-122-5/+7
| * fix(files_sharing): dark avatar supportskjnldsv2024-06-121-7/+7
| * fix(core): allow guest avatar fallbackskjnldsv2024-06-121-0/+10
* | fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-121-1/+4
|/
* fix(core): unsupported browser redirect urlJohn Molakvoæ (skjnldsv)2024-06-041-1/+3
* feat: Limit email input on auth pages to 255 charsfenn-cs2024-05-282-1/+16
* fix(search): Limit maximum number of search resultsJoas Schilling2024-05-151-2/+5
* feat: added login's initial possible email-statesEduardo Morales2024-03-111-0/+31
* Keep https check Gaspard d'Hautefeuille2024-02-221-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-02-221-2/+2
* fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-121-1/+2
* fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-121-1/+1
* Allow application to pass external links in navigationCôme Chilliet2024-02-121-2/+2
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-1916-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
* 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