Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -2/+4 |
| | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo | ||||
* | Add encoding wrapper as opt-in mount option | Vincent Petry | 2016-05-20 | 1 | -11/+21 |
| | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default. | ||||
* | Move Dropbox/GDrive link to icon | Robin McCorkell | 2016-05-03 | 2 | -8/+12 |
| | |||||
* | Change colour of input fields instead of printing 'Access granted' | Robin McCorkell | 2016-05-03 | 2 | -11/+12 |
| | |||||
* | Add links to load GDrive/Dropbox configuration pages | Robin McCorkell | 2016-05-03 | 4 | -4/+56 |
| | |||||
* | Move some translation stings around to enable xgettext to detect them | Thomas Müller | 2016-04-07 | 1 | -11/+1 |
| | |||||
* | apps/files_external: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Display external storage GUI even if user mounting disabled | Robin McCorkell | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 1 | -0/+3 |
|\ | | | | | Fix HTTPS support on external storages | ||||
| * | Properly cast type | Lukas Reschke | 2016-02-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016 | ||||
* | | Disable sharing by default for external storage mounts | Vincent Petry | 2016-02-24 | 1 | -2/+2 |
|/ | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before. | ||||
* | remove global credentials | Robin Appelman | 2016-02-17 | 1 | -27/+0 |
| | |||||
* | Improve credentials dialog usability a bit | Vincent Petry | 2016-02-04 | 1 | -2/+13 |
| | | | | | Automatically focus on the first field. Pressing enter submits the form. | ||||
* | fix input type | Robin Appelman | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Use handlebars template | Robin Appelman | 2016-02-04 | 1 | -22/+25 |
| | |||||
* | Fix PR from comments | Jesús Macias | 2016-02-04 | 1 | -5/+3 |
| | |||||
* | Add credentials dialog for user provided auth | Jesús Macias | 2016-02-04 | 1 | -84/+167 |
| | |||||
* | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 1 | -0/+27 |
| | |||||
* | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 1 | -12/+20 |
| | |||||
* | Merge pull request #20903 from owncloud/sharing-mount-option | Thomas Müller | 2016-02-02 | 1 | -1/+7 |
|\ | | | | | Add mount option to disable sharing | ||||
| * | Add mount option to disable sharing | Robin Appelman | 2016-01-29 | 1 | -1/+7 |
| | | |||||
* | | minor fixes | Robin Appelman | 2016-01-29 | 1 | -3/+8 |
| | | |||||
* | | remove custom controler for user provided password auth | Robin Appelman | 2016-01-29 | 1 | -31/+5 |
| | | |||||
* | | dont show user provided auth as option for personal mounts | Robin Appelman | 2016-01-29 | 1 | -3/+2 |
| | | |||||
* | | Allow setting user provided credentials from the personal settings page | Robin Appelman | 2016-01-29 | 1 | -17/+98 |
| | | |||||
* | | Fix validation of inputs that aren't text | Robin McCorkell | 2016-01-26 | 1 | -4/+18 |
|/ | |||||
* | Change icon only on WND and Sharepoint external storages | Jesús Macias | 2016-01-15 | 1 | -25/+1 |
| | |||||
* | Fis bug issue 21110 | Jesús Macias | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -7/+0 |
| | |||||
* | Merge pull request #21517 from owncloud/ext-oauth-fix | Thomas Müller | 2016-01-11 | 2 | -78/+82 |
|\ | | | | | Fix OAuth external storage auth for step 2 | ||||
| * | Fix OAuth external storage auth for step 2 | Robin McCorkell | 2016-01-07 | 2 | -78/+82 |
| | | | | | | | | Parameters are only available after the onCompletion promise is run | ||||
* | | Merge pull request #21438 from owncloud/settings-anchors | Thomas Müller | 2016-01-11 | 1 | -1/+1 |
|\ \ | | | | | | | remove unneeded 'goto' prefix from settings anchors | ||||
| * | | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | Fix checking external storage status as non admin user | Robin Appelman | 2016-01-08 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Also remove it from the web interface | Robin Appelman | 2016-01-07 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'master' into issue_20427 | Jesus Macias Portela | 2015-12-03 | 3 | -94/+201 |
|\ | |||||
| * | Fix ext storage mount options dropdown | Vincent Petry | 2015-11-30 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #18999 from owncloud/ext-config-listadmin | Thomas Müller | 2015-11-24 | 2 | -94/+202 |
| |\ | | | | | | | Improvements to external storages list rendering | ||||
| | * | Defer initialisation of data until after complete construction | Robin McCorkell | 2015-11-22 | 2 | -22/+39 |
| | | | |||||
| | * | Clear highlight on RSA public key generation | Robin McCorkell | 2015-11-21 | 1 | -1/+1 |
| | | | |||||
| | * | Only set value if it exists in the StorageConfig | Robin McCorkell | 2015-11-21 | 1 | -2/+5 |
| | | | |||||
| | * | Reset mountpoint input field when creating new mount | Robin McCorkell | 2015-11-21 | 1 | -0/+1 |
| | | | |||||
| | * | Fix JS unit tests | Robin McCorkell | 2015-11-21 | 1 | -2/+1 |
| | | | |||||
| | * | Load applicable users/groups correctly | Robin McCorkell | 2015-11-21 | 1 | -0/+13 |
| | | | |||||
| | * | Display applicable global storages in personal mount list | Robin McCorkell | 2015-11-21 | 1 | -0/+31 |
| | | | |||||
| | * | Render external storages list in JS | Robin McCorkell | 2015-11-21 | 1 | -82/+126 |
| | | | |||||
| * | | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| |/ | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases. | ||||
* | | Fix css selector and bug checking personal mounts status | Jesús Macias | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Add css to manage row status color | Jesús Macias | 2015-11-24 | 1 | -4/+3 |
| | | |||||
* | | Fix code from PR comments | Jesús Macias | 2015-11-24 | 4 | -236/+208 |
| | |