summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-0932-10/+76
|
* Merge pull request #17498 from owncloud/add-db-indexesThomas Müller2015-07-082-1/+16
|\ | | | | Add indexes to speedup DB queries
| * Add indexes to speedup DB queriesMorris Jobke2015-07-082-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_dirMorris Jobke2015-07-081-1/+1
|\ \ | |/ |/| Add is_dir check to getAllApps() function
| * Add is_dir check to getAllApps() functionRealRancor2015-07-081-1/+1
| |
* | Merge pull request #17330 from owncloud/fix-share-path-for-group-exceptionsMorris Jobke2015-07-082-19/+167
|\ \ | |/ |/| Fix the path for users which have an exception for a group share
| * Make sure the owner always has the right pathJoas Schilling2015-07-071-3/+6
| |
| * Add visibility to test methodsJoas Schilling2015-07-071-11/+11
| |
| * Add test case when owner renames shared folderVincent Petry2015-07-071-5/+8
| |
| * Add unit test for getUsersSharingFileVincent Petry2015-07-071-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 shareJoas Schilling2015-07-021-7/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0880-68/+20
| |
* | Merge pull request #17432 from owncloud/enhance-config-sampleMorris Jobke2015-07-071-16/+26
|\ \ | | | | | | [config sample] improve RST markup and wording
| * | [config sample] improve RST markup and wordingMorris Jobke2015-07-071-16/+26
| | |
* | | Merge pull request #17439 from owncloud/update-3rdpartytextMorris Jobke2015-07-071-1/+1
|\ \ \ | | | | | | | | Remove 3rd party text for disabled apps on update
| * | | Remove 3rd party text for disabled apps on updateVincent Petry2015-07-071-1/+1
| |/ /
* | | Merge pull request #17436 from owncloud/update-keeppageifwarningsMorris Jobke2015-07-071-8/+20
|\ \ \ | | | | | | | | Keep update page when there are warnings
| * | | Keep update page when there are warningsVincent Petry2015-07-071-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-postgresThomas Müller2015-07-071-1/+20
|\ \ \ | | | | | | | | autotest.sh with docker support for postgres
| * | | autotest.sh with docker support for postgresMorris Jobke2015-07-061-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-commandsVincent Petry2015-07-0720-19/+2203
|\ \ \ \ | | | | | | | | | | Add "occ config:*" to manage config values
| * | | | Invert the "public" to a "private" methodJoas Schilling2015-07-072-12/+12
| | | | |
| * | | | Make it possible to import exportet app/system configsJoas Schilling2015-07-072-7/+25
| | | | |
| * | | | Fix typo in command descriptionJoas Schilling2015-07-072-2/+2
| | | | |
| * | | | Add example command to the issue_template.mdJoas Schilling2015-07-071-0/+6
| | | | |
| * | | | Replace deprecated method callsJoas Schilling2015-07-078-13/+13
| | | | |
| * | | | Add commands to get, set and delete app config valuesJoas Schilling2015-07-0710-3/+673
| | | | |
| * | | | Allow reading from stdinJoas Schilling2015-07-071-5/+36
| | | | |
| * | | | Add a command to import an json array into the configJoas Schilling2015-07-074-1/+350
| | | | |
| * | | | Add a command to delete a system configJoas Schilling2015-07-077-6/+200
| | | | |
| * | | | Add a command to get a config valueJoas Schilling2015-07-074-2/+275
| | | | |
| * | | | Add a command to set a system config valueJoas Schilling2015-07-073-0/+199
| | | | |
| * | | | Split the system from the app configJoas Schilling2015-07-072-18/+23
| | | | |
| * | | | Add tests for list configJoas Schilling2015-07-071-0/+286
| | | | |
| * | | | Fix no valueJoas Schilling2015-07-071-2/+2
| | | | |
| * | | | Missing docJoas Schilling2015-07-071-0/+1
| | | | |
| * | | | Add an option to exclude sensitive values (e.g. for reports)Joas Schilling2015-07-071-4/+34
| | | | |
| * | | | Add a command to list existing configsJoas Schilling2015-07-072-0/+105
| | | | |
| * | | | Add missing tunnel on new classJoas Schilling2015-07-071-0/+8
| | | | |
| * | | | Fix nested array listsJoas Schilling2015-07-071-4/+9
| | | | |
| * | | | Sort registration of commands alphabeticallyJoas Schilling2015-07-071-13/+17
|/ / / /
* | | | Merge pull request #17399 from rullzer/mimetype-phpMorris Jobke2015-07-071-71/+7
|\ \ \ \ | | | | | | | | | | PHP mimetype stuff should also use config/mimetypealiases.json
| * | | | Make php also use config/mimetypealiases.jsonRoeland Jago Douma2015-07-071-71/+7
| | | | |
* | | | | Merge pull request #17430 from owncloud/update-readme-8.2Thomas Müller2015-07-072-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Update version to 8.2 in README and bower
| * | | | Update version to 8.2 in README and bowerVincent Petry2015-07-072-3/+3
|/ / / /
* | | | Merge pull request #17426 from owncloud/update-ee-appstoreThomas Müller2015-07-071-1/+0
|\ \ \ \ | | | | | | | | | | [config sample] Update info about appstore
| * | | | [config sample] Update info about appstoreMorris Jobke2015-07-071-1/+0
|/ / / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-07-0710-0/+14
|/ / /
* | | Merge pull request #16724 from owncloud/mimetype-jsRoeland Douma2015-07-0611-4/+560
|\ \ \ | | | | | | | | Javascript to fetch mimetype icons
| * | | Share app no longer use the OCS API iconRoeland Jago Douma2015-07-062-2/+1
| | | | | | | | | | | | | | | | Switch to new javascript mimetype resolver