Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 20 | -10/+56 |
| | |||||
* | Merge pull request #13416 from ↵ | Morris Jobke | 2015-01-19 | 1 | -2/+11 |
|\ | | | | | | | | | owncloud/reauthenticate-if-session-differs-from-basic-auth Prioritise Basic Auth header over Cookie | ||||
| * | Prioritise Basic Auth header over Cookie | Lukas Reschke | 2015-01-17 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are a lot of clients that support multiple WebDAV accounts in the same application. However, they resent all the cookies they received from one of the accounts also to the other one. In the case of ownCloud this means that we will always show the user from the session and not the user that is specified in the basic authentication header. This patch adds a workaround the following way: 1. If the user authenticates via the Sabre Auth Connector add a hint to the session that this was authorized via Basic Auth (this is to prevent logout CSRF) 2. If the request contains this hint and the username specified in the basic auth header differs from the one in the session relogin the user using basic auth Fixes https://github.com/owncloud/core/issues/11400 and https://github.com/owncloud/core/issues/13245 and probably some other issues as well. This requires proper testing also considering LDAP / Shibboleth and whatever instances. | ||||
* | | fix typo of blog -> changed to block | Morris Jobke | 2015-01-19 | 2 | -2/+2 |
| | | | | | | | | * fixes #13460 | ||||
* | | Merge pull request #13461 from owncloud/remove-strip-slashes | Thomas Müller | 2015-01-19 | 1 | -2/+1 |
|\ \ | | | | | | | Remove stripslashes() from newfolder.php | ||||
| * | | Remove stripslashes() from newfolder.php | Lukas Reschke | 2015-01-19 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #13457 from owncloud/enc-skippartfiles | Thomas Müller | 2015-01-19 | 1 | -0/+55 |
|\ \ \ | |/ / |/| | | Skip stray part files during initial encryption | ||||
| * | | Add class attribute types in encryption Util class | Vincent Petry | 2015-01-19 | 1 | -0/+51 |
| | | | |||||
| * | | Skip stray part files during initial encryption | Vincent Petry | 2015-01-19 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #13377 from owncloud/trashbin_storage_wrapper | Morris Jobke | 2015-01-19 | 9 | -53/+109 |
|\ \ \ | | | | | | | | | [trashbin] replace hook with storage wrapper | ||||
| * | | | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 9 | -53/+109 |
| |/ / | |||||
* | | | Merge pull request #13362 from owncloud/fix-11442 | Thomas Müller | 2015-01-19 | 3 | -38/+92 |
|\ \ \ | |/ / |/| | | LDAP Wizared: update user or group count only, when the multiselect is closed | ||||
| * | | coding style | Arthur Schiwon | 2015-01-15 | 2 | -5/+8 |
| | | | |||||
| * | | update user or group count only, when the multiselect is closed | Arthur Schiwon | 2015-01-14 | 1 | -4/+34 |
| | | | |||||
| * | | allow to read again objectclasses and groups under certain conditions | Arthur Schiwon | 2015-01-14 | 2 | -2/+31 |
| | | | |||||
| * | | JS cleanup | Arthur Schiwon | 2015-01-13 | 3 | -34/+26 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-19 | 6 | -12/+12 |
| | | | |||||
* | | | Merge pull request #13276 from Sugaroverdose/fix_#11348 | Morris Jobke | 2015-01-18 | 2 | -4/+18 |
|\ \ \ | | | | | | | | | fix safari rename button positioning #11348 | ||||
| * | | | Add ie8 text-overflow: ellipsis support | Sugaroverdose | 2015-01-17 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | minimum browser window width ≈ 1280px | ||||
| * | | | use some magic to make 'popular browsers' work | Sugaroverdose | 2015-01-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | as expected with inline-block span | ||||
| * | | | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 2 | -5/+6 |
| | | | | |||||
* | | | | Merge pull request #13433 from owncloud/favoritesl10n | Lukas Reschke | 2015-01-18 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | fix unlocalized favorites browser title and alttext | ||||
| * | | | | fix unlocalized favorites browser title and alttext | Volkan Gezer | 2015-01-17 | 2 | -2/+2 |
| | |_|/ | |/| | | |||||
* / | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 10 | -16/+18 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 16 | -26/+320 |
| | | | |||||
* | | | Fixes shifted rename field | Morris Jobke | 2015-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | compress icons of LDAP and WebDAV-Auth | Jan-Christoph Borchardt | 2015-01-16 | 2 | -118/+6 |
| | | | |||||
* | | | add icon for Provisioning API | Jan-Christoph Borchardt | 2015-01-16 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #13399 from owncloud/trashbin-fixpreviewroute | Morris Jobke | 2015-01-16 | 1 | -5/+2 |
|\ \ \ | | | | | | | | | Fix preview route for trashbin | ||||
| * | | | Fix preview route for trashbin | Vincent Petry | 2015-01-15 | 1 | -5/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-16 | 6 | -4/+102 |
| | | | | |||||
* | | | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 2 | -1/+31 |
| | | | | |||||
* | | | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | | | |||||
* | | | | Fixed thumbnal z-index for when no checkbox is there | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
|/ / / | | | | | | | | | | | | | | | | In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight. | ||||
* | | | Merge pull request #13370 from Sugaroverdose/fix_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| |/ / | | | | | | | | | | on src change | ||||
* | | | Merge pull request #13347 from owncloud/share-scanpermissionsfromsource | Morris Jobke | 2015-01-15 | 3 | -1/+47 |
|\ \ \ | | | | | | | | | Use source storage permissions when scanning shared storage | ||||
| * | | | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-14 | 3 | -1/+47 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 12 | -8/+76 |
| | | | | |||||
* | | | | Merge pull request #13352 from owncloud/hhvm-array-key | Robin McCorkell | 2015-01-15 | 1 | -5/+6 |
|\ \ \ \ | | | | | | | | | | | HHVM: Do not use key() on array as the result depends on the internal array pointer. | ||||
| * | | | | Do not use key() on array as the result depends on the internal array pointer. | Andreas Fischer | 2015-01-15 | 1 | -5/+6 |
| | | | | | |||||
* | | | | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 8 | -11/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Autoload app's js translations | ||||
| * | | | | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 8 | -11/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #13351 from owncloud/check-for-existence | Lukas Reschke | 2015-01-14 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Check for existence of $_GET keys | ||||
| * | | | | | | Check for existence of $_GET keys | Lukas Reschke | 2015-01-14 | 1 | -2/+2 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | `$dir` may for example very well not get passed at well. | ||||
* / | | | | | remove deprecated code - fixes #13119 | Thomas Müller | 2015-01-14 | 3 | -50/+51 |
|/ / / / / | |||||
* | | | | | Merge pull request #13345 from owncloud/increase-files-external-versions | Morris Jobke | 2015-01-14 | 2 | -2/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | Increase files_externals oC required version and its own version | ||||
| * | | | | Increase files_externals oC required version and its own version | Joas Schilling | 2015-01-14 | 2 | -2/+5 |
| |/ / / | |||||
* | | | | Merge pull request #13332 from oparoz/fix-download-button | Thomas Müller | 2015-01-14 | 1 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | Download the current public folder only | ||||
| * | | | | Download the current public folder only | Olivier Paroz | 2015-01-14 | 1 | -1/+6 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | From within a shared/public directory, when drilling down folders, some users want to be able to download what they're currently looking at, not the whole shared folder. The whole archive is always a click away anyway since a user can click on the home button. |