| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(core): setting NCU namespaceenh/noid/testing-namespace | Maxence Lange | 2024-11-07 | 2 | -0/+9 |
* | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors | John Molakvoæ | 2024-11-06 | 2 | -0/+2 |
|\ |
|
| * | feat(DeclarativeSettings): Allow to implement value getter and setter directl... | Ferdinand Thiessen | 2024-10-15 | 2 | -0/+2 |
* | | feat(core): add index to systemtag objecttype | skjnldsv | 2024-10-29 | 2 | -0/+2 |
* | | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 3 | -7/+79 |
|/ |
|
* | Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview | Kate | 2024-10-14 | 2 | -0/+2 |
|\ |
|
| * | feat(preview): add command to cleanup preview folderadd-command-to-cleanup-preview | Thomas Citharel | 2024-10-03 | 2 | -0/+2 |
* | | Merge pull request #47896 from nextcloud/fix/resiliant-user-removal | Ferdinand Thiessen | 2024-10-07 | 2 | -0/+6 |
|\ \
| |/
|/| |
|
| * | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 2 | -2/+2 |
| * | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 2 | -0/+6 |
* | | feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errors | Julien Veyssier | 2024-10-01 | 2 | -0/+2 |
* | | chore: Drop unused legacy `OC_Files` | Ferdinand Thiessen | 2024-09-28 | 2 | -2/+0 |
|/ |
|
* | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 2 | -0/+2 |
* | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 2 | -0/+2 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 2 | -0/+2 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
* | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 2 | -2/+0 |
* | feat: Add OCP interface to format richtext into string | Côme Chilliet | 2024-09-17 | 2 | -0/+4 |
* | chore: fix autoloaders | Côme Chilliet | 2024-09-16 | 2 | -2/+0 |
* | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 2 | -0/+2 |
* | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen... | Côme Chilliet | 2024-09-13 | 2 | -0/+6 |
|\ |
|
| * | feat(user_ldap): Introduce user id assigned typed events for LDAP usage | Carl Schwan | 2024-09-10 | 2 | -0/+6 |
* | | chore: Deleted now unused classes from \OC\OCS | Côme Chilliet | 2024-09-09 | 2 | -4/+0 |
* | | fix: Move ApiHelper to \OC\OCS next to related classes | Côme Chilliet | 2024-09-09 | 2 | -2/+2 |
* | | fix: Move OC_API into \OC\ApiHelper in standard namespace | Côme Chilliet | 2024-09-09 | 2 | -2/+2 |
|/ |
|
* | chore: update autoloader | Anupam Kumar | 2024-09-06 | 2 | -0/+2 |
* | fix: Migrate existing bg jobs to use sha256 | Louis Chemineau | 2024-09-05 | 2 | -0/+2 |
* | fix: Move \OC_Image to \OC\Image with the other internal classes | Côme Chilliet | 2024-08-29 | 2 | -2/+2 |
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 2 | -0/+20 |
* | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 2 | -0/+14 |
* | feat(templates): add support for checkboxes in template filler | Elizabeth Danzberger | 2024-08-27 | 2 | -0/+6 |
* | feat: add command to send raw commands to redis | Robin Appelman | 2024-08-23 | 2 | -0/+2 |
* | feat(Security): Allow setting password context for validation and generation | Ferdinand Thiessen | 2024-08-22 | 2 | -0/+2 |
* | feat: Add user:welcome command | FedericoHeichou | 2024-08-16 | 2 | -0/+2 |
* | feat(webauthn): Add user verification to webauthn challenges | S1m | 2024-08-15 | 2 | -0/+2 |
* | fix(webauthn): Increase database column for public key id | Ferdinand Thiessen | 2024-08-14 | 2 | -0/+2 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -0/+2 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 2 | -0/+2 |
* | Merge pull request #45879 from nextcloud/export-certificate-bundle | Andy Scherzinger | 2024-08-06 | 2 | -0/+2 |
|\ |
|
| * | feat: add command to export certificate bundle | Robin Appelman | 2024-08-01 | 2 | -0/+2 |
* | | chore: delete repair step for 8y old oc_mounts issue | Robin Appelman | 2024-08-02 | 2 | -2/+0 |
* | | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 2 | -16/+0 |
|/ |
|
* | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interface | Joas Schilling | 2024-07-30 | 2 | -0/+2 |
|\ |
|
| * | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 2 | -0/+2 |
* | | fix(migration-attributes): privatizing AttributeException | Maxence Lange | 2024-07-29 | 2 | -10/+10 |
* | | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 2 | -0/+40 |
|/ |
|
* | feat(preview): move previews for imaginary pdf to own class ImaginaryPDF | ernolf | 2024-07-25 | 2 | -0/+2 |
* | fix: Correct name of `InvalidFieldTypeException` class file | Elizabeth Danzberger | 2024-07-25 | 2 | -0/+2 |
* | fix: Composer autoloads for Field classes | Elizabeth Danzberger | 2024-07-25 | 2 | -0/+4 |
* | fix: Move field classes out of the server api | Elizabeth Danzberger | 2024-07-25 | 2 | -4/+0 |