Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused file | Lukas Reschke | 2015-02-11 | 1 | -54/+0 |
| | | | | This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago... | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 49 | -9/+49 |
| | |||||
* | add rreadme for files external tests | Morris Jobke | 2015-02-10 | 1 | -0/+58 |
| | |||||
* | Merge pull request #13190 from is-apps/master-sftp-key | Vincent Petry | 2015-02-10 | 10 | -7/+472 |
|\ | | | | | Add SFTP public key authentication support | ||||
| * | Add support for SFTP key authentication | Ross Nicoll | 2015-01-14 | 10 | -7/+472 |
| | | | | | | | | | | | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-10 | 10 | -18/+20 |
| | | |||||
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 6 | -24/+24 |
|\ \ | | | | | | | Cleanup of PHPDoc return types | ||||
| * | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 6 | -24/+24 |
| | | | |||||
* | | | Merge pull request #13663 from ↵ | Morris Jobke | 2015-02-10 | 2 | -5/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful | ||||
| * | | | toggle back when the action was not performed | Joas Schilling | 2015-02-02 | 1 | -2/+7 |
| | | | | |||||
| * | | | fix response for tags and show error message | Morris Jobke | 2015-02-02 | 2 | -6/+11 |
| | | | | |||||
| * | | | Only update favorite icon if the operation was successful | Joas Schilling | 2015-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags | ||||
* | | | | Merge pull request #13925 from owncloud/fix-13898 | blizzz | 2015-02-09 | 2 | -5/+11 |
|\ \ \ \ | | | | | | | | | | | no fruitless count attempts, and notification should disappear | ||||
| * | | | | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-05 | 2 | -5/+11 |
| | | | | | |||||
* | | | | | Merge pull request #13364 from is-apps/files_external_cleanup | Vincent Petry | 2015-02-09 | 3 | -57/+82 |
|\ \ \ \ \ | | | | | | | | | | | | | Clean up files_external | ||||
| * | | | | | Updated Dropbox and Google UI Javascript to create input elements instead of ↵ | Ross Nicoll | 2015-01-14 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | anchor. | ||||
| * | | | | | Change from array() to [] style in files_external application info. | Ross Nicoll | 2015-01-14 | 1 | -54/+75 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 12 | -12/+110 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-08 | 8 | -10/+26 |
| | | | | | | |||||
* | | | | | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfile | Morris Jobke | 2015-02-07 | 1 | -6/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Streamline CSRF and login check | ||||
| * | | | | | | Streamline CSRF and login check | Lukas Reschke | 2015-01-20 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable. | ||||
* | | | | | | | Merge pull request #13655 from Sugaroverdose/fix_#13632 | Morris Jobke | 2015-02-07 | 2 | -2/+11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button | ||||
| * | | | | | | | Prevent 1px padding between button and dropdown in ie11 when zooming | Sugaroverdose | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Play with z-index to make proper dropdown overlap | Sugaroverdose | 2015-01-28 | 2 | -1/+8 |
| | | | | | | | | |||||
| * | | | | | | | Fix #13632 and make new file menu more consistent with button | Sugaroverdose | 2015-01-25 | 1 | -1/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #13848 from owncloud/ldap-warn | Morris Jobke | 2015-02-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Reduce log level of bind failed to WARN - fixes #11624 | ||||
| * | | | | | | | | Reduce log level of bind failed to WARN - fixes #11624 | Morris Jobke | 2015-02-03 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #13889 from owncloud/catch-exception | Morris Jobke | 2015-02-07 | 2 | -8/+18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Catch exception properly | ||||
| * | | | | | | | | | Catch exception properly | Lukas Reschke | 2015-02-04 | 2 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`) | ||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 10 | -4/+50 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 3 | -280/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #13692 from rullzer/capabilities | Frank Karlitschek | 2015-02-06 | 3 | -0/+280 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add OCS sharing info to capabilities | ||||
| * | | | | | | | | | | Updated unit tests | Roeland Jago Douma | 2015-02-06 | 1 | -43/+123 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Bit better formatting when using json output | Roeland Jago Douma | 2015-02-06 | 1 | -2/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Updated sharing capabilities | Roeland Jago Douma | 2015-02-06 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style | ||||
| * | | | | | | | | | | Split up unit tests | Roeland Jago Douma | 2015-02-04 | 1 | -16/+24 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Added unit test to test getCapabilities for files_sharing | Roeland Jago Douma | 2015-02-04 | 1 | -0/+113 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Converted getCapabilities to non static function | Roeland Jago Douma | 2015-02-04 | 1 | -7/+24 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Use single quotes | Roeland Jago Douma | 2015-02-04 | 1 | -7/+7 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Only return capabilities if they are set | Roeland Jago Douma | 2015-02-04 | 1 | -14/+8 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 2 | -0/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed. | ||||
* | | | | | | | | | | | Merge pull request #13954 from owncloud/fix-enc-mig-user-retrieval | Thomas Müller | 2015-02-06 | 2 | -7/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix enc mig user retrieval | ||||
| * | | | | | | | | | | | always specify limit, except you do like questionable surprises | Arthur Schiwon | 2015-02-06 | 2 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always specify limit, except you do like questionable surprises, part 2 | ||||
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 16 | -86/+94 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | don't check if we have a valid user | Bjoern Schiessle | 2015-02-06 | 1 | -5/+1 |
|/ / / / / / / / / / / | |||||
* | | | | | | / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 16 | -12/+114 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 4 | -2/+4 |
| |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge pull request #13849 from owncloud/ldap-oc8-update | blizzz | 2015-02-04 | 2 | -49/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | no update routine needed from OC 7 to 8 | ||||
| * | | | | | | | | no update routine needed from OC 7 to 8 | Arthur Schiwon | 2015-02-03 | 2 | -49/+1 |
| |/ / / / / / / | |||||
* / / / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 18 | -16/+88 |
|/ / / / / / / |