Ferdinand Thiessen
|
0f6760c810
feat(files): Make the files download action use WebDAV zip download
|
1 month ago |
Christoph Wurst
|
49dd79eabb
refactor: Add void return type to PHPUnit test methods
|
1 month ago |
Andy Scherzinger
|
1f7e2ba599
chore: Add SPDX header
|
6 months ago |
Joas Schilling
|
572ea18ac7
fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder
|
11 months ago |
John Molakvoæ
|
998b3a2581
feat(f2v): migrate Files
|
1 year ago |
Côme Chilliet
|
8d5165e8dc
Adapt tests to config value typing
|
1 year ago |
Christopher Ng
|
4f8e916585
Add label for logo link
|
1 year ago |
Côme Chilliet
|
f5c361cf44
composer run cs:fix
|
1 year ago |
Vincent Petry
|
42d9e087fb
Remove unused legacy ajax/list.php in files app
|
1 year ago |
Carl Schwan
|
458c2fa297
Remove OCP\App and OCP\BackgroundJob
|
2 years ago |
Julius Härtl
|
d68f028251
Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl
|
3 years ago |
Jonas Meurer
|
7c76e85dde
Use IURLGenerator function to get value of `\OC::$WEBROOT` global
|
3 years ago |
Daniel Rudolf
|
a1d6189dfa
Fix UrlGeneratorTest
|
3 years ago |
Daniel Rudolf
|
b768cade2b
Fix UrlGeneratorTest
|
3 years ago |
Daniel Rudolf
|
1e5962ae98
Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()
|
3 years ago |
Daniel Rudolf
|
15a445f743
Move UtilTest::testDefaultApps() to UrlGeneratorTest
|
3 years ago |
Daniel Rudolf
|
12059eb65b
Add IUrlGenerator::linkToDefaultPageUrl()
|
3 years ago |
Roeland Jago Douma
|
72a9c35be3
Remove some IRouter methods
|
4 years ago |
Morris Jobke
|
387cac4c5f
Properly inject IRouter into URLGenerator to properly encapsulate tests
|
4 years ago |
Morris Jobke
|
053ee7b386
Only load routes of the app which is requested
|
5 years ago |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
4 years ago |
Christoph Wurst
|
1584c9ae9c
Add visibility to all methods and position of static keyword
|
4 years ago |
Christoph Wurst
|
caff1023ea
Format control structures, classes, methods and function
|
4 years ago |
Christoph Wurst
|
41b5e5923a
Use exactly one empty line after the namespace declaration
|
4 years ago |
Roeland Jago Douma
|
3a7cf40aaa
Mode to modern phpunit
|
5 years ago |
Roeland Jago Douma
|
c007ca624f
Make phpunit8 compatible
|
5 years ago |
Joas Schilling
|
b8fcf6e9b3
Allow empty strings in getAbsoluteURL
|
6 years ago |
Joas Schilling
|
2b18b9ae96
Update the URLGenerator test to current state of art
|
6 years ago |
Roeland Jago Douma
|
c97b4274cc
Add function to generate urls for OCS routes
|
6 years ago |
John Molakvoæ (skjnldsv)
|
c0c4443ffc
Fixed tests
|
6 years ago |