| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -2/+0 |
* | Merge pull request #46476 from nextcloud/enh/noid/migration-attributes | Stephan Orbaugh | 2024-07-30 | 2 | -4/+386 |
|\ |
|
| * | feat(migration-attributes): tests | Maxence Lange | 2024-07-29 | 2 | -4/+386 |
* | | feat(log): Allow to combine log.conditions to only log (app&user) | Joas Schilling | 2024-07-30 | 1 | -0/+90 |
* | | Merge pull request #46379 from nextcloud/fix/folder-search-owner | Ferdinand Thiessen | 2024-07-30 | 1 | -3/+11 |
|\ \
| |/
|/| |
|
| * | fix: `OCP\Files\Node\Folder::search` was not setting the owner | Ferdinand Thiessen | 2024-07-11 | 1 | -3/+11 |
* | | fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks | provokateurin | 2024-07-25 | 1 | -0/+20 |
* | | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -0/+96 |
* | | Merge pull request #46644 from nextcloud/cast-bigint | Ferdinand Thiessen | 2024-07-24 | 1 | -1/+3 |
|\ \ |
|
| * | | fix: cast to bigint on postgresql | Robin Appelman | 2024-07-23 | 1 | -1/+3 |
* | | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 1 | -8/+6 |
|\ \ \ |
|
| * | | | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 1 | -8/+6 |
| |/ / |
|
* / / | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 4 | -0/+469 |
|/ / |
|
* | | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p... | Julien Veyssier | 2024-07-22 | 1 | -0/+4 |
* | | Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidator | Stephan Orbaugh | 2024-07-22 | 1 | -9/+6 |
|\ \ |
|
| * | | refactor: Migrate some legacy and core functions to `IFilenameValidator` | Ferdinand Thiessen | 2024-07-19 | 1 | -9/+6 |
* | | | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ips | Andy Scherzinger | 2024-07-22 | 3 | -32/+118 |
|\ \ \
| |/ /
|/| | |
|
| * | | feat(security): Add public API to allow validating IP Ranges and checking for... | Joas Schilling | 2024-07-19 | 3 | -18/+21 |
| * | | feat(security): restrict admin actions to IP ranges | Benjamin Gaussorgues | 2024-07-19 | 3 | -32/+115 |
* | | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions | Joas Schilling | 2024-07-19 | 7 | -22/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(test): Make the test less flaky | Joas Schilling | 2024-07-19 | 1 | -0/+1 |
| * | | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`... | Joas Schilling | 2024-07-19 | 1 | -1/+6 |
| * | | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 5 | -20/+13 |
| * | | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec... | Joas Schilling | 2024-07-19 | 1 | -1/+1 |
* | | | Merge pull request #46368 from nextcloud/fix/task-processing | Marcel Klehr | 2024-07-19 | 1 | -10/+73 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(TaskProcessing): Run cs:fix | Marcel Klehr | 2024-07-17 | 1 | -1/+0 |
| * | | fix(TaskProcessing): fix tests | Marcel Klehr | 2024-07-17 | 1 | -9/+21 |
| * | | test(TaskProcessing): Add test for setTaskResult with fileIds | Marcel Klehr | 2024-07-17 | 1 | -0/+52 |
* | | | Merge pull request #46583 from nextcloud/filecache-sharding-compat | Robin Appelman | 2024-07-19 | 2 | -23/+34 |
|\ \ \ |
|
| * | | | fix: make batch propagator work with sharding restrictions | Robin Appelman | 2024-07-17 | 1 | -1/+1 |
| * | | | fix: make usermountcache compatible with sharding | Robin Appelman | 2024-07-17 | 1 | -22/+33 |
| |/ / |
|
* | | | feat(Security): Warn about using annotations instead of attributes | provokateurin | 2024-07-18 | 2 | -12/+19 |
* | | | Merge pull request #46510 from nextcloud/feat/info-xml-backends | Richard Steinmetz | 2024-07-17 | 1 | -0/+48 |
|\ \ \ |
|
| * | | | feat: hide caldav server settings if no app uses the caldav backend | Richard Steinmetz | 2024-07-16 | 1 | -0/+48 |
* | | | | feat(settings/admin/ai): fix tests | Julien Veyssier | 2024-07-17 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlook | Joas Schilling | 2024-07-17 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-17 | 2 | -0/+5 |
* | | | | Merge pull request #46538 from nextcloud/fix/use-filename-validator | Ferdinand Thiessen | 2024-07-16 | 4 | -157/+107 |
|\ \ \ \ |
|
| * | | | | fix(dav): Verify target path in `setName` instead of source path | Ferdinand Thiessen | 2024-07-16 | 1 | -2/+2 |
| * | | | | refactor: Remove deprecated `Util` function for filename validation to `Filen... | Ferdinand Thiessen | 2024-07-16 | 1 | -58/+0 |
| * | | | | refactor: Migrate filename validation logic from `Storage` to `FilenameValida... | Ferdinand Thiessen | 2024-07-16 | 3 | -99/+107 |
| |/ / / |
|
* | | | | Merge pull request #46547 from nextcloud/query-builder-connection | Robin Appelman | 2024-07-16 | 1 | -31/+58 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | feat: allow running QueryBuilder queries on different connections | Robin Appelman | 2024-07-15 | 1 | -31/+58 |
| |/ / |
|
* / / | feat: Add `forbidden_filename_basenames` config option | Ferdinand Thiessen | 2024-07-15 | 1 | -27/+58 |
|/ / |
|
* / | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -8/+20 |
|/ |
|
* | feat: Add `IFilenameValidator` to have one consistent place for filename vali... | Ferdinand Thiessen | 2024-07-09 | 1 | -0/+188 |
* | test: Test hash validation | Christopher Ng | 2024-07-04 | 1 | -0/+25 |
* | fix(tests): Remove output when running tests | Joas Schilling | 2024-07-03 | 1 | -0/+15 |
* | Merge pull request #46185 from nextcloud/debt/noid/migrate-background-command... | Daniel | 2024-07-02 | 2 | -38/+59 |
|\ |
|
| * | refactor: simplify background commands | Daniel Kesselberg | 2024-07-01 | 2 | -38/+59 |