aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14527 from owncloud/clarify-linkMorris Jobke2015-02-261-1/+1
|\ | | | | clarify link on apps management to the dev documentation
| * clarify link on apps management to the dev documentationMorris Jobke2015-02-261-1/+1
| |
* | Merge pull request #14474 from owncloud/move-utf-8-check-to-setupMorris Jobke2015-02-263-25/+7
|\ \ | | | | | | Move UTF-8 check to setup
| * | Move UTF-8 check to setupLukas Reschke2015-02-243-25/+7
| | | | | | | | | | | | | | | | | | | | | | | | Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code. To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown. We already set those default charsets in the shipped .user.ini and .htaccess
* | | Merge pull request #14505 from owncloud/dav-copy-fixMorris Jobke2015-02-261-14/+4
|\ \ \ | | | | | | | | Fixes WebDAV copy
| * | | Removed unused $node variableVincent Petry2015-02-261-1/+1
| | | |
| * | | Fixes WebDAV copyVincent Petry2015-02-251-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | - added existence check for source argument - removed extra logic for folders, as $view->copy() already supports that internally
* | | | Merge pull request #13969 from raimund-schluessler/masterMorris Jobke2015-02-261-4/+11
|\ \ \ \ | | | | | | | | | | Append search results to custom container
| * | | | Fix variable already definedRaimund Schlüßler2015-02-091-1/+1
| | | | |
| * | | | Append search results to custom containerRaimund Schlüßler2015-02-081-4/+11
| | | | | | | | | | | | | | | | | | | | fixes #13968
* | | | | update 3rdparty to current masterMorris Jobke2015-02-261-0/+0
| | | | |
* | | | | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-2617-4/+468
|\ \ \ \ \ | | | | | | | | | | | | Add async command system to handle asynchronous operations
| * | | | | fix exception messageMorris Jobke2015-02-261-1/+1
| | | | | |
| * | | | | set max argument length to 4000Robin Appelman2015-02-252-2/+2
| | | | | |
| * | | | | Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-253-3/+3
| | | | | |
| * | | | | prevent phpunit from messing with the bound $thisRobin Appelman2015-02-251-6/+17
| | | | | |
| * | | | | require command that do file access to be run sync when encryption is enabledRobin Appelman2015-02-251-0/+2
| | | | | |
| * | | | | Add FileAccess trait for commandsRobin Appelman2015-02-252-0/+43
| | | | | |
| * | | | | Allow apps to determine which commands should be run synchronous based on ↵Robin Appelman2015-02-252-1/+65
| | | | | | | | | | | | | | | | | | | | | | | | traints
| * | | | | add superclosure to thirdpartyRobin Appelman2015-02-251-0/+0
| | | | | |
| * | | | | throw an exception when trying to push a background job that wont fit in the ↵Robin Appelman2015-02-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table otherwise it will lead to failures in json decode and unexpected and hard to debug issues when running the job
| * | | | | expand cron argument column to 2048Robin Appelman2015-02-252-2/+2
| | | | | |
| * | | | | Add async command system to handle asynchronous operationsRobin Appelman2015-02-2511-2/+343
| | | | | |
* | | | | | Merge pull request #14208 from owncloud/oc-msg-remove-object-dependencyMorris Jobke2015-02-261-36/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove dependency from arbitrary data object structure for easier usage
| * | | | | | Remove dependency from arbitrary data object structure for easier usageJoas Schilling2015-02-201-36/+71
| | | | | | |
* | | | | | | Merge pull request #14473 from owncloud/remove-uneeded-assignmentMorris Jobke2015-02-261-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove uneeded assignment
| * | | | | | | Remove uneeded assignmentLukas Reschke2015-02-241-2/+0
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | 'files' is neither used in the controller or the template
* | | | | | | Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-266-6/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Failing mysql master tests
| * | | | | | Sort the array to be sureJoas Schilling2015-02-261-1/+8
| | | | | | |
| * | | | | | Reset the group backend aswellJoas Schilling2015-02-251-1/+7
| | | | | | |
| * | | | | | Clear the local cache when we clear the backendsJoas Schilling2015-02-251-0/+1
| | | | | | |
| * | | | | | Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-253-4/+1
| | |_|/ / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-26194-596/+352
| | | | | |
* | | | | | Merge pull request #14468 from owncloud/af-db-cleanupThomas Müller2015-02-2510-73/+262
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean up AppFramework database layer
| * | | | | | remove IDb interface from core class usageBernhard Posselt2015-02-253-5/+5
| | | | | | |
| * | | | | | owncloud -> ownCloudThomas Müller2015-02-252-3/+3
| | | | | | |
| * | | | | | deprecate getters for deprecated classBernhard Posselt2015-02-252-2/+3
| | | | | | |
| * | | | | | fix tabs and spacesBernhard Posselt2015-02-251-119/+119
| | | | | | |
| * | | | | | fix mappertestutilityBernhard Posselt2015-02-251-116/+120
| | | | | | |
| * | | | | | use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-253-53/+58
| | | | | | |
| * | | | | | migrate to IDBConnectionBernhard Posselt2015-02-253-12/+191
|/ / / / / /
* | | | | | Merge pull request #14494 from owncloud/fix-oracle-masterLukas Reschke2015-02-251-41/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | using Doctrine\DBAL\Connection::executeUpdate()
| * | | | | | using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller2015-02-251-41/+33
| |/ / / / /
* | | | | | Merge pull request #14509 from owncloud/fix/14231Lukas Reschke2015-02-251-1/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Show 404 page when accessing empty share URL
| * | | | | | Show 404 page when accessing empty share URLLukas Reschke2015-02-251-1/+7
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testplan: - [ ] Without: Accessing `public.php?service=files&t=` throws an exception - [ ] With: No exception thrown and 404 page displayed. Fixes https://github.com/owncloud/core/issues/14231
* | | | | | Merge pull request #14508 from owncloud/tagmanager-nouserVincent Petry2015-02-252-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Return null when requesting tags for null user
| * | | | | | Return null when requesting tags for null userVincent Petry2015-02-252-0/+15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | The TagManager->load() now returns null if the user is not authenticated instead of failing with an error.
* | | | | | Merge pull request #14490 from owncloud/remove-unused-deprecated-codeClark Tomlinson2015-02-251-10/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused and deprecated Code
| * | | | | | Remove unused and deprecated CodeLukas Reschke2015-02-251-10/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
* | | | | | Merge pull request #14245 from cmeh/masterLukas Reschke2015-02-253-7/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Message clean-up