Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -0/+18 | |
|\| | ||||||
| * | Merge branch 'master' into update-progress | Michael Gapczynski | 2013-01-05 | 1 | -0/+14 | |
| |\ | ||||||
| | * | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 1 | -10/+10 | |
| | |\ | ||||||
| | * \ | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 1 | -15/+20 | |
| | |\ \ | ||||||
| | * \ \ | Merge master into ocs_api | Tom Needham | 2012-10-28 | 1 | -37/+127 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Fix merge conflicts | Tom Needham | 2012-09-13 | 1 | -104/+110 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Make calling ocs/v1.php/config work | Bart Visscher | 2012-07-30 | 1 | -1/+1 | |
| | * | | | | | Add method to check if an app is shipped or not | Tom Needham | 2012-07-29 | 1 | -0/+14 | |
| * | | | | | | Tweak failure message and throw exceptions from updateDbFromStructure() | Michael Gapczynski | 2013-01-05 | 1 | -1/+1 | |
| * | | | | | | Modify and include additional update messages from updating apps | Michael Gapczynski | 2013-01-05 | 1 | -1/+4 | |
| * | | | | | | Use hooks to send updates from apps | Michael Gapczynski | 2013-01-04 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -10/+10 | |
|\| | | | | | ||||||
| * | | | | | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -10/+10 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | merge master into filesystem | Robin Appelman | 2012-12-06 | 1 | -0/+2 | |
|\| | | | | ||||||
| * | | | | Move loading of all the apps to setting the active navigation entry. | Bart Visscher | 2012-11-30 | 1 | -0/+2 | |
* | | | | | merge master into filesystem | Robin Appelman | 2012-11-04 | 1 | -6/+6 | |
|\| | | | | ||||||
| * | | | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 | |
| * | | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -5/+5 | |
* | | | | | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -3/+0 | |
|\| | | | | ||||||
| * | | | | Remove subnavigation key, not used | Bart Visscher | 2012-10-29 | 1 | -3/+0 | |
* | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-27 | 1 | -6/+12 | |
|\| | | | | ||||||
| * | | | | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 1 | -6/+12 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -41/+35 | |
| | |\ \ \ | ||||||
| | | * | | | Check for file exists before loading app version file | Bart Visscher | 2012-10-17 | 1 | -3/+2 | |
| | * | | | | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -6/+12 | |
* | | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-26 | 1 | -0/+4 | |
|\| | | | | | ||||||
| * | | | | | add the possibility to add an preupdate.php | Georg Ehrke | 2012-10-26 | 1 | -0/+4 | |
* | | | | | | merge master into filesystem | Robin Appelman | 2012-10-24 | 1 | -5/+2 | |
|\| | | | | | ||||||
| * | | | | | Codestyle: FunctionCallArgumentSpacing | Felix Moeller | 2012-10-23 | 1 | -1/+1 | |
| * | | | | | Checkstyle: MultiLineCondition | Felix Moeller | 2012-10-23 | 1 | -4/+1 | |
* | | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-21 | 1 | -3/+2 | |
|\| | | | | | ||||||
| * | | | | | Check for file exists before loading app version file | Bart Visscher | 2012-10-20 | 1 | -3/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | merge master into filesystem | Robin Appelman | 2012-10-17 | 1 | -17/+17 | |
|\| | | | | ||||||
| * | | | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -17/+17 | |
* | | | | | fix namespaces in filesystem and filesystemview | Robin Appelman | 2012-10-10 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | fix a lot of small layout bugs and make the apps page overall prettier plus a... | Frank Karlitschek | 2012-10-08 | 1 | -21/+16 | |
* | | | | automatically remove and prevent installation of apps with a require version ... | Frank Karlitschek | 2012-10-02 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -24/+41 | |
* | | | Catch exceptions when updating an app | Bart Visscher | 2012-09-21 | 1 | -1/+7 | |
* | | | Catch unreadable app folder error | Brice Maron | 2012-09-19 | 1 | -1/+4 | |
* | | | Added failsafes for retrieving remote apps on settings->apps page, in case ca... | Sam Tuke | 2012-09-18 | 1 | -2/+15 | |
* | | | Fixed bug with duplicate entries for installed 3rd party apps in settings->apps | Sam Tuke | 2012-09-18 | 1 | -8/+64 | |
| |/ |/| | ||||||
* | | Move handling of core remotes to OC_TemplateLayout | Bart Visscher | 2012-09-07 | 1 | -5/+0 | |
* | | Prevent loading all apps twice from overwriting the core scripts and styles | Bart Visscher | 2012-09-07 | 1 | -1/+3 | |
* | | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -41/+41 | |
* | | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -1/+1 | |
* | | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -50/+50 | |
* | | fix translations within subfolder /lib | Thomas Mueller | 2012-08-30 | 1 | -1/+1 | |
* | | allow html inside app descriptions | Robin Appelman | 2012-08-30 | 1 | -0/+3 | |
* | | More info about not compatible apps (app id) | Bart Visscher | 2012-08-29 | 1 | -1/+1 |