Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encode HTML tags in JSON | Lukas Reschke | 2015-09-03 | 1 | -1/+1 |
| | | | | While not encoding the HTML tags in the JSON response is perfectly fine since we set the proper mimetype as well as disable content sniffing a lot of automated code scanner do report this as security bug. Encoding them leads to less discussions and a lot of saved time. | ||||
* | Merge pull request #18620 from owncloud/add-public-interface-for-factory | Vincent Petry | 2015-08-29 | 2 | -1/+37 |
|\ | | | | | Add a public interface for the language factory so apps can use it | ||||
| * | Add since tag | Joas Schilling | 2015-08-28 | 1 | -0/+4 |
| | | |||||
| * | Deprecate OC_L10N::get() | Joas Schilling | 2015-08-28 | 1 | -1/+1 |
| | | |||||
| * | Add a public interface for the language factory so apps can use it | Joas Schilling | 2015-08-27 | 1 | -0/+32 |
| | | |||||
* | | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -0/+12 |
|\ \ | |/ |/| | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 1 | -0/+8 |
|\ \ | | | | | | | Database backend for locking | ||||
| * | | add method to check if we're inside a transaction | Robin Appelman | 2015-08-10 | 1 | -0/+8 |
| | | | |||||
* | | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient | ||||
* | | | Expand the doc blocks on the new methods | Joas Schilling | 2015-08-20 | 1 | -0/+17 |
| | | | |||||
* | | | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 3 | -18/+218 |
| | | | |||||
* | | | Extend the interfaces IManager and IConsumer to allow passing in the object | Joas Schilling | 2015-08-19 | 2 | -36/+41 |
| |/ |/| | |||||
* | | Merge pull request #14314 from owncloud/clean-up-ocs-code | Bernhard Posselt | 2015-08-18 | 1 | -2/+0 |
|\ \ | | | | | | | Cleanup OCS code | ||||
| * | | Cleanup OCS code | Lukas Reschke | 2015-08-14 | 1 | -2/+0 |
| | | | | | | | | | | | | This removes unused code from `OC_OCS` which nobody understood what it really was for anyways. | ||||
* | | | Adding EventDispatcher to IServerContainer | Thomas Müller | 2015-08-14 | 1 | -0/+9 |
|/ / | |||||
* | | With V2 we should ensure that the status codes are kept in sync | Thomas Müller | 2015-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16528 from owncloud/activity-302-improve-settings | Joas Schilling | 2015-08-11 | 2 | -2/+15 |
|\ \ | | | | | | | Activity 302 improve settings | ||||
| * | | Allow types to be method specific | Joas Schilling | 2015-07-22 | 2 | -2/+15 |
| | | | |||||
* | | | Merge pull request #18096 from sualko/patch-1 | Morris Jobke | 2015-08-10 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | add data: to allowed image domains | ||||
| * | | | add data: to allowed image domains | sualko | 2015-08-05 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builder | Thomas Müller | 2015-08-10 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Automatic db prefix query builder | ||||
| * | | | Automatically prefix table names with *PREFIX* unless specified | Joas Schilling | 2015-08-10 | 1 | -0/+9 |
| | | | | |||||
* | | | | Use DI | Roeland Jago Douma | 2015-08-10 | 3 | -51/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP | ||||
* | | | | Added Capabilities Manager | Roeland Jago Douma | 2015-08-10 | 3 | -0/+98 |
|/ / / | | | | | | | | | | | | | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance | ||||
* | | | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 1 | -0/+20 |
|\ \ \ | | | | | | | | | Store storage availability in database | ||||
| * | | | Store storage availability in database | Robin McCorkell | 2015-07-20 | 1 | -0/+20 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved. | ||||
* | | | Fix unit test within OCSController | Thomas Müller | 2015-08-03 | 1 | -2/+1 |
| | | | |||||
* | | | Remove duplicate and unused code | Thomas Müller | 2015-08-03 | 2 | -26/+10 |
| |/ |/| | |||||
* | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 2 | -0/+87 |
|\ \ | | | | | | | Mimetypedetector | ||||
| * | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 2 | -0/+87 |
| | | | | | | | | | | | | * Copied unit tests from old functions | ||||
* | | | Add PHPDoc for classes and interfaces | Morris Jobke | 2015-07-27 | 5 | -0/+12 |
|/ / | |||||
* | | Merge pull request #17838 from owncloud/sharing-password-policy-master | Thomas Müller | 2015-07-24 | 1 | -1/+1 |
|\ \ | | | | | | | Use a hook to integrate sharing password verification | ||||
| * | | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #17755 from owncloud/alias-container-alive | Thomas Müller | 2015-07-24 | 1 | -1/+14 |
|\ \ \ | |/ / |/| | | Add registerAlias method to shortcut interface registration #17714 | ||||
| * | | add registerAlias method to shorcut interface registration | Bernhard Posselt | 2015-07-18 | 1 | -1/+14 |
| |/ | | | | | | | | | | | | | | | remove unused import add since tag fix typo | ||||
* | | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 1 | -8/+0 |
| | | |||||
* | | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 7 | -54/+171 |
| | | |||||
* | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 4 | -0/+1074 |
|/ | |||||
* | Merge pull request #17046 from nicolas-grekas/fix-16654 | blizzz | 2015-07-16 | 1 | -0/+2 |
|\ | | | | | Do not use OC*::mb_*_replace(), they are useless | ||||
| * | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolder | Morris Jobke | 2015-07-09 | 2 | -0/+9 |
|\ \ | | | | | | | Add getUserFolder to IRootFolder | ||||
| * | | Add getUserFolder to IRootFolder | Morris Jobke | 2015-07-03 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | * untangle DI of user specific folders * allows to autodetect the dependency | ||||
* | | | Merge pull request #17304 from owncloud/fix-17265 | Vincent Petry | 2015-07-06 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | Check if response could get generated | ||||
| * | | | Check if response could get generated | Lukas Reschke | 2015-07-02 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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 | ||||
* | | | | Fixing unit test execution | Thomas Müller | 2015-07-03 | 1 | -3/+3 |
| | | | | |||||
* | | | | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #15663 from owncloud/remove-ocp-app-register | Thomas Müller | 2015-07-03 | 1 | -12/+0 |
|\ \ \ \ | |_|/ / |/| | | | Remove \OCP\App::register() | ||||
| * | | | Remove \OCP\App::register() | Morris Jobke | 2015-04-21 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4 | ||||
* | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 2 | -0/+110 |
|\ \ \ \ | |_|/ / |/| | | | expose the mount manager in the public api |