Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17413 from owncloud/public-api-querybuilder | Morris Jobke | 2015-07-22 | 5 | -52/+1530 |
|\ | | | | | Add public api for Doctrine QueryBuilder and ExpressionBuilder | ||||
| * | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -1/+2 |
| | | |||||
| * | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 2 | -42/+64 |
| | | |||||
| * | Set a limit until doctrine released a version that fixes Sqlite | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
| | | | | | | | | See https://github.com/doctrine/dbal/pull/782 for more info | ||||
| * | Correctly count the number of items (rowCount is Update/Insert/Delete only) | Joas Schilling | 2015-07-21 | 1 | -13/+22 |
| | | |||||
| * | Can not test the string, thanks oracle.... | Joas Schilling | 2015-07-21 | 1 | -10/+32 |
| | | |||||
| * | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 2 | -31/+31 |
| | | |||||
| * | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 4 | -8/+1428 |
| | | |||||
| * | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 2 | -21/+21 |
| | | |||||
* | | Merge pull request #17342 from rullzer/test_preview_conditions | Roeland Douma | 2015-07-22 | 2 | -0/+5 |
|\ \ | |/ |/| | Only run some preview unit tets if imagemagick is available | ||||
| * | Only run some preview unit tets if imagemagick is available | Roeland Jago Douma | 2015-07-02 | 2 | -0/+5 |
| | | |||||
* | | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 1 | -0/+108 |
|\ \ | | | | | | | [sharing] fix addToGroup hook | ||||
| * | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 1 | -0/+108 |
| | | | | | | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | | Merge pull request #17743 from owncloud/return-proper-statuscodes | Bernhard Posselt | 2015-07-20 | 1 | -0/+51 |
|\ \ \ | | | | | | | | | Return proper status code in case of a CORS exception | ||||
| * | | | Return proper status code in case of a CORS exception | Lukas Reschke | 2015-07-20 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | When returning a 500 statuscode external applications may interpret this as an error instead of handling this more gracefully. This will now make return a 401 thus. Fixes https://github.com/owncloud/core/issues/17742 | ||||
* | | | | Merge pull request #16935 from ↵ | Joas Schilling | 2015-07-20 | 19 | -13/+428 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes | ||||
| * | | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 1 | -1/+3 |
| | | | | |||||
| * | | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 5 | -25/+110 |
| | | | | |||||
| * | | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 5 | -59/+101 |
| | | | | |||||
| * | | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 7 | -56/+52 |
| | | | | |||||
| * | | | Allow checking for functions | Joas Schilling | 2015-07-17 | 10 | -24/+55 |
| | | | | |||||
| * | | | Add support for deprecated constants | Joas Schilling | 2015-07-17 | 6 | -0/+148 |
| | | | | |||||
| * | | | Correctly handle use statements | Joas Schilling | 2015-07-17 | 7 | -8/+62 |
| | | | | |||||
| * | | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 2 | -2/+59 |
| | | | | |||||
* | | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 2 | -18/+115 |
|\ \ \ \ | | | | | | | | | | | make sure that we always detect legacy files correctly | ||||
| * | | | | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 2 | -18/+115 |
| |/ / / | |||||
* | | | | Merge pull request #17682 from owncloud/fix-undefined-REMOTE_ADDR-master | Thomas Müller | 2015-07-17 | 1 | -4/+15 |
|\ \ \ \ | | | | | | | | | | | Fixing 'Undefined index: REMOTE_ADDR' | ||||
| * | | | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460 | Thomas Müller | 2015-07-16 | 1 | -4/+15 |
| |/ / / | |||||
* / / / | Fix memcache factory unit tests | Robin McCorkell | 2015-07-16 | 1 | -2/+4 |
|/ / / | |||||
* | | | Strip public webdav info about sharing and mount points | Vincent Petry | 2015-07-13 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav. | ||||
* | | | Update JS unit test libs | Vincent Petry | 2015-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | [command] single user mode - use config object & add tests | Morris Jobke | 2015-07-09 | 1 | -0/+129 |
| | | | |||||
* | | | Invert the "public" to a "private" method | Joas Schilling | 2015-07-07 | 1 | -9/+9 |
| | | | |||||
* | | | Make it possible to import exportet app/system configs | Joas Schilling | 2015-07-07 | 1 | -5/+17 |
| | | | |||||
* | | | 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 | 3 | -0/+404 |
| | | | |||||
* | | | Add a command to import an json array into the config | Joas Schilling | 2015-07-07 | 2 | -1/+185 |
| | | | |||||
* | | | Add a command to delete a system config | Joas Schilling | 2015-07-07 | 3 | -4/+124 |
| | | | |||||
* | | | Add a command to get a config value | Joas Schilling | 2015-07-07 | 1 | -0/+160 |
| | | | |||||
* | | | Add a command to set a system config value | Joas Schilling | 2015-07-07 | 1 | -0/+115 |
| | | | |||||
* | | | Split the system from the app config | Joas Schilling | 2015-07-07 | 1 | -15/+18 |
| | | | |||||
* | | | Add tests for list config | Joas Schilling | 2015-07-07 | 1 | -0/+286 |
| | | | |||||
* | | | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 1 | -0/+46 |
|\ \ \ | | | | | | | | | add recursive copy polyfill for storage backends | ||||
| * | | | add unit tests | Robin Appelman | 2015-07-03 | 1 | -0/+46 |
| | | | | |||||
* | | | | Merge pull request #17304 from owncloud/fix-17265 | Vincent Petry | 2015-07-06 | 1 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | Check if response could get generated | ||||
| * | | | | Check if response could get generated | Lukas Reschke | 2015-07-02 | 1 | -0/+11 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | `json_encode` fails hard on PHP >= 5.5 if a non UTF-8 value is specified by returning false. Older PHP versions just nullify the value which makes it at least somewhat usable. This leads to very confusing errors which are very hard to debug since developers are usually not aware of this. In this case I'd consider throwing a fatal exception – since it arguably is an error situation – is a fair solution since this makes developers and administrators aware of any occurence of the problem so that these bugs can get fixed. Fixes https://github.com/owncloud/core/issues/17265 | ||||
* | | | | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fixing unit test execution | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | | | | |||||
* | | | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -16/+16 |
| | | | | |||||
* | | | | Remove OC_Log | Thomas Müller | 2015-07-03 | 2 | -2/+2 |
| | | | |