summaryrefslogtreecommitdiffstats
path: root/tests/lib/app
Commit message (Collapse)AuthorAgeFilesLines
* 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