Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17304 from owncloud/fix-17265 | Vincent Petry | 2015-07-06 | 2 | -2/+20 |
|\ | | | | | Check if response could get generated | ||||
| * | Check if response could get generated | Lukas Reschke | 2015-07-02 | 2 | -2/+20 |
| | | | | | | | | | | | | | | | | `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 | ||||
* | | Merge pull request #17335 from ↵ | Joas Schilling | 2015-07-06 | 2 | -13/+26 |
|\ \ | | | | | | | | | | | | | owncloud/better-federated-cloud-sharing-activities Improve federated cloud sharing activities | ||||
| * | | Use federated cloud id as a parameter type | Joas Schilling | 2015-07-02 | 1 | -3/+3 |
| | | | |||||
| * | | Add the item name to the federated sahre activity | Joas Schilling | 2015-07-02 | 2 | -1/+6 |
| | | | |||||
| * | | Use the app constant to fix the grouping | Joas Schilling | 2015-07-02 | 2 | -9/+11 |
| | | | |||||
| * | | Use the item name when refering to the unaccepted remote share | Joas Schilling | 2015-07-02 | 2 | -2/+8 |
| | | | |||||
* | | | Merge pull request #16733 from owncloud/add-smashbox-tests-remote-shares | Joas Schilling | 2015-07-06 | 4 | -3/+122 |
|\ \ \ | | | | | | | | | Add OCS API to send, get, accept and decline remote shares | ||||
| * | | | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 4 | -1/+120 |
| | | | | |||||
| * | | | Allow sharing with type remote share | Joas Schilling | 2015-07-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-06 | 8 | -8/+38 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-05 | 28 | -20/+158 |
| | | | | |||||
* | | | | Merge pull request #16846 from RealRancor/apps_list_issue_template | Robin McCorkell | 2015-07-04 | 1 | -1/+15 |
|\ \ \ \ | | | | | | | | | | | Add occ app:list and ldap:show-config to issue_template.md | ||||
| * | | | | Add occ app:list and ldap:show-config to issue_template.md | RealRancor | 2015-07-04 | 1 | -1/+15 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-04 | 66 | -72/+8 |
| | | | | |||||
* | | | | Merge pull request #17378 from owncloud/kill-more-legacy-classes | Morris Jobke | 2015-07-03 | 53 | -555/+184 |
|\ \ \ \ | | | | | | | | | | | Kill more legacy classes | ||||
| * | | | | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fixing unit test execution | Thomas Müller | 2015-07-03 | 2 | -4/+3 |
| | | | | | |||||
| * | | | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 7 | -172/+41 |
| | | | | | |||||
| * | | | | Remove OC_Log | Thomas Müller | 2015-07-03 | 45 | -209/+142 |
| | | | | | |||||
| * | | | | Remove legacy search classes | Thomas Müller | 2015-07-03 | 4 | -171/+0 |
|/ / / / | |||||
* | | | | Merge pull request #17379 from owncloud/kill-file-mapper | Vincent Petry | 2015-07-03 | 7 | -1240/+282 |
|\ \ \ \ | | | | | | | | | | | Remove file mapper - was only use in Windows and never worked properly | ||||
| * | | | | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 7 | -1240/+282 |
| | | | | | |||||
* | | | | | Merge pull request #16923 from owncloud/flysystem-base | Thomas Müller | 2015-07-03 | 1 | -0/+243 |
|\ \ \ \ \ | | | | | | | | | | | | | Flysystem base adapter | ||||
| * | | | | | also dont download existing on fopen when using w+ and wb+ | Robin Appelman | 2015-07-03 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | add phpdoc | Robin Appelman | 2015-07-03 | 1 | -0/+55 |
| | | | | | | |||||
| * | | | | | add flysystem adapater | Robin Appelman | 2015-07-03 | 1 | -0/+188 |
| |/ / / / | |||||
* | | | | | Merge pull request #15470 from rullzer/files_sharing_getUrlContent | Vincent Petry | 2015-07-03 | 2 | -51/+57 |
|\ \ \ \ \ | | | | | | | | | | | | | Move away from private static function OC_Util::getUrlContent | ||||
| * | | | | | Depreatace OC_Util::getUrlContent | Roeland Jago Douma | 2015-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is just a wrapper and the other functions are deprecated already | ||||
| * | | | | | Move away from private static deprecated functio | Roeland Jago Douma | 2015-05-18 | 1 | -51/+56 |
| | | | | | | |||||
* | | | | | | Merge pull request #17382 from owncloud/remove-bogus-testresult | Thomas Müller | 2015-07-03 | 1 | -0/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Remove bogus test result | ||||
| * | | | | | Remove bogus test result | Vincent Petry | 2015-07-03 | 1 | -0/+0 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | This file was created during a bogus test run that created files in the wrong location, and was checked in by mistake. | ||||
* | | | | | Merge pull request #17365 from owncloud/update-ref | Thomas Müller | 2015-07-03 | 1 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Update reference to include newest php-parser | ||||
| * | | | | | Update reference to include newest php-parser | Lukas Reschke | 2015-07-03 | 1 | -0/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 3 | -0/+339 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add occ command to remove deleted files | ||||
| * | | | | | | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 3 | -0/+339 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #17348 from owncloud/fix-lower-than | Morris Jobke | 2015-07-03 | 2 | -12/+64 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Correct lower than wording | ||||
| * | | | | | | | fix wording | Morris Jobke | 2015-07-03 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Correct wording | Lukas Reschke | 2015-07-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported. | ||||
| * | | | | | | | Add missing type annotations | Lukas Reschke | 2015-07-02 | 2 | -10/+62 |
| | | | | | | | | |||||
* | | | | | | | | 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 #17345 from owncloud/app-code-check-search | Lukas Reschke | 2015-07-03 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [app code check] add OC_Search_Provider and _Result | ||||
| * | | | | | | | | [app code check] add OC_Search_Provider and _Result | Morris Jobke | 2015-07-02 | 1 | -0/+2 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Thanks to @libasys for noticing this. | ||||
* | | | | | | | | Merge pull request #17349 from owncloud/share-onlyshowstaticownerifavailable | Morris Jobke | 2015-07-03 | 2 | -1/+18 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Do not show static share owner if not available | ||||
| * | | | | | | | Do not show static share owner if not available | Vincent Petry | 2015-07-02 | 2 | -1/+18 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some corner cases, an outgoing share exists but sharing is not allowed for the current user. This would cause the file list to break because the static text could not be rendered as the owner was undefined. | ||||
* | | | | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 5 | -5/+127 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | expose the mount manager in the public api | ||||
| * | | | | | | | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | phpdoc | Robin Appelman | 2015-07-01 | 1 | -0/+21 |
| | | | | | | | | |||||
| * | | | | | | | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 5 | -3/+103 |
| | | | | | | | |