Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing memcache should not cause occ hard-fail | Robin McCorkell | 2015-07-15 | 2 | -12/+41 |
| | | | | Warning is now printed to logs, but occ and cron will still work. | ||||
* | Merge pull request #17639 from owncloud/remove-file-target-index | Morris Jobke | 2015-07-15 | 2 | -8/+1 |
|\ | | | | | Remove index on file_target of share table | ||||
| * | Remove index on file_target of share table | Morris Jobke | 2015-07-14 | 2 | -8/+1 |
| | | | | | | | | | | | | * causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-15 | 2 | -0/+14 |
|/ | |||||
* | Merge pull request #17623 from owncloud/fed-throwcorrectexception | Morris Jobke | 2015-07-14 | 1 | -1/+1 |
|\ | | | | | Throw storage not available on guzzle error | ||||
| * | Throw storage not available on guzzle error | Vincent Petry | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | If the remote server is in maintenance mode, we must throw storage not available exception instead of not found which might auto-remove the share. | ||||
* | | Merge pull request #17606 from owncloud/appstore-timeout | Morris Jobke | 2015-07-14 | 1 | -2/+2 |
|\ \ | | | | | | | Handle returned null value in app level code | ||||
| * | | Handle returned null value in app level code | Morris Jobke | 2015-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587 | ||||
* | | | Merge pull request #17620 from owncloud/s2s-hasupdated-catch405 | Morris Jobke | 2015-07-14 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Throw StorageNotAvailable if propfind on root failed | ||||
| * | | | Throw StorageNotAvailable if propfind on root failed | Vincent Petry | 2015-07-13 | 1 | -1/+5 |
| | |/ | |/| | | | | | | | | | | If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-14 | 6 | -0/+6 |
| | | | |||||
* | | | Merge pull request #17565 from owncloud/fix/remote_share | Roeland Douma | 2015-07-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | allow remote shares for users with email as usernames | ||||
| * | | allow remote shares for users with email as usernames | Felix Böhm | 2015-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslash | Morris Jobke | 2015-07-13 | 2 | -4/+18 |
|\ \ \ | | | | | | | | | Fix OC.joinPaths with empty arguments | ||||
| * | | | Fix OC.joinPaths with empty arguments | Vincent Petry | 2015-07-13 | 2 | -4/+18 |
| | |/ | |/| | | | | | | | | | | When empty arguments are given, the leading or trailing slash was not detected properly. | ||||
* | | | Merge pull request #17605 from owncloud/pwebdav-stripmountinfo | Vincent Petry | 2015-07-13 | 3 | -6/+45 |
|\ \ \ | | | | | | | | | Strip public webdav info about sharing and mount points | ||||
| * | | | Strip public webdav info about sharing and mount points | Vincent Petry | 2015-07-13 | 3 | -6/+45 |
| |/ / | | | | | | | | | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav. | ||||
* | | | Merge pull request #17609 from owncloud/core-js-helpersforcurrenturl | Morris Jobke | 2015-07-13 | 1 | -0/+45 |
|\ \ \ | |/ / |/| | | Add helper functions for host, port and webroot | ||||
| * | | Add helper functions for host, port and webroot | Vincent Petry | 2015-07-13 | 1 | -0/+45 |
|/ / | | | | | | | | | | | These should be used in the future instead of location.*. It will make it possible to stub these methods for writing unit tests and simulating different URL schemes. | ||||
* | | Merge pull request #17481 from rullzer/mimetype-list | Morris Jobke | 2015-07-13 | 4 | -202/+183 |
|\ \ | | | | | | | Move mimetypes.list.php to config/mimetypemapping.dist.json | ||||
| * | | Move to OC::$configDif | Roeland Jago Douma | 2015-07-10 | 1 | -3/+3 |
| | | | |||||
| * | | Move mimetypemapping.json to mimetypemapping.dist.json | Roeland Jago Douma | 2015-07-08 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | This allows users to create their own mapping file to extend our current mappings. This makes sure that custom mappings are not lost on OC upgrades. | ||||
| * | | Move mimetypes.list.php to config/mimetypemapping.json | Roeland Jago Douma | 2015-07-08 | 4 | -202/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows users to add new mimetypemappings (extention -> mimetype) themself. And not have to wait until a new release for updated mimetypes. Fixes: #15384 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-13 | 8 | -4/+26 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-12 | 6 | -0/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-11 | 14 | -2/+50 |
| | | | |||||
* | | | Merge pull request #17559 from owncloud/js-joinpathsutility | Morris Jobke | 2015-07-10 | 2 | -0/+83 |
|\ \ \ | | | | | | | | | Add OC.joinPaths for convenient path joining | ||||
| * | | | More tests for joinPaths | Vincent Petry | 2015-07-10 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add OC.joinPaths for convenient path joining | Vincent Petry | 2015-07-10 | 2 | -0/+80 |
| | | | | |||||
* | | | | Merge pull request #17555 from owncloud/update-test-libraries | Vincent Petry | 2015-07-10 | 4 | -4311/+5971 |
|\ \ \ \ | | | | | | | | | | | Update JS unit test libs | ||||
| * | | | | Update JS unit test libs | Vincent Petry | 2015-07-10 | 4 | -4311/+5971 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #17509 from rullzer/mimetype-alias-dist | Roeland Douma | 2015-07-10 | 3 | -5/+19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Move mimetypealiases.json to mimetypealiases.dist.json | ||||
| * | | | | Move mimetypealiases.json to mimetypealiases.dist.json | Roeland Jago Douma | 2015-07-10 | 3 | -5/+19 |
|/ / / / | |||||
* | | | | Merge pull request #17483 from rullzer/migrate-mimetype-js | Vincent Petry | 2015-07-10 | 9 | -135/+101 |
|\ \ \ \ | |/ / / |/| | | | Move away from OCA.files.getMimeIcon and use OC.MimeType.getIconUrl | ||||
| * | | | Fix unit tests | Roeland Jago Douma | 2015-07-09 | 3 | -4/+13 |
| | | | | |||||
| * | | | MimeTypes now also supports httpd/unix-directory | Roeland Jago Douma | 2015-07-09 | 2 | -59/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we both use dir and httpd/unix-directory in OC they should map to the same icon. Fixes #17527 | ||||
| * | | | Make the filelist get the mimetypeicon from the mimetype | Roeland Jago Douma | 2015-07-09 | 1 | -9/+1 |
| | | | | |||||
| * | | | Remove ajax/mimeicon.php and its route | Roeland Jago Douma | 2015-07-09 | 2 | -29/+0 |
| | | | | |||||
| * | | | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 2 | -30/+27 |
| | | | | |||||
| * | | | Make getMimeIcon use OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -12/+7 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-10 | 28 | -42/+78 |
| | | | | |||||
* | | | | Merge pull request #17546 from owncloud/forwardport-16917 | Morris Jobke | 2015-07-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix the config.php owner check for console.php | ||||
| * | | | | Fix the config.php owner check for console.php | Philippe Le Brouster | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config directory must be taken from OC::$configDir Minor fix - Remove uneeded slash in the configdir path. | ||||
* | | | | | Merge pull request #17517 from RealRancor/fix_failed_login_syntax | Morris Jobke | 2015-07-10 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixed "Remote IP:" syntax on failed logins | ||||
| * | | | | Fixed "Remote IP:" syntax on failed logins | RealRancor | 2015-07-09 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #15586 from Egari/addThemeSupportToMimeIcon | Morris Jobke | 2015-07-09 | 1 | -15/+20 |
|\ \ \ \ | | | | | | | | | | | Add theme support to mimetypeIcon through imagePath integration | ||||
| * | | | | Add theme support to mimetypeIcon through imagePath integration | stolter | 2015-07-07 | 1 | -15/+20 |
| | | | | | |||||
* | | | | | Merge pull request #17473 from owncloud/enc_fix_migration | Morris Jobke | 2015-07-09 | 2 | -14/+82 |
|\ \ \ \ \ | | | | | | | | | | | | | more secure way to update the database | ||||
| * | | | | | more secure way to update the database | Bjoern Schiessle | 2015-07-08 | 2 | -14/+82 |
| | | | | | | |||||
* | | | | | | Merge pull request #17530 from owncloud/proper-config-for-singleuser-command | Morris Jobke | 2015-07-09 | 3 | -4/+146 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [command] single user mode - use config object & add tests |