| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 38 | -0/+135 |
* | feat(core): Add OCS endpoint for confirming the user password | provokateurin | 2024-02-20 | 1 | -0/+36 |
* | feat(core): Expose the confirm password endpoint | provokateurin | 2024-02-20 | 1 | -1/+12 |
* | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -3/+3 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 3 | -5/+5 |
* | fix: Support other schemes than HTTP and HTTPS in app navigation | Côme Chilliet | 2024-02-06 | 1 | -1/+2 |
* | fix: Revert external url support in icon as it’s not allowed | Côme Chilliet | 2024-02-06 | 1 | -1/+1 |
* | Allow application to pass external links in navigation | Côme Chilliet | 2024-02-06 | 1 | -2/+2 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 16 | -36/+36 |
* | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 2 | -4/+2 |
* | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 4 | -6/+8 |
* | fix(openapi): Make OpenAPI CI green again | Joas Schilling | 2024-01-11 | 1 | -2/+2 |
* | enh(core): Refactor profile page to use vue components | Ferdinand Thiessen | 2024-01-10 | 1 | -2/+2 |
* | Keep https check
| Gaspard d'Hautefeuille | 2024-01-05 | 1 | -1/+4 |
* | Cancel PR #37405, remove regression code | Gaspard d'Hautefeuille | 2024-01-05 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -26/+26 |
* | Fix invalid users/groups handling in advanced search | Benjamin Gaussorgues | 2023-11-15 | 1 | -1/+2 |
* | Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2 | Joas Schilling | 2023-11-13 | 1 | -2/+10 |
|\ |
|
| * | 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 |
| |\ \ |
|
| * | | | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 1 | -1/+2 |
| * | | | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 1 | -2/+9 |
* | | | | feat(search): Allow multiple search terms in UnifiedController | Benjamin Gaussorgues | 2023-11-10 | 1 | -13/+22 |
| |_|/
|/| | |
|
* | | | fix: Show error message when CSRF check fails at login | Christoph Wurst | 2023-11-08 | 1 | -1/+2 |
| |/
|/| |
|
* | | fix: Only highlight profile entry when viewing own profile | Christopher Ng | 2023-11-02 | 1 | -1/+3 |
|/ |
|
* | feat(events): Add typed event for filtering autocompletion suggestions | Joas Schilling | 2023-11-02 | 1 | -0/+13 |
* | load script and styles on setup page | Robin Appelman | 2023-10-31 | 1 | -0/+8 |
* | Reset BFP for sudo action | Marcel Müller | 2023-10-28 | 1 | -1/+2 |
* | fix: Set profile as active nav entry | Christopher Ng | 2023-10-26 | 1 | -0/+4 |
* | Merge pull request #40326 from nextcloud/enh/text-to-image-api | Joas Schilling | 2023-10-26 | 1 | -0/+246 |
|\ |
|
| * | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-26 | 1 | -1/+1 |
| * | en(TextToImage): Use specific exception class instead of generic RuntimeExcep... | Marcel Klehr | 2023-10-26 | 1 | -1/+2 |
| * | fix(Text2Image): Fix OpenAPI types | Marcel Klehr | 2023-10-20 | 1 | -1/+1 |
| * | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 1 | -5/+9 |
| * | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re... | Marcel Klehr | 2023-10-20 | 1 | -1/+8 |
| * | fix(TextToImage): Fix OpenAPI definitions | Marcel Klehr | 2023-10-19 | 1 | -2/+4 |
| * | fix(TextToImage): Fix bruteforce protection | Marcel Klehr | 2023-10-18 | 1 | -19/+10 |
| * | fix(TextToImage): Add bruteforce protection to API | Marcel Klehr | 2023-10-18 | 1 | -10/+28 |
| * | fix(TextToImage): Fix docblock of getImage route | Marcel Klehr | 2023-10-18 | 1 | -4/+3 |
| * | enh(TextToImage): Add bruteforce protection for anonymous API usage | Marcel Klehr | 2023-10-18 | 1 | -2/+7 |
| * | enh(TextToImage): Address review comments | Marcel Klehr | 2023-10-18 | 1 | -3/+2 |
| * | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-18 | 1 | -6/+6 |
| * | Small fixes | Marcel Klehr | 2023-10-18 | 1 | -7/+6 |
| * | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 1 | -0/+221 |
* | | feat(profile): Add public interface for profile manager so apps can check config | Joas Schilling | 2023-10-23 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 2 | -2/+0 |
|\ |
|
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 2 | -2/+0 |
* | | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 1 | -1/+1 |
* | | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -0/+3 |