nextcloud-server/lib/private
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-27 23:02:18 +07:00
..
Accounts fix(Accounts): Add back v2 scope migration 2025-08-28 13:30:04 +07:00
Activity feat(activity): add bulk activity option 2025-08-14 11:31:47 +07:00
App fix(userconfig): set 'mail' as indexed 2025-09-17 10:17:52 +07:00
AppFramework fix(http): handle getHttpProtocol being unset in $_SERVER['SERVER_PROTOCOL'] if called from occ 2025-09-21 18:06:33 +07:00
Archive refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Authentication fix(query-builder): Don't catch UniqueConstraintViolationException 2025-09-02 11:55:58 +07:00
Avatar feat(avatars): use different colors for guests for the same name 2025-09-02 11:31:14 +07:00
BackgroundJob fix(cron): Fix infinite loop on ParallelAware blocked jobs 2025-07-25 15:28:24 +07:00
Blurhash/Listener fix(blurhash): Skip generation the if previews are disabled. 2025-05-27 12:26:42 +07:00
Broadcast/Events
Cache chore: Remove unused \OC\Cache\CappedMemoryCache 2025-09-16 10:08:19 +07:00
Calendar Merge pull request #55282 from nextcloud/fix/create-room-resource-calendar-sync 2025-09-24 22:41:00 +07:00
Collaboration fix(Collaboration\UserPlugin): ensure full match is included in results 2025-09-26 18:26:37 +07:00
Command refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Comments fix(comments): Don's catch invalid DriverException 2025-09-02 11:55:58 +07:00
Config feat(config): Add UserConfigChangedEvent whenever user config is updated 2025-09-26 14:29:58 +07:00
Console chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Contacts/ContactsMenu chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ContextChat fix: add strict typing to ContextChat classes 2025-07-15 08:16:25 +07:00
DB feat(db): add SSL/TLS support for PostgreSQL 2025-09-22 11:51:04 +07:00
Dashboard
Diagnostics chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
DirectEditing chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Encryption chore(encryption): Cleanup typing in EncryptAll/DecryptAll 2025-09-09 11:46:18 +07:00
EventDispatcher fix: Do not use deprecated IServerContainer in EventDispatcher 2025-07-08 13:32:15 +07:00
Federation refactor: remove duplicated types and add return types 2025-07-23 15:59:26 +07:00
Files refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
FilesMetadata
FullTextSearch chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
GlobalScale chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Group refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Hooks refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Http chore(Http\Client): fix linting issues 2025-07-09 14:42:58 +07:00
IntegrityCheck refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
KnownUser
L10N chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
LDAP
Lock refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Lockdown chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
Log fix(syslog): open syslog channel on write 2025-07-02 09:14:33 +07:00
Mail feat(ocp): add email address validator 2025-08-14 18:34:36 +07:00
Memcache refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Net
Notification feat: indicate reason for preloading notifications 2025-08-18 15:28:46 +07:00
OCM fix(ocm): ignore cache if not setup 2025-09-24 17:18:08 +07:00
OCS fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere 2025-08-26 09:50:03 +07:00
Preview Fix(previews): prevent infinite loop in case of bad video file 2025-09-05 09:32:37 +07:00
Profile fix(config): fix tests+psalm 2025-08-08 11:00:49 +07:00
Profiler fix(profiler): set default values for fputcsv arguments to avoid depreciation warning 2025-08-27 19:46:30 +07:00
Remote chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Repair fix(userconfig): set 'mail' as indexed 2025-09-17 10:17:52 +07:00
RichObjectStrings
Route fix(route): Change "core.ProfilePage.index" to lowercase 2025-08-20 11:52:36 +07:00
Search feat(unified-search): Use existing min search length config 2025-09-24 17:29:09 +07:00
Security refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Session feat(core): add cookie_domain config option 2025-06-16 15:33:48 +07:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Setup refactor(querybuilder): Port away from qb::execute() in lib/ 2025-09-02 11:55:56 +07:00
SetupCheck
Share feat(preset): share link expiration date 2025-08-14 16:07:32 +07:00
Share20 feat(Share\IManager): add `matchUserId` method and update docs 2025-09-26 18:26:37 +07:00
SpeechToText
Support fix: Fix issues and tests in DIContainer and friends 2025-07-08 13:32:14 +07:00
SystemTag Merge pull request #54810 from nextcloud/feat/typed-tag-events 2025-09-04 11:19:28 +07:00
Tagging
Talk
TaskProcessing fix(TaskProcessing): Cache task types by 2025-09-17 14:16:01 +07:00
Teams chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Template fix: remove executable flag from source files 2025-09-04 11:57:44 +07:00
TextProcessing
TextToImage
Translation
Updater fix: handle ambiguous IResponse.getBody return types 2025-06-30 11:50:11 +07:00
User refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
UserStatus fix(container): Reduce general deprecation spam on all requests 2025-08-09 11:53:30 +07:00
legacy refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
AllConfig.php feat(AppConfig): cache app config in local cache if available 2025-08-18 13:24:18 +07:00
AppConfig.php fix(lexicon): send single notice/warning when using unknown config key 2025-09-02 10:51:44 +07:00
AppScriptDependency.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
AppScriptSort.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
BinaryFinder.php
CapabilitiesManager.php
Color.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Config.php
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php feat(IDateTimeZone): allow to fetch timezone of specified user 2025-08-18 14:26:52 +07:00
EmojiHelper.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
EventSource.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
EventSourceFactory.php
ForbiddenException.php
HintException.php
Image.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
InitialStateService.php fix(container): Reduce general deprecation spam on all requests 2025-08-09 11:53:30 +07:00
Installer.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
LargeFileHelper.php fix: remove executable flag from source files 2025-09-04 11:57:44 +07:00
Log.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
MemoryInfo.php
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php fix(navigation): Fix default app entry registered as closure 2025-04-25 14:47:33 +07:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php
PreviewManager.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
PreviewNotAvailableException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
RedisFactory.php fix(cache): Set default Redis port to `0` for UNIX sockets 2025-09-07 14:30:34 +07:00
Repair.php fix(dav): Mark removal of dav object properties as expensive 2025-09-02 10:49:13 +07:00
RepairException.php
Server.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
ServerContainer.php feat: Improve init a bit, and add more profiling steps 2025-05-13 16:08:49 +07:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php chore: Set installShippedApps as non-static in Installer 2025-08-18 16:18:27 +07:00
StreamImage.php
Streamer.php refactor(Streamer): inject `IDateTimeZone` as constructor arg 2025-08-14 17:19:28 +07:00
SubAdmin.php
SystemConfig.php feat: allow admins to configure additional sensitive config values 2025-08-05 19:16:14 +07:00
TagManager.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
Tags.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +07:00
TempManager.php chore: move implementation from OC legacy to OCP\Files 2025-05-14 14:55:45 +07:00
TemplateLayout.php feat(unified-search): Use existing min search length config 2025-09-24 17:29:09 +07:00
URLGenerator.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
Updater.php chore: Replace last calls to OC_App::enable by IAppManager 2025-08-18 17:09:39 +07:00