Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-09 | 32 | -10/+76 |
| | |||||
* | Merge pull request #17498 from owncloud/add-db-indexes | Thomas Müller | 2015-07-08 | 2 | -1/+16 |
|\ | | | | | Add indexes to speedup DB queries | ||||
| * | Add indexes to speedup DB queries | Morris Jobke | 2015-07-08 | 2 | -1/+16 |
| | | | | | | | | * file_target is often used in the sharing code in JOIN statements for retrieval of shares | ||||
* | | Merge pull request #17472 from RealRancor/add_is_dir | Morris Jobke | 2015-07-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Add is_dir check to getAllApps() function | ||||
| * | Add is_dir check to getAllApps() function | RealRancor | 2015-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #17330 from owncloud/fix-share-path-for-group-exceptions | Morris Jobke | 2015-07-08 | 2 | -19/+167 |
|\ \ | |/ |/| | Fix the path for users which have an exception for a group share | ||||
| * | Make sure the owner always has the right path | Joas Schilling | 2015-07-07 | 1 | -3/+6 |
| | | |||||
| * | Add visibility to test methods | Joas Schilling | 2015-07-07 | 1 | -11/+11 |
| | | |||||
| * | Add test case when owner renames shared folder | Vincent Petry | 2015-07-07 | 1 | -5/+8 |
| | | |||||
| * | Add unit test for getUsersSharingFile | Vincent Petry | 2015-07-07 | 1 | -0/+127 |
| | | | | | | | | | | This is to test if the user list and paths are correct, even when a recipient renamed the received shared folder | ||||
| * | Fix the path for users which have an exception for a group share | Joas Schilling | 2015-07-02 | 1 | -7/+22 |
| | | |||||
* | | [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 | ||||
| * | | [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 | ||||
| * | | | 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 | ||||
| * | | | Keep update page when there are warnings | Vincent Petry | 2015-07-07 | 1 | -8/+20 |
| |/ / | | | | | | | | | | | | | Whenever there were warnings during an update, the page will not be redirected any more. | ||||
* | | | 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 | ||||
| * | | | autotest.sh with docker support for postgres | Morris Jobke | 2015-07-06 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | * waits until the docker container is started * export USEDOCKER=1 to run the docker version of postgres | ||||
* | | | | Merge pull request #16368 from owncloud/occ-config-commands | Vincent Petry | 2015-07-07 | 20 | -19/+2203 |
|\ \ \ \ | | | | | | | | | | | Add "occ config:*" to manage config values | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | PHP mimetype stuff should also use config/mimetypealiases.json | ||||
| * | | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | [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 |
|\ \ \ | | | | | | | | | Javascript to fetch mimetype icons | ||||
| * | | | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | Switch to new javascript mimetype resolver |