Roeland Jago Douma 8237712a8f use HSTS when doing request with the HttpClient 1 year ago
..
Accounts 92a5a8f075 Cleanup tags and Share component 1 year ago
Activity 215aef3cbd Update php licenses 3 years ago
App a133a8a9d7 remove getDefaultInstallationBundle 1 year ago
AppFramework c8b7a233a5 Allow CSRF on CORS routes 1 year ago
Archive f5004e8f0c Expose ZIP stat information 2 years ago
Authentication eff877af03 Pass logger to passwordless auth WebAuthn lib 1 year ago
Avatar bc9a488046 Update avatars on update 1 year ago
BackgroundJob 49334e4d9c Fix many tests and warnings 1 year ago
Broadcast 215aef3cbd Update php licenses 3 years ago
Cache d5c23dbb9f Move CappedMemoryCache to OCP 1 year ago
Calendar f7d73b0fc1 Fix various errors in iMIP logic 1 year ago
Collaboration 3c86afcce4 File reference: use the file type icon as fallback when no preview provider for this type 1 year ago
Command d8c419c304 Explicitely only accept closures from our dependencies in ClosureJob 1 year ago
Comments 7a0648757a Delete comments that expired now 1 year ago
Console 458c2fa297 Remove OCP\App and OCP\BackgroundJob 1 year ago
Contacts 7d024bc337 Merge pull request #32635 from andyxheli/patch-3 1 year ago
DB d151999fc8 typehint migrationservice closures 1 year ago
Dashboard 6e531b5ab5 avoid early DI of IAppManager 1 year ago
Diagnostics d5c23dbb9f Move CappedMemoryCache to OCP 1 year ago
DirectEditing 8535dc4255 fix translation source in directEditing templates 2 years ago
Encryption c2b206db64 add marker interface to mark system mount points for encryption 1 year ago
EventDispatcher 1809386862 Fix codestyle 2 years ago
Federation d3743392e0 cache cloud id data in CloudIdManager 1 year ago
Files 95bc770a37 Fix unencrypted size calculation for files created before the Encryption storage is enabled 1 year ago
FullTextSearch 113756db30 Fix ArrayAccess and JsonSerializable return types 2 years ago
GlobalScale 215aef3cbd Update php licenses 3 years ago
Group 32eef3b10f Do not ignore return value of deleteGroup from backend 2 years ago
Hooks 215aef3cbd Update php licenses 3 years ago
Http 8237712a8f use HSTS when doing request with the HttpClient 1 year ago
IntegrityCheck 50ed84fe17 Simlify tests for integrity check on modified mimetype lists 2 years ago
KnownUser 215aef3cbd Update php licenses 3 years ago
L10N c54fb5f9e6 Use {$var} instead of ${var} for PHP 8.2 compatibility 1 year ago
LDAP 215aef3cbd Update php licenses 3 years ago
Lock fcae6a68c3 Cleanup lock related code 2 years ago
Lockdown 9774fb1573 use searchoperation for storage filter instead of db expression 2 years ago
Log b888c61463 Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated 1 year ago
Mail 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 1 year ago
Memcache 826e234ecf Correctly handle Redis::keys returning false 1 year ago
Metadata 54b6d0708b Allow scanning for metadata with occ scan:file --generate-metadata 1 year ago
Migration a2a7150d6d Migrate Repair events to OCP\EventDispatcher\Event 1 year ago
Notification 85eb3b2920 Fix wording of undeliverable push notifications 1 year ago
OCS d434da75bb Add a capability for the reference API and expose the regex to clients 1 year ago
Preview 4baf960c21 Save getting the parent node when generating the preview 1 year ago
Profile 5edab8c922 Cache ConfigProfile 1 year ago
Profiler 7d272c54d0 Add a built-in profiler inside Nextcloud 2 years ago
Remote 215aef3cbd Update php licenses 3 years ago
Repair 4aaa4590a5 unbundle files_videoplayer and clean up a little 1 year ago
RichObjectStrings 215aef3cbd Update php licenses 3 years ago
Route 368f83095d Fix typos in lib/private subdirectory 1 year ago
Search 6be7aa112f Migrate from ILogger to LoggerInterface in lib/private 2 years ago
Security 48d9c4d2b0 Port existing server code to new interface 1 year ago
Session 9e1d431255 Add config option to disable strict session timeout to be able to use read_and_close 1 year ago
Settings 2397ea7219 Merge branch 'master' into fix/setting/accessibility-title 1 year ago
Setup b427ccd065 Do not store generated mysql password if it was not used 1 year ago
Share 92a5a8f075 Cleanup tags and Share component 1 year ago
Share20 92a5a8f075 Cleanup tags and Share component 1 year ago
Support 069477e608 Migrate more classes of lib/private to LoggerInterface 2 years ago
SystemTag 215aef3cbd Update php licenses 3 years ago
Tagging 652158a72c Improve typing 1 year ago
Talk 2c356d0852 Add a Talk API for OCP 2 years ago
Template de168b38e9 Make it possible to load theme/<themename>/dist 1 year ago
Updater 6be7aa112f Migrate from ILogger to LoggerInterface in lib/private 2 years ago
User 144514e49e Fix avatar cleanup on user delete 1 year ago
UserStatus deec4f31db Allow to revert the user status of multiple users in 3 queries instead of 3*n 2 years ago
legacy 92a5a8f075 Cleanup tags and Share component 1 year ago
AllConfig.php 361e69f19f fix mistake in db query to delete a user config value 1 year ago
AppConfig.php 9a9409e315 Remove SCSSCacher 2 years ago
AppScriptDependency.php 491bd6260c Sort app scripts topologically by its dependencies 2 years ago
AppScriptSort.php 491bd6260c Sort app scripts topologically by its dependencies 2 years ago
BinaryFinder.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 1 year ago
CapabilitiesManager.php 69b36fc2c5 Don't inject Bruteforce capability info in the webui 2 years ago
Color.php 215aef3cbd Update php licenses 3 years ago
Config.php 3236619e99 Revert "Make config file saving safe against write failures" 1 year ago
ContactsManager.php 5347fb02dc Remove some constants and functions which have been long deprecated 1 year ago
DatabaseException.php 215aef3cbd Update php licenses 3 years ago
DatabaseSetupException.php b78f3a57d1 Migrate HintException to OCP 2 years ago
DateTimeFormatter.php 215aef3cbd Update php licenses 3 years ago
DateTimeZone.php 51f04ed514 Move away from deprecated ILogger 2 years ago
EmojiHelper.php cefcd55994 Include more emoji chars to test and fixes after include it 2 years ago
ForbiddenException.php 215aef3cbd Update php licenses 3 years ago
HintException.php 368f83095d Fix typos in lib/private subdirectory 1 year ago
InitialStateService.php 215aef3cbd Update php licenses 3 years ago
Installer.php 0efd6d9950 set defaultEnabled in shipped.json 1 year ago
LargeFileHelper.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 1 year ago
Log.php 2a6f46e689 allow apps to specify methods carrying sensitive parameters 1 year ago
MemoryInfo.php 368f83095d Fix typos in lib/private subdirectory 1 year ago
NaturalSort.php 069477e608 Migrate more classes of lib/private to LoggerInterface 2 years ago
NaturalSort_DefaultCollator.php 215aef3cbd Update php licenses 3 years ago
NavigationManager.php da01494a37 Add accessibility entry in user menu 1 year ago
NeedsUpdateException.php 215aef3cbd Update php licenses 3 years ago
NotSquareException.php 215aef3cbd Update php licenses 3 years ago
PreviewManager.php efedb218e3 Fix FFMPEG preview manager 1 year ago
PreviewNotAvailableException.php 215aef3cbd Update php licenses 3 years ago
RedisFactory.php 83717a7800 Add event logging for db and redis connection 2 years ago
Repair.php 4aaa4590a5 unbundle files_videoplayer and clean up a little 1 year ago
RepairException.php 215aef3cbd Update php licenses 3 years ago
Search.php 215aef3cbd Update php licenses 3 years ago
Server.php e962d3fba4 Use color preset of shipped background as primary color 1 year ago
ServerContainer.php 215aef3cbd Update php licenses 3 years ago
ServerNotAvailableException.php 215aef3cbd Update php licenses 3 years ago
ServiceUnavailableException.php 215aef3cbd Update php licenses 3 years ago
Setup.php c2bd4f39c1 Make phpcs happy and remove unused setup thing 1 year ago
StreamImage.php 9b6a1cc8ae Send images to imaginary docker to generate previews 2 years ago
Streamer.php 95ec67ecd7 Fix docblock for addFileFromStream 2 years ago
SubAdmin.php 215aef3cbd Update php licenses 3 years ago
SystemConfig.php 1e27aed4dc Censor more configs 2 years ago
TagManager.php 92a5a8f075 Cleanup tags and Share component 1 year ago
Tags.php 92a5a8f075 Cleanup tags and Share component 1 year ago
TempManager.php 215aef3cbd Update php licenses 3 years ago
TemplateLayout.php 5b4708c5be Move app menu to vue 1 year ago
URLGenerator.php 9f9da2eaa8 app_path cannot be empty 1 year ago
Updater.php 9a29025534 Parameter of RepairAdvanceEvent is actually an increment, not a step id 1 year ago