summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17413 from owncloud/public-api-querybuilderMorris Jobke2015-07-225-52/+1530
|\ | | | | Add public api for Doctrine QueryBuilder and ExpressionBuilder
| * Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-211-1/+2
| |
| * Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-212-42/+64
| |
| * Set a limit until doctrine released a version that fixes SqliteJoas Schilling2015-07-211-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 Schilling2015-07-211-13/+22
| |
| * Can not test the string, thanks oracle....Joas Schilling2015-07-211-10/+32
| |
| * Fix existing usages by removing the quotesJoas Schilling2015-07-212-31/+31
| |
| * Add unit tests and automatic quotingJoas Schilling2015-07-214-8/+1428
| |
| * Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-212-21/+21
| |
* | Merge pull request #17342 from rullzer/test_preview_conditionsRoeland Douma2015-07-222-0/+5
|\ \ | |/ |/| Only run some preview unit tets if imagemagick is available
| * Only run some preview unit tets if imagemagick is availableRoeland Jago Douma2015-07-022-0/+5
| |
* | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-0/+108
|\ \ | | | | | | [sharing] fix addToGroup hook
| * | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-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-statuscodesBernhard Posselt2015-07-201-0/+51
|\ \ \ | | | | | | | | Return proper status code in case of a CORS exception
| * | | Return proper status code in case of a CORS exceptionLukas Reschke2015-07-201-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 Schilling2015-07-2019-13/+428
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes
| * | | Only decorate the type when it was matchedJoas Schilling2015-07-171-1/+3
| | | |
| * | | Use the decorator patternJoas Schilling2015-07-175-25/+110
| | | |
| * | | Restructor the code into different classes instead of extendingJoas Schilling2015-07-175-59/+101
| | | |
| * | | Check for methods as good as possibleJoas Schilling2015-07-177-56/+52
| | | |
| * | | Allow checking for functionsJoas Schilling2015-07-1710-24/+55
| | | |
| * | | Add support for deprecated constantsJoas Schilling2015-07-176-0/+148
| | | |
| * | | Correctly handle use statementsJoas Schilling2015-07-177-8/+62
| | | |
| * | | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-172-2/+59
| | | |
* | | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2Björn Schießle2015-07-172-18/+115
|\ \ \ \ | | | | | | | | | | make sure that we always detect legacy files correctly
| * | | | make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-172-18/+115
| |/ / /
* | | | Merge pull request #17682 from owncloud/fix-undefined-REMOTE_ADDR-masterThomas Müller2015-07-171-4/+15
|\ \ \ \ | | | | | | | | | | Fixing 'Undefined index: REMOTE_ADDR'
| * | | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460Thomas Müller2015-07-161-4/+15
| |/ / /
* / / / Fix memcache factory unit testsRobin McCorkell2015-07-161-2/+4
|/ / /
* | | Strip public webdav info about sharing and mount pointsVincent Petry2015-07-131-3/+28
| | | | | | | | | | | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav.
* | | Update JS unit test libsVincent Petry2015-07-101-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 testsMorris Jobke2015-07-091-0/+129
| | |
* | | Invert the "public" to a "private" methodJoas Schilling2015-07-071-9/+9
| | |
* | | Make it possible to import exportet app/system configsJoas Schilling2015-07-071-5/+17
| | |
* | | Replace deprecated method callsJoas Schilling2015-07-078-13/+13
| | |
* | | Add commands to get, set and delete app config valuesJoas Schilling2015-07-073-0/+404
| | |
* | | Add a command to import an json array into the configJoas Schilling2015-07-072-1/+185
| | |
* | | Add a command to delete a system configJoas Schilling2015-07-073-4/+124
| | |
* | | Add a command to get a config valueJoas Schilling2015-07-071-0/+160
| | |
* | | Add a command to set a system config valueJoas Schilling2015-07-071-0/+115
| | |
* | | Split the system from the app configJoas Schilling2015-07-071-15/+18
| | |
* | | Add tests for list configJoas Schilling2015-07-071-0/+286
| | |
* | | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+46
|\ \ \ | | | | | | | | add recursive copy polyfill for storage backends
| * | | add unit testsRobin Appelman2015-07-031-0/+46
| | | |
* | | | Merge pull request #17304 from owncloud/fix-17265Vincent Petry2015-07-061-0/+11
|\ \ \ \ | | | | | | | | | | Check if response could get generated
| * | | | Check if response could get generatedLukas Reschke2015-07-021-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 testThomas Müller2015-07-031-1/+0
| | | |
* | | | Fixing unit test executionThomas Müller2015-07-031-1/+0
| | | |
* | | | Remove OC_AppconfigThomas Müller2015-07-031-16/+16
| | | |
* | | | Remove OC_LogThomas Müller2015-07-032-2/+2
| | | |