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/private
Ferdinand Thiessen 1929cbc4ae refactor(theming): migrate `ThemingDefaults` to `OCP\AppFramework\Services\IAppConfig` 4 months ago
..
Accounts fix(Accounts): Add back v2 scope migration 6 months ago
Activity feat(activity): add bulk activity option 7 months ago
App Merge pull request #55440 from nextcloud/backport/55420/stable32 5 months ago
AppFramework feat(route): globalsiteselector as root url generator 5 months ago
Archive
Authentication fix(query-builder): Don't catch UniqueConstraintViolationException 6 months ago
Avatar feat(avatars): use different colors for guests for the same name 6 months ago
BackgroundJob fix(cron): Fix infinite loop on ParallelAware blocked jobs 8 months ago
Blurhash/Listener fix(blurhash): Skip generation the if previews are disabled. 10 months ago
Broadcast/Events
Cache Revert "perf(base): Stop setting up the FS for every basic auth request" 6 months ago
Calendar Merge pull request #55763 from nextcloud/backport/54819/stable32 5 months ago
Collaboration fix(Collaboration\UserPlugin): ensure full match is included in results 5 months ago
Command chore: apply new CSFixer rules 8 months ago
Comments fix(comments): Don's catch invalid DriverException 6 months ago
Config fix(lexicon): switch bool value to non-lazy 5 months ago
Console chore: apply new CSFixer rules 8 months ago
Contacts/ContactsMenu chore: apply new CSFixer rules 8 months ago
ContextChat fix: add strict typing to ContextChat classes 8 months ago
DB feat(db): add SSL/TLS support for PostgreSQL 6 months ago
Dashboard
Diagnostics chore: apply new CSFixer rules 8 months ago
DirectEditing chore: apply new CSFixer rules 8 months ago
Encryption chore(encryption): Cleanup typing in EncryptAll/DecryptAll 6 months ago
EventDispatcher fix: Do not use deprecated IServerContainer in EventDispatcher 8 months ago
Federation fix(federation): Allow outgoing federation with oCIS federated cloud ids 5 months ago
Files fix: validate filename when creating file from template 5 months ago
FilesMetadata
FullTextSearch chore: apply new CSFixer rules 8 months ago
GlobalScale chore: apply new CSFixer rules 8 months ago
Group fix: join accounts_data instead of preferences when searching users 5 months ago
Hooks chore: apply new CSFixer rules 8 months ago
Http chore(Http\Client): fix linting issues 8 months ago
IntegrityCheck chore: Get rid of AppLocator helper 7 months ago
KnownUser
L10N fix(l10n): Don't fallback from 3-letter languages to 2-letter 5 months ago
LDAP
Lock
Lockdown chore: Fix all method calls with too many arguments 8 months ago
Log fix(syslog): open syslog channel on write 8 months ago
Mail fix(Mailer): Log errors 4 months ago
Memcache fix(Memcache): ensure global prefix depends on enabled apps 4 months ago
Migration chore: apply new CSFixer rules 8 months ago
Net
Notification feat: indicate reason for preloading notifications 7 months ago
OCM fix(ocm): include provider field in OCMProvider serialization 4 months ago
OCS fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 7 months ago
Preview chore(Preview): Remove avconv support 6 months ago
Profile fix(config): fix tests+psalm 7 months ago
Profiler fix(profiler): Harden profiler writes 4 months ago
Remote chore: apply new CSFixer rules 8 months ago
Repair fix(lexicon): switch bool value to non-lazy 5 months ago
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 11 months ago
Route fix(route): Change "core.ProfilePage.index" to lowercase 7 months ago
Search feat(unified-search): Use existing min search length config 5 months ago
Security fix(bfp): Trim meta data so it can still be stored 4 months ago
Session feat(core): add cookie_domain config option 9 months ago
Settings chore: apply new CSFixer rules 8 months ago
Setup refactor(querybuilder): Port away from qb::execute() in lib/ 6 months ago
SetupCheck
Share feat(preset): share link expiration date 7 months ago
Share20 feat(Share\IManager): add `matchUserId` method and update docs 5 months ago
SpeechToText
Support fix: Fix issues and tests in DIContainer and friends 8 months ago
SystemTag feat(SystemTag): Add typed events for tag mapper events 6 months ago
Tagging
Talk
TaskProcessing fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months 5 months ago
Teams chore: apply new CSFixer rules 8 months ago
Template fix: remove executable flag from source files 6 months ago
TextProcessing
TextToImage
Translation
Updater fix: handle ambiguous IResponse.getBody return types 8 months ago
User fix(IUserManager): Fix deprecation of search method 5 months ago
UserStatus fix(container): Reduce general deprecation spam on all requests 7 months ago
legacy chore: remove `mbstring.func_overload` check from `checkserver()` 7 months ago
AllConfig.php feat(AppConfig): cache app config in local cache if available 7 months ago
AppConfig.php fix(lexicon): send single notice/warning when using unknown config key 6 months ago
AppScriptDependency.php chore: apply new CSFixer rules 8 months ago
AppScriptSort.php chore: apply new CSFixer rules 8 months ago
BinaryFinder.php
CapabilitiesManager.php feat(api): File conversion API 1 year ago
Color.php chore: apply new CSFixer rules 8 months ago
Config.php fix: Fix psalm taint false-positives by small refactorings 1 year ago
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 12 months ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php feat(IDateTimeZone): allow to fetch timezone of specified user 7 months ago
EmojiHelper.php chore: apply new CSFixer rules 8 months ago
EventSource.php
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php chore: apply new CSFixer rules 8 months ago
InitialStateService.php fix(container): Reduce general deprecation spam on all requests 7 months ago
Installer.php fix: Log that using an appinfo/install.php file is deprecated 7 months ago
LargeFileHelper.php fix: remove executable flag from source files 6 months ago
Log.php chore: apply new CSFixer rules 8 months ago
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(navigation): Fix default app entry registered as closure 11 months ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php fix: disable mp3 preview provider 5 months ago
PreviewNotAvailableException.php chore: apply new CSFixer rules 8 months ago
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 6 months ago
Repair.php Merge pull request #55884 from nextcloud/backport/55864/stable32 5 months ago
RepairException.php
Server.php refactor(theming): migrate `ThemingDefaults` to `OCP\AppFramework\Services\IAppConfig` 4 months ago
ServerContainer.php feat: Improve init a bit, and add more profiling steps 10 months ago
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php chore: Set installShippedApps as non-static in Installer 7 months ago
StreamImage.php
Streamer.php refactor(Streamer): inject `IDateTimeZone` as constructor arg 7 months ago
SubAdmin.php
SystemConfig.php feat: allow admins to configure additional sensitive config values 7 months ago
TagManager.php fix: Dispatch favorite event with an actual path 6 months ago
Tags.php fix: Dispatch favorite event with an actual path 6 months ago
TempManager.php chore: move implementation from OC legacy to OCP\Files 10 months ago
TemplateLayout.php feat(unified-search): Use existing min search length config 5 months ago
URLGenerator.php fix: make core application bootstrapable by coordinator 9 months ago
Updater.php chore: Replace last calls to OC_App::enable by IAppManager 7 months ago