Commit Graph

58 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Côme Chilliet ae4d38eb63
fix: Allow hyphen in appid 3 months ago
Côme Chilliet f5111c0961
chore(tests): Do not mock DependencyAnalyzer in AppManagerTest 4 months ago
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager 4 months ago
Côme Chilliet 3cea218750
chore(tests): Use valid application names for tests 4 months ago
Ferdinand Thiessen 0ef58c96ab
refactor(Memcache\Factory): move prefix generation to the factory class 4 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Maxence Lange d8fc08d718 feat(lexicon): fix tests 6 months ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 7 months ago
Côme Chilliet a2fdeccc31
chore(tests): Adapt AppManager test to the use of searchValues 7 months ago
Ferdinand Thiessen 9422b6d6d0
test: adjust library tests for PHPunit deprecations 7 months ago
Joas Schilling 720ab52e07
test: Fix tests/lib/App* 8 months ago
Côme Chilliet f758f565d4
fix: Replace getInstalledApps calls with getEnabledApps 11 months ago
Côme Chilliet a3685551f7
fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser 11 months ago
Ferdinand Thiessen 31664b3edd
fix: Correctly return app id and app version for `core` styles and images 11 months ago
skjnldsv 158299b3d7 fix(profile): make sure the app cannot be disabled as it was in core 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Côme Chilliet 7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 1 year ago
provokateurin 70ed08daf1
refactor(AppManager): Deprecated default apps handling 1 year ago
Richard Steinmetz e42bceac9f
feat: hide caldav server settings if no app uses the caldav backend 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Côme Chilliet ac1d868d18
fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2 years ago
Côme Chilliet a0be3ffdf2
fix: Fix tests following OC_App migrations to IAppManager 2 years ago
Ferdinand Thiessen c8d7a5acaa fix(AppManager): Allow to query dark **or** bright icon 2 years ago
Ferdinand Thiessen 876e2d6198
feat(AppManager): Provide `getAppIcon` function 2 years ago
Ferdinand Thiessen 927e7fcf67
fix(AppManager): Ensure that app manager can handle empty app keys on the navigation entries 2 years ago
Ferdinand Thiessen 8d0c7cc5fa
fix: Allow to set custom app order on navigation entries added by closures to NavigationManager 2 years ago
Ferdinand Thiessen e9d4036389
feat(theming): Allow to configure default apps and app order in frontend settings 2 years ago
Côme Chilliet 2d28e8110f
Fix and extend tests for AppManager::getDefaultAppForUser 2 years ago
Côme Chilliet f57c12b14e
Fix various deprecation warnings in tests on PHP 8.3 2 years ago
Joas Schilling 5bb6a7804f
fix: Move AppManager events to IEventDispatcher 2 years ago
Christoph Wurst 3d1acca1f3
chore(app): Do not clear unused cache key 3 years ago
Christopher Ng 4f8e916585 Add label for logo link 3 years ago
Thomas Citharel f1751c4428
Introduced app enable/disable/update typed events 3 years ago
szaimen 1d17a0843a set theming app to alwaysEnabled 3 years ago
Joas Schilling df47445c01
Fix unit tests 5 years ago
Daniel Kesselberg d766d09f01
Add test to ensure that symlinked apps_paths are not resolved 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 2a529e453a
Use a blank line after the opening tag 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Joas Schilling 3eee359d7f
Allow to force enable apps via CLI 6 years ago
Roeland Jago Douma eb8ca3783c
Viewer should be always enabled 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Christoph Wurst de6940352a Move settings to an app 6 years ago
Morris Jobke 99f2c82222
Properly inject the logger 7 years ago
Greta Doci 5898e87e0f Remove deleted groups from app restrictions fixes #15823 7 years ago