Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(core): profile design and pronouns supportfieat/profile-pronounces | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -8/+14 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 3 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Remove deprecated Storage::search method instead of moving it to IStorage | Côme Chilliet | 2024-09-16 | 1 | -9/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -0/+2 |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -0/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 2 | -447/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 1 | -0/+162 |
| | | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ | |||||
| * | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #47948 from nextcloud/fix/issue-34720 | Joas Schilling | 2024-09-16 | 1 | -3/+3 |
|\ \ | | | | | | | fix(collaboration): Reduce timeouts to 3s for link reference connects | ||||
| * | | fix(collaboration): Reduce timeouts to 3s for link reference connectsfix/issue-34720 | Josh | 2024-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Fixes rest of #34720 https://github.com/nextcloud/server/issues/34720#issuecomment-1286609205 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #48008 from nextcloud/fix/entity/strict-types | Kate | 2024-09-16 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-types | provokateurin | 2024-09-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48046 from nextcloud/refactor/self-class-reference | Anna | 2024-09-15 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | refactor: Replace __CLASS__ with ::class references | ||||
| * | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 2 | -2/+2 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / / / | feat(db): switch from settype to castsfeat/switch-from-settype-to-casts | Anna Larch | 2024-09-15 | 1 | -46/+63 |
|/ / / | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_app | Côme Chilliet | 2024-09-13 | 1 | -3/+21 |
|\ \ \ | |/ / |/| | | Migrate away from OC_App to IAppManager | ||||
| * | | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 1 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App | Côme Chilliet | 2024-09-13 | 1 | -3/+13 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #47865 from ↵ | Côme Chilliet | 2024-09-13 | 4 | -4/+115 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/admin_audit/enh/move-to-event-listeners-v2 Move admin_audit to proper event listeners v2 | ||||
| * | | fix: Fix phpdoc wording | Côme Chilliet | 2024-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | Co-authored-by: Anna <anna@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * | | chore: Add descriptions for new events and fix copyright year | Côme Chilliet | 2024-09-10 | 3 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat(user_ldap): Introduce user id assigned typed events for LDAP usage | Carl Schwan | 2024-09-10 | 3 | -0/+99 |
| | | | | | | | | | | | | | | | | | | Based on work from https://github.com/nextcloud/server/pull/32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | feat: Add mimetype into BeforePreviewFetchedEvent event | Thomas Citharel | 2024-09-10 | 1 | -4/+13 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge pull request #47586 from nextcloud/fix/color | Ferdinand Thiessen | 2024-09-11 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | fix(theming): Add migration to restore primary color after separating primary and background | ||||
| * | | | fix: Adjust types of IQueryBuilder to properly allow joining with sub-query | Ferdinand Thiessen | 2024-09-10 | 1 | -2/+6 |
| |/ / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | fix(Activity): Restrict IEvent rich object parameters type | provokateurin | 2024-09-10 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(SetupCheck): Restrict SetupResult rich object parameters type | provokateurin | 2024-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(INotification): Restrict rich object parameters type | provokateurin | 2024-09-10 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | refactor(AppManager): Deprecated default apps handling | provokateurin | 2024-09-09 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | feat(NavigationManager): Add default entries handling | provokateurin | 2024-09-09 | 1 | -0/+38 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Fix missing footer on public pages | Christopher Ng | 2024-09-04 | 1 | -0/+12 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #47679 from nextcloud/chore/typo-docs | Andy Scherzinger | 2024-09-03 | 1 | -1/+1 |
|\ | | | | | chore(IGetRealUIDBackend): Fix typo in doc block | ||||
| * | chore(IGetRealUIDBackend): Fix typo in doc block | Ferdinand Thiessen | 2024-09-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47412 from Luka-sama/feat/shares-reminder | John Molakvoæ | 2024-09-03 | 1 | -0/+16 |
|\ \ | |||||
| * | | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 1 | -0/+16 |
| | | | | | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | ||||
* | | | chore(ExternalShareMenuAction): Remove unused legacy properties | Ferdinand Thiessen | 2024-09-03 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep them in the constructor to not break the API, but they are not used anymore. This way of adding a share was deprecated in Nextcloud 12 (2016!), in favor of the federated share API, in Nextcloud 28 this way to create a share was removed. So we can cleanup as all it takes now to create a federeated share is the share token + federated user ID. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 5 | -61/+62 |
|/ / | | | | | | | | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47676 from nextcloud/fix/ocp/image-interface | Kate | 2024-09-02 | 2 | -1/+27 |
|\ \ | |||||
| * | | fix(OCP): Fix Image interface | provokateurin | 2024-09-02 | 2 | -1/+27 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #47678 from nextcloud/chore/add-typings | Ferdinand Thiessen | 2024-09-02 | 1 | -1/+2 |
|\ \ | | | | | | | chore(IConfig): Adjust type of `getUsersForUserValue` | ||||
| * | | chore(IConfig): `getUsersForUserValue` is returning a list | Ferdinand Thiessen | 2024-09-02 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | It is returning a list of strings so adjust the return typing to reflect this (`list<string>` instead of `array`). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47627 from nextcloud/fix/noid/link-ref-provider-size-check | Julien Veyssier | 2024-09-02 | 1 | -4/+14 |
|\ \ | |/ |/| | [LinkReferenceProvider] Better size check | ||||
| * | fix(linkReferenceProvider): better size check | Julien Veyssier | 2024-08-30 | 1 | -4/+14 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵ | Julien Veyssier | 2024-08-30 | 1 | -1/+3 |
|/ | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix: Move \OC_Image to \OC\Image with the other internal classes | Côme Chilliet | 2024-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #46639 from nextcloud/autosharding | Stephan Orbaugh | 2024-08-28 | 3 | -0/+79 |
|\ | | | | | Transparent* database sharding |