F. E Noel Nfebe
F. E Noel Nfebe
Thanks for the work you have done so far! Really amazing. Lot's of folk might want to help but starting would be hard with a contribution guide. Also "Feature Requests"...
This PR introduces a new field `slug_alias` which is an alternative `slug` or `url` that loads up the related product page! Resolves : #397
Books covering issues like Game Development, UML, Video Streaming, Hacking, Software Testing and more are needed. Thanks to the community!
#### Steps required to reproduce the problem : Not sure this is an "issue' however, `phpstan` considers a call such as `$this->packageRepositoryProphecy->findModules()->willReturn([]);` problematic since `findModules` most often that not return...
Improve logging when there's a fatal 501 error so that sysadmins can easily see what is wrong. Resolves: #37424
The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL` which includes everything. This commit updates share creation logic to use `defaultPermissions` if set by admin for the creation of new...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
**Description** -- This commit introduces the mechanism for apps out of the call, to add search filters to the unified search "Places" filter selector. Resolves : https://github.com/nextcloud/server/issues/42914 **TODO** - [x]...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
It's possible for apps that implement the various search interfaces to add, custom filters for their apps as from : https://github.com/nextcloud/server/pull/43189 We have to add a section "Unified Search" to...