Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update JS unit test libs | Vincent Petry | 2015-07-10 | 4 | -4311/+5971 |
| | | | | | | | | Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-10 | 28 | -42/+78 |
| | |||||
* | Merge pull request #17546 from owncloud/forwardport-16917 | Morris Jobke | 2015-07-10 | 1 | -1/+1 |
|\ | | | | | Fix the config.php owner check for console.php | ||||
| * | Fix the config.php owner check for console.php | Philippe Le Brouster | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The config directory must be taken from OC::$configDir Minor fix - Remove uneeded slash in the configdir path. | ||||
* | | Merge pull request #17517 from RealRancor/fix_failed_login_syntax | Morris Jobke | 2015-07-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed "Remote IP:" syntax on failed logins | ||||
| * | Fixed "Remote IP:" syntax on failed logins | RealRancor | 2015-07-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #15586 from Egari/addThemeSupportToMimeIcon | Morris Jobke | 2015-07-09 | 1 | -15/+20 |
|\ \ | | | | | | | Add theme support to mimetypeIcon through imagePath integration | ||||
| * | | Add theme support to mimetypeIcon through imagePath integration | stolter | 2015-07-07 | 1 | -15/+20 |
| | | | |||||
* | | | Merge pull request #17473 from owncloud/enc_fix_migration | Morris Jobke | 2015-07-09 | 2 | -14/+82 |
|\ \ \ | | | | | | | | | more secure way to update the database | ||||
| * | | | more secure way to update the database | Bjoern Schiessle | 2015-07-08 | 2 | -14/+82 |
| | | | | |||||
* | | | | Merge pull request #17530 from owncloud/proper-config-for-singleuser-command | Morris Jobke | 2015-07-09 | 3 | -4/+146 |
|\ \ \ \ | | | | | | | | | | | [command] single user mode - use config object & add tests | ||||
| * | | | | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 3 | -4/+146 |
|/ / / / | |||||
* | | | | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolder | Morris Jobke | 2015-07-09 | 5 | -24/+42 |
|\ \ \ \ | |_|_|/ |/| | | | Add getUserFolder to IRootFolder | ||||
| * | | | Add getUserFolder to IRootFolder | Morris Jobke | 2015-07-03 | 5 | -24/+42 |
| | | | | | | | | | | | | | | | | | | | | * untangle DI of user specific folders * allows to autodetect the dependency | ||||
* | | | | Merge pull request #14341 from rullzer/public_share_do_not_leak_mounttype | Morris Jobke | 2015-07-09 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | No more leaking of mounttype via metadata or icon in public shares. | ||||
| * | | | | Do not leak mounttype of a public share | Roeland Jago Douma | 2015-07-04 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | [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 |
| | | | | | | |