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
Louis Chemineau d7775cba6a
fix: Dispatch favorite event with an actual path
6 months ago
..
Accounts feat: add profile pronouns 1 year ago
Activity fix(icons): Document icon requirements for notifications and activities 1 year ago
App feat: add ocs route to get apps enabled for current user 9 months ago
AppFramework fix: remove typing and return type 1 year ago
Authentication feat(admin_audit): write admin audit log for AnyLoginFailedEvent 1 year ago
BackgroundJob perf(cron): Delay (re)checking timed jobs 11 months ago
Broadcast/Events chore: Add SPDX header 2 years ago
Cache chore: Add SPDX header 2 years ago
Calendar fix: add calendar enable 10 months ago
Capabilities chore: Add SPDX header 2 years ago
Collaboration chore: Add proper deprecation dates where missing 1 year ago
Command chore: Add SPDX header 2 years ago
Comments fix(comments): Document supported types and provide psalm typing 1 year ago
Common/Exception chore: Add SPDX header 2 years ago
Config chore: Add SPDX header 2 years ago
Console feat: Add reserved options in a new OCP class so that applications know about them 2 years ago
Contacts style: update codestyle for coding-standard 1.2.3 2 years ago
DB fix: Prevent breaking change in IQueryBuilder 1 year ago
Dashboard fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
DataCollector chore: Add SPDX header 2 years ago
Diagnostics chore: Add SPDX header 2 years ago
DirectEditing chore: Add SPDX header 2 years 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 chore: Add SPDX header 2 years ago
Federation fix(federation): Fix missing protocol on CloudID remote 2 years ago
Files chore(public): Remove unused union type for user mount events 8 months ago
FilesMetadata chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Files_FullTextSearch/Model chore: Add SPDX header 2 years ago
FullTextSearch chore: Use more gender neutral language 1 year ago
GlobalScale chore: Add SPDX header 2 years ago
Group fix(psalm): Fix @throws annotations 1 year ago
Http feat(http-client): expose default request timeout constant to be used instead of magic number 30 1 year ago
L10N fix(rtl): Make clear that the direction is based on language 1 year ago
LDAP fix(psalm): Fix some newly detected issues 1 year ago
Lock fix: better error message when trying to scan a folder that is already being scanned 10 months ago
Lockdown chore: Add SPDX header 2 years ago
Log chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Mail chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Migration fix: Adjust parameter type usage and add SQLite support 1 year ago
Navigation/Events feat(Navigation): emit dedicated event for loading additional entries 1 year ago
Notification fix(icons): Document icon requirements for notifications and activities 1 year ago
OCM fix(ocm): `publicKey` can be disabled so capabilities do not match 12 months ago
OCS chore: Add SPDX header 2 years ago
Preview chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Profile feat(profile): Add an API to get the profile field data 11 months ago
Profiler chore: Add SPDX header 2 years ago
Remote chore: fix some comments 2 years ago
RichObjectStrings fix(ROS): Document hide-download option on files 8 months ago
Route chore: Add SPDX header 2 years ago
Search fix(psalm): Fix @throws annotations 1 year ago
Security chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 1 year ago
Session/Exceptions chore: Add SPDX header 2 years ago
Settings feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 1 year ago
SetupCheck feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait` 1 year ago
Share perf(Share20): Add interface to query all shares in a folder without filtering by user 10 months ago
SpeechToText feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessingManager::runTask 2 years ago
Support chore: Add proper deprecation dates where missing 1 year ago
SystemTag fix(systemtags): prevent tag edition if restricted 1 year ago
Talk chore: Add SPDX header 2 years ago
TaskProcessing feat: add toggle for AI guest restriction 8 months ago
Teams fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
TextProcessing chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
TextToImage chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Translation chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
User fix: Add missing interface from previous commit and update autoloaders 1 year ago
UserMigration chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
UserStatus chore: Add SPDX header 2 years ago
WorkflowEngine chore: Add SPDX header 2 years ago
AutoloadNotAllowedException.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
BeforeSabrePubliclyLoadedEvent.php chore: Add SPDX header 2 years ago
Color.php style: update codestyle for coding-standard 1.2.3 2 years ago
Constants.php style: update codestyle for coding-standard 1.2.3 2 years ago
Defaults.php chore: Add SPDX header 2 years ago
Files.php style: update codestyle for coding-standard 1.2.3 2 years ago
GroupInterface.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 1 year ago
HintException.php refactor: Replace __CLASS__ with ::class references 2 years ago
IAddressBook.php style: update codestyle for coding-standard 1.2.3 2 years ago
IAddressBookEnabled.php fix(cardav): only show useres from enabled addressBooks in contacts menu 12 months ago
IAppConfig.php fix(appconfig): mark searchKeys() as internal until 32 8 months ago
IAvatar.php chore: Add SPDX header 2 years ago
IAvatarManager.php chore: Add SPDX header 2 years ago
IBinaryFinder.php fix: use nc's binary finding logic for smb 1 year ago
ICache.php fix: set default TTL for APCu cache as per docs 2 years ago
ICacheFactory.php chore: Add SPDX header 2 years ago
ICertificate.php chore: Add SPDX header 2 years ago
ICertificateManager.php chore: Add SPDX header 2 years ago
IConfig.php chore(IConfig): `getUsersForUserValue` is returning a list 2 years ago
IContainer.php chore: Add SPDX header 2 years ago
IDBConnection.php feat: implement distributing partitioned queries over multiple shards 2 years ago
IDateTimeFormatter.php style: update codestyle for coding-standard 1.2.3 2 years ago
IDateTimeZone.php chore: Add SPDX header 2 years ago
IEmojiHelper.php chore: Add SPDX header 2 years ago
IEventSource.php chore: Add SPDX header 2 years ago
IEventSourceFactory.php chore: Add SPDX header 2 years ago
IGroup.php chore: Add SPDX header 2 years ago
IGroupManager.php feat(users): Add support for admin delegation for users and groups management 2 years ago
IImage.php fix(OCP): Fix Image interface 2 years ago
IInitialStateService.php chore: Add SPDX header 2 years ago
IL10N.php style: update codestyle for coding-standard 1.2.3 2 years ago
ILogger.php chore: Remove deprecated `ILogger` logging functions 1 year ago
IMemcache.php feat: add negative compare-and-delete to imemcache 2 years ago
IMemcacheTTL.php chore: Add SPDX header 2 years ago
INavigationManager.php chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
IPhoneNumberUtil.php chore: Add SPDX header 2 years ago
IPreview.php feat(previews): Support in memory preview request 10 months ago
IRequest.php fix: Change UserAgent to *cloud 1 year ago
IRequestId.php chore: Add SPDX header 2 years ago
IServerContainer.php chore: Remove deprecated `ILogger` logging functions 1 year ago
ISession.php chore: Add SPDX header 2 years ago
IStreamImage.php chore: Add SPDX header 2 years ago
ITagManager.php style: update codestyle for coding-standard 1.2.3 2 years 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 style: update codestyle for coding-standard 1.2.3 2 years ago
IUser.php feat(users): Use -1 for unknown firstLogin instead of setting it to current date 1 year ago
IUserBackend.php chore: Add SPDX header 2 years ago
IUserManager.php feat: Support limit argument in `getSeenUsers` 6 months ago
IUserSession.php chore: Add SPDX header 2 years ago
Image.php fix(OCP): Fix Image interface 2 years ago
PreConditionNotMetException.php chore: Add SPDX header 2 years ago
SabrePluginEvent.php style: update codestyle for coding-standard 1.2.3 2 years ago
SabrePluginException.php chore: Add SPDX header 2 years ago
Server.php chore: Add SPDX header 2 years ago
ServerVersion.php fix: Properly read updater channel before returning version channel as a fallback 1 year ago
Share.php chore: Add SPDX header 2 years ago
Share_Backend.php chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameter 1 year ago
Share_Backend_Collection.php chore: fix some comments 2 years ago
Share_Backend_File_Dependent.php chore: Add SPDX header 2 years ago
Template.php chore: Add SPDX header 2 years ago
UserInterface.php fix: rebased the branch with master and resolved conflicts 2 years ago
Util.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 1 year ago