Roeland Jago Douma ac932309a2 Merge pull request #10827 from steiny2k/HEICHEIF 6 years ago
..
Accounts eb51f06a3b Use ::class statement instead of string 6 years ago
Activity 870fe20acc Use $var[] = $a instead of array_push - 2x faster 6 years ago
App 024a70a188 Fix loading providers of 2FA app with more than one provider 6 years ago
AppFramework 8c1e75e052 Do not use file as template parameter 6 years ago
Archive 38a90130ce move log constants to ILogger 6 years ago
Authentication 1124b87bc0 Fix 2FA being enforced if only backup codes provider is active 6 years ago
BackgroundJob 79801ad263 Suppress potential SQL injection warning as they are false positives 6 years ago
Cache 07e5b30b90 remove unneeded is_dir from file cache gc 6 years ago
Calendar 50ee4e1397 Correctly init empty arrays 6 years ago
Collaboration 03f1fef160 Ignore deactivated users in collaborators user search plugin 6 years ago
Command eb51f06a3b Use ::class statement instead of string 6 years ago
Comments 66945f9574 Allow to filter the unread count by verb 6 years ago
Console 20839a422b Refactor some code 6 years ago
Contacts 16bfbb78ca Don't fail contacts menu on unkown user 6 years ago
DB f5c63d7a6e Disable Oracle enforcement for now until the following issues are solved: 6 years ago
Diagnostics 0eebff152a Update license headers 6 years ago
Encryption 74f0e37233 Remove deprecated \OCP\User::userExists 6 years ago
Federation 4c00c80a83 translate nextcloud share types to OCM share types 6 years ago
Files 4c0cbdff36 tokens can't be valid local user names 6 years ago
GlobalScale 0eebff152a Update license headers 6 years ago
Group 605ba57086 Fix groupExists when a backend provides group details 6 years ago
Hooks 72bb7c3074 Fix PHP doc for API docs 6 years ago
Http 00c3a7eb4c Fix HTTP client given options being overriden by default options 6 years ago
IntegrityCheck 72e745be26 Handle strict typing in Checker and fix tests 6 years ago
L10N 772bbd99be Backend work to provide NC whats New info to users 6 years ago
Lock 3d5acbb1d0 prevent lock values from going negative with memcache backend 6 years ago
Lockdown 0eebff152a Update license headers 6 years ago
Log b788f0a456 Make sure error_log() always receives a string 6 years ago
Mail 7a4c23a720 Use index for format string parameters 6 years ago
Memcache bfa49410a2 Drop support for xcache 6 years ago
Migration 0eebff152a Update license headers 6 years ago
Notification 79b540ecc3 Add return types and fully qualified function calls 6 years ago
OCS a0028a2a5f Allow to skip retrieving from cache in the DiscoveryService 6 years ago
Preview 4758942121 Fixes 6 years ago
Remote 5ce69e7c42 Add some more tests for ocs remote api 6 years ago
Repair 0fe115a536 Add repair step 6 years ago
RichObjectStrings 0eebff152a Update license headers 6 years ago
Route c1e4f9f305 Use type casting instead of *val() method 6 years ago
Search 0eebff152a Update license headers 6 years ago
Security ad66c6bf08 Fix #9864: Decrease $maxDelay in Throttler.php 6 years ago
Session 8c47a632e0 Allow updating the token on session regeneration 6 years ago
Settings 03971d3695 Move encryption settings to security 6 years ago
Setup 38a90130ce move log constants to ILogger 6 years ago
Share 857bb45366 Add comment with IDs of internal share types 6 years ago
Share20 4c0cbdff36 tokens can't be valid local user names 6 years ago
Support 72bb7c3074 Fix PHP doc for API docs 6 years ago
SystemTag 8e5657014d Make SystemTag strict 6 years ago
Tagging eb51f06a3b Use ::class statement instead of string 6 years ago
Template 7e6fa90fa1 Icons cacher css url fix 6 years ago
Updater 772bbd99be Backend work to provide NC whats New info to users 6 years ago
User ac4735a4f2 Update the scope of the lockdownmanager 6 years ago
legacy be9ab8b879 also catch exceptions when loading apps 6 years ago
AllConfig.php 431750828e Store setUserValue as string in cache 6 years ago
AppConfig.php 05b8eb140c using isset() 6 years ago
Avatar.php ec8ab83ea5 get avatar custom status from user config 6 years ago
AvatarManager.php 48ea7251d7 Use \OC\User\Manager internally in the avatarmanager 6 years ago
CapabilitiesManager.php 38a90130ce move log constants to ILogger 6 years ago
Color.php 1517b1452e Fix autoloader 6 years ago
Config.php 2b73779568 Fix some typos 6 years ago
ContactsManager.php ba87db3fcc Fix others 8 years ago
DatabaseException.php b8ed028870 Remove unneeded parameter in DatabaseException 7 years ago
DatabaseSetupException.php ba87db3fcc Fix others 8 years ago
DateTimeFormatter.php 0eebff152a Update license headers 6 years ago
DateTimeZone.php 38a90130ce move log constants to ILogger 6 years ago
ForbiddenException.php ba87db3fcc Fix others 8 years ago
HintException.php 0eebff152a Update license headers 6 years ago
Installer.php 483ad01a09 There is no update available if the app didnt have a version (aka was not installed) 6 years ago
LargeFileHelper.php 32fd0919c1 Make LargeFileHelper.php faster by avoiding execs as much as possible 6 years ago
Log.php 8cdd134e7e Fetch logcondition earlier 6 years ago
MemoryInfo.php 2bab916c53 Adds license to files. Updates the branch. 6 years ago
NaturalSort.php 38a90130ce move log constants to ILogger 6 years ago
NaturalSort_DefaultCollator.php ba87db3fcc Fix others 8 years ago
NavigationManager.php 6f45607f57 Upgraded navigation submenu management and api + created sharing submenu 6 years ago
NeedsUpdateException.php 0215b004da Update with robin 8 years ago
NotSquareException.php ba87db3fcc Fix others 8 years ago
PreviewManager.php 6973b82e20 Develop HEIC/HEIF preview support #7406 6 years ago
PreviewNotAvailableException.php f56ae37e8f Opening the trashbin causes errors in log for files without preview 8 years ago
RedisFactory.php 0eebff152a Update license headers 6 years ago
Repair.php 8a64433ec9 Add repair job for pending cron jobs 6 years ago
RepairException.php ba87db3fcc Fix others 8 years ago
Search.php 21a720e026 Removed deprecated search function from ISearch 6 years ago
Server.php 6686ca9b2a cache isCached state for scss resources 6 years ago
ServerContainer.php a411adee6c Fix missing argument 2 for Settings classes 7 years ago
ServerNotAvailableException.php ba87db3fcc Fix others 8 years ago
ServiceUnavailableException.php 0215b004da Update with robin 8 years ago
Setup.php 253f962241 Add the job 6 years ago
Streamer.php 90fdf83ca7 Use zip32 only if there are less than 65536 files 6 years ago
SubAdmin.php 00122fa027 Use group displayNames in users list 6 years ago
SystemConfig.php f9e70c2ab6 Merge pull request #7020 from Fiech/master 6 years ago
TagManager.php ba87db3fcc Fix others 8 years ago
Tags.php ece41318b8 Check if the favorite tag exists 6 years ago
TempManager.php 0eebff152a Update license headers 6 years ago
TemplateLayout.php ad5093b7a6 Show link to simple sign up page 6 years ago
URLGenerator.php e2cd33adfe Fix check if theming defaults instance is available 6 years ago
Updater.php 7eb74186ef Merge pull request #8380 from nextcloud/bugfix/noid/reenable-disabled-apps 6 years ago