Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-12 | 50 | -4/+108 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | |||||
* | | 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-08 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 2 | -0/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 4 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 6 | -20/+20 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #13401 from is-apps/amazon_s3_checkboxes | Thomas Müller | 2015-01-28 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Tidy formatting of Amazon S3 checkboxes | ||||
| * | | | Align checkbox configuration in external files | Ross Nicoll | 2015-01-19 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | Modified CSS for files_external application to render labels around checkboxes at the same width as other input elements, aligning them with other elements on the same page. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 2 | -2/+8 |
| | | | | |||||
* | | | | Allow saving incomplete external storage config | Vincent Petry | 2015-01-27 | 2 | -2/+67 |
| | | | | | | | | | | | | | | | | This is needed for Dropbox and others that need a token. | ||||
* | | | | Fix mount config unit test failures | Vincent Petry | 2015-01-27 | 1 | -7/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because setStorageId now instantiates storages, they might throw exceptions if arguments are missing. This fixes the unit test to not throw exceptions and have their default config arguments set. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 6 | -12/+18 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 2 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-19 | 2 | -4/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 4 | -4/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 2 | -4/+94 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -0/+6 |
| | | | |||||
* | | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 1 | -2/+0 |
|\ \ \ | |/ / |/| | | Autoload app's js translations | ||||
| * | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -2/+0 |
| | | | |||||
* | | | Merge pull request #13345 from owncloud/increase-files-external-versions | Morris Jobke | 2015-01-14 | 2 | -2/+5 |
|\ \ \ | |/ / |/| | | Increase files_externals oC required version and its own version | ||||
| * | | Increase files_externals oC required version and its own version | Joas Schilling | 2015-01-14 | 2 | -2/+5 |
| | | | |||||
* | | | The files_external app might need the password so autologin must be disabled | Joas Schilling | 2015-01-14 | 1 | -0/+1 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-13 | 26 | -42/+96 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-12 | 36 | -36/+0 |
| | |||||
* | suggestion by transifex translator | Volkan Gezer | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-10 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 6 | -10/+16 |
| | |||||
* | Merge pull request #13165 from mypetyak/typos-in-external-storage-xml | Lukas Reschke | 2015-01-08 | 1 | -2/+2 |
|\ | | | | | Minor typo updates to External Storage description | ||||
| * | Minor typo updates to External Storage description | Christopher Bunn | 2015-01-07 | 1 | -2/+2 |
| | | | | | | | | | | This text is visible to admin users when they read the description of the External Storage app. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-08 | 72 | -136/+68 |
|/ | |||||
* | smb: rename textfield from root to subfolder | Martin | 2015-01-07 | 1 | -5/+5 |
| | | | | | | "root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp... | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-06 | 6 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-05 | 28 | -4/+158 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-04 | 36 | -34/+16 |
| | |||||
* | Merge pull request #13082 from mmattel/rename_text_no_external_storages | Morris Jobke | 2015-01-03 | 1 | -1/+1 |
|\ | | | | | adopt text "no external storage configured" | ||||
| * | adopt text "no ecternal storage configured" | root | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | storage -> storages | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-03 | 4 | -4/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-02 | 6 | -4/+6 |
|/ |