Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Finally remove \OCP\JSON | Roeland Jago Douma | 2018-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 2 | -7/+7 |
| | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -5/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 1 | -40/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 1 | -74/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -3/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
| | |||||
* | Fix autoloading for new google SDK lib | Vincent Petry | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 3 | -6/+7 |
| | |||||
* | Force approval in GDrive oauth to get refresh_token | Vincent Petry | 2015-11-06 | 1 | -0/+1 |
| | | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues. | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+3 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+3 |
| | |||||
* | Migrate Google external storage to new API | Robin McCorkell | 2015-08-25 | 1 | -0/+1 |
| | |||||
* | Migrate Dropbox external storage to new API | Robin McCorkell | 2015-08-25 | 1 | -3/+4 |
| | |||||
* | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-08-19 | 1 | -2/+9 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -2/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -2/+71 |
| | |||||
* | Use storage id + appframework for ext storage CRUD | Vincent Petry | 2015-03-12 | 2 | -49/+0 |
| | | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -113/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Fix Ajax type casting for files_external | Robin McCorkell | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -4/+113 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 5 | -17/+17 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | google drive: set access type to 'offline' when requesting token | Adam Williamson | 2014-11-06 | 1 | -0/+1 |
| | | | | | | We need to do this in order to be able to refresh the access token without prompting the user for their credentials every hour. This was the default in 0.6 of the Google library, but needs to be explicitly specified in 1.0. | ||||
* | Migrate Google Drive storage app to v1.0.0 of the client library | Adam Williamson | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 2 | -58/+0 |
|\ | | | | | Make external shares work with imported self signed certificates | ||||
| * | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 2 | -34/+0 |
| | | |||||
| * | Verify names of certificates | Robin Appelman | 2014-08-31 | 1 | -3/+1 |
| | | |||||
| * | Move certificate management code to core | Robin Appelman | 2014-08-31 | 2 | -33/+11 |
| | | |||||
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 2 | -2/+2 |
|/ | |||||
* | replace chosen with select2 to provide ajaxified user and group selection ↵ | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -0/+26 |
| | | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names | ||||
* | When changing the mountpoint of an external storage, ensure the old one is ↵ | Robin Appelman | 2014-07-07 | 1 | -6/+13 |
| | | | | removed | ||||
* | some strings to localize external mount api responses. fix #8094 | Volkan Gezer | 2014-06-12 | 2 | -5/+7 |
| | |||||
* | Correctly redirect to settings page when not selecting cert file for upload | Joas Schilling | 2014-02-19 | 1 | -1/+1 |
| | | | | Fix #5463 | ||||
* | fixing dropbox require path | Thomas Müller | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 1 | -0/+4 |
|\ | |||||
| * | disable proxys during ssl root cert upload to avoid encryption | Björn Schießle | 2013-06-12 | 1 | -0/+4 |
| | | |||||
* | | Fix require_once for 3rdparty in google ajax frontend | Michael Gapczynski | 2013-05-18 | 1 | -2/+3 |
| | | |||||
* | | Switch to using Google Drive SDK, closes #2047 | Michael Gapczynski | 2013-05-16 | 1 | -53/+30 |
|/ | |||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | fix redirect, use the new routing | Björn Schießle | 2013-02-18 | 1 | -1/+1 |
| | | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 3 | -0/+5 |
|\| | |||||
| * | Check requesttoken | Lukas Reschke | 2013-02-12 | 3 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -0/+10 |
|\| | |||||
| * | [files_external] fixing some undefined index | Thomas Mueller | 2013-02-11 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -2/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php |