Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -0/+93 |
| | |||||
* | Use proper base class | Thomas Müller | 2015-12-17 | 3 | -3/+6 |
| | |||||
* | fix unit tests | Morris Jobke | 2015-11-23 | 1 | -2/+6 |
| | |||||
* | The constant is now deprecated | Joas Schilling | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | [App Code Check] add check for version and mandatory fields | Morris Jobke | 2015-09-24 | 1 | -0/+73 |
| | | | | | * ref #17598 * including unit tests for mandatory fields/versions | ||||
* | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 1 | -0/+70 |
|\ | | | | | Display app names in update page for app updates | ||||
| * | Additions to update page | Vincent Petry | 2015-08-20 | 1 | -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 updates | Vincent Petry | 2015-08-19 | 1 | -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 matched | Joas Schilling | 2015-07-17 | 1 | -1/+3 |
| | | |||||
* | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 5 | -25/+110 |
| | | |||||
* | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 5 | -59/+101 |
| | | |||||
* | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 2 | -56/+43 |
| | | |||||
* | | Allow checking for functions | Joas Schilling | 2015-07-17 | 2 | -2/+31 |
| | | |||||
* | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 2 | -0/+102 |
| | | |||||
* | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 2 | -8/+14 |
| | | |||||
* | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 2 | -2/+59 |
|/ | |||||
* | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -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 annotations | Lukas Reschke | 2015-07-02 | 1 | -0/+25 |
| | |||||
* | add positive tests for operator in code checker | Morris Jobke | 2015-05-05 | 1 | -0/+17 |
| | |||||
* | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 1 | -2/+6 |
| | |||||
* | Adjust tests and check whether clear() is called | Joas Schilling | 2015-04-01 | 1 | -100/+80 |
| | |||||
* | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -3/+3 |
| | |||||
* | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-26 | 1 | -3/+18 |
| | |||||
* | 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 |