Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096 | Morris Jobke | 2017-07-04 | 2 | -8/+13 |
|\ | | | | | [Files external] Add support for 2048 and 4096 bit RSA key generation | ||||
| * | Remove unused member | Roeland Jago Douma | 2017-06-30 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Allow 2048 and 4096 bit SFTP keys | Roeland Jago Douma | 2017-06-29 | 2 | -6/+13 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | move personal external storage settings to it's own section | Robin Appelman | 2017-06-23 | 3 | -18/+170 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use the correct param type when getting external storages for groups | Robin Appelman | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #4527 from nextcloud/downstream-27504 | Morris Jobke | 2017-05-01 | 1 | -24/+46 |
|\ | | | | | Adjust SMB permissions on the root | ||||
| * | remove duplicate method | Robin Appelman | 2017-04-26 | 1 | -26/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | remove excessive logging | Robin Appelman | 2017-04-26 | 1 | -25/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Adjust SMB permissions on the root | Juan Pablo Villafáñez | 2017-04-26 | 1 | -3/+60 |
| | | |||||
* | | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+30 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #4416 from gvmura/avoid-duplicate-files-google | Morris Jobke | 2017-04-26 | 1 | -0/+13 |
|\ | | | | | Avoid duplicate files in google with the same name | ||||
| * | avoid duplicate files in google with the same name | gvmura | 2017-04-21 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: gvmura <gvmura@uniss.it> | ||||
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 3 | -7/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4404 from Ardinis/master | Morris Jobke | 2017-04-20 | 1 | -6/+6 |
|\ | | | | | Remove json handling for files_external:config | ||||
| * | reviewed | Ardinis | 2017-04-20 | 1 | -0/+7 |
| | | |||||
| * | Remove json handling for files_external:config | Ardinis | 2017-04-14 | 1 | -7/+0 |
| | | | | | | #4347 | ||||
* | | Fix translations | Joas Schilling | 2017-04-18 | 5 | -11/+11 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #4312 from nextcloud/cleanup-name | Björn Schießle | 2017-04-12 | 2 | -4/+4 |
|\ | | | | | Update comments to Nextcloud | ||||
| * | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 2 | -4/+4 |
| | | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [files_external] Remove unneeded update steps | Morris Jobke | 2017-04-12 | 2 | -56/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix fseek against string not resource by removing append support | Arthur Schiwon | 2017-04-04 | 1 | -7/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #3438 from nextcloud/external-storage-user-folder | Roeland Jago Douma | 2017-03-31 | 1 | -1/+1 |
|\ | | | | | Allow using '/' as external storage mountpoint | ||||
| * | Allow using '/' as external storage root | Robin Appelman | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | allow configuring authType for DAV backend | Jörn Friedrich Dreyer | 2017-03-22 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix typo in sftp public key | Martin | 2017-03-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix self test for non leading slash | Robin Appelman | 2017-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make the notify self test for subfolders more reliable | Robin Appelman | 2017-02-10 | 1 | -1/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 1 | -39/+21 |
|\ | | | | | Login credential store | ||||
| * | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 1 | -11/+1 |
| | | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | migrate 'password::sessioncredentials' extern storage auth to credential store | Christoph Wurst | 2017-01-11 | 1 | -32/+24 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #2970 from nextcloud/notify-self-test | Morris Jobke | 2017-01-30 | 3 | -49/+209 |
|\ \ | | | | | | | Add self-test for files_external:notify | ||||
| * | | add unit tests for smb notify backend | Robin Appelman | 2017-01-27 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | add notify self test | Robin Appelman | 2017-01-27 | 1 | -1/+36 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | switch occ files_external:notify to new notify mechanism | Robin Appelman | 2017-01-27 | 1 | -10/+12 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 2 | -39/+161 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #3176 from nextcloud/default-value-datadir | blizzz | 2017-01-30 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add proper default value for datadir | ||||
| * | | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Add the icons for shipped apps | Joas Schilling | 2017-01-19 | 1 | -3/+18 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | replace close:// streamwrapper with CallBackWrapper | Robin Appelman | 2017-01-06 | 5 | -115/+105 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update icewind/smb to 2.0.0 | Robin Appelman | 2017-01-05 | 1 | -11/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #2550 from nextcloud/smb-notify-rename | Lukas Reschke | 2016-12-16 | 1 | -3/+5 |
|\ | | | | | Fix order of parameters when getting notified of smb renames | ||||
| * | Fix order of parameters when getting notified of smb renames | Robin Appelman | 2016-12-07 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #1678 from nextcloud/smb-stat-root | Lukas Reschke | 2016-12-16 | 1 | -2/+44 |
|\ \ | |/ |/| | Fix mtimes for share root | ||||
| * | Fix mtimes for share root | Robin Appelman | 2016-10-11 | 1 | -2/+44 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | split off s3 connection logic | Robin Appelman | 2016-11-16 | 1 | -100/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 1 | -23/+32 |
| | |||||
* | Cleanup files_external command imports | Roeland Jago Douma | 2016-09-06 | 3 | -14/+0 |
| | |||||
* | get files_external mounts more efficiently | Robin Appelman | 2016-09-05 | 3 | -29/+68 |
| | |||||
* | fix error when not logged in | Robin Appelman | 2016-08-18 | 1 | -0/+4 |
| | |||||
* | change remote cloud naming to Nextcloud | Robin Appelman | 2016-08-18 | 1 | -1/+1 |
| |