Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove any stray socket files before creating new ones | Robin McCorkell | 2016-04-05 | 2 | -0/+2 |
| | |||||
* | Display external storage GUI even if user mounting disabled | Robin McCorkell | 2016-03-16 | 1 | -0/+6 |
| | |||||
* | Give swift 15 seconds after startup | Morris Jobke | 2016-03-16 | 1 | -2/+3 |
| | |||||
* | docker containers should be stopped before being removed - refs ↵ | Thomas Müller | 2016-03-09 | 6 | -0/+6 |
| | | | | https://github.com/docker/docker/issues/18758 | ||||
* | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 9 | -3/+6 |
|\ | | | | | Update copyright information and author file | ||||
| * | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 3 | -3/+0 |
| | | |||||
| * | Update author information | Lukas Reschke | 2016-03-01 | 6 | -0/+6 |
| | | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | | Use readiness notification socket to be absolutely sure this works | Robin McCorkell | 2016-02-29 | 4 | -2/+16 |
|/ | |||||
* | Merge pull request #22623 from owncloud/docker-logs-on-swift-external | Thomas Müller | 2016-02-29 | 1 | -0/+2 |
|\ | | | | | Print docker logs to the console fro debugging | ||||
| * | Print docker logs to the console fro debugging | Thomas Müller | 2016-02-24 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 1 | -11/+23 |
|\ \ | | | | | | | Fix HTTPS support on external storages | ||||
| * | | Properly cast type | Lukas Reschke | 2016-02-24 | 1 | -11/+23 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #22600 from owncloud/extstorage-disablesharingoptionbydefault | Thomas Müller | 2016-02-25 | 1 | -1/+1 |
|\ \ | |/ |/| | Disable sharing by default for external storage mounts | ||||
| * | Disable sharing by default for external storage mounts | Vincent Petry | 2016-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before. | ||||
* | | Enable upstream entrypoint changes with Ceph Docker | Robin McCorkell | 2016-02-23 | 2 | -277/+1 |
|/ | |||||
* | remove global credentials | Robin Appelman | 2016-02-17 | 1 | -117/+0 |
| | |||||
* | remove login credentails and user provided backends | Robin Appelman | 2016-02-16 | 1 | -3/+4 |
| | |||||
* | encrypt passwords for files_external | Robin Appelman | 2016-02-11 | 2 | -2/+2 |
| | |||||
* | Merge pull request #21773 from owncloud/files_external-list-authtype | Thomas Müller | 2016-02-09 | 1 | -0/+69 |
|\ | | | | | Show the proper auth identifier when listing mounts as json | ||||
| * | add tests | Robin Appelman | 2016-02-04 | 1 | -0/+69 |
| | | |||||
* | | Add tests | Robin Appelman | 2016-02-08 | 1 | -0/+117 |
|/ | |||||
* | Merge pull request #21772 from owncloud/occ-external-applicable | Thomas Müller | 2016-02-03 | 2 | -0/+272 |
|\ | | | | | Add occ command to manage applicables | ||||
| * | Add occ command to manage applicables | Robin Appelman | 2016-02-02 | 2 | -0/+272 |
| | | |||||
* | | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 2 | -14/+58 |
| | | |||||
* | | Merge pull request #20903 from owncloud/sharing-mount-option | Thomas Müller | 2016-02-02 | 1 | -0/+1 |
|\ \ | |/ |/| | Add mount option to disable sharing | ||||
| * | adjust js unit test | Robin Appelman | 2016-01-29 | 1 | -0/+1 |
| | | |||||
* | | inject logger | Robin Appelman | 2016-01-29 | 2 | -2/+4 |
| | | |||||
* | | Dont set null values when validating storage definition | Robin Appelman | 2016-01-29 | 1 | -0/+2 |
| | | |||||
* | | set auth mechanism in tests | Robin Appelman | 2016-01-29 | 1 | -0/+1 |
| | | |||||
* | | Add storage validation JS unit tests | Robin McCorkell | 2016-01-29 | 1 | -1/+75 |
|/ | |||||
* | Merge pull request #18531 from owncloud/ext-user-credentials | Thomas Müller | 2016-01-22 | 1 | -1/+2 |
|\ | | | | | External storage 'Login credentials' auth mechanism | ||||
| * | fix test | Robin Appelman | 2016-01-18 | 1 | -1/+2 |
| | | |||||
* | | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 4 | -4/+12 |
| | | |||||
* | | Correctly remove global applicable | Robin McCorkell | 2016-01-15 | 1 | -0/+12 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 30 | -49/+67 |
| | |||||
* | Filter getStorage to make sure the user has access to it | Robin Appelman | 2016-01-08 | 2 | -0/+38 |
| | |||||
* | update tests | Robin Appelman | 2016-01-08 | 2 | -1/+5 |
| | |||||
* | fix setting mountpoint and auth backend of external storages | Robin Appelman | 2016-01-08 | 2 | -0/+57 |
| | |||||
* | fix js unit tests | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Looks like ceph requires more time to come up .... | Thomas Müller | 2015-12-09 | 2 | -4/+283 |
| | | | | | | Use sed - not replace apply btrfs hack | ||||
* | Use default timeout on connection test | Thomas Müller | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21003 from owncloud/personal-mount-mountid | Thomas Müller | 2015-12-09 | 1 | -0/+50 |
|\ | | | | | Dont set the string storage id to the numeric storage id for personal mounts | ||||
| * | Add tests | Robin Appelman | 2015-12-08 | 1 | -0/+50 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 3 | -0/+14 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | db config backend for files_external | Robin Appelman | 2015-12-04 | 5 | -457/+350 |
| | |||||
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -350/+0 |
| | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 3 | -0/+21 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | External storage tests require DB as well | Thomas Müller | 2015-11-30 | 10 | -0/+70 |
| | |||||
* | Replace shitty netcat use with dedicated PHP script | Robin McCorkell | 2015-11-24 | 8 | -81/+71 |
| |