summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-2742-252/+387
|\
| * Merge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyloadVincent Petry2016-06-271-0/+4
| |\ | | | | | | Quickfix: do not lazy load auth mechanisms for ext storages
| | * Quickfix: do not lazy load auth mechanisms for ext storagesVincent Petry2016-06-271-0/+4
| | | | | | | | | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded.
| * | Merge pull request #25237 from owncloud/search-filelistnextpageresultsVincent Petry2016-06-272-4/+29
| |\ \ | | | | | | | | Prerender file list pages to include search results
| | * | Prerender file list pages to include search resultsVincent Petry2016-06-242-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
| * | | Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-274-2/+28
| |\ \ \ | | | | | | | | | | show which login name to use for the new app password
| | * | | fix layoutChristoph Wurst2016-06-243-6/+24
| | | | |
| | * | | show which login name to use for the new app passwordChristoph Wurst2016-06-243-0/+8
| | |/ /
| * | | Merge pull request #25263 from ↵Christoph Wurst2016-06-271-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/decryptall-keepencryptionenabledforsingleuser Keep encryption enabled if decrypting for single user
| | * | | Keep encryption enabled if decrypting for single userVincent Petry2016-06-241-0/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When decrypting all files of a single user, the admin usually does not intend encryption to be suddenly disabled for everyone. This fix reenables encryption after decrypting for a single user. Decrypting for all users will still disable encryption globally.
| * | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-2710-45/+214
| |\ \ \ | | | | | | | | | | Add explicit delete permission to link shares
| | * | | Repair step to adjust link share delete permissionsVincent Petry2016-06-243-1/+111
| | | | |
| | * | | Add explicit delete permission to link sharesVincent Petry2016-06-247-44/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
| * | | | Merge pull request #25258 from owncloud/integritycheck-whennotinstalledVincent Petry2016-06-271-3/+12
| |\ \ \ \ | | | | | | | | | | | | Make code integrity check work when OC is not installed yet
| | * | | | Make code integrity check work when OC is not installed yetVincent Petry2016-06-241-3/+12
| | | | | |
| * | | | | Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnectMorris Jobke2016-06-271-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove tooltip when disconnecting token
| | * | | | | Remove tooltip when disconnecting tokenVincent Petry2016-06-231-0/+2
| | | | | | |
| * | | | | | Merge pull request #25129 from owncloud/remove-ieVincent Petry2016-06-2710-203/+11
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Remove ie8+9 support
| | * | | | | remove ie8+9 supportHendrik Leppelsack2016-06-2310-203/+11
| | | | | | |
| * | | | | | Merge pull request #25247 from owncloud/fed-unshare-failVincent Petry2016-06-271-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove a fed share from the local table before trying to notify the remote server
| | * | | | | | Remove a fed share from the local table before trying to notify the remote ↵Robin Appelman2016-06-231-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | server
| * | | | | | Merge pull request #25251 from owncloud/authtoken-assetpipelinefixVincent Petry2016-06-273-11/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use OC.Backbone instead of Backbone directly in authtoken JS code
| | * | | | | | Use OC.Backbone instead of Backbone directly in authtoken JS codeVincent Petry2016-06-233-11/+11
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Fixes asset pipeline issue with the auth token in personal page
| * | | | | | Merge pull request #25154 from owncloud/token-login-check-loginnameVincent Petry2016-06-272-2/+41
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | check login name when authenticating via token and basic auth
| | * | | | | | check login name when authenticating with client tokenChristoph Wurst2016-06-242-2/+41
| | | |_|_|_|/ | | |/| | | |
| * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2710-0/+32
| | | | | | |
* | | | | | | Merge pull request #233 from nextcloud/allow-users-to-change-global-credentialsMorris Jobke2016-06-272-3/+216
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow regular users to specify global credentials password
| * | | | | | | Allow regular users to specify global credentials passwordLukas Reschke2016-06-272-3/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials
* | | | | | | | Merge pull request #221 from nextcloud/password_policy_eventsMorris Jobke2016-06-278-64/+142
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add events to check passwords with the password policy app
| * | | | | | | | verify user password on changeBjoern Schiessle2016-06-275-26/+95
| | | | | | | | |
| * | | | | | | | remove old hook, no longer neededBjoern Schiessle2016-06-272-32/+17
| | | | | | | | |
| * | | | | | | | check password for link sharesBjoern Schiessle2016-06-273-9/+33
| |/ / / / / / /
* | | | | | | | Merge pull request #190 from nextcloud/add-wnd-1Lukas Reschke2016-06-273-0/+182
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add "Login credentials" and "User Provided"
| * | | | | | | Add "Login credentials" and "User Provided"Lukas Reschke2016-06-213-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the "Login Credentials" and "User Provided" option to the external storage implementation, it is basically done by reverting 176fb191b7ec1c742b70295ca2a315d8cc1f1ea0 from https://github.com/owncloud/core/pull/22432. This was taken from owncloud/core which is AGPL licensed.
* | | | | | | | Merge pull request #226 from nextcloud/master-upstream-syncLukas Reschke2016-06-26247-657/+2501
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Master] upstream sync
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-26247-657/+2501
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2618-2/+114
| | | | | | | | |
| | * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-258-2/+130
| | | | | | | | |
| | * | | | | | | Merge pull request #25259 from owncloud/search-fixsearchfromotherfilelistsChristoph Wurst2016-06-241-2/+9
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix search result link for file results outside default list
| | | * | | | | | | Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
| | | * | | | | | | Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
| | * | | | | | | Merge pull request #25257 from owncloud/comments-showerroronsaveChristoph Wurst2016-06-243-8/+12
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | Show error message when posting an invalid comment
| | | * | | | | | Show error message when posting an invalid commentVincent Petry2016-06-243-8/+12
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
| | * | | | | | Merge pull request #25171 from owncloud/files_external-list-allVincent Petry2016-06-245-10/+81
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | Add option to `occ files_external:list` to show all configured mounts
| | | * | | | | Add option to `occ files_external:list` to show all configured mountsRobin Appelman2016-06-235-10/+81
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge pull request #25239 from owncloud/setupchecks-preventreloadVincent Petry2016-06-241-2/+4
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | Don't reload page in case of auth errors during setup checks
| | | * | | | Don't reload page in case of auth errors during setup checksVincent Petry2016-06-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an error occurs during setup checks, do not let the global ajax error handler reload the page.
| | * | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-2482-6/+336
| | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #25238 from owncloud/files-trashlistnamecorruptionVincent Petry2016-06-232-0/+24
| | |\ \ \ \ | | | |_|/ / | | |/| | | Fix trashed file name corruption when rerendering trashbin list
| | | * | | Fix trashed file name corruption when rerendering trashbin listVincent Petry2016-06-232-0/+24
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list.