summaryrefslogtreecommitdiffstats
path: root/tests/lib/app
Commit message (Collapse)AuthorAgeFilesLines
* Check whether the app can be enabled for groupsJoas Schilling2016-01-141-0/+93
|
* Use proper base classThomas Müller2015-12-173-3/+6
|
* fix unit testsMorris Jobke2015-11-231-2/+6
|
* The constant is now deprecatedJoas Schilling2015-10-141-1/+1
|
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-0/+73
| | | | | * ref #17598 * including unit tests for mandatory fields/versions
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+70
|\ | | | | Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-3/+6
| | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
| * Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
| | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | Only decorate the type when it was matchedJoas Schilling2015-07-171-1/+3
| |
* | Use the decorator patternJoas Schilling2015-07-175-25/+110
| |
* | Restructor the code into different classes instead of extendingJoas Schilling2015-07-175-59/+101
| |
* | Check for methods as good as possibleJoas Schilling2015-07-172-56/+43
| |
* | Allow checking for functionsJoas Schilling2015-07-172-2/+31
| |
* | Add support for deprecated constantsJoas Schilling2015-07-172-0/+102
| |
* | Correctly handle use statementsJoas Schilling2015-07-172-8/+14
| |
* | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-172-2/+59
|/
* fix wordingMorris Jobke2015-07-031-1/+1
|
* Correct wordingLukas Reschke2015-07-021-1/+1
| | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported.
* Add missing type annotationsLukas Reschke2015-07-021-0/+25
|
* add positive tests for operator in code checkerMorris Jobke2015-05-051-0/+17
|
* Check usage of != and == - refs #16054Thomas Müller2015-05-051-2/+6
|
* Adjust tests and check whether clear() is calledJoas Schilling2015-04-011-100/+80
|
* Add wrapper for GuzzleLukas Reschke2015-03-251-3/+3
|
* make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-3/+18
|
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-0/+32
|\ | | | | Better caching for enabled apps
| * better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| |
| * Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-0/+32
| |
* | implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-101-0/+38
|/ | | | including console command to check local code to be used by developers
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+2
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* adding unit tests for PlatformRepository::normalizeVersion()Thomas Müller2014-12-121-0/+65
|
* rework api of DependencyAnalyzerThomas Müller2014-12-121-18/+13
|
* single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-3/+5
|
* adding dependency to owncloud version - with fallback to requiremin and ↵Thomas Müller2014-12-111-0/+32
| | | | requiremax
* adding dependencies for supported platformsThomas Müller2014-12-111-0/+28
|
* adding supported libraries - including min and max versionThomas Müller2014-12-111-1/+45
|
* adding dependencies for command line toolsThomas Müller2014-12-111-2/+41
|
* migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-081-1/+1
|
* no nested xml tags on dependenciesThomas Müller2014-12-041-1/+1
|
* adjust dependency analyzer to use attributes properlyThomas Müller2014-12-041-4/+4
|
* switch to different parsing implementation to get xml attributes properly ↵Thomas Müller2014-12-041-1/+0
| | | | handled
* adding supported databasesThomas Müller2014-12-041-0/+32
|
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-042-6/+92
| | | | some more unit tests on xml info parser
* handle invalid xml fileThomas Müller2014-11-251-0/+5
|
* simplify xml parser codeThomas Müller2014-11-251-17/+8
|
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+57
|
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+195