Joas Schilling 810ee7d811 Make the auto-disabled list more broad 5 년 전
..
Accounts 0f911e2d13 Add default values when parsing account data 5 년 전
Activity e24d555281 Set false as default for requirePNG 5 년 전
App 810ee7d811 Make the auto-disabled list more broad 5 년 전
AppFramework b8c5008acf Add feature policy header 5 년 전
Archive 3f9cdeeb5f Cleanup some PHPDoc leftovers and unused variables 5 년 전
Authentication 608f4d3ee9 Pass $configargs to openssl_pkey_export 5 년 전
Avatar d14c0f2ed7 Move font from Nunito to Noto Sans 5 년 전
BackgroundJob d5927e4d01 Fix integer background job id type error 5 년 전
Cache 07e5b30b90 remove unneeded is_dir from file cache gc 6 년 전
Calendar 970242b6ca RoomManager/ResourceManager: Inject IServerContainer instead of using OC Server 6 년 전
Collaboration 658edacf23 Set type for access column on cacheAccessForCollection 5 년 전
Command eb51f06a3b Use ::class statement instead of string 6 년 전
Comments 7d3a349d8f PHPStorm code cleanup 5 년 전
Console 0c77cd21f9 Make sure maintenance mode is always casted to bool 5 년 전
Contacts db17c14f80 Respect sharing enumeration config in contacts menu 5 년 전
DB d0409548c6 instead of upsert, fallback to default query on PgSQL <= 9.4 5 년 전
Dashboard dfd4782dfc include dashboard into core 6 년 전
Diagnostics 0eebff152a Update license headers 7 년 전
Encryption a2eaf48f6f list files which could not be decrypted 6 년 전
EventDispatcher 3174012adf Add event dispatcher to OCP 5 년 전
Federation 5ad86170c1 According to the OCM specification the body needs to be JSON encoded 5 년 전
Files d14aed1048 Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdav 5 년 전
FullTextSearch 1e5fadcdf1 Merge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simple-queries 5 년 전
GlobalScale 0eebff152a Update license headers 7 년 전
Group c6c8a41d2f group display name support (service level + ldap) 5 년 전
Hooks 72bb7c3074 Fix PHP doc for API docs 7 년 전
Http edf946dfc7 Correctly handle emtpy string in proxyuserpwd config 5 년 전
IntegrityCheck 8bed3021bd Exclude .rnd files from integrity check 5 년 전
L10N b2cc5d8fb6 Make the L10N loading lazy 5 년 전
Lock 0d778fcc4e Code cleanup. 5 년 전
Lockdown 0487144b26 Remove deprecated searchByTag 5 년 전
Log 2efb9a7d90 Make sure SystemConfig class can be injected and syslog_tag is fetched properly 5 년 전
Mail 52dcc9550c changed order of methods 5 년 전
Memcache bfa49410a2 Drop support for xcache 6 년 전
Migration 3ecdf743bb Properly inject EventDispatched in BackgroundRepair 5 년 전
Notification 594efca1e3 Update since to the correct version 5 년 전
OCS a0028a2a5f Allow to skip retrieving from cache in the DiscoveryService 6 년 전
Preview 761c961b52 Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable 5 년 전
Remote 5ce69e7c42 Add some more tests for ocs remote api 7 년 전
Repair d0e1bcc1d0 Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exception 5 년 전
RichObjectStrings 695e60228d Validate all rich objects not only the used ones 6 년 전
Route 0c77cd21f9 Make sure maintenance mode is always casted to bool 5 년 전
Search 0eebff152a Update license headers 7 년 전
Security b8c5008acf Add feature policy header 5 년 전
Session fe21b10de5 replace setcookie value with '' instead of null. 6 년 전
Settings 5ab4daad96 Move OC\Settings\Admin and OC\Settings\Personal to actual settings 5 년 전
Setup b42b26eceb Merge pull request #15187 from vitormattos/bugfix-create-database-user 5 년 전
Share 98237d2a00 Remove unused OC\Share\Share::checkPasswordProtectedShare 5 년 전
Share20 22b81ac1e4 Fix permission check on incoming federated shares 5 년 전
Support df072471a7 Add extendedSupport to Subscription 5 년 전
SystemTag bb352fb667 Use the defined func()->count() instead of manual counting 6 년 전
Tagging eb51f06a3b Use ::class statement instead of string 6 년 전
Template f8aeef7ae9 Lock SCSS so we only run 1 job at a time 5 년 전
Updater 772bbd99be Backend work to provide NC whats New info to users 6 년 전
User 145eee91fe Get the proper UID 5 년 전
legacy 810ee7d811 Make the auto-disabled list more broad 5 년 전
AllConfig.php a11ef5134c Add methods to get casted system values 5 년 전
AppConfig.php 78201bcb72 treat sensitive config keys by pattern 5 년 전
CapabilitiesManager.php 38a90130ce move log constants to ILogger 6 년 전
Color.php 1517b1452e Fix autoloader 6 년 전
Config.php 9104e028a3 Remove deleteFromOpcodeCache & clearOpcodeCache 5 년 전
ContactsManager.php 2c5ebac458 Allow to search for real pattern in contacts 5 년 전
DatabaseException.php b8ed028870 Remove unneeded parameter in DatabaseException 7 년 전
DatabaseSetupException.php ba87db3fcc Fix others 8 년 전
DateTimeFormatter.php 0eebff152a Update license headers 7 년 전
DateTimeZone.php 38a90130ce move log constants to ILogger 6 년 전
ForbiddenException.php ba87db3fcc Fix others 8 년 전
HintException.php 0eebff152a Update license headers 7 년 전
InitialStateService.php 0e6cb988a1 Add a key parameter to the new initial state API 5 년 전
Installer.php 8f2e8fa324 Run repair steps when enabling an app that has already been installed 5 년 전
LargeFileHelper.php 32fd0919c1 Make LargeFileHelper.php faster by avoiding execs as much as possible 6 년 전
Log.php d3a244f9d9 Allow crash reporters to catpture any message 5 년 전
MemoryInfo.php 2bab916c53 Adds license to files. Updates the branch. 6 년 전
NaturalSort.php 38a90130ce move log constants to ILogger 6 년 전
NaturalSort_DefaultCollator.php ba87db3fcc Fix others 8 년 전
NavigationManager.php b578fd855e Generate id for navigation item 5 년 전
NeedsUpdateException.php 0215b004da Update with robin 8 년 전
NotSquareException.php ba87db3fcc Fix others 8 년 전
PreviewManager.php 4505afe184 Allow IProviderV2 for previews as well 5 년 전
PreviewNotAvailableException.php f56ae37e8f Opening the trashbin causes errors in log for files without preview 8 년 전
RedisFactory.php e9e9b6a4b6 Allow redis cluster to use password 5 년 전
Repair.php b732f51c10 Add enterprise logo 5 년 전
RepairException.php ba87db3fcc Fix others 8 년 전
Search.php 21a720e026 Removed deprecated search function from ISearch 6 년 전
Server.php 2efb9a7d90 Make sure SystemConfig class can be injected and syslog_tag is fetched properly 5 년 전
ServerContainer.php 357263a70b Do not try to autoload built in types 5 년 전
ServerNotAvailableException.php ba87db3fcc Fix others 8 년 전
ServiceUnavailableException.php 0215b004da Update with robin 8 년 전
Setup.php 3ef1780646 Allow to access source maps on apache 5 년 전
Streamer.php 90fdf83ca7 Use zip32 only if there are less than 65536 files 6 년 전
SubAdmin.php 15abcff2a1 Expose subadmin to OCP 5 년 전
SystemConfig.php f9e70c2ab6 Merge pull request #7020 from Fiech/master 7 년 전
TagManager.php ba87db3fcc Fix others 8 년 전
Tags.php ece41318b8 Check if the favorite tag exists 6 년 전
TempManager.php 0eebff152a Update license headers 7 년 전
TemplateLayout.php 071b686543 Fix "Undefined index: user_uid" on login page 5 년 전
URLGenerator.php b8fcf6e9b3 Allow empty strings in getAbsoluteURL 6 년 전
Updater.php 810ee7d811 Make the auto-disabled list more broad 5 년 전