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