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
Josh fc37abd35a docs(IUserSession): Improve interface docs 5 days ago
..
Accounts fix: eslint errors fixed in vue file, IAccountManager since added, bluesky svg added to REUSE.toml file 5 months ago
Activity perf(external-sharing): Port to Entity and SnowflakeId 2 weeks ago
App chore: Move isAppCompatible and shouldUpgrade to the app manager 4 months ago
AppFramework fix(AppFramework): Check for responder existence 1 month ago
Authentication feat(auth): include the token entity in TokenInvalidatedEvent 4 months ago
BackgroundJob feat: Port jobs table to snowflakes ids 3 weeks ago
Broadcast/Events
Cache
Calendar fix: iMip reply from outlook.com does not contain organizer property 2 months ago
Capabilities chore: apply new CSFixer rules 6 months ago
Collaboration chore: apply new CSFixer rules 6 months ago
Command fix(jobs): Limit command jobs to known cases 2 months ago
Comments refactor(comment): Port away from deprecated event comment constant 3 weeks ago
Common/Exception
Config feat(lexicon): add FLAG_INTERNAL 2 months ago
Console
Contacts chore: apply new CSFixer rules 6 months ago
ContextChat chore(ContextChat): add docblocks to ContentItem properties 5 months ago
DB Merge pull request #56494 from nextcloud/carl/result-improv 1 month ago
Dashboard
DataCollector
Diagnostics refactor: migrate from OC to OCP in public interfaces 8 months ago
DirectEditing chore: apply new CSFixer rules 6 months ago
Encryption fix: throw a better error if we can't get the encrypted header size 8 months ago
EventDispatcher fix: don't try to get fileid for non exising nodes when serializing events file 6 months ago
Exceptions
Federation refactor(external-share): Port more code to string as type for the id 2 weeks ago
Files refactor(OC_Helper): remove buildNotExistingFileNameForView 2 weeks ago
FilesMetadata
Files_FullTextSearch/Model refactor: migrate from OC to OCP in public interfaces 8 months ago
FullTextSearch
GlobalScale chore: apply new CSFixer rules 6 months ago
Group chore: apply new CSFixer rules 6 months ago
Http docs(http): Update return type for getBody 6 months ago
L10N refactor: add missing template implements where needed 8 months ago
LDAP chore: apply new CSFixer rules 6 months ago
Lock fix: better error message when trying to scan a folder that is already being scanned 8 months ago
Lockdown chore: apply new CSFixer rules 6 months ago
Log chore: apply new CSFixer rules 6 months ago
Mail feat(ocp): add email address validator 4 months ago
Migration refactor(dbal): Migrate away from Type::getName 3 months ago
Navigation/Events
Notification feat: indicate reason for preloading notifications 4 months ago
OCM feat(ocm): split ocm discovery and capacities 4 months ago
OCS
Preview refactor(preview): Cleanup a bit the public interface 3 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 5 months ago
Profiler refactor: migrate from OC to OCP in public interfaces 8 months ago
Remote chore: apply new CSFixer rules 6 months ago
RichObjectStrings chore: apply new CSFixer rules 6 months ago
Route fix: Deprecate action and actionInclude from routes and fix actionInclude 7 months ago
Search refactor: Remove legacy search provider 3 months ago
Security fix: Remove more unused deprecated getters from IServerContainer 7 months ago
Session/Exceptions
Settings feat(settings): Add support for delegated settings not appearing in menu 3 months ago
SetupCheck
Share feat: Allow to block full matches on the display name 1 week ago
Snowflake feat(database): introduce Snowflake IDs generator 2 months ago
SpeechToText
Support
SystemTag chore: Deprecate unused ISystemTagManagerFactory, DI is enough 2 weeks ago
Talk
TaskProcessing fix(TaskProcessing): Increase EShapeType::Text limit to 256_000 KB 2 weeks ago
Teams fix(team-api): get all teams details in a single request 2 months ago
Template fix: Use a dedicated Exception class for when a template is not found 10 months ago
TextProcessing
TextToImage
Translation
User feat(config): Add UserConfigChangedEvent whenever user config is updated 3 months ago
UserMigration
UserStatus
WorkflowEngine chore(psalm): Fix most issues with the workflowengine 3 months ago
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php chore: apply new CSFixer rules 6 months ago
Color.php chore: apply new CSFixer rules 6 months ago
Constants.php chore(Constants): Sort by value 8 months ago
Defaults.php refactor: migrate from OC to OCP in public interfaces 8 months ago
Files.php refactor(OC_Helper): remove buildNotExistingFileNameForView 2 weeks ago
GroupInterface.php
HintException.php
IAddressBook.php chore: apply new CSFixer rules 6 months ago
IAddressBookEnabled.php fix(cardav): only show useres from enabled addressBooks in contacts menu 9 months ago
IAppConfig.php feat(lexicon): add FLAG_INTERNAL 2 months ago
IAvatar.php
IAvatarManager.php
IBinaryFinder.php
ICache.php
ICacheFactory.php
ICertificate.php
ICertificateManager.php feat(CertificateManager): Add option to specify the default certificates bundle path 4 weeks ago
IConfig.php fix(IConfig): Change deprecation release to 33.0.0 2 weeks ago
IContainer.php
ICreateContactFromString.php feat(ocp): create contacts from string 4 months ago
IDBConnection.php fix(query-builder): Don't catch UniqueConstraintViolationException 4 months ago
IDateTimeFormatter.php
IDateTimeZone.php feat(IDateTimeZone): allow to fetch timezone of specified user 4 months ago
IEmojiHelper.php
IEventSource.php
IEventSourceFactory.php
IGroup.php
IGroupManager.php fix(IGroupManager): Use correct return type in getUserGroupIds method 3 months ago
IImage.php
IInitialStateService.php fix(container): Reduce general deprecation spam on all requests 5 months ago
IL10N.php fix: Fix phpdoc typing for IL10N::l $data parameter 3 months ago
ILogger.php
IMemcache.php
IMemcacheTTL.php
INavigationManager.php
IPhoneNumberUtil.php
IPreview.php refactor(preview): Cleanup a bit the public interface 3 months ago
IRequest.php fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 4 months ago
IRequestId.php
IServerContainer.php fix: Remove more unused deprecated getters from IServerContainer 7 months ago
ISession.php
IStreamImage.php
ITagManager.php
ITags.php fix: Dispatch favorite event with an actual path 3 months ago
ITempManager.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 10 months ago
IURLGenerator.php
IUser.php feat(IUser): add `getQuotaBytes` method to get machine readable quota 7 months ago
IUserBackend.php
IUserManager.php Merge pull request #55463 from nextcloud/fix/user-group-manager-return-type 3 months ago
IUserSession.php docs(IUserSession): Improve interface docs 5 days ago
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php
Server.php chore: Adjust `OCP\Server::get` annotation to work with phpstan 10 months ago
ServerVersion.php refactor(ServerVersion): Add missing type hinting 1 month ago
Share.php
Share_Backend.php
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php chore!: remove legacy functions from `OC_Helper` deprecated before v10 7 months ago
UserInterface.php
Util.php refactor: use IEmailValidator.isValid instead of IMailer.validateEmailAddress 3 months ago