You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/public
Joas Schilling 06f35ec4f8
fix(migrations): Restore type definitions for API class used in apps
2 weeks ago
..
Accounts fix: eslint errors fixed in vue file, IAccountManager since added, bluesky svg added to REUSE.toml file 7 months ago
Activity fix: add since param for activity manager 1 month ago
App chore: Move isAppCompatible and shouldUpgrade to the app manager 6 months ago
AppFramework fix(IRegistrationContext): Use IContainer in registerService factory 2 weeks ago
Authentication refactor: Apply second batch of comments 3 weeks ago
BackgroundJob feat: Port jobs table to snowflakes ids 3 months ago
Broadcast/Events
Cache
Calendar feat: automated appointment creation 1 month ago
Capabilities chore: apply new CSFixer rules 8 months ago
Collaboration chore: Improve SVG handling in link previews 3 weeks ago
Command fix(jobs): Limit command jobs to known cases 4 months ago
Comments refactor(psalm): Enable psalm for comments unit tests 2 months ago
Common/Exception
Config fix: Add missing `@throws` annotations in UserConfig 1 month ago
Console
Contacts chore: apply new CSFixer rules 8 months ago
ContextChat chore(ContextChat): add docblocks to ContentItem properties 8 months ago
DB fix(IResult): Use more accurate conditional return type for fetchAll 3 weeks ago
Dashboard fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
DataCollector
Diagnostics refactor: migrate from OC to OCP in public interfaces 10 months ago
DirectEditing chore: apply new CSFixer rules 8 months ago
Encryption fix: throw a better error if we can't get the encrypted header size 10 months ago
EventDispatcher fix: don't try to get fileid for non exising nodes when serializing events file 8 months ago
Exceptions
Federation feat(signed-request): moving out of unstable 2 months ago
Files fix(IStorage): Use correct return type for stat 2 weeks ago
FilesMetadata perf(metadata): Add optimized sharding for metadata deletion 1 month ago
Files_FullTextSearch/Model refactor: migrate from OC to OCP in public interfaces 10 months ago
FullTextSearch chore: Use more gender neutral language 1 year ago
GlobalScale refactor: Apply second batch of comments 3 weeks ago
Group chore: apply new CSFixer rules 8 months ago
Http docs(http): Update return type for getBody 8 months ago
Install/Events feat(install): add InstallationCompletedEvent for post-installation hooks 1 month ago
L10N refactor: add missing template implements where needed 10 months ago
LDAP chore: apply new CSFixer rules 8 months ago
Lock fix: better error message when trying to scan a folder that is already being scanned 10 months ago
Lockdown chore: apply new CSFixer rules 8 months ago
Log refactor(QueryException): Remove most usage of QueryException 1 month ago
Mail feat(ocp): add email address validator 7 months ago
Migration fix(migrations): Restore type definitions for API class used in apps 2 weeks ago
Navigation/Events feat(Navigation): emit dedicated event for loading additional entries 1 year ago
Notification feat: indicate reason for preloading notifications 6 months ago
OCM feat(signed-request): moving out of unstable 2 months ago
OCS
OpenMetrics feat(openmetrics): introduce OpenMetrics exporter 2 months ago
Preview refactor(preview): Cleanup a bit the public interface 5 months ago
Profile feat: add bluesky to accounts, show the same in profile edit and visibility option, in view profile and also in sharing tab 7 months ago
Profiler refactor: migrate from OC to OCP in public interfaces 10 months ago
Remote refactor: Add more typing 3 weeks ago
RichObjectStrings chore: apply new CSFixer rules 8 months ago
Route fix: Deprecate action and actionInclude from routes and fix actionInclude 9 months ago
Search refactor: Remove legacy search provider 5 months ago
Security feat(signed-request): moving out of unstable 2 months ago
Session/Exceptions
Settings feat(settings): Add support for delegated settings not appearing in menu 5 months ago
SetupCheck feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait` 1 year ago
Share feat: improve VerifyMountPointEvent event 3 weeks ago
Snowflake refactor: Rename Snowflake Generator and Decoder 2 months ago
SpeechToText
Support chore: Add proper deprecation dates where missing 1 year ago
SystemTag fix(systemtags): Correct the return type of system tag object mapper 1 month ago
Talk
TaskProcessing fix(TaskProcessing): Expose userFacingErrorMessage on ResponseDefinitions#CoreTaskProcessingTask 2 months ago
Teams refactor: change method name from getMemberships to getTeamsForUser 1 month ago
Template fix: Use a dedicated Exception class for when a template is not found 12 months ago
TextProcessing chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
TextToImage fix(TextToImage): Refactor scheduling mechanism 4 weeks ago
Translation chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
User feat: Allow user backends to manage property permissions 4 weeks ago
UserMigration chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
UserStatus
WorkflowEngine chore(psalm): Fix most issues with the workflowengine 5 months ago
AutoloadNotAllowedException.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
BeforeSabrePubliclyLoadedEvent.php chore: apply new CSFixer rules 8 months ago
Color.php chore: apply new CSFixer rules 8 months ago
Constants.php chore(Constants): Sort by value 10 months ago
Defaults.php refactor: migrate from OC to OCP in public interfaces 10 months ago
Files.php refactor(Files): Remove deprecated and unused getMimeType and searchByMime methods 2 weeks ago
GroupInterface.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
HintException.php refactor: Replace __CLASS__ with ::class references 1 year ago
IAddressBook.php chore: apply new CSFixer rules 8 months ago
IAddressBookEnabled.php fix(cardav): only show useres from enabled addressBooks in contacts menu 12 months ago
IAppConfig.php feat(lexicon): add FLAG_INTERNAL 4 months ago
IAvatar.php
IAvatarManager.php
IBinaryFinder.php fix: use nc's binary finding logic for smb 1 year ago
ICache.php
ICacheFactory.php
ICertificate.php
ICertificateManager.php feat(CertificateManager): Add option to specify the default certificates bundle path 3 months ago
IConfig.php fix(IConfig): Change deprecation release to 33.0.0 3 months ago
IContainer.php feat(IContainer): Undeprecate class 2 weeks ago
ICreateContactFromString.php feat(ocp): create contacts from string 6 months ago
IDBConnection.php fix(query-builder): Don't catch UniqueConstraintViolationException 6 months ago
IDateTimeFormatter.php
IDateTimeZone.php refactor: Apply comments 3 weeks ago
IEmojiHelper.php
IEventSource.php
IEventSourceFactory.php
IGroup.php
IGroupManager.php fix(IGroupManager): Use correct return type for displayNamesInGroup 2 weeks ago
IImage.php fix(OCP): Fix Image interface 2 years ago
IInitialStateService.php fix(container): Reduce general deprecation spam on all requests 7 months ago
IL10N.php fix: Fix phpdoc typing for IL10N::l $data parameter 5 months ago
ILogger.php chore: Remove deprecated `ILogger` logging functions 1 year ago
IMemcache.php
IMemcacheTTL.php
INavigationManager.php refactor(navigation-manager): Cleanup implementation and add type hinting 3 weeks ago
IPhoneNumberUtil.php
IPreview.php refactor(preview): Cleanup a bit the public interface 5 months ago
IRequest.php fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 6 months ago
IRequestId.php
IServerContainer.php refactor: Add more typing 3 weeks ago
ISession.php
IStreamImage.php
ITagManager.php refactor: Run rector on lib/private 3 weeks ago
ITags.php fix: Dispatch favorite event with an actual path 6 months ago
ITempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 1 year ago
IURLGenerator.php
IUser.php feat: Allow user backends to manage property permissions 4 weeks ago
IUserBackend.php
IUserManager.php Merge pull request #57519 from nextcloud/get-existing-api 2 months ago
IUserSession.php docs(IUserSession): Improve interface docs 2 months ago
Image.php fix(OCP): Fix Image interface 2 years ago
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php
Server.php chore: Adjust `OCP\Server::get` annotation to work with phpstan 1 year ago
ServerVersion.php refactor(ServerVersion): Add missing type hinting 3 months ago
Share.php
Share_Backend.php chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameter 1 year ago
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php chore!: remove legacy functions from `OC_Helper` deprecated before v10 10 months ago
UserInterface.php
Util.php refactor: use IEmailValidator.isValid instead of IMailer.validateEmailAddress 5 months ago