Commit Graph

65 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Ferdinand Thiessen c21e189850
fix: make core application bootstrapable by coordinator 7 months ago
Joas Schilling cdfce26ea9
fix(navigation): Fix absolute URLs from default apps 8 months ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Ferdinand Thiessen 9e979d42b4
fix(setup-checks): Ensure URL with webroot works 1 year ago
provokateurin 01ec6762a2
fix(URLGenerator): Use NavigationManager to generate default page URL 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling 572ea18ac7
fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder 2 years ago
Andrew Summers ce74bdcda2
Refactor `OC\Server::getThemingDefaults` 2 years ago
Hamid Dehnavi d0b20534b9 Refactor "substr" calls to improve code readability 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Christopher Ng 4f8e916585 Add label for logo link 3 years ago
Arthur Schiwon 9f9da2eaa8
app_path cannot be empty 3 years ago
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Louis Chemineau 18d32a1ce7 Prevent empty base URL during installation 4 years ago
Jonas Meurer 7c76e85dde
Use IURLGenerator function to get value of `\OC::$WEBROOT` global 4 years ago
Daniel Rudolf a1d6189dfa
Fix UrlGeneratorTest 4 years ago
Daniel Rudolf 15a445f743
Move UtilTest::testDefaultApps() to UrlGeneratorTest 5 years ago
Daniel Rudolf 12059eb65b
Add IUrlGenerator::linkToDefaultPageUrl() 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman c048f0100f
cache baseurl in url generator 5 years ago
Roeland Jago Douma 72a9c35be3
Remove some IRouter methods 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Morris Jobke 387cac4c5f
Properly inject IRouter into URLGenerator to properly encapsulate tests 5 years ago
Morris Jobke fedf9c69d9
Use matching parameter names form interfaces and implementations 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Arthur Schiwon b57d8b92d6
fix generation of an url to an absolute ocs route when NC in subfolder 6 years ago
Joas Schilling b8fcf6e9b3
Allow empty strings in getAbsoluteURL 7 years ago
Roeland Jago Douma c97b4274cc
Add function to generate urls for OCS routes 7 years ago
Morris Jobke e2cd33adfe
Fix check if theming defaults instance is available 8 years ago
Roeland Jago Douma a3b33bea03
Make the URLGenerator strict 8 years ago
Morris Jobke d2d73f1ce8
Also replace all other occurences 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Julius Härtl b49ab065b7
Move theming related imagePath logic to ThemingDefaults 8 years ago
Julius Härtl ce5ad7e7f4
Prefer custom theme over theming app 9 years ago
Julius Härtl f039ba7480
Add tests and inject IRequest 9 years ago
Julius Härtl 0789adaf95
Make cache and scss caching depend on the baseUrl 9 years ago
Lukas Reschke ae6e1fe1df
Theme image for favicon-fb.png 9 years ago
Julius Haertl 086a5eb9d0
Check if the theming app is loaded 9 years ago
Roeland Jago Douma 9bc4ac367f
Do not trigger appconfig queries when we are not yet installed 9 years ago
Julius Haertl 237034818d
Check if dynamic icons can be used 9 years ago