nextcloud/lib/private
Joas Schilling c0bd7299fb
fix(comments): Check comment object
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 09:00:10 +01:00
..
Accounts Fix exception handling when profile data is too long 2022-06-12 13:46:14 +02:00
Activity Update php licenses 2021-06-04 22:02:41 +02:00
App fix(apps): Fix loading info.xml file 2023-07-20 10:51:46 +02:00
AppFramework Reverse X-Forwarded-For list to read the correct proxy remote address 2023-11-16 07:57:06 +01:00
Archive Expose ZIP stat information 2022-04-11 17:49:08 +02:00
Authentication public interface to invalidate tokens of user 2022-12-20 16:26:49 +00:00
Avatar fix: Fix avatar images 2024-04-08 17:11:52 -07:00
BackgroundJob Get not only time-sensitive next job from list but any 2022-04-25 10:34:09 +00:00
Broadcast/Events Update php licenses 2021-06-04 22:02:41 +02:00
Cache Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
Calendar Move calendar resource/room backend registration to IBootstrap 2022-02-07 12:51:42 +01:00
Collaboration fix(lookup-server): disable lookup server for non-global scale setups 2025-03-13 14:55:01 +01:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Comments Fix forwarding the object id when searching comments 2022-11-23 10:42:25 +00:00
Console Do not decorate the CLI output if it's explicitly turned off 2022-04-07 14:38:10 +02:00
Contacts/ContactsMenu Update lib/private/Contacts/ContactsMenu/ContactsStore.php 2022-10-27 10:04:06 +00:00
Dashboard avoid early DI of IAppManager 2022-06-28 23:47:00 +02:00
DB fix(comments): Check comment object 2025-12-11 09:00:10 +01:00
Diagnostics only log diagnostic events if a treshhold is set 2022-05-16 14:33:49 +02:00
DirectEditing fix translation source in directEditing templates 2021-12-16 16:30:50 +01:00
Encryption make groupfolders use system wide encryption keys 2022-09-15 15:30:50 +02:00
EventDispatcher Fix codestyle 2022-03-24 16:21:27 +01:00
Federation Always log errors from sending federation api requests to ease debugging 2022-06-08 09:20:16 +00:00
Files fix(CI): Suppress psalm UndefinedClass 2024-04-24 09:30:56 +00:00
FullTextSearch Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
GlobalScale Update php licenses 2021-06-04 22:02:41 +02:00
Group Do not ignore return value of deleteGroup from backend 2022-04-04 16:40:07 +02:00
Hooks Update php licenses 2021-06-04 22:02:41 +02:00
Http enh: skip processing for empty response 2023-09-05 10:05:56 +02:00
IntegrityCheck Fix Iterator return types 2021-11-23 09:28:57 +01:00
KnownUser Update php licenses 2021-06-04 22:02:41 +02:00
L10N fix(l10n): Fix plural issue with different locale and language 2023-06-27 14:20:49 +02:00
LDAP Update php licenses 2021-06-04 22:02:41 +02:00
legacy fix OC_Image: Prevent E_WARNING from getimagesize* 2023-03-23 14:18:35 +00:00
Lock Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
Lockdown use searchoperation for storage filter instead of db expression 2021-06-14 16:11:25 +02:00
Log Merge pull request #35824 from nextcloud/backport/35614/stable24 2023-01-25 19:34:19 +01:00
Mail Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
Memcache Correctly handle Redis::keys returning false 2022-09-30 08:23:33 +00:00
Metadata Merge pull request #32134 from nextcloud/backport/32033/stable24 2022-04-25 18:56:52 +02:00
Migration Fix codestyle 2022-03-24 16:21:27 +01:00
Notification Appropriate length check in Notification.php 2022-11-11 20:09:24 +00:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Preview fix: Extend SVG reference check 2024-05-22 15:28:35 +00:00
Profile Add profile default setting for admin 2022-03-18 02:55:12 +00:00
Profiler Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
Remote Update php licenses 2021-06-04 22:02:41 +02:00
Repair fix(OCC): Don't throw in the repair step for phone validation 2023-02-28 09:15:52 +01:00
RichObjectStrings Update php licenses 2021-06-04 22:02:41 +02:00
Route Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
Search Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
Security fix: Correctly check result of function 2024-05-22 17:47:01 +02:00
Session Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Settings Handle non existing settings again 2022-05-30 10:57:54 +00:00
Setup Do not store generated mysql password if it was not used 2023-01-27 06:43:39 +00:00
Share Check style update 2022-01-13 00:19:07 +01:00
Share20 fix(share): use share owner to confirm reshare 2024-03-28 18:46:40 +01:00
Support Expose mapped user count from LDAP and use that for user limit check 2022-10-25 14:50:56 +02:00
SystemTag fix(SystemTagManager): Truncate overlong tag names 2023-02-28 14:52:47 +01:00
Tagging Update php licenses 2021-06-04 22:02:41 +02:00
Talk Add a Talk API for OCP 2022-02-04 08:53:18 +01:00
Template fix: Avoid resetting scss cacher when no variables are found 2023-02-27 07:30:50 +00:00
Updater Migrate from ILogger to LoggerInterface in lib/private 2022-03-24 16:21:25 +01:00
User fix: removed avatar deletion related code 2024-06-11 14:44:38 +05:30
UserStatus Allow to revert the user status of multiple users in 3 queries instead of 3*n 2022-02-15 16:06:33 +01:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-26 10:14:43 +00:00
AppConfig.php Fix appconfig compatibility with Oracle DB 2023-02-28 09:16:52 +01:00
AppScriptDependency.php Sort app scripts topologically by its dependencies 2021-12-29 16:40:05 +01:00
AppScriptSort.php Sort app scripts topologically by its dependencies 2021-12-29 16:40:05 +01:00
CapabilitiesManager.php Don't inject Bruteforce capability info in the webui 2022-04-07 17:33:29 +02:00
Color.php Update php licenses 2021-06-04 22:02:41 +02:00
Config.php add a check for disk_free_space in Config.php 2023-03-09 23:24:41 +00:00
ContactsManager.php Convert strict_search to wildcard property and add psalm docs 2021-12-08 19:24:16 +01:00
DatabaseException.php Update php licenses 2021-06-04 22:02:41 +02:00
DatabaseSetupException.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
DateTimeFormatter.php Update php licenses 2021-06-04 22:02:41 +02:00
DateTimeZone.php Update php licenses 2021-06-04 22:02:41 +02:00
ForbiddenException.php Update php licenses 2021-06-04 22:02:41 +02:00
HintException.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
InitialStateService.php Update php licenses 2021-06-04 22:02:41 +02:00
Installer.php fix: Correctly check result of function 2024-05-22 17:47:01 +02:00
LargeFileHelper.php Adapt types of subclasses 2023-01-02 12:24:18 +01:00
Log.php Fix logging data context to file 2022-06-22 18:26:25 +00:00
MemoryInfo.php Update php licenses 2021-06-04 22:02:41 +02:00
NaturalSort.php Update php licenses 2021-06-04 22:02:41 +02:00
NaturalSort_DefaultCollator.php Update php licenses 2021-06-04 22:02:41 +02:00
NavigationManager.php Let apps toggle an unread counter on app icons 2021-06-16 17:12:56 +02:00
NeedsUpdateException.php Update php licenses 2021-06-04 22:02:41 +02:00
NotSquareException.php Update php licenses 2021-06-04 22:02:41 +02:00
PreviewManager.php Emit typed event when preview is requested 2022-10-27 18:51:53 +02:00
PreviewNotAvailableException.php Update php licenses 2021-06-04 22:02:41 +02:00
RedisFactory.php Add event logging for db and redis connection 2022-02-28 11:24:41 +01:00
Repair.php Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 12:05:18 +00:00
RepairException.php Update php licenses 2021-06-04 22:02:41 +02:00
Search.php Update php licenses 2021-06-04 22:02:41 +02:00
Server.php fix: cs:fix ran to fix class file in Server.php 2024-06-11 17:00:57 +05:30
ServerContainer.php Update php licenses 2021-06-04 22:02:41 +02:00
ServerNotAvailableException.php Update php licenses 2021-06-04 22:02:41 +02:00
ServiceUnavailableException.php Update php licenses 2021-06-04 22:02:41 +02:00
Setup.php Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 12:05:18 +00:00
Streamer.php Add X-Accel-Buffering header to downloads 2022-01-17 08:17:12 +00:00
StreamImage.php Send images to imaginary docker to generate previews 2022-03-17 08:24:07 +01:00
SubAdmin.php Update php licenses 2021-06-04 22:02:41 +02:00
SystemConfig.php Mark more config values as sensitive 2022-11-16 10:08:04 +01:00
TagManager.php Update php licenses 2021-06-04 22:02:41 +02:00
Tags.php Update php licenses 2021-06-04 22:02:41 +02:00
TemplateLayout.php Retrieve user status only once when displaying page 2022-04-05 19:28:06 +02:00
TempManager.php Update php licenses 2021-06-04 22:02:41 +02:00
Updater.php Do not print verbose info about app updates if there are none 2021-11-18 09:11:22 +01:00
URLGenerator.php Check style update 2022-01-13 00:19:07 +01:00