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
Roeland Jago Douma 7aad5b7721
Merge pull request #10543 from nextcloud/ignore-deactivated-users
8 years ago
..
Accounts Use ::class statement instead of string 8 years ago
Activity Use $var[] = $a instead of array_push - 2x faster 8 years ago
App Fix app code checker to ignore `build` directory 8 years ago
AppFramework Do not use file as template parameter 8 years ago
Archive move log constants to ILogger 8 years ago
Authentication Fix 2FA being enforced if only backup codes provider is active 8 years ago
BackgroundJob Suppress potential SQL injection warning as they are false positives 8 years ago
Cache remove unneeded is_dir from file cache gc 8 years ago
Calendar Correctly init empty arrays 8 years ago
Collaboration Ignore deactivated users in collaborators user search plugin 8 years ago
Command Use ::class statement instead of string 8 years ago
Comments Allow to filter the unread count by verb 8 years ago
Console Disables the maintenance warning for the maintenance command itself. 8 years ago
Contacts/ContactsMenu Don't fail contacts menu on unkown user 8 years ago
DB Disable Oracle enforcement for now until the following issues are solved: 8 years ago
Diagnostics Update license headers 9 years ago
Encryption Remove deprecated \OCP\User::userExists 8 years ago
Federation translate nextcloud share types to OCM share types 8 years ago
Files use insertIfNotExists to store new mimetypes. 8 years ago
GlobalScale Update license headers 9 years ago
Group Fixed icons detection and caching 8 years ago
Hooks Fix PHP doc for API docs 9 years ago
Http/Client Fix HTTP client given options being overriden by default options 8 years ago
IntegrityCheck Handle strict typing in Checker and fix tests 8 years ago
L10N Backend work to provide NC whats New info to users 8 years ago
Lock prevent lock values from going negative with memcache backend 8 years ago
Lockdown Update license headers 9 years ago
Log Make sure error_log() always receives a string 8 years ago
Mail Use index for format string parameters 8 years ago
Memcache Properly provide local memcache check to ICacheFactory 8 years ago
Migration Update license headers 9 years ago
Notification Add return types and fully qualified function calls 8 years ago
OCS Allow to skip retrieving from cache in the DiscoveryService 8 years ago
Preview No need to convert to PDF with LibreOffice, just convert to PNG 8 years ago
Remote Add some more tests for ocs remote api 9 years ago
Repair Add repair step 8 years ago
RichObjectStrings Update license headers 9 years ago
Route Use type casting instead of *val() method 8 years ago
Search Update license headers 9 years ago
Security Fix #9864: Decrease $maxDelay in Throttler.php 8 years ago
Session Allow updating the token on session regeneration 8 years ago
Settings Move encryption settings to security 8 years ago
Setup move log constants to ILogger 8 years ago
Share Add comment with IDs of internal share types 8 years ago
Share20 Add support for tokens in room shares 8 years ago
Support/CrashReport Fix PHP doc for API docs 9 years ago
SystemTag Make SystemTag strict 8 years ago
Tagging Use ::class statement instead of string 8 years ago
Template Icons cacher css url fix 8 years ago
Updater Backend work to provide NC whats New info to users 8 years ago
User make table name configurable for db user backend 8 years ago
legacy Check if HTTP_USER_AGENT is set before using it 8 years ago
AllConfig.php Store setUserValue as string in cache 8 years ago
AppConfig.php using isset() 8 years ago
Avatar.php get avatar custom status from user config 8 years ago
AvatarManager.php Use \OC\User\Manager internally in the avatarmanager 8 years ago
CapabilitiesManager.php move log constants to ILogger 8 years ago
Color.php Fix autoloader 8 years ago
Config.php Fix some typos 8 years ago
ContactsManager.php
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update license headers 9 years ago
DateTimeZone.php move log constants to ILogger 8 years ago
ForbiddenException.php
HintException.php Update license headers 9 years ago
Installer.php There is no update available if the app didnt have a version (aka was not installed) 8 years ago
LargeFileHelper.php Make LargeFileHelper.php faster by avoiding execs as much as possible 8 years ago
Log.php Fetch logcondition earlier 8 years ago
NaturalSort.php move log constants to ILogger 8 years ago
NaturalSort_DefaultCollator.php
NavigationManager.php Upgraded navigation submenu management and api + created sharing submenu 8 years ago
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Use ::class statement instead of string 8 years ago
PreviewNotAvailableException.php
RedisFactory.php Update license headers 9 years ago
Repair.php Add repair job for pending cron jobs 8 years ago
RepairException.php
Search.php Removed deprecated search function from ISearch 8 years ago
Server.php cache isCached state for scss resources 8 years ago
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Add the job 8 years ago
Streamer.php Use zip32 only if there are less than 65536 files 8 years ago
SubAdmin.php Use group displayNames in users list 8 years ago
SystemConfig.php Merge pull request #7020 from Fiech/master 9 years ago
TagManager.php
Tags.php Check if the favorite tag exists 8 years ago
TempManager.php Update license headers 9 years ago
TemplateLayout.php Design structure fixes 8 years ago
URLGenerator.php Fix check if theming defaults instance is available 8 years ago
Updater.php Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-apps 8 years ago