summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #255 from nextcloud/dav-permission-checkBjörn Schießle2016-06-304-3/+96
|\ | | | | add some additonal permission checks to the webdav backend
| * fix error messageBjoern Schiessle2016-06-301-1/+1
| |
| * Fix testsLukas Reschke2016-06-301-0/+20
| |
| * Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
| |
| * Add required $message parameterLukas Reschke2016-06-301-2/+2
| |
| * Add integration testsLukas Reschke2016-06-302-0/+47
| |
| * add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
| |
* | Merge pull request #258 from nextcloud/set-dispositionMarius Blüm2016-06-302-2/+7
|\ \ | | | | | | Set content-type to "application/octet-stream"
| * | Set content-type to "application/octet-stream"Lukas Reschke2016-06-302-2/+7
| |/ | | | | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
* | Merge pull request #253 from nextcloud/fix-versionsMorris Jobke2016-06-301-5/+11
|\ \ | |/ |/| check permissions before rollback
| * check permissions before rollbackBjoern Schiessle2016-06-301-5/+11
|/
* Merge pull request #247 from nextcloud/l10n-fixesMorris Jobke2016-06-301-1/+3
|\ | | | | Fix update notification text
| * Fix update notification textMorris Jobke2016-06-291-1/+3
| | | | | | | | * thanks to ungesundes_halbwissen @ transifex
* | Merge pull request #206 from nextcloud/ci-mysqlMorris Jobke2016-06-304-6/+32
|\ \ | | | | | | Add mysql job to CI
| * | mysql only works with 3 byte UTF-8Morris Jobke2016-06-292-1/+9
| | |
| * | fix mysql error handlingMorris Jobke2016-06-232-1/+1
| | |
| * | Add mysql job to CIMorris Jobke2016-06-232-6/+24
| | |
* | | Merge pull request #248 from nextcloud/tx-fixesMorris Jobke2016-06-291-16/+15
|\ \ \ | | | | | | | | Update transifex config
| * | | Update transifex configMorris Jobke2016-06-291-16/+15
| | |/ | |/|
* | | Merge pull request #245 from nextcloud/fix-243Morris Jobke2016-06-291-1/+1
|\ \ \ | |/ / |/| | targets 3rdparty submodule from Nc instead of oC
| * | targets 3rdparty submodule from Nc instead of oCVincent Chan2016-06-281-1/+1
| | |
* | | Merge pull request #242 from nextcloud/fix-229Morris Jobke2016-06-292-1/+6
|\ \ \ | |/ / |/| | get only vcard which match both the address book id and the vcard uri
| * | get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-282-1/+6
|/ /
* | Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-2842-252/+387
|\ \ | | | | | | [Master] sync upstream
| * \ 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
| | | | | | | | |