Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -0/+32 |
|\ | | | | | Better caching for enabled apps | ||||
| * | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 1 | -1/+1 |
| | | |||||
| * | Add getInstalledApps and getAppsForUser to the app manager | Robin Appelman | 2015-02-16 | 1 | -0/+32 |
| | | |||||
* | | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 1 | -0/+38 |
|/ | | | | including console command to check local code to be used by developers | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -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üller | 2014-12-12 | 1 | -0/+65 |
| | |||||
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -18/+13 |
| | |||||
* | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 1 | -3/+5 |
| | |||||
* | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 1 | -0/+32 |
| | | | | requiremax | ||||
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 1 | -0/+28 |
| | |||||
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 1 | -1/+45 |
| | |||||
* | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 1 | -2/+41 |
| | |||||
* | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 1 | -4/+4 |
| | |||||
* | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 1 | -1/+0 |
| | | | | handled | ||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -0/+32 |
| | |||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 2 | -6/+92 |
| | | | | some more unit tests on xml info parser | ||||
* | handle invalid xml file | Thomas Müller | 2014-11-25 | 1 | -0/+5 |
| | |||||
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -17/+8 |
| | |||||
* | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -0/+57 |
| | |||||
* | Add \OC\App\Manager to handle enabling/disabling apps | Robin Appelman | 2014-11-10 | 1 | -0/+195 |