Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-08 | 80 | -68/+20 |
* | Merge pull request #17432 from owncloud/enhance-config-sample | Morris Jobke | 2015-07-07 | 1 | -16/+26 |
|\ | |||||
| * | [config sample] improve RST markup and wording | Morris Jobke | 2015-07-07 | 1 | -16/+26 |
* | | Merge pull request #17439 from owncloud/update-3rdpartytext | Morris Jobke | 2015-07-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove 3rd party text for disabled apps on update | Vincent Petry | 2015-07-07 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #17436 from owncloud/update-keeppageifwarnings | Morris Jobke | 2015-07-07 | 1 | -8/+20 |
|\ \ | |||||
| * | | Keep update page when there are warnings | Vincent Petry | 2015-07-07 | 1 | -8/+20 |
| |/ | |||||
* | | Merge pull request #15579 from owncloud/autotest-docker-postgres | Thomas Müller | 2015-07-07 | 1 | -1/+20 |
|\ \ | |||||
| * | | autotest.sh with docker support for postgres | Morris Jobke | 2015-07-06 | 1 | -1/+20 |
* | | | Merge pull request #16368 from owncloud/occ-config-commands | Vincent Petry | 2015-07-07 | 20 | -19/+2203 |
|\ \ \ | |||||
| * | | | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 2 | -12/+12 |
| * | | | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 2 | -7/+25 |
| * | | | Fix typo in command description | Joas Schilling | 2015-07-07 | 2 | -2/+2 |
| * | | | Add example command to the issue_template.md | Joas Schilling | 2015-07-07 | 1 | -0/+6 |
| * | | | Replace deprecated method calls | Joas Schilling | 2015-07-07 | 8 | -13/+13 |
| * | | | Add commands to get, set and delete app config values | Joas Schilling | 2015-07-07 | 10 | -3/+673 |
| * | | | Allow reading from stdin | Joas Schilling | 2015-07-07 | 1 | -5/+36 |
| * | | | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 4 | -1/+350 |
| * | | | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 7 | -6/+200 |
| * | | | Add a command to get a config value | Joas Schilling | 2015-07-07 | 4 | -2/+275 |
| * | | | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 3 | -0/+199 |
| * | | | Split the system from the app config | Joas Schilling | 2015-07-07 | 2 | -18/+23 |
| * | | | Add tests for list config | Joas Schilling | 2015-07-07 | 1 | -0/+286 |
| * | | | Fix no value | Joas Schilling | 2015-07-07 | 1 | -2/+2 |
| * | | | Missing doc | Joas Schilling | 2015-07-07 | 1 | -0/+1 |
| * | | | Add an option to exclude sensitive values (e.g. for reports) | Joas Schilling | 2015-07-07 | 1 | -4/+34 |
| * | | | Add a command to list existing configs | Joas Schilling | 2015-07-07 | 2 | -0/+105 |
| * | | | Add missing tunnel on new class | Joas Schilling | 2015-07-07 | 1 | -0/+8 |
| * | | | Fix nested array lists | Joas Schilling | 2015-07-07 | 1 | -4/+9 |
| * | | | Sort registration of commands alphabetically | Joas Schilling | 2015-07-07 | 1 | -13/+17 |
|/ / / | |||||
* | | | Merge pull request #17399 from rullzer/mimetype-php | Morris Jobke | 2015-07-07 | 1 | -71/+7 |
|\ \ \ | |||||
| * | | | Make php also use config/mimetypealiases.json | Roeland Jago Douma | 2015-07-07 | 1 | -71/+7 |
* | | | | Merge pull request #17430 from owncloud/update-readme-8.2 | Thomas Müller | 2015-07-07 | 2 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Update version to 8.2 in README and bower | Vincent Petry | 2015-07-07 | 2 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #17426 from owncloud/update-ee-appstore | Thomas Müller | 2015-07-07 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | [config sample] Update info about appstore | Morris Jobke | 2015-07-07 | 1 | -1/+0 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-07 | 10 | -0/+14 |
|/ / | |||||
* | | Merge pull request #16724 from owncloud/mimetype-js | Roeland Douma | 2015-07-06 | 11 | -4/+560 |
|\ \ | |||||
| * | | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 2 | -2/+1 |
| * | | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 9 | -2/+559 |
* | | | Merge pull request #17418 from owncloud/fix-public-download-button-regression | Jan-Christoph Borchardt | 2015-07-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix regression of button at public download page | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
* | | | | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 2 | -0/+135 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | add unit tests | Robin Appelman | 2015-07-03 | 1 | -0/+46 |
| * | | | better handling of folders | Robin Appelman | 2015-07-03 | 1 | -1/+1 |
| * | | | phpdoc | Robin Appelman | 2015-06-15 | 1 | -2/+30 |
| * | | | add recursive copy polyfill for storage backends | Robin Appelman | 2015-06-14 | 1 | -0/+61 |
* | | | | Merge pull request #17290 from owncloud/remove-readonly-wrapper | Thomas Müller | 2015-07-06 | 3 | -76/+2 |
|\ \ \ \ | |||||
| * | | | | remove no longer needed readonly wrapper | Robin Appelman | 2015-07-01 | 1 | -74/+0 |
| * | | | | use permissions mask wrapper instead of readonly wrapper | Robin Appelman | 2015-07-01 | 2 | -2/+2 |