nextcloud-server/lib/public
Anna 6892500405
Merge pull request #48046 from nextcloud/refactor/self-class-reference
refactor: Replace __CLASS__ with ::class references
2024-09-15 23:01:22 +07:00
..
Accounts style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Activity fix(Activity): Restrict IEvent rich object parameters type 2024-09-10 16:37:54 +07:00
App fix: Replace OC_App::getAllApps with a method in AppManager 2024-09-13 10:08:44 +07:00
AppFramework feat(db): switch from settype to casts 2024-09-15 19:26:58 +07:00
Authentication style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
BackgroundJob fix: delete background jobs by id when cleaning up 2024-05-30 15:07:26 +07:00
Broadcast/Events chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Cache chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Calendar style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Capabilities chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Collaboration fix(linkReferenceProvider): better size check 2024-08-30 10:55:57 +07:00
Command chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Comments style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Common/Exception chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Config chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Console feat: Add reserved options in a new OCP class so that applications know about them 2024-07-04 16:19:36 +07:00
Contacts style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
DB fix: Adjust types of IQueryBuilder to properly allow joining with sub-query 2024-09-10 17:51:27 +07:00
Dashboard fix(dashboard): Document expected icon behaviour 2024-07-11 13:14:03 +07:00
DataCollector chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Diagnostics chore: Add SPDX header 2024-05-24 13:11:22 +07:00
DirectEditing chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Encryption style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
EventDispatcher fix: Make webhook event serialization opt-in with a new interface 2024-06-11 14:10:29 +07:00
Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Federation fix(federation): Fix missing protocol on CloudID remote 2024-06-27 11:26:08 +07:00
Files refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +07:00
FilesMetadata chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Files_FullTextSearch/Model chore: Add SPDX header 2024-05-24 13:11:22 +07:00
FullTextSearch chore: Add SPDX header 2024-05-24 13:11:22 +07:00
GlobalScale chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Group style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Http style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
L10N chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LDAP chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Lockdown chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Log chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Mail style: update codestyle for coding-standard 1.2.3 2024-08-25 20:43:43 +07:00
Migration style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Notification fix(INotification): Restrict rich object parameters type 2024-09-10 16:37:42 +07:00
OCM style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
OCS chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Preview fix: Fix phpdoc wording 2024-09-13 16:01:55 +07:00
Profile chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Profiler chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Remote chore: fix some comments 2024-07-29 14:43:27 +07:00
RichObjectStrings fix: adding blurhash to definitions 2024-08-20 08:25:24 +07:00
Route chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Search chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Security style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Session/Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Settings style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SetupCheck fix(SetupCheck): Restrict SetupResult rich object parameters type 2024-09-10 16:37:54 +07:00
Share feat(files_sharing): reminder for link shares with expiration date 2024-09-03 13:37:17 +07:00
SpeechToText feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessingManager::runTask 2024-08-30 10:07:01 +07:00
Support chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SystemTag style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Talk chore: Add SPDX header 2024-05-24 13:11:22 +07:00
TaskProcessing feat(taskprocessing): add IManager::runTask method to run task synchronously 2024-08-27 13:11:51 +07:00
Teams chore: Add SPDX header 2024-05-24 13:11:22 +07:00
TextProcessing chore: deprecate old AI APIs 2024-07-26 11:20:46 +07:00
TextToImage style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Translation chore: deprecate old AI APIs 2024-07-26 11:20:46 +07:00
User chore: Add descriptions for new events and fix copyright year 2024-09-10 16:20:30 +07:00
UserMigration chore: Add SPDX header 2024-05-24 13:11:22 +07:00
UserStatus chore: Add SPDX header 2024-05-24 13:11:22 +07:00
WorkflowEngine chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AutoloadNotAllowedException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
BeforeSabrePubliclyLoadedEvent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Color.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Constants.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Defaults.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Files.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
GroupInterface.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
HintException.php refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +07:00
IAddressBook.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IAppConfig.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IAvatar.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IAvatarManager.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IBinaryFinder.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ICache.php fix: set default TTL for APCu cache as per docs 2024-08-07 19:41:41 +07:00
ICacheFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ICertificate.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ICertificateManager.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IConfig.php chore(IConfig): `getUsersForUserValue` is returning a list 2024-09-02 12:27:06 +07:00
IContainer.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IDBConnection.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +07:00
IDateTimeFormatter.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IDateTimeZone.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IEmojiHelper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IEventSource.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IEventSourceFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IGroup.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IGroupManager.php feat(users): Add support for admin delegation for users and groups management 2024-07-22 17:17:35 +07:00
IImage.php fix(OCP): Fix Image interface 2024-09-02 14:57:17 +07:00
IInitialStateService.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IL10N.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ILogger.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IMemcache.php feat: add negative compare-and-delete to imemcache 2024-08-20 19:34:28 +07:00
IMemcacheTTL.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
INavigationManager.php feat(NavigationManager): Add default entries handling 2024-09-09 11:04:36 +07:00
IPhoneNumberUtil.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IPreview.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IRequest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IRequestId.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IServerContainer.php chore: Remove deprecated legacy search backend 2024-08-01 12:33:18 +07:00
ISession.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IStreamImage.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ITagManager.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ITags.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ITempManager.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IURLGenerator.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IUser.php docs: Add info for the password hashes 2024-07-08 16:30:52 +07:00
IUserBackend.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IUserManager.php fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 2024-07-08 15:42:55 +07:00
IUserSession.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Image.php fix(OCP): Fix Image interface 2024-09-02 14:57:17 +07:00
PreConditionNotMetException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SabrePluginEvent.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SabrePluginException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Server.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Share.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Share_Backend.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Share_Backend_Collection.php chore: fix some comments 2024-07-29 14:43:27 +07:00
Share_Backend_File_Dependent.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Template.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
UserInterface.php fix: rebased the branch with master and resolved conflicts 2024-07-08 15:42:55 +07:00
Util.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00