.. |
app
|
8cfdc62eae
Update info checker requirements
|
8 жил өмнө |
appframework
|
ea9c79b7c0
Fix Appframework tests with phpunit 5.2+
|
8 жил өмнө |
archive
|
cb3a598cdb
Make root tests extend the \Test\TestCase
|
10 жил өмнө |
backgroundjob
|
3e1dc64737
Change the sort order of background jobs to be DESC instead of ASC
|
8 жил өмнө |
cache
|
ddbbe1742f
propagate folder size in the same query for write updates
|
8 жил өмнө |
command
|
5f300ac275
Allow specifing the signing path
|
8 жил өмнө |
comments
|
347ad3e223
Limit comment message to 1k chars
|
8 жил өмнө |
db
|
aa91d50d04
Prevent certain DBs throwing exceptions on same-value updates
|
8 жил өмнө |
encryption
|
4ac256ea6c
[stable9] Fix decrypt message stable9 (#25188)
|
8 жил өмнө |
files
|
5a7dfcacc5
Make sure we don't scan files that can not be accessed
|
8 жил өмнө |
group
|
3c8f4784e9
Inject DBConnection
|
8 жил өмнө |
hooks
|
0497534a6e
more type hints
|
9 жил өмнө |
http
|
d3e3a84cae
Move the helpful method to the TestCase class
|
9 жил өмнө |
integritycheck
|
9ef7340dc7
Add support for custom values in integrity checker
|
8 жил өмнө |
l10n
|
f7f9ef55b6
Do not save the language as request lang for apps when we didn't find any
|
8 жил өмнө |
lock
|
e191953942
Remove all locks after ttl from the db
|
9 жил өмнө |
log
|
d331e0d4f8
Replace OC_Config in tests with IConfig calls
|
9 жил өмнө |
mail
|
e0d6bd5b6d
Run test only when idn is available
|
9 жил өмнө |
memcache
|
9190885b4e
Fix errors in memcached implementation
|
8 жил өмнө |
notification
|
777dbec369
Fix Notification tests with phpunit 5.2+
|
8 жил өмнө |
ocs
|
757aa45db7
Adding more DB groups to test suits
|
9 жил өмнө |
preview
|
ce6009e475
Fix Single execution of preview tests
|
8 жил өмнө |
public
|
4c9734f630
Test overriding channel
|
9 жил өмнө |
repair
|
7863987b19
Repair job to fix permissions for avatars (#25068)
|
8 жил өмнө |
security
|
830a080f0e
[stable9] Ignore certificate file if it starts with file://
|
8 жил өмнө |
session
|
0b91087489
Write to session in batch at the end of the request
|
9 жил өмнө |
share
|
8f04bf3793
Backport of share id as string fix
|
8 жил өмнө |
share20
|
75c172a062
Fix Share Manager tests with phpunit 5.2+
|
8 жил өмнө |
systemtag
|
2ec1c738d0
Merge pull request #22573 from owncloud/issue-22568-allow-string-object-ids
|
8 жил өмнө |
template
|
ddcd79132d
Add tests for correct path
|
9 жил өмнө |
traits
|
2cb45e71ea
fix creation of versions of encrypted files on external storages
|
8 жил өмнө |
user
|
1d9738006a
Only trigger postDelete hooks when the user was deleted...
|
8 жил өмнө |
util
|
36ce254ffd
Move dummy backend to Tests namespace
|
9 жил өмнө |
activitymanager.php
|
389a32e92a
Add test coverage for Activity Event and Manager
|
9 жил өмнө |
allconfig.php
|
88cd615214
Introduce IDBConnection::setValues()
|
8 жил өмнө |
api.php
|
cf9b8fc182
Merge pull request #18184 from owncloud/ocs-merge-headers
|
9 жил өмнө |
app.php
|
7048d428b1
Remove unneeded parameter from OC_App::getEnabledApps
|
8 жил өмнө |
appconfig.php
|
3bb6dcea64
Apply DB group annotation ...
|
9 жил өмнө |
archive.php
|
cb3a598cdb
Make root tests extend the \Test\TestCase
|
10 жил өмнө |
autoloader.php
|
604897945b
Move lib/repair to lib/private/repair
|
9 жил өмнө |
avatarmanagertest.php
|
47d28155a8
Do not copy skeleton on avatar access
|
8 жил өмнө |
avatartest.php
|
3cadc45ca5
only remove avatars from the folder we store them in
|
8 жил өмнө |
cache.php
|
d8d6368dd7
cap the number of entries we cache in smb's statcache
|
8 жил өмнө |
capabilitiesmanager.php
|
f0b617b508
Use DI
|
9 жил өмнө |
configtests.php
|
90b0831cec
Use TempManager instead of tmpFolder
|
9 жил өмнө |
contactsmanager.php
|
3d11e091d9
Mock interface
|
10 жил өмнө |
datetimeformatter.php
|
affeea8c72
Use a fixed timestamp so we dont switch days/years with the getTimestampAgo
|
10 жил өмнө |
db.php
|
fddece9552
Remove OC_DB::insertid
|
9 жил өмнө |
dbschema.php
|
876fb83ddc
getMediumStrengthGenerator is deprecated and does not do anything anymore
|
8 жил өмнө |
errorHandler.php
|
cb3a598cdb
Make root tests extend the \Test\TestCase
|
10 жил өмнө |
filechunking.php
|
91c7d293ca
Added tests
|
8 жил өмнө |
files.php
|
34727f26d0
skip failing tests
|
8 жил өмнө |
group.php
|
7e44ea5da0
Remove deprecated function OC_User::getManager
|
9 жил өмнө |
helper.php
|
930555bd5e
properly use standard
|
8 жил өмнө |
helperstorage.php
|
1f715289bf
Removed deprecated function OC_User::deleteUser
|
9 жил өмнө |
hookhelper.php
|
3cae0135ad
Fire prehooks when uploading directly to storage
|
9 жил өмнө |
httphelper.php
|
dff361dc5c
Add connection timeout to default POST options
|
9 жил өмнө |
image.php
|
71d65cb713
Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly
|
9 жил өмнө |
installer.php
|
c009d5dcc1
Verify signature of apps with level "Official" coming from the appstore
|
9 жил өмнө |
largefilehelper.php
|
cb3a598cdb
Make root tests extend the \Test\TestCase
|
10 жил өмнө |
largefilehelpergetfilesize.php
|
9ea205dc3d
Check if open_basedir is set
|
10 жил өмнө |
logger.php
|
5da9f10af2
Remove the password from the validateUserPass() method as well
|
8 жил өмнө |
naturalsort.php
|
0066c6f001
Add PHPunit test for DefaultCollator
|
9 жил өмнө |
navigationmanagertest.php
|
ec1d5011b6
Add tests for the navigation manager (closure) behaviour
|
9 жил өмнө |
ocsclienttest.php
|
c009d5dcc1
Verify signature of apps with level "Official" coming from the appstore
|
9 жил өмнө |
preview.php
|
757aa45db7
Adding more DB groups to test suits
|
9 жил өмнө |
releasenotestest.php
|
c43713515b
Remove duplicated message
|
8 жил өмнө |
repair.php
|
cb3a598cdb
Make root tests extend the \Test\TestCase
|
10 жил өмнө |
server.php
|
809ff5ac95
Add public API to give developers the possibility to adjust the global CSP defaults
|
8 жил өмнө |
setup.php
|
0a89073c47
Run .htaccess updates in any case
|
9 жил өмнө |
streamwrappers.php
|
a18c0983d5
Use TempManager instead of tmpFile
|
9 жил өмнө |
subadmin.php
|
51ead4e59b
subadmin methods should not return any null user or group
|
9 жил өмнө |
tags.php
|
190cc2bb67
Remove OC_DB::getConnection
|
9 жил өмнө |
template.php
|
e9b91b1798
verify the path in the autoloader
|
9 жил өмнө |
tempmanager.php
|
34727f26d0
skip failing tests
|
8 жил өмнө |
testcase.php
|
70396581eb
Add tests for findLanguage()
|
8 жил өмнө |
testmoveablemountpoint.php
|
538e466c30
Keep shared locks in post hooks
|
9 жил өмнө |
updater.php
|
40ad62306d
Use the same URL everywhere
|
8 жил өмнө |
urlGenerator.php
|
f9fc254672
Add DB group to some files_external tests
|
9 жил өмнө |
user.php
|
1f715289bf
Removed deprecated function OC_User::deleteUser
|
9 жил өмнө |
util.php
|
759b19775d
Fix unit tests
|
8 жил өмнө |
utilcheckserver.php
|
34727f26d0
skip failing tests
|
8 жил өмнө |