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
Côme Chilliet 2bc77a3c5a
chore: Remove now unused OC_App deprecated methods
6 months ago
..
Accounts fix(Accounts): Add back v2 scope migration 7 months ago
Activity feat(activity): add bulk activity option 7 months ago
App feat: Add admin-delegation-section as well for completeness 6 months ago
AppFramework fix: Do not try to create lazy ghosts for PHP internal classes 6 months ago
Archive refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Authentication fix(query-builder): Don't catch UniqueConstraintViolationException 7 months ago
Avatar feat(avatars): use different colors for guests for the same name 7 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 chore: Remove unused \OC\Cache\CappedMemoryCache 6 months ago
Calendar Merge pull request #55282 from nextcloud/fix/create-room-resource-calendar-sync 6 months ago
Collaboration fix(Collaboration\UserPlugin): ensure full match is included in results 6 months ago
Command refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Comments fix(comments): Don's catch invalid DriverException 7 months ago
Config feat(config): Add UserConfigChangedEvent whenever user config is updated 6 months ago
Console chore: apply new CSFixer rules 9 months ago
Contacts/ContactsMenu chore: apply new CSFixer rules 9 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 9 months ago
DirectEditing chore: apply new CSFixer rules 9 months ago
Encryption chore(encryption): Cleanup typing in EncryptAll/DecryptAll 6 months ago
EventDispatcher fix: Do not use deprecated IServerContainer in EventDispatcher 9 months ago
Federation refactor: remove duplicated types and add return types 8 months ago
Files chore: Remove unused deprecated methods from OC_User and Filesystem 6 months ago
FilesMetadata test: add some minimal testing for metadata storage 1 year ago
FullTextSearch chore: apply new CSFixer rules 9 months ago
GlobalScale chore: apply new CSFixer rules 9 months ago
Group refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Hooks refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Http chore(Http\Client): fix linting issues 9 months ago
IntegrityCheck refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
KnownUser chore: Use more gender neutral language 1 year ago
L10N fix: Fix phpdoc typing for IL10N::l $data parameter 6 months ago
LDAP
Lock refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Lockdown chore: Fix all method calls with too many arguments 8 months ago
Log fix(syslog): open syslog channel on write 9 months ago
Mail feat(ocp): add email address validator 7 months ago
Memcache fix(cache): Ensure unique global prefix per instanceid 6 months ago
Migration chore: apply new CSFixer rules 9 months ago
Net fix(net): Add IPv6 zone handling to IpAddressClassifier 1 year ago
Notification feat: indicate reason for preloading notifications 7 months ago
OCM fix(ocm): ignore cache if not setup 6 months ago
OCS fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 7 months ago
Preview Fix(previews): prevent infinite loop in case of bad video file 7 months ago
Profile fix(config): fix tests+psalm 8 months ago
Profiler fix(profiler): set default values for fputcsv arguments to avoid depreciation warning 7 months ago
Remote chore: apply new CSFixer rules 9 months ago
Repair fix(userconfig): set 'mail' as indexed 6 months ago
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 12 months ago
Route fix(route): Change "core.ProfilePage.index" to lowercase 7 months ago
Search feat(unified-search): Use existing min search length config 6 months ago
Security refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Session feat(core): add cookie_domain config option 9 months ago
Settings feat(settings): Add support for delegated settings not appearing in menu 6 months ago
Setup refactor(querybuilder): Port away from qb::execute() in lib/ 7 months ago
SetupCheck chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Share feat(preset): share link expiration date 7 months ago
Share20 feat(Share\IManager): add `matchUserId` method and update docs 6 months ago
SpeechToText
Support fix: Fix issues and tests in DIContainer and friends 9 months ago
SystemTag Merge pull request #54810 from nextcloud/feat/typed-tag-events 7 months ago
Tagging feat(db): switch from settype to casts 2 years ago
Talk
TaskProcessing fix(TaskProcessing): Cache task types by 6 months ago
Teams chore: apply new CSFixer rules 9 months ago
Template chore: Fix the last psalm issues in lib/private/Template 6 months ago
TextProcessing fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only 1 year ago
TextToImage fix: Prevent breaking change in IQueryBuilder 1 year ago
Translation
Updater fix: handle ambiguous IResponse.getBody return types 9 months ago
User refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
UserStatus fix(container): Reduce general deprecation spam on all requests 8 months ago
legacy chore: Remove now unused OC_App deprecated methods 6 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 7 months ago
AppScriptDependency.php chore: apply new CSFixer rules 9 months ago
AppScriptSort.php chore: apply new CSFixer rules 9 months ago
BinaryFinder.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 1 year ago
CapabilitiesManager.php feat(api): File conversion API 1 year ago
Color.php chore: apply new CSFixer rules 9 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 1 year 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 9 months ago
EventSource.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
InitialStateService.php fix(container): Reduce general deprecation spam on all requests 8 months ago
Installer.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
LargeFileHelper.php fix: remove executable flag from source files 7 months ago
Log.php chore: apply new CSFixer rules 9 months ago
MemoryInfo.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
NaturalSort.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
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 refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
PreviewNotAvailableException.php chore: apply new CSFixer rules 9 months ago
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 7 months ago
Repair.php fix(dav): Mark removal of dav object properties as expensive 7 months ago
RepairException.php
Server.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 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 chore(db): Correctly apply query types 1 year ago
SystemConfig.php feat: allow admins to configure additional sensitive config values 8 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 chore: Cleanup typing and deprecated method calls in resource locators 6 months ago
URLGenerator.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 6 months ago
Updater.php chore: Replace last calls to OC_App::enable by IAppManager 7 months ago