Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(systemtags): prevent tag edition if restricted | skjnldsv | 2025-03-06 | 2 | -0/+2 |
| | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci] | ||||
* | fix(Share20): Convert broken hooks to IEventListener | provokateurin | 2025-03-04 | 2 | -2/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Close sessions created for login flow v2 | Louis Chemineau | 2025-02-27 | 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 jobbackport/50985/stable31 | 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_size | Benjamin Gaussorgues | 2025-02-20 | 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 allowlistbackport/50234/stable31 | 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 | ||||
| * | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 2 | -0/+2 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 2 | -0/+6 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 3 | -4/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 2 | -0/+2 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): signatory mapper | Maxence Lange | 2024-12-04 | 2 | -0/+2 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 2 | -16/+16 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 2 | -0/+42 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 2 | -4/+0 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 2 | -2/+16 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(Files\Mount): Add IShareOwnerlessMount | provokateurin | 2024-11-25 | 2 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(user-prefs): renaming to IUserConfigenh/noid/user-preferences | Maxence Lange | 2024-11-18 | 2 | -4/+4 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): switching to NCU/ | Maxence Lange | 2024-11-18 | 2 | -10/+10 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 2 | -16/+12 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 2 | -0/+18 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | chore(profile): move profile app from core to apps | skjnldsv | 2024-11-14 | 2 | -3/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #48891 from nextcloud/enh/noid/testing-namespace | Maxence Lange | 2024-11-11 | 2 | -0/+9 |
|\ | | | | | [RFC] Setting NCU\ for unstable/work-in-progress API | ||||
| * | feat(core): setting NCU namespaceenh/noid/testing-namespace | Maxence Lange | 2024-11-07 | 2 | -0/+9 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | feat: add iMip Request Handling | SebastianKrupinski | 2024-11-07 | 2 | -0/+4 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | 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 ↵ | Ferdinand Thiessen | 2024-10-15 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | directly in Form Instead of implementing the form class, a setter event listener and a getter event listener, this allows to simply write a basic class that provides `getSchema`, `setValue` and `getValue` functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(core): add index to systemtag objecttype | skjnldsv | 2024-10-29 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | 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 |
|/ | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48537 from nextcloud/add-command-to-cleanup-preview | Kate | 2024-10-14 | 2 | -0/+2 |
|\ |