Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add command to get basic storage info | Robin Appelman | 14 days | 2 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(encryption): Migrate from hooks to events | Côme Chilliet | 2025-05-13 | 2 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #52707 from nextcloud/encryption-no-header-size-error | Kate | 2025-05-10 | 2 | -0/+2 |
|\ | |||||
| * | fix: throw a better error if we can't get the encrypted header sizeencryption-no-header-size-error | Robin Appelman | 2025-05-09 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: add calendar enablefix/noid/calendar-enabled | SebastianKrupinski | 2025-05-09 | 2 | -0/+2 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folder | Kate | 2025-05-08 | 2 | -0/+2 |
|\ | |||||
| * | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 2 | -0/+2 |
| | | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | feat: Calendar Exportfeat/issue-563-calendar-export | SebastianKrupinski | 2025-05-06 | 2 | -0/+4 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | feat(TaskProcessing): Add TextToSpeech provider | Lukas Schaefer | 2025-04-26 | 2 | -0/+2 |
| | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
* | feat(login-flow-v2): Restrict allowed apps by user agent check | Misha M.-Kupriyanov | 2025-04-23 | 3 | -1/+6 |
| | | | | | | | | | | | Enable via: ./occ config:system:set core.login_flow_v2.allowed_user_agents 0 --value '/Custom Foo Client/i' ./occ config:system:set core.login_flow_v2.allowed_user_agents 1 --value '/Custom Bar Client/i' if user agent string is unknown the template with "Access forbidden"-"Please use original client" will be displayed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> | ||||
* | perf: Add config options to trigger individual and sample profiling using ↵perf/excimer | Julius Knorr | 2025-04-22 | 2 | -0/+2 |
| | | | | | | excimer Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore: update main autoloaderchore-check-for-composer-bin | Daniel Kesselberg | 2025-04-15 | 6 | -95/+30 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(taskprocessing): use the event for AppAPI to get list of AI providersfix/noid/taskprocessing-appapi | Oleksander Piskun | 2025-04-09 | 2 | -0/+2 |
| | | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com> | ||||
* | Revert "refactor: add migration for email setting"revert/email-setting-migration | provokateurin | 2025-04-07 | 2 | -2/+0 |
| | | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: add migration for email setting | Ferdinand Thiessen | 2025-04-02 | 2 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: add command to get object metadata | Robin Appelman | 2025-03-31 | 2 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: add event status and participant statusfix/noid-add-status-and-set-attendee-status | SebastianKrupinski | 2025-03-28 | 2 | -0/+2 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabled | Hamza Mahjoubi | 2025-03-17 | 2 | -0/+2 |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanup | Côme Chilliet | 2025-03-10 | 2 | -0/+10 |
|\ | | | | | fix: Deprecate OC_Template, add proper template manager instead | ||||
| * | fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanup | Côme Chilliet | 2025-03-06 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Add missing ITemplate interface and clean code in Template class | Côme Chilliet | 2025-03-06 | 2 | -0/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(dav): add webhook compatibility for calendar object events | Edward Ly | 2025-03-07 | 2 | -0/+14 |
|/ | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | fix(systemtags): prevent tag edition if restricted | skjnldsv | 2025-03-06 | 2 | -0/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Move login via email logic to local backendfix/move-email-logic-local-user-backend | Ferdinand Thiessen | 2025-03-03 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | Backends can decide which names they accept for login, e.g. with user_ldap you can configure arbitrary login fields. This was a hacky approach to allow login via email, so instead this is now only handled by the local user backend. This also fixes some other related problems: Other logic relys on `backend::get()` which was not handling email, so e.g. password policy could not block users logged in via email if they use out-dated passwords. Similar for other integrations, as the user backend was not consistent with what is a login name and what not. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #51000 from nextcloud/fix/federatedfilesharing/group-cleanup | Stephan Orbaugh | 2025-03-03 | 2 | -2/+4 |
|\ | | | | | fix(FederatedShareProvider): Delete external shares when groups are deleted or users removed from a group | ||||
| * | fix(Share20): Convert broken hooks to IEventListener | provokateurin | 2025-03-03 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | feat: Close sessions created for login flow v2artonge/fix/login_flow_v2_sessions_2 | Louis Chemineau | 2025-02-26 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser. This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | refactor: convert sanitize account properties repair step to background jobfix/account-property-validation | Ferdinand Thiessen | 2025-02-24 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix: validate account properties as a repair step | Ferdinand Thiessen | 2025-02-24 | 2 | -2/+2 |
|/ | | | | | | | | Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step, `ValidateAccountProperties` which validates and sanitizes all account properties. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-index | Benjamin Gaussorgues | 2025-02-13 | 2 | -0/+2 |
| | | | | | | Index is outdated by PR 50781 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypass | Joas Schilling | 2025-01-27 | 2 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(systemtags): add setting to block non admin to create system tags | Benjamin Gaussorgues | 2025-01-22 | 2 | -0/+2 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #49443 from nextcloud/feat/issue-994-two-factor-api | Sebastian Krupinski | 2025-01-18 | 2 | -0/+2 |
|\ | | | | | feat: Two Factor API | ||||
| * | feat: Two Factor APIfeat/issue-994-two-factor-api | SebastianKrupinski | 2025-01-16 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Merge pull request #50208 from nextcloud/feat/conversion-adjusting | John Molakvoæ | 2025-01-16 | 3 | -2/+11 |
|\ \ | | | | | | | fix(files): conversion api simplification and conflict check | ||||
| * | | fix(files): conversion api simplification and conflict check | skjnldsv | 2025-01-16 | 3 | -2/+11 |
| |/ | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-count | Côme Chilliet | 2025-01-16 | 2 | -0/+2 |
|\ \ | |/ |/| | Limit ldap user count | ||||
| * | fix: Add missing interface from previous commit and update autoloaders | Côme Chilliet | 2025-01-14 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Update autoloaders | Christopher Ng | 2025-01-15 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 2 | -0/+8 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | feat(lexicon): configurable default value | Maxence Lange | 2025-01-14 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 2 | -0/+4 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirements | Joas Schilling | 2025-01-08 | 2 | -0/+4 |
|\ | | | | | feat(ocp): calendar event builder api | ||||
| * | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirements | Richard Steinmetz | 2025-01-06 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(composer): Remove dev deps from autoloaderfix/composer/autoload-dev-deps | provokateurin | 2025-01-07 | 2 | -9/+0 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: add proofread task type | Jana Peper | 2024-12-20 | 2 | -0/+2 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleable | Andy Scherzinger | 2024-12-18 | 3 | -0/+11 |
|\ | | | | | Feat: make taskprocessing task types toggleable | ||||
| * | feat: add occ command for task type toggling | Jana Peper | 2024-12-18 | 3 | -0/+11 |
| | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #49399 from nextcloud/feature/noid/config-lexicon | Maxence Lange | 2024-12-16 | 2 | -0/+6 |
|\ | | | | | feat(config): implementation of lexicon |