Arthur Schiwon 86e7af1d82 Merge pull request #38978 from fsamapoor/refactor_lib_private_accounts 1 年之前
..
Accounts 0133515644 Renames the property to improve the code readbility/clarity. 1 年之前
Activity f5c361cf44 composer run cs:fix 1 年之前
App ffa30ce89b Merge pull request #38524 from nextcloud/chore/app/clear-unused-cache-key 1 年之前
AppFramework b0001c6010 Add template types to responses 1 年之前
Archive ff776a90b1 Strong type filesize related methods to ease 32bits problem findings 1 年之前
Authentication 05aa39d777 Fix event names of 2FA related typed events 1 年之前
Avatar e294045223 Properly clear cached avatars 1 年之前
BackgroundJob 8ad2f34045 Remove job from oc_jobs when the file is not findable 1 年之前
Broadcast f5c361cf44 composer run cs:fix 1 年之前
Cache e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Calendar c6ebdca488 Refactors lib/private/Calendar. 1 年之前
Collaboration 3621a6b4ec avoid requests to opengraph image if no host detected 1 年之前
Command d8c419c304 Explicitely only accept closures from our dependencies in ClosureJob 2 年之前
Comments 7aa97dcc23 Throw if creation date is read before inserting into database 1 年之前
Console eb09053897 feat(admin_audit): Migrate to non-deprecated IEventDispatcher 1 年之前
Contacts 9f2487d14b Refactors lib/private/Contacts. 1 年之前
DB 2211721c2b fixed quotes 1 年之前
Dashboard f5c361cf44 composer run cs:fix 1 年之前
Diagnostics f5c361cf44 composer run cs:fix 1 年之前
DirectEditing 614981ae9a feat(directediting): Allow opening by file id 1 年之前
Encryption e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
EventDispatcher 19a0425aeb fix(eventdispatcher): Don't use all evaluating "or" 1 年之前
Federation d2efd0e03c displayname on federated shares 1 年之前
Files c4eccbb304 fix(sse): don't update uncached files 1 年之前
FullTextSearch f5c361cf44 composer run cs:fix 1 年之前
GlobalScale 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 年之前
Group 4a86487859 fix: getGroups limit check syntax 1 年之前
Hooks f5c361cf44 composer run cs:fix 1 年之前
Http ec6728d710 feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 1 年之前
IntegrityCheck e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
KnownUser b153340b62 Add type hints for mappers 1 年之前
L10N ab8205fd35 fix(l10n): Fix plural issue with different locale and language 1 年之前
LDAP 215aef3cbd Update php licenses 3 年之前
Lock f5c361cf44 composer run cs:fix 1 年之前
Lockdown 308fcf4526 Respect OCP interface in private classes 1 年之前
Log d9fa7b1e28 emit an event when a message is logged 1 年之前
Mail a449bd1a0c Adds same object return annotations. 1 年之前
Memcache 9f1d497a0b Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 1 年之前
Metadata b67e34f78f Restrict EXIF extracting to a subset of formats 1 年之前
Migration f5c361cf44 composer run cs:fix 1 年之前
Net 8aea25b5b9 Add remote host validation API 2 年之前
Notification f5c361cf44 composer run cs:fix 1 年之前
OCS 95145ee0c9 feat(ocp): More specific type for ICapabilities::getCapabilities 1 年之前
Preview 3757f390c3 feat: replace id3parser with mp3info 1 年之前
Profile c343569b3f To be consistent with the list of users 1 年之前
Profiler e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Remote 215aef3cbd Update php licenses 3 年之前
Repair 633e9513e2 shorten oauth2 client names before resizing the column 1 年之前
RichObjectStrings f5c361cf44 composer run cs:fix 1 年之前
Route e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Search f5c361cf44 composer run cs:fix 1 年之前
Security e73757b4a5 Refactors lib/private/Security. 1 年之前
Session 872c181c74 chore: Drop dead private methods in /lib 1 年之前
Settings b153340b62 Add type hints for mappers 1 年之前
Setup 40edac18f5 postgresql - add quotes around user names 1 年之前
Share e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Share20 e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
SpeechToText ef27bd6e55 fix(SpeechToText): Prevent parallel runs of TranscriptionJob 1 年之前
Support 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 年之前
SystemTag 49db546f78 fix: include invisible tags for admins 1 年之前
Tagging b153340b62 Add type hints for mappers 1 年之前
Talk 06627c800c Add Talk converstation delete API 2 年之前
Template 9f1d497a0b Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 1 年之前
Translation 505e467cc4 fix(translation): Don't use translation providers when from and to are the same 1 年之前
Updater b294edad80 Merge branch 'master' into enh/type-iconfig-getter-calls 1 年之前
User b2f01b72fe Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend 1 年之前
UserStatus f5c361cf44 composer run cs:fix 1 年之前
legacy 9d70fd3e64 Silent imagecreatefromstring() errors 1 年之前
AllConfig.php 361e69f19f fix mistake in db query to delete a user config value 2 年之前
AppConfig.php 381ab5f4cb fix(security): Mark recording_servers key appconfig as private as it contains a secret 1 年之前
AppScriptDependency.php 491bd6260c Sort app scripts topologically by its dependencies 2 年之前
AppScriptSort.php 491bd6260c Sort app scripts topologically by its dependencies 2 年之前
BinaryFinder.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2 年之前
CapabilitiesManager.php f5c361cf44 composer run cs:fix 1 年之前
Color.php 215aef3cbd Update php licenses 3 年之前
Config.php e87d968c24 add a check for disk_free_space in Config.php 1 年之前
ContactsManager.php f5c361cf44 composer run cs:fix 1 年之前
DatabaseException.php 215aef3cbd Update php licenses 3 年之前
DatabaseSetupException.php b78f3a57d1 Migrate HintException to OCP 3 年之前
DateTimeFormatter.php 215aef3cbd Update php licenses 3 年之前
DateTimeZone.php 51f04ed514 Move away from deprecated ILogger 2 年之前
EmojiHelper.php cefcd55994 Include more emoji chars to test and fixes after include it 2 年之前
EventSourceFactory.php a2afc7b6a9 refactor: migrate OC_EventSource to dependency injection 1 年之前
ForbiddenException.php 215aef3cbd Update php licenses 3 年之前
HintException.php 368f83095d Fix typos in lib/private subdirectory 2 年之前
InitialStateService.php 131f481a67 fix(initial-state): Log an error when initial-state can not be JSON encoded 1 年之前
Installer.php e76d525a43 chore: Drop \OC_App::getAppInfo 1 年之前
LargeFileHelper.php e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Log.php 8ed6086a82 Fix user log.condition feature 1 年之前
MemoryInfo.php 94ecae4ade Add helper to cast to int|float, fix MemoryInfo on 32bits 1 年之前
NaturalSort.php 069477e608 Migrate more classes of lib/private to LoggerInterface 2 年之前
NaturalSort_DefaultCollator.php 215aef3cbd Update php licenses 3 年之前
NavigationManager.php 426c0341ff Use typed version of IConfig::getSystemValue as much as possible 1 年之前
NeedsUpdateException.php 215aef3cbd Update php licenses 3 年之前
NotSquareException.php 215aef3cbd Update php licenses 3 年之前
PreviewManager.php 8d5165e8dc Adapt tests to config value typing 1 年之前
PreviewNotAvailableException.php 215aef3cbd Update php licenses 3 年之前
RedisFactory.php c52aaa3647 redis: Do not try to authenticate with non-string password/user 1 年之前
Repair.php f5c361cf44 composer run cs:fix 1 年之前
RepairException.php 215aef3cbd Update php licenses 3 年之前
Search.php 215aef3cbd Update php licenses 3 年之前
Server.php a2afc7b6a9 refactor: migrate OC_EventSource to dependency injection 1 年之前
ServerContainer.php 3846ec2899 Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 1 年之前
ServerNotAvailableException.php 215aef3cbd Update php licenses 3 年之前
ServiceUnavailableException.php 215aef3cbd Update php licenses 3 年之前
Setup.php e532419b15 fix(apache): Serve `mjs` (module javascript) as static files 1 年之前
StreamImage.php 110ea0df46 Allow empty mimeType 1 年之前
Streamer.php cd885b5705 Type sizes as int|float throughout the code base 1 年之前
SubAdmin.php f5c361cf44 composer run cs:fix 1 年之前
SystemConfig.php f5c361cf44 composer run cs:fix 1 年之前
TagManager.php 92a5a8f075 Cleanup tags and Share component 2 年之前
Tags.php 92a5a8f075 Cleanup tags and Share component 2 年之前
TempManager.php 215aef3cbd Update php licenses 3 年之前
TemplateLayout.php fa31c707c0 Update TemplateLayout.php 1 年之前
URLGenerator.php e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 1 年之前
Updater.php cf6e2fa1b7 chore: Drop \OC_App::getAppVersion 1 年之前