Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix reading blob data as resource | Thomas Citharel | 2022-07-25 | 1 | -0/+3 | |
| * | | Merge pull request #32981 from nextcloud/typing/carl/simplefs | Carl Schwan | 2022-07-18 | 4 | -43/+24 | |
| |\ \ | ||||||
| | * | | Add typing to SimpleFS | Carl Schwan | 2022-07-14 | 4 | -43/+24 | |
| * | | | Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecret | blizzz | 2022-07-18 | 1 | -0/+41 | |
| |\ \ \ | ||||||
| | * | | | Allow SSO authentication to provide a user secret | MichaIng | 2022-07-12 | 1 | -0/+41 | |
| * | | | | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -0/+160 | |
| |/ / / | ||||||
| * | | | Merge pull request #32552 from nextcloud/enh/improve-job-handling-commands | Côme Chilliet | 2022-07-12 | 1 | -27/+27 | |
| |\ \ \ | ||||||
| | * | | | Fix typing in IJobList | Côme Chilliet | 2022-07-11 | 1 | -18/+16 | |
| | * | | | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -9/+9 | |
| | * | | | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -8/+10 | |
| * | | | | Merge pull request #32973 from nextcloud/cleanup/avatar-code | Carl Schwan | 2022-07-11 | 4 | -31/+170 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Make Color class public | Carl Schwan | 2022-07-05 | 3 | -6/+146 | |
| | * | | | Cleanup avatar related code | Carl Schwan | 2022-06-22 | 2 | -25/+24 | |
| | |/ / | ||||||
| * | | | Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row | blizzz | 2022-07-08 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Set as optional argument | Vitor Mattos | 2022-06-13 | 1 | -1/+1 | |
| | * | | | Remove unecessary row and make compatible with db schema | Vitor Mattos | 2022-06-13 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Allow to expire comments of multiple objects with one call | Joas Schilling | 2022-07-01 | 1 | -2/+2 | |
| * | | | Add status automation | Joas Schilling | 2022-07-01 | 1 | -0/+12 | |
| * | | | Merge pull request #33007 from nextcloud/cleanup/federation-app | Carl Schwan | 2022-06-28 | 1 | -0/+48 | |
| |\ \ \ | ||||||
| | * | | | Summer cleanup of the federation app | Carl Schwan | 2022-06-24 | 1 | -0/+48 | |
| | |/ / | ||||||
| * | | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-date | blizzz | 2022-06-24 | 2 | -0/+28 | |
| |\ \ \ | ||||||
| | * | | | Add comments expire date | Vitor Mattos | 2022-06-15 | 2 | -0/+28 | |
| | |/ / | ||||||
| * / / | load widgets only of enabled apps | Arthur Schiwon | 2022-06-22 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #31966 from nextcloud/unencrypted-size | Vincent Petry | 2022-06-13 | 4 | -36/+58 | |
| |\ \ | ||||||
| | * | | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -0/+10 | |
| | * | | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+12 | |
| | * | | make expression build return IQueryFunction instead of string | Robin Appelman | 2022-06-02 | 2 | -36/+36 | |
| * | | | Merge pull request #32364 from nextcloud/dav-listeners | Vincent Petry | 2022-06-10 | 2 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Fix a doctype in OCP for IAddressBook | Thomas Citharel | 2022-05-17 | 2 | -2/+3 | |
| * | | | | Merge pull request #26582 from nextcloud/enhancement/logger-function | Christoph Wurst | 2022-06-07 | 1 | -0/+73 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | Add a helper function that makes it easier to log from anywhere | Christoph Wurst | 2022-05-23 | 1 | -0/+73 | |
| * | | | | Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh | blizzz | 2022-05-31 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix type for resource | Daniel Kesselberg | 2022-05-24 | 1 | -1/+1 | |
| * | | | | | Merge pull request #32628 from nextcloud/bugfix/noid/json-throw | Joas Schilling | 2022-05-31 | 1 | -7/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use JSON_THROW_ON_ERROR instead of custom error handling | Julius Härtl | 2022-05-30 | 1 | -7/+1 | |
| * | | | | | | Add the ISizeEstimationMigrator interface for method getExportEstimatedSize | Côme Chilliet | 2022-05-30 | 2 | -8/+43 | |
| * | | | | | | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -1/+1 | |
| * | | | | | | Add a method to get estimated export size in IMigrator | Côme Chilliet | 2022-05-30 | 1 | -0/+8 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #32349 from nextcloud/enh/projects-event | Carl Schwan | 2022-05-27 | 1 | -0/+40 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Introduce event for loading additional script on projects | Julius Härtl | 2022-05-12 | 1 | -0/+40 | |
| * | | | | | Merge pull request #32555 from nextcloud/fix/revert-api-break | Côme Chilliet | 2022-05-24 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Revert api break | Carl Schwan | 2022-05-24 | 1 | -2/+2 | |
| * | | | | | | Merge pull request #32560 from nextcloud/feature/noid/preferences-api | Joas Schilling | 2022-05-24 | 2 | -0/+175 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add API to change preferences | Joas Schilling | 2022-05-23 | 2 | -0/+175 | |
| | |/ / / / / | ||||||
| * / / / / / | Adjust docs to the same as the implementation | Joas Schilling | 2022-05-23 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #32378 from nextcloud/fix/psalm-userbackend | Carl Schwan | 2022-05-23 | 5 | -9/+8 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 5 | -9/+8 | |
| * | | | | | Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent | Joas Schilling | 2022-05-20 | 1 | -0/+9 | |
| * | | | | | Merge pull request #32406 from nextcloud/debt/noid/psalm-warning-idbconnection | Joas Schilling | 2022-05-20 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | Fix spelling for PreConditionNotMetException | Daniel Kesselberg | 2022-05-15 | 1 | -1/+1 | |
| | |/ / / |